By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2021-09-16T22:43:25.506Z||main|||||INFO|500||The following profiles are active: basic
2021-09-16T22:43:35.541Z||main|||||INFO|500||Starting service [Tomcat]
2021-09-16T22:43:35.542Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-09-16T22:43:35.634Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-09-16T22:43:37.930Z||main|||||INFO|500||catdb-pool - Starting...
2021-09-16T22:43:38.098Z||main|||||INFO|500||catdb-pool - Start completed.
2021-09-16T22:43:38.558Z||main|||||INFO|500||reqdb-pool - Starting...
2021-09-16T22:43:38.562Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-09-16T22:43:38.648Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-09-16T22:43:38.766Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-09-16T22:43:39.163Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-09-16T22:43:40.118Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-09-16T22:43:42.279Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-09-16T22:43:42.332Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-09-16T22:43:42.805Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-09-16T22:43:43.012Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2021-09-16T22:43:44.184Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-09-16T22:43:45.244Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-09-16T22:43:45.262Z||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$$2ed5412.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2021-09-16T22:43:45.263Z||main|||||WARN|500||The sdc end point is not alive
2021-09-16T22:43:48.190Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2021-09-16T22:43:51.049Z||main|||||WARN|500||---
2021-09-16T22:43:51.049Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-09-16T22:43:51.049Z||main|||||WARN|500||---
2021-09-16T22:43:51.556Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-09-16T22:43:56.151Z||main|||||INFO|500||Started Application in 35.219 seconds (JVM running for 36.378)
2021-09-16T22:43:56.181Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-16T22:43:56.182Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-16T22:43:56.193Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-16T22:43:56.220Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-16T22:43:56.311Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1ea3789b-ecc4-4682-aadb-bbd90c0309c2 url= /sdc/v1/artifactTypes
2021-09-16T22:43:56.312Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-16T22:43:56.586Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-09-16T22:43:56.612Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-09-16T22:43:56.642Z||scheduling-1|||||DEBUG|500||create keys
2021-09-16T22:43:56.650Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-09-16T22:43:56.679Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T22:43:56.695Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 92261dfe-8233-4774-b7fd-7ce3cc07bfff url= /sdc/v1/registerForDistribution
2021-09-16T22:43:56.923Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 92261dfe-8233-4774-b7fd-7ce3cc07bfff url= /sdc/v1/registerForDistribution
2021-09-16T22:43:56.923Z||scheduling-1|||||INFO|500||start DistributionClient
2021-09-16T22:43:56.931Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T22:43:56.932Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T22:43:56.936Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T22:43:56.936Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T22:43:56.937Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T22:43:56.937Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T22:43:56.938Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-09-16T22:44:07.165Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T22:44:07.167Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T22:44:56.930Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T22:44:56.931Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T22:44:56.932Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T22:44:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T22:44:56.932Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T22:44:56.933Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T22:45:06.487Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T22:45:06.487Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T22:45:56.930Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T22:45:56.931Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T22:45:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T22:45:56.932Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T22:45:56.932Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T22:45:56.933Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T22:46:06.478Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T22:46:06.478Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T22:46:56.930Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T22:46:56.931Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T22:46:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T22:46:56.932Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T22:46:56.933Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T22:46:56.933Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T22:47:06.490Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T22:47:06.493Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T22:47:56.930Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T22:47:56.931Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T22:47:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T22:47:56.932Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T22:47:56.933Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T22:47:56.933Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T22:48:06.481Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T22:48:06.484Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T22:48:56.930Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T22:48:56.931Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T22:48:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T22:48:56.932Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T22:48:56.932Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T22:48:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T22:49:06.484Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T22:49:06.492Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T22:49:56.930Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T22:49:56.931Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T22:49:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T22:49:56.932Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T22:49:56.933Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T22:49:56.933Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T22:50:06.484Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T22:50:06.484Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T22:50:56.930Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T22:50:56.931Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T22:50:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T22:50:56.932Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T22:50:56.933Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T22:50:56.933Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T22:51:06.511Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T22:51:06.511Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T22:51:56.930Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T22:51:56.931Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T22:51:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T22:51:56.932Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T22:51:56.933Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T22:51:56.933Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T22:52:06.485Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T22:52:06.485Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T22:52:56.930Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T22:52:56.931Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T22:52:56.932Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T22:52:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T22:52:56.933Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T22:52:56.933Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T22:53:06.497Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T22:53:06.497Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T22:53:56.844Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-09-16T22:53:56.930Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T22:53:56.931Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T22:53:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T22:53:56.932Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T22:53:56.933Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T22:53:56.933Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T22:54:06.482Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T22:54:06.482Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T22:54:56.930Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T22:54:56.931Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T22:54:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T22:54:56.932Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T22:54:56.932Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T22:54:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T22:55:06.505Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T22:55:06.506Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T22:55:56.930Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T22:55:56.931Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T22:55:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T22:55:56.932Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T22:55:56.932Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T22:55:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T22:56:06.480Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T22:56:06.483Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T22:56:56.930Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T22:56:56.931Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T22:56:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T22:56:56.932Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T22:56:56.932Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T22:56:56.933Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T22:57:06.478Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T22:57:06.478Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T22:57:56.930Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T22:57:56.931Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T22:57:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T22:57:56.932Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T22:57:56.932Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T22:57:56.933Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T22:58:06.478Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T22:58:06.479Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T22:58:56.930Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T22:58:56.931Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T22:58:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T22:58:56.932Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T22:58:56.932Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T22:58:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T22:59:06.480Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T22:59:06.486Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T22:59:56.930Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T22:59:56.931Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T22:59:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T22:59:56.932Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T22:59:56.932Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T22:59:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:00:06.482Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T23:00:06.483Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T23:00:56.930Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:00:56.931Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:00:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:00:56.932Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:00:56.932Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:00:56.933Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:01:06.476Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T23:01:06.480Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T23:01:56.930Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:01:56.931Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:01:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:01:56.932Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:01:56.932Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:01:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:02:06.478Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T23:02:06.478Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T23:02:56.930Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:02:56.931Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:02:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:02:56.932Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:02:56.932Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:02:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:03:06.477Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T23:03:06.479Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T23:03:56.930Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:03:56.931Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:03:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:03:56.932Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:03:56.933Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:03:56.933Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:04:06.478Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T23:04:06.484Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T23:04:56.930Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:04:56.931Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:04:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:04:56.932Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:04:56.932Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:04:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:05:06.511Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T23:05:06.511Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T23:05:56.930Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:05:56.932Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:05:56.932Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:05:56.932Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:05:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:05:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:06:06.479Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T23:06:06.482Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T23:06:56.930Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:06:56.932Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:06:56.931Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:06:56.932Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:06:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:06:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:07:06.479Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T23:07:06.484Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T23:07:56.930Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:07:56.931Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:07:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:07:56.932Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:07:56.932Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:07:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:08:06.480Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T23:08:06.485Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T23:08:56.930Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:08:56.931Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:08:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:08:56.932Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:08:56.932Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:08:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:09:06.479Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T23:09:06.479Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T23:09:56.930Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:09:56.931Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:09:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:09:56.932Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:09:56.932Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:09:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:10:06.486Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T23:10:06.486Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T23:10:56.930Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:10:56.931Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:10:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:10:56.932Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:10:56.933Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:10:56.933Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:11:06.482Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T23:11:06.490Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T23:11:56.930Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:11:56.931Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:11:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:11:56.932Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:11:56.932Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:11:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:12:06.480Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T23:12:06.483Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T23:12:56.930Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:12:56.931Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:12:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:12:56.932Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:12:56.932Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:12:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:13:06.477Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T23:13:06.487Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T23:13:56.930Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:13:56.931Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:13:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:13:56.932Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:13:56.932Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:13:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:14:06.482Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T23:14:06.482Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T23:14:56.930Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:14:56.931Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:14:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:14:56.932Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:14:56.932Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:14:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:15:06.483Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T23:15:06.483Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T23:15:56.930Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:15:56.931Z||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.
2021-09-16T23:15:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:15:56.932Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:15:56.932Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:15:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:16:06.483Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T23:16:06.483Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T23:16:56.930Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:16:56.931Z||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.
2021-09-16T23:16:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:16:56.932Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:16:56.932Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:16:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:17:06.479Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T23:17:06.480Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T23:17:56.930Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:17:56.931Z||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.
2021-09-16T23:17:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:17:56.932Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:17:56.932Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:17:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:18:06.479Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T23:18:06.480Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T23:18:56.930Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:18:56.931Z||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.
2021-09-16T23:18:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:18:56.932Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:18:56.932Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:18:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:19:06.485Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T23:19:06.485Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T23:19:56.930Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:19:56.931Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:19:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:19:56.932Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:19:56.933Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:19:56.933Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:20:06.482Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T23:20:06.488Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T23:20:56.930Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:20:56.931Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:20:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:20:56.932Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:20:56.932Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:20:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:21:06.479Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T23:21:06.479Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T23:21:56.930Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:21:56.931Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:21:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:21:56.932Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:21:56.932Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:21:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:22:06.479Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T23:22:06.479Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T23:22:56.930Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:22:56.931Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:22:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:22:56.932Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:22:56.932Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:22:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:23:06.479Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T23:23:06.479Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T23:23:56.930Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:23:56.931Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:23:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:23:56.932Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:23:56.933Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:23:56.933Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:24:06.482Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T23:24:06.484Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T23:24:56.930Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:24:56.931Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:24:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:24:56.932Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:24:56.932Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:24:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:25:06.478Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T23:25:06.479Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T23:25:56.930Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:25:56.931Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:25:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:25:56.931Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:25:56.932Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:25:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:26:06.483Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T23:26:06.483Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T23:26:56.930Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:26:56.931Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:26:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:26:56.932Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:26:56.932Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:26:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:27:06.478Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T23:27:06.479Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T23:27:56.930Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:27:56.931Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:27:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:27:56.932Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:27:56.932Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:27:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:28:06.481Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T23:28:06.483Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T23:28:56.930Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:28:56.931Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:28:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:28:56.932Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:28:56.932Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:28:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:29:06.495Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T23:29:06.495Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T23:29:56.930Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:29:56.931Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:29:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:29:56.932Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:29:56.932Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:29:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:30:06.480Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T23:30:06.483Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T23:30:56.930Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:30:56.931Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:30:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:30:56.932Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:30:56.932Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:30:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:31:06.481Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T23:31:06.482Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T23:31:56.930Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:31:56.931Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:31:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:31:56.932Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:31:56.932Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:31:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:32:06.481Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T23:32:06.485Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T23:32:56.930Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:32:56.931Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:32:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:32:56.932Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:32:56.932Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:32:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:33:06.478Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T23:33:06.478Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T23:33:56.930Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:33:56.931Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:33:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:33:56.932Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:33:56.932Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:33:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:34:06.481Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T23:34:06.483Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T23:34:56.930Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:34:56.931Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:34:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:34:56.932Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:34:56.932Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:34:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:35:06.488Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T23:35:06.489Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T23:35:56.930Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:35:56.931Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:35:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:35:56.932Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:35:56.932Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:35:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:36:06.480Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T23:36:06.482Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T23:36:56.930Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:36:56.931Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:36:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:36:56.932Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:36:56.932Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:36:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:37:06.481Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T23:37:06.482Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T23:37:56.930Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:37:56.931Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:37:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:37:56.932Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:37:56.932Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:37:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:38:06.485Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T23:38:06.487Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T23:38:56.930Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:38:56.931Z||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.
2021-09-16T23:38:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:38:56.932Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:38:56.932Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:38:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:39:06.482Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T23:39:06.482Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T23:39:56.930Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:39:56.931Z||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.
2021-09-16T23:39:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:39:56.932Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:39:56.932Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:39:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:40:06.477Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T23:40:06.477Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T23:40:56.930Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:40:56.931Z||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.
2021-09-16T23:40:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:40:56.932Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:40:56.932Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:40:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:41:06.478Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T23:41:06.481Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T23:41:56.930Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:41:56.931Z||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.
2021-09-16T23:41:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:41:56.932Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:41:56.932Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:41:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:42:06.481Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T23:42:06.483Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T23:42:56.930Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:42:56.931Z||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.
2021-09-16T23:42:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:42:56.932Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:42:56.932Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:42:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:43:06.482Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T23:43:06.483Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T23:43:56.930Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:43:56.931Z||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.
2021-09-16T23:43:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:43:56.932Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:43:56.932Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:43:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:44:06.482Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T23:44:06.482Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T23:44:56.930Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:44:56.931Z||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.
2021-09-16T23:44:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:44:56.932Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:44:56.932Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:44:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:45:06.476Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T23:45:06.477Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T23:45:56.930Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:45:56.931Z||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.
2021-09-16T23:45:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:45:56.932Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:45:56.932Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:45:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:46:06.478Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T23:46:06.483Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T23:46:56.930Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:46:56.931Z||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.
2021-09-16T23:46:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:46:56.932Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:46:56.932Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:46:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:47:06.487Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T23:47:06.486Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T23:47:56.930Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:47:56.931Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:47:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:47:56.932Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:47:56.932Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:47:56.933Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:48:06.479Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T23:48:06.494Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T23:48:56.930Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:48:56.931Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:48:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:48:56.932Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:48:56.932Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:48:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:49:06.472Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T23:49:06.472Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T23:49:56.930Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:49:56.931Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:49:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:49:56.932Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:49:56.932Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:49:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:50:06.479Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T23:50:06.480Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T23:50:56.930Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:50:56.931Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:50:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:50:56.931Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:50:56.932Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:50:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:51:06.484Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T23:51:06.485Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T23:51:56.930Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:51:56.931Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:51:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:51:56.932Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:51:56.932Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:51:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:52:06.479Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T23:52:06.479Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T23:52:56.930Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:52:56.931Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:52:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:52:56.932Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:52:56.932Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:52:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:53:06.479Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T23:53:06.482Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T23:53:56.930Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:53:56.931Z||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.
2021-09-16T23:53:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:53:56.932Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:53:56.934Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:53:56.934Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:54:06.478Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T23:54:06.500Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T23:54:56.930Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:54:56.931Z||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.
2021-09-16T23:54:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:54:56.932Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:54:56.932Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:54:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:55:06.481Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T23:55:06.483Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T23:55:56.930Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:55:56.931Z||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.
2021-09-16T23:55:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:55:56.932Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:55:56.932Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:55:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:56:06.477Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T23:56:06.484Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T23:56:56.930Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:56:56.931Z||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.
2021-09-16T23:56:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:56:56.932Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:56:56.932Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:56:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:57:06.477Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T23:57:06.482Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T23:57:56.930Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:57:56.931Z||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.
2021-09-16T23:57:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:57:56.932Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:57:56.932Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:57:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:58:06.475Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T23:58:06.479Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T23:58:56.930Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:58:56.931Z||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.
2021-09-16T23:58:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:58:56.932Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:58:56.932Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:58:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:59:06.480Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T23:59:06.480Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-16T23:59:56.930Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:59:56.931Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:59:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-16T23:59:56.932Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T23:59:56.933Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T23:59:56.933Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:00:06.480Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T00:00:06.480Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T00:00:56.930Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:00:56.931Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:00:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:00:56.932Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:00:56.932Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:00:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:01:06.475Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T00:01:06.477Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T00:01:56.930Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:01:56.931Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:01:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:01:56.932Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:01:56.932Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:01:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:02:06.480Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T00:02:06.480Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T00:02:56.930Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:02:56.931Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:02:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:02:56.932Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:02:56.932Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:02:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:03:06.476Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T00:03:06.477Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T00:03:56.930Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:03:56.931Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:03:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:03:56.932Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:03:56.932Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:03:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:04:06.477Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T00:04:06.477Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T00:04:56.930Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:04:56.931Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:04:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:04:56.932Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:04:56.932Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:04:56.933Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:05:06.476Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T00:05:06.482Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T00:05:56.930Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:05:56.931Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:05:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:05:56.932Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:05:56.932Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:05:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:06:06.480Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T00:06:06.486Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T00:06:56.930Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:06:56.931Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:06:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:06:56.932Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:06:56.932Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:06:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:07:06.478Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T00:07:06.480Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T00:07:56.930Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:07:56.931Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:07:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:07:56.932Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:07:56.932Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:07:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:08:06.476Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T00:08:06.476Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T00:08:56.930Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:08:56.931Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:08:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:08:56.932Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:08:56.932Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:08:56.933Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:09:06.477Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T00:09:06.481Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T00:09:56.930Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:09:56.931Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:09:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:09:56.932Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:09:56.932Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:09:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:10:06.477Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T00:10:06.483Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T00:10:56.930Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:10:56.931Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:10:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:10:56.932Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:10:56.932Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:10:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:11:06.476Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T00:11:06.479Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T00:11:56.930Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:11:56.931Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:11:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:11:56.932Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:11:56.933Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:11:56.933Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:12:06.480Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T00:12:06.484Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T00:12:56.930Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:12:56.931Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:12:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:12:56.932Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:12:56.933Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:12:56.933Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:13:06.484Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T00:13:06.484Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T00:13:56.930Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:13:56.931Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:13:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:13:56.932Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:13:56.932Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:13:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:14:06.481Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T00:14:06.482Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T00:14:56.930Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:14:56.931Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:14:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:14:56.931Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:14:56.932Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:14:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:15:06.479Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T00:15:06.480Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T00:15:56.930Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:15:56.931Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:15:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:15:56.932Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:15:56.932Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:15:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:16:06.473Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T00:16:06.477Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T00:16:56.930Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:16:56.931Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:16:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:16:56.932Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:16:56.932Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:16:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:17:06.481Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T00:17:06.484Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T00:17:56.930Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:17:56.931Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:17:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:17:56.932Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:17:56.932Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:17:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:18:06.479Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T00:18:06.480Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T00:18:56.930Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:18:56.931Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:18:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:18:56.932Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:18:56.932Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:18:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:19:06.480Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T00:19:06.481Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T00:19:56.930Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:19:56.931Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:19:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:19:56.933Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:19:56.933Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:19:56.933Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:20:06.476Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T00:20:06.477Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T00:20:56.930Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:20:56.931Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:20:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:20:56.931Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:20:56.932Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:20:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:21:06.474Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T00:21:06.474Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T00:21:56.930Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:21:56.931Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:21:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:21:56.932Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:21:56.932Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:21:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:22:06.473Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T00:22:06.474Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T00:22:56.930Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:22:56.931Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:22:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:22:56.932Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:22:56.932Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:22:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:23:06.474Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T00:23:06.477Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T00:23:56.930Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:23:56.931Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:23:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:23:56.932Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:23:56.932Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:23:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:24:06.474Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T00:24:06.477Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T00:24:56.930Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:24:56.931Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:24:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:24:56.932Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:24:56.932Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:24:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:25:06.475Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T00:25:06.477Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T00:25:56.930Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:25:56.931Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:25:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:25:56.931Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:25:56.932Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:25:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:26:06.480Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T00:26:06.483Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T00:26:56.930Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:26:56.931Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:26:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:26:56.932Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:26:56.932Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:26:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:27:06.477Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T00:27:06.483Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T00:27:56.930Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:27:56.930Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:27:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:27:56.932Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:27:56.932Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:27:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:28:06.480Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T00:28:06.480Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T00:28:56.930Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:28:56.931Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:28:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:28:56.932Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:28:56.932Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:28:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:29:06.476Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T00:29:06.480Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T00:29:56.930Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:29:56.931Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:29:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:29:56.932Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:29:56.932Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:29:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:30:06.479Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T00:30:06.479Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T00:30:56.930Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:30:56.931Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:30:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:30:56.932Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:30:56.932Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:30:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:31:06.480Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T00:31:06.481Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T00:31:56.930Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:31:56.931Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:31:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:31:56.932Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:31:56.932Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:31:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:32:06.480Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T00:32:06.482Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T00:32:56.930Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:32:56.931Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:32:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:32:56.932Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:32:56.932Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:32:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:33:06.479Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T00:33:06.479Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T00:33:56.930Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:33:56.931Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:33:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:33:56.932Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:33:56.932Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:33:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:34:06.472Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T00:34:06.479Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T00:34:56.930Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:34:56.931Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:34:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:34:56.932Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:34:56.932Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:34:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:35:06.477Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T00:35:06.477Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T00:35:56.930Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:35:56.931Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:35:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:35:56.932Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:35:56.932Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:35:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:36:06.482Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T00:36:06.482Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T00:36:56.930Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:36:56.931Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:36:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:36:56.932Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:36:56.932Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:36:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:37:06.475Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T00:37:06.478Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T00:37:56.930Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:37:56.931Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:37:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:37:56.932Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:37:56.932Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:37:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:38:06.474Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T00:38:06.478Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T00:38:56.930Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:38:56.931Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:38:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:38:56.932Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:38:56.932Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:38:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:39:06.477Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T00:39:06.477Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T00:39:56.930Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:39:56.931Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:39:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:39:56.932Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:39:56.932Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:39:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:40:06.478Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T00:40:06.479Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T00:40:56.930Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:40:56.931Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:40:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:40:56.932Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:40:56.932Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:40:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:41:06.474Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T00:41:06.481Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T00:41:56.930Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:41:56.931Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:41:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:41:56.932Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:41:56.932Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:41:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:42:06.478Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T00:42:06.478Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T00:42:56.930Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:42:56.931Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:42:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:42:56.932Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:42:56.932Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:42:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:43:06.477Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T00:43:06.480Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T00:43:56.930Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:43:56.931Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:43:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:43:56.932Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:43:56.932Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:43:56.933Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:44:06.472Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T00:44:06.475Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T00:44:56.930Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:44:56.931Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:44:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:44:56.932Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:44:56.932Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:44:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:45:06.479Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T00:45:06.480Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T00:45:56.930Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:45:56.931Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:45:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:45:56.932Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:45:56.932Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:45:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:46:06.476Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T00:46:06.479Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T00:46:56.930Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:46:56.931Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:46:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:46:56.932Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:46:56.932Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:46:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:47:06.477Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T00:47:06.477Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T00:47:56.930Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:47:56.931Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:47:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:47:56.932Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:47:56.932Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:47:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:48:06.477Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T00:48:06.478Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T00:48:56.930Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:48:56.931Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:48:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:48:56.932Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:48:56.932Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:48:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:49:06.477Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T00:49:06.479Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T00:49:56.930Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:49:56.932Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:49:56.931Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:49:56.932Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:49:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:49:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:50:06.477Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T00:50:06.480Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T00:50:56.930Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:50:56.931Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:50:56.932Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:50:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:50:56.932Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:50:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:51:06.475Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T00:51:06.476Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T00:51:56.930Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:51:56.931Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:51:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:51:56.932Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:51:56.932Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:51:56.933Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:52:06.483Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T00:52:06.484Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T00:52:56.930Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:52:56.931Z||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.
2021-09-17T00:52:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:52:56.932Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:52:56.932Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:52:56.933Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:53:06.484Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T00:53:06.484Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T00:53:56.930Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:53:56.931Z||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.
2021-09-17T00:53:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:53:56.932Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:53:56.932Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:53:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:54:06.474Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T00:54:06.476Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T00:54:56.930Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:54:56.931Z||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.
2021-09-17T00:54:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:54:56.932Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:54:56.932Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:54:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:55:06.487Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T00:55:06.488Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T00:55:56.930Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:55:56.931Z||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.
2021-09-17T00:55:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:55:56.932Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:55:56.932Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:55:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:56:06.482Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T00:56:06.484Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T00:56:56.930Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:56:56.931Z||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.
2021-09-17T00:56:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:56:56.932Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:56:56.932Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:56:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:57:06.478Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T00:57:06.491Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T00:57:56.930Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:57:56.931Z||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.
2021-09-17T00:57:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:57:56.932Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:57:56.932Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:57:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:58:06.476Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T00:58:06.478Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T00:58:56.930Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:58:56.931Z||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.
2021-09-17T00:58:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:58:56.932Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:58:56.932Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:58:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:59:06.481Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T00:59:06.481Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T00:59:56.930Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:59:56.931Z||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.
2021-09-17T00:59:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T00:59:56.932Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T00:59:56.933Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T00:59:56.933Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:00:06.477Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T01:00:06.478Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T01:00:56.930Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:00:56.931Z||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.
2021-09-17T01:00:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:00:56.932Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:00:56.932Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:00:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:01:06.481Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T01:01:06.481Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T01:01:56.930Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:01:56.931Z||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.
2021-09-17T01:01:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:01:56.932Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:01:56.932Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:01:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:02:06.481Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T01:02:06.482Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T01:02:56.930Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:02:56.930Z||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.
2021-09-17T01:02:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:02:56.932Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:02:56.932Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:02:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:03:06.479Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T01:03:06.521Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T01:03:56.930Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:03:56.931Z||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.
2021-09-17T01:03:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:03:56.932Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:03:56.932Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:03:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:04:06.475Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T01:04:06.475Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T01:04:56.930Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:04:56.931Z||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.
2021-09-17T01:04:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:04:56.931Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:04:56.932Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:04:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:05:06.477Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T01:05:06.480Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T01:05:56.930Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:05:56.930Z||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.
2021-09-17T01:05:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:05:56.932Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:05:56.932Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:05:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:06:06.479Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T01:06:06.479Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T01:06:56.930Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:06:56.931Z||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.
2021-09-17T01:06:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:06:56.932Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:06:56.932Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:06:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:07:06.476Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T01:07:06.476Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T01:07:56.930Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:07:56.930Z||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.
2021-09-17T01:07:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:07:56.932Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:07:56.932Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:07:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:08:06.474Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T01:08:06.480Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T01:08:56.930Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:08:56.931Z||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.
2021-09-17T01:08:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:08:56.932Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:08:56.932Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:08:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:09:06.479Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T01:09:06.480Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T01:09:56.930Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:09:56.931Z||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.
2021-09-17T01:09:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:09:56.931Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:09:56.932Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:09:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:10:06.477Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T01:10:06.479Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T01:10:56.930Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:10:56.931Z||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.
2021-09-17T01:10:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:10:56.932Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:10:56.932Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:10:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:11:06.478Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T01:11:06.479Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T01:11:56.930Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:11:56.931Z||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.
2021-09-17T01:11:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:11:56.932Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:11:56.932Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:11:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:12:06.480Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T01:12:06.483Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T01:12:56.930Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:12:56.930Z||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.
2021-09-17T01:12:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:12:56.932Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:12:56.932Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:12:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:13:06.478Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T01:13:06.478Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T01:13:56.930Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:13:56.931Z||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.
2021-09-17T01:13:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:13:56.932Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:13:56.932Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:13:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:14:06.473Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T01:14:06.473Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T01:14:56.930Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:14:56.931Z||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.
2021-09-17T01:14:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:14:56.932Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:14:56.932Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:14:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:15:06.478Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T01:15:06.479Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T01:15:56.930Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:15:56.931Z||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.
2021-09-17T01:15:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:15:56.932Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:15:56.932Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:15:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:16:06.484Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T01:16:06.484Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T01:16:56.930Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:16:56.931Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:16:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:16:56.932Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:16:56.932Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:16:56.933Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:17:06.480Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T01:17:06.481Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T01:17:56.930Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:17:56.931Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:17:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:17:56.932Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:17:56.932Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:17:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:17:57.558Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T01:17:57.560Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:17:57.560Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"840a51f1-4554-4012-a62b-3a06e0d0316f","serviceName":"vFW 2021-09-17 01-14-03","serviceVersion":"1.0","serviceUUID":"e3490de8-9d4d-4116-a1fc-6020a08573a5","serviceDescription":"catalog service description","serviceInvariantUUID":"0fe60218-6b53-4a37-982d-9c5eaa3e20cd","resources":[{"resourceInstanceName":"vFW 3b6e33c1-0435 0","resourceName":"vFW 3b6e33c1-0435","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a5863cab-30a0-49cd-813c-071dc654b459","resourceInvariantUUID":"8e6aff00-a54d-4f04-a707-c89524214a9b","resourceCustomizationUUID":"c3c1875f-dc0c-44f0-af98-e9171d74e221","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/vf-license-model.xml","artifactChecksum":"NWY2ZGYwZGFmMDQ1ZDQ5MWYyNzI0MDBiMzZlYjRmZGQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"98cbabf4-b811-41ed-8cd2-858fae05252f","artifactVersion":"1"},{"artifactName":"vfw3b6e33c104350_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/vfw3b6e33c104350_modules.json","artifactChecksum":"NGI5OGNjYmFlOWJkM2EzYjlkMjdkODA1M2YyMTJhMTI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f2651d0a-67eb-453c-ac30-a46583e77994","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"3fde3685-4d4d-40ee-b7dd-54c18631adf6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/vendor-license-model.xml","artifactChecksum":"ZWI5ZmQyNTlmMDgwZWJlYTQzMjQ4NzgyMWJiNTAyMTQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"bc36b5f3-d0f8-4c15-bd48-3143ad8dd0c0","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a2ba9536-0143-4894-a47b-0ca9ada84efc","artifactVersion":"2","generatedFromUUID":"3fde3685-4d4d-40ee-b7dd-54c18631adf6"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210917011403-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210917011403/1.0/artifacts/service-Vfw20210917011403-template.yml","artifactChecksum":"MGIxOGE0YTU2OTI1YWExYTg2NGZkMDhiYjk4ZjgzOGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a9550997-2059-4912-a7a1-c9426d7277db","artifactVersion":"1"},{"artifactName":"service-Vfw20210917011403-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210917011403/1.0/artifacts/service-Vfw20210917011403-csar.csar","artifactChecksum":"NmUzMGM1YjcxMjgxYzhjNzQ5NjFmMjAzZTFiN2NkNDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f69d7e06-26e3-4c8e-abe5-3bc23b7e3647","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-17T01:17:57.564Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T01:17:57.569Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:57.570Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
"consumerID": "cds",
"timestamp": 1631841423332,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-17T01:17:57.581Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-17T01:17:57.595Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:17:57.598Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-17T01:17:57.598Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:57.598Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
"consumerID": "ves-openapi-manager",
"timestamp": 1631841424012,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-17T01:17:57.599Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-17T01:17:57.599Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:57.599Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
"consumerID": "policy-id",
"timestamp": 1631841424986,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-17T01:17:57.599Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-17T01:17:57.599Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:57.599Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
"consumerID": "clamp",
"timestamp": 1631841427687,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-17T01:17:57.600Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-17T01:17:57.600Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:57.600Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631841428932,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-17T01:17:57.600Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-17T01:17:57.600Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:57.600Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
"consumerID": "cds",
"timestamp": 1631841423332,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/vfw3b6e33c104350_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-17T01:17:57.600Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-17T01:17:57.601Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:57.601Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
"consumerID": "ves-openapi-manager",
"timestamp": 1631841424012,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/vfw3b6e33c104350_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-17T01:17:57.601Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-17T01:17:57.601Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:57.601Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
"consumerID": "clamp",
"timestamp": 1631841427687,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/vfw3b6e33c104350_modules.json",
"status": "NOTIFIED"
}
2021-09-17T01:17:57.601Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-17T01:17:57.602Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:57.602Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
"consumerID": "policy-id",
"timestamp": 1631841424986,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/vfw3b6e33c104350_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-17T01:17:57.602Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-17T01:17:57.602Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:57.602Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631841428932,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/vfw3b6e33c104350_modules.json",
"status": "NOTIFIED"
}
2021-09-17T01:17:57.602Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-17T01:17:57.602Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:57.602Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
"consumerID": "cds",
"timestamp": 1631841423332,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-17T01:17:57.602Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-17T01:17:57.602Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:57.603Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
"consumerID": "ves-openapi-manager",
"timestamp": 1631841424012,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-17T01:17:57.603Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-17T01:17:57.603Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:57.603Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
"consumerID": "policy-id",
"timestamp": 1631841424986,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-09-17T01:17:57.603Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-17T01:17:57.603Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:57.603Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
"consumerID": "clamp",
"timestamp": 1631841427687,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-17T01:17:57.603Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-17T01:17:57.604Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:57.604Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631841428932,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-09-17T01:17:57.604Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-17T01:17:57.604Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:57.604Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
"consumerID": "ves-openapi-manager",
"timestamp": 1631841424012,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-17T01:17:57.605Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-17T01:17:57.605Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:57.605Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
"consumerID": "cds",
"timestamp": 1631841423332,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-17T01:17:57.605Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-17T01:17:57.605Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:57.605Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
"consumerID": "dcae-sch",
"timestamp": 1631841433687,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-17T01:17:57.605Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-17T01:17:57.605Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:57.605Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
"consumerID": "policy-id",
"timestamp": 1631841424986,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-17T01:17:57.605Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-17T01:17:57.605Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:57.606Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
"consumerID": "clamp",
"timestamp": 1631841427687,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-17T01:17:57.606Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-17T01:17:57.606Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:57.606Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631841428932,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-17T01:17:57.606Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-17T01:17:57.606Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:57.606Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
"consumerID": "cds",
"timestamp": 1631841423332,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-17T01:17:57.607Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-17T01:17:57.607Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:57.607Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
"consumerID": "ves-openapi-manager",
"timestamp": 1631841424012,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-17T01:17:57.607Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-17T01:17:57.607Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:57.607Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
"consumerID": "dcae-sch",
"timestamp": 1631841433687,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/vfw3b6e33c104350_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-17T01:17:57.607Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-17T01:17:57.607Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:57.607Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
"consumerID": "policy-id",
"timestamp": 1631841424986,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-17T01:17:57.608Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-17T01:17:57.608Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:57.608Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
"consumerID": "clamp",
"timestamp": 1631841427687,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-17T01:17:57.608Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-17T01:17:57.608Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:57.608Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631841428932,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-09-17T01:17:57.608Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-17T01:17:57.608Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:57.608Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
"consumerID": "ves-openapi-manager",
"timestamp": 1631841424012,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/artifacts/service-Vfw20210917011403-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-17T01:17:57.608Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-17T01:17:57.608Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:57.608Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
"consumerID": "cds",
"timestamp": 1631841423332,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/artifacts/service-Vfw20210917011403-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-17T01:17:57.608Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-17T01:17:57.609Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:57.609Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
"consumerID": "dcae-sch",
"timestamp": 1631841433687,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-17T01:17:57.609Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-17T01:17:57.610Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:57.610Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
"consumerID": "policy-id",
"timestamp": 1631841424986,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/artifacts/service-Vfw20210917011403-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-17T01:17:57.610Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-17T01:17:57.610Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:57.610Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
"consumerID": "clamp",
"timestamp": 1631841427687,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/artifacts/service-Vfw20210917011403-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-17T01:17:57.610Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-17T01:17:57.610Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:57.610Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631841428932,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/artifacts/service-Vfw20210917011403-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-17T01:17:57.610Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-17T01:17:57.611Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:57.611Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
"consumerID": "cds",
"timestamp": 1631841423332,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/artifacts/service-Vfw20210917011403-csar.csar",
"status": "NOTIFIED"
}
2021-09-17T01:17:57.611Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-17T01:17:57.611Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:57.611Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
"consumerID": "ves-openapi-manager",
"timestamp": 1631841424012,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/artifacts/service-Vfw20210917011403-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-17T01:17:57.611Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:17:57.611Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-17T01:17:57.611Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631841476930,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-17T01:17:57.611Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:57.611Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
"consumerID": "dcae-sch",
"timestamp": 1631841433687,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-17T01:17:57.611Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-17T01:17:57.611Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:57.611Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
"consumerID": "policy-id",
"timestamp": 1631841424986,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/artifacts/service-Vfw20210917011403-csar.csar",
"status": "NOTIFIED"
}
2021-09-17T01:17:57.611Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-17T01:17:57.611Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:57.612Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
"consumerID": "clamp",
"timestamp": 1631841427687,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/artifacts/service-Vfw20210917011403-csar.csar",
"status": "NOTIFIED"
}
2021-09-17T01:17:57.612Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-17T01:17:57.612Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:57.612Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631841428932,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/artifacts/service-Vfw20210917011403-csar.csar",
"status": "NOTIFIED"
}
2021-09-17T01:17:57.612Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-17T01:17:57.612Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:57.612Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
"consumerID": "dcae-sch",
"timestamp": 1631841433687,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-17T01:17:57.612Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-17T01:17:57.612Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:57.612Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
"consumerID": "dcae-sch",
"timestamp": 1631841433687,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/artifacts/service-Vfw20210917011403-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-17T01:17:57.612Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-17T01:17:57.612Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:57.613Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631841438729,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-17T01:17:57.613Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-17T01:17:57.613Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:57.613Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
"consumerID": "policy-id",
"timestamp": 1631841440141,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/artifacts/service-Vfw20210917011403-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-17T01:17:57.613Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:17:57.613Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:57.613Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631841440232,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/vfw3b6e33c104350_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-17T01:17:57.613Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:17:57.613Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:57.613Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
"consumerID": "cds",
"timestamp": 1631841440339,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/artifacts/service-Vfw20210917011403-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-17T01:17:57.613Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:17:57.613Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:57.614Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
"consumerID": "dcae-sch",
"timestamp": 1631841433687,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/artifacts/service-Vfw20210917011403-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-17T01:17:57.614Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-17T01:17:57.614Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:57.614Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631841438729,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/vfw3b6e33c104350_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-17T01:17:57.614Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-17T01:17:57.614Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:57.614Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
"consumerID": "aai-ml",
"timestamp": 1631841440068,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-17T01:17:57.614Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-17T01:17:57.614Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:57.614Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
"consumerID": "policy-id",
"timestamp": 1631841441154,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/artifacts/service-Vfw20210917011403-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-17T01:17:57.614Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:17:57.614Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:57.614Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
"consumerID": "cds",
"timestamp": 1631841441356,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/artifacts/service-Vfw20210917011403-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2021-09-17T01:17:57.711Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2021-09-17T01:17:57.760Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:17:57.760Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:17:57.772Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T01:17:57.773Z||pool-3-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-17T01:17:57.946Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 840a51f1-4554-4012-a62b-3a06e0d0316f
2021-09-17T01:17:57.963Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 840a51f1-4554-4012-a62b-3a06e0d0316f and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-17T01:17:57.984Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:57.984Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631841438729,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-17T01:17:57.984Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-17T01:17:57.984Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:57.984Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
"consumerID": "aai-ml",
"timestamp": 1631841440068,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/vfw3b6e33c104350_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-17T01:17:57.984Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-17T01:17:57.984Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:57.984Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
"consumerID": "policy-id",
"timestamp": 1631841442157,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-17T01:17:57.996Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 840a51f1-4554-4012-a62b-3a06e0d0316f
2021-09-17T01:17:57.996Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 840a51f1-4554-4012-a62b-3a06e0d0316f and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-17T01:17:58.003Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:58.003Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631841442239,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-17T01:17:58.003Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:17:58.003Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:58.003Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631841438729,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-17T01:17:58.003Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-17T01:17:58.003Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:58.004Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
"consumerID": "aai-ml",
"timestamp": 1631841440068,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-17T01:17:58.004Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-17T01:17:58.004Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:58.004Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631841438729,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-17T01:17:58.004Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-17T01:17:58.004Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:58.004Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
"consumerID": "aai-ml",
"timestamp": 1631841440068,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-17T01:17:58.004Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-17T01:17:58.005Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:58.005Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631841444229,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-09-17T01:17:58.005Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:17:58.005Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:58.005Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631841438729,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/artifacts/service-Vfw20210917011403-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-17T01:17:58.005Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-17T01:17:58.005Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:58.005Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
"consumerID": "aai-ml",
"timestamp": 1631841440068,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-17T01:17:58.006Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-17T01:17:58.006Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:58.006Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631841438729,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/artifacts/service-Vfw20210917011403-csar.csar",
"status": "NOTIFIED"
}
2021-09-17T01:17:58.006Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-17T01:17:58.006Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:58.006Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
"consumerID": "aai-ml",
"timestamp": 1631841440068,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/artifacts/service-Vfw20210917011403-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-17T01:17:58.007Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-17T01:17:58.007Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:58.007Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631841445759,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-17T01:17:58.010Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 840a51f1-4554-4012-a62b-3a06e0d0316f
2021-09-17T01:17:58.011Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 840a51f1-4554-4012-a62b-3a06e0d0316f and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-09-17T01:17:58.018Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:58.018Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
"consumerID": "aai-ml",
"timestamp": 1631841440068,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/artifacts/service-Vfw20210917011403-csar.csar",
"status": "NOTIFIED"
}
2021-09-17T01:17:58.019Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-17T01:17:58.019Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:58.019Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631841446765,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/vfw3b6e33c104350_modules.json",
"status": "DEPLOY_OK"
}
2021-09-17T01:17:58.019Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:17:58.019Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:58.019Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631841447324,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/artifacts/service-Vfw20210917011403-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-17T01:17:58.020Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:17:58.020Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:58.020Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
"consumerID": "aai-ml",
"timestamp": 1631841449504,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/artifacts/service-Vfw20210917011403-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-17T01:17:58.020Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:17:58.020Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:58.020Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
"consumerID": "clamp",
"timestamp": 1631841451783,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/artifacts/service-Vfw20210917011403-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-17T01:17:58.020Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:17:58.020Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:58.021Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631841452907,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/artifacts/service-Vfw20210917011403-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-17T01:17:58.021Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:17:58.021Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:58.021Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
"consumerID": "clamp",
"timestamp": 1631841453798,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/artifacts/service-Vfw20210917011403-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-17T01:17:58.021Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:17:58.021Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:58.021Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631841453912,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-17T01:17:58.025Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 840a51f1-4554-4012-a62b-3a06e0d0316f
2021-09-17T01:17:58.025Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 840a51f1-4554-4012-a62b-3a06e0d0316f and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-17T01:17:58.031Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:58.032Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
"consumerID": "clamp",
"timestamp": 1631841454802,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-17T01:17:58.035Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 840a51f1-4554-4012-a62b-3a06e0d0316f
2021-09-17T01:17:58.036Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 840a51f1-4554-4012-a62b-3a06e0d0316f and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-17T01:17:58.043Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:58.043Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
"consumerID": "aai-ml",
"timestamp": 1631841463827,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/artifacts/service-Vfw20210917011403-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-17T01:17:58.043Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:17:58.043Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:17:58.043Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
"consumerID": "aai-ml",
"timestamp": 1631841464832,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-17T01:17:58.047Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 840a51f1-4554-4012-a62b-3a06e0d0316f
2021-09-17T01:17:58.047Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 840a51f1-4554-4012-a62b-3a06e0d0316f and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-17T01:17:58.619Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-17T01:17:58.620Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:17:58.621Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:17:58.621Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631841476930,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/vfw3b6e33c104350_modules.json",
"status": "NOTIFIED"
}
2021-09-17T01:17:58.722Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-17T01:17:58.722Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:17:58.723Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:17:58.736Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T01:17:58.736Z||pool-4-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:17:59.622Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-17T01:17:59.623Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:17:59.625Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:17:59.625Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631841476930,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-09-17T01:17:59.725Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-17T01:17:59.726Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:17:59.726Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:17:59.735Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T01:17:59.736Z||pool-5-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:18:00.625Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-17T01:18:00.626Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:18:00.628Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:18:00.628Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631841476930,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-17T01:18:00.728Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-17T01:18:00.729Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:18:00.729Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:18:00.743Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T01:18:00.743Z||pool-6-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-09-17T01:18:01.629Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-17T01:18:01.629Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:18:01.631Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:18:01.631Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631841476930,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-09-17T01:18:01.732Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-17T01:18:01.732Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:18:01.732Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:18:01.743Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T01:18:01.743Z||pool-7-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:18:02.632Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-17T01:18:02.633Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:18:02.635Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:18:02.635Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631841476930,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/artifacts/service-Vfw20210917011403-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-17T01:18:02.735Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-17T01:18:02.736Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:18:02.736Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:18:02.747Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T01:18:02.747Z||pool-8-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:18:03.635Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-17T01:18:03.636Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:18:03.638Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:18:03.638Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631841476930,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/artifacts/service-Vfw20210917011403-csar.csar",
"status": "NOTIFIED"
}
2021-09-17T01:18:03.738Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-17T01:18:03.739Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:18:03.740Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:18:03.751Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T01:18:03.752Z||pool-9-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:18:04.640Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
"serviceName": "vFW 2021-09-17 01-14-03",
"serviceVersion": "1.0",
"serviceUUID": "e3490de8-9d4d-4116-a1fc-6020a08573a5",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "0fe60218-6b53-4a37-982d-9c5eaa3e20cd",
"resources": [
{
"resourceInstanceName": "vFW 3b6e33c1-0435 0",
"resourceCustomizationUUID": "c3c1875f-dc0c-44f0-af98-e9171d74e221",
"resourceName": "vFW 3b6e33c1-0435",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "a5863cab-30a0-49cd-813c-071dc654b459",
"resourceInvariantUUID": "8e6aff00-a54d-4f04-a707-c89524214a9b",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw3b6e33c104350_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/vfw3b6e33c104350_modules.json",
"artifactChecksum": "NGI5OGNjYmFlOWJkM2EzYjlkMjdkODA1M2YyMTJhMTI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f2651d0a-67eb-453c-ac30-a46583e77994",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "3fde3685-4d4d-40ee-b7dd-54c18631adf6",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "a2ba9536-0143-4894-a47b-0ca9ada84efc",
"generatedFromUUID": "3fde3685-4d4d-40ee-b7dd-54c18631adf6"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "a2ba9536-0143-4894-a47b-0ca9ada84efc",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20210917011403-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/artifacts/service-Vfw20210917011403-csar.csar",
"artifactChecksum": "NmUzMGM1YjcxMjgxYzhjNzQ5NjFmMjAzZTFiN2NkNDY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f69d7e06-26e3-4c8e-abe5-3bc23b7e3647"
}
],
"workloadContext": "Production"
}
2021-09-17T01:18:04.641Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-17T01:18:04.641Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e3490de8-9d4d-4116-a1fc-6020a08573a5 ASDC
2021-09-17T01:18:04.794Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:840a51f1-4554-4012-a62b-3a06e0d0316f
ServiceName:vFW 2021-09-17 01-14-03
ServiceVersion:1.0
ServiceUUID:e3490de8-9d4d-4116-a1fc-6020a08573a5
ServiceInvariantUUID:0fe60218-6b53-4a37-982d-9c5eaa3e20cd
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210917011403-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210917011403/1.0/artifacts/service-Vfw20210917011403-csar.csar
ArtifactUUID:f69d7e06-26e3-4c8e-abe5-3bc23b7e3647
ArtifactChecksum:NmUzMGM1YjcxMjgxYzhjNzQ5NjFmMjAzZTFiN2NkNDY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 3b6e33c1-0435 0
ResourceCustomizationUUID:c3c1875f-dc0c-44f0-af98-e9171d74e221
ResourceInvariantUUID:8e6aff00-a54d-4f04-a707-c89524214a9b
ResourceName:vFW 3b6e33c1-0435
ResourceType:VF
ResourceUUID:a5863cab-30a0-49cd-813c-071dc654b459
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw3b6e33c104350_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/vfw3b6e33c104350_modules.json
ArtifactUUID:f2651d0a-67eb-453c-ac30-a46583e77994
ArtifactChecksum:NGI5OGNjYmFlOWJkM2EzYjlkMjdkODA1M2YyMTJhMTI=
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/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/base_vfw.yaml
ArtifactUUID:3fde3685-4d4d-40ee-b7dd-54c18631adf6
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/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/base_vfw.env
ArtifactUUID:a2ba9536-0143-4894-a47b-0ca9ada84efc
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/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/base_vfw.env
ArtifactUUID:a2ba9536-0143-4894-a47b-0ca9ada84efc
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-09-17T01:18:04.795Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e3490de8-9d4d-4116-a1fc-6020a08573a5 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-17T01:18:04.833Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-17T01:18:04.834Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-17T01:18:04.834Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-17T01:18:04.835Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: f69d7e06-26e3-4c8e-abe5-3bc23b7e3647 from URL: /sdc/v1/catalog/services/Vfw20210917011403/1.0/artifacts/service-Vfw20210917011403-csar.csar
2021-09-17T01:18:04.835Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-17T01:18:04.836Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210917011403/1.0/artifacts/service-Vfw20210917011403-csar.csar
2021-09-17T01:18:05.992Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-17T01:18:06.072Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210917011403/1.0/artifacts/service-Vfw20210917011403-csar.csar f69d7e06-26e3-4c8e-abe5-3bc23b7e3647 98716
2021-09-17T01:18:06.074Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210917011403/1.0/artifacts/service-Vfw20210917011403-csar.csar ASDC sendASDCNotification
2021-09-17T01:18:06.074Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210917011403/1.0/artifacts/service-Vfw20210917011403-csar.csar
2021-09-17T01:18:06.075Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-17T01:18:06.076Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:18:06.077Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:18:06.077Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631841486073,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/artifacts/service-Vfw20210917011403-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-17T01:18:06.177Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-17T01:18:06.178Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:18:06.178Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:18:06.189Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T01:18:06.189Z||pool-10-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:18:07.077Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-17T01:18:07.078Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-17T01:18:07.079Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: f69d7e06-26e3-4c8e-abe5-3bc23b7e3647, URL: /sdc/v1/catalog/services/Vfw20210917011403/1.0/artifacts/service-Vfw20210917011403-csar.csar to file: /app/ASDC/1/service-Vfw20210917011403-csar.csar
2021-09-17T01:18:07.079Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210917011403-csar.csar
2021-09-17T01:18:07.177Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210917011403-csar.csar
2021-09-17T01:18:07.178Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210917011403-csar.csar
2021-09-17T01:18:08.181Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17402661217010600308/Definitions/service-Vfw20210917011403-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_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
2021-09-17T01:18:10.764Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-17T01:18:10.769Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-17T01:18:10.769Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210917011403-csar.csar
2021-09-17T01:18:10.769Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-09-17T01:18:10.769Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||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-Vfw20210917011403-csar.csar
2021-09-17T01:18:10.769Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||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-Vfw20210917011403-csar.csar
2021-09-17T01:18:10.769Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||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-Vfw20210917011403-csar.csar
2021-09-17T01:18:10.769Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210917011403-csar.csar
2021-09-17T01:18:10.769Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210917011403-csar.csar
2021-09-17T01:18:10.769Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||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-Vfw20210917011403-csar.csar
2021-09-17T01:18:10.770Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||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-Vfw20210917011403-csar.csar
2021-09-17T01:18:10.770Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||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-Vfw20210917011403-csar.csar
2021-09-17T01:18:10.770Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210917011403-csar.csar
2021-09-17T01:18:10.770Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||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-Vfw20210917011403-csar.csar
2021-09-17T01:18:10.770Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 3b6e33c1-0435 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-Vfw20210917011403-csar.csar
2021-09-17T01:18:10.770Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210917011403-csar.csar
2021-09-17T01:18:10.770Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||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-Vfw20210917011403-csar.csar
2021-09-17T01:18:10.770Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-17T01:18:10.776Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-17T01:18:10.777Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-17 01-14-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:18:10.782Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template vFW 3b6e33c1-0435 0 is matching search criteria
2021-09-17T01:18:10.782Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-17T01:18:10.784Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 3b6e33c1-0435 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-17T01:18:10.786Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-17T01:18:10.786Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-17 01-14-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:18:10.786Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template vFW 3b6e33c1-0435 0 is matching search criteria
2021-09-17T01:18:10.786Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-17T01:18:10.787Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 3b6e33c1-0435 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-17T01:18:10.787Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-17T01:18:10.787Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-17 01-14-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:18:10.792Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-17T01:18:10.792Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template vFW 3b6e33c1-0435 0 is not matching search criteria
2021-09-17T01:18:10.792Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-17T01:18:10.792Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-17T01:18:10.792Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-17T01:18:10.793Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-17T01:18:10.793Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-17T01:18:10.793Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-17T01:18:10.793Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-17T01:18:10.793Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-17T01:18:10.793Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-17T01:18:10.794Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-17T01:18:10.794Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-17T01:18:10.794Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-17T01:18:10.794Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-17T01:18:10.794Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-17T01:18:10.795Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-17T01:18:10.795Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-17T01:18:10.795Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-17T01:18:10.795Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-17 01-14-03 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-17T01:18:10.796Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-17T01:18:10.796Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template vFW 3b6e33c1-0435 0 is matching search criteria
2021-09-17T01:18:10.796Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 3b6e33c1-0435 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-17T01:18:10.797Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-17T01:18:10.797Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template vFW 3b6e33c1-0435 0 is matching search criteria
2021-09-17T01:18:10.797Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 3b6e33c1-0435 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-17T01:18:10.797Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-17T01:18:10.797Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template vFW 3b6e33c1-0435 0 is matching search criteria
2021-09-17T01:18:10.797Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 3b6e33c1-0435 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-17T01:18:10.797Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-17T01:18:10.797Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template vFW 3b6e33c1-0435 0 is not matching search criteria
2021-09-17T01:18:10.798Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-17T01:18:10.798Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-17T01:18:10.798Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-17T01:18:10.798Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-17T01:18:10.798Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-17T01:18:10.798Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-17T01:18:10.798Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-17T01:18:10.798Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-17T01:18:10.798Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-17T01:18:10.798Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-17T01:18:10.799Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-17T01:18:10.799Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=a78ce046-3b6f-491b-a197-98c34860443f
2021-09-17T01:18:10.799Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-17T01:18:10.799Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template vFW 3b6e33c1-0435 0 is not matching search criteria
2021-09-17T01:18:10.799Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-17T01:18:10.799Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-17T01:18:10.799Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-17T01:18:10.799Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-17T01:18:10.799Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-17T01:18:10.799Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-17T01:18:10.800Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-17T01:18:10.800Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-09-17T01:18:10.800Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-17T01:18:10.800Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-17T01:18:10.800Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-17T01:18:10.800Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-17T01:18:10.800Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=09bdc6d4-9db8-45ea-bf4a-e1b40f335f48
2021-09-17T01:18:10.800Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-17T01:18:10.800Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template vFW 3b6e33c1-0435 0 is not matching search criteria
2021-09-17T01:18:10.800Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-17T01:18:10.801Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-17T01:18:10.801Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-17T01:18:10.801Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-17T01:18:10.801Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-17T01:18:10.801Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-17T01:18:10.801Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-17T01:18:10.801Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-17T01:18:10.801Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-17T01:18:10.801Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-17T01:18:10.801Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-17T01:18:10.802Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-09-17T01:18:10.802Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=ae3e7be4-b195-45ec-8c90-6a3cff92b449
2021-09-17T01:18:10.802Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-17T01:18:10.802Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-17 01-14-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:18:10.802Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-17T01:18:10.802Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-17 01-14-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:18:10.802Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-17T01:18:10.802Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-17 01-14-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:18:10.802Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-17T01:18:10.802Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-17 01-14-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:18:10.803Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-09-17 01-14-03
Description:catalog service description
Model UUID:e3490de8-9d4d-4116-a1fc-6020a08573a5
Model Version:NULL
Model InvariantUuid:0fe60218-6b53-4a37-982d-9c5eaa3e20cd
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 3b6e33c1-0435
Model UUID:ab84e47f-524f-4dda-984a-2ffe564b8cbf
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8e6aff00-a54d-4f04-a707-c89524214a9b
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:c3c1875f-dc0c-44f0-af98-e9171d74e221
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:df84672d-3729-4617-a44b-d28c69c30213
ModelName:Vfw3b6e33c10435..base_vfw..module-0
ModelUuid:3f24bafb-5bde-4782-9a6e-79cd95bcdaff
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:a78ce046-3b6f-491b-a197-98c34860443f
ModelInvariantUuid:6f2e732d-cca6-43ab-9da3-04323f5fa68a
ModelName:vFW 3b6e33c1-0435-nodes.vfwCvfc
ModelUuid:1a3ffdd8-2c93-47c4-8ef3-9deffb1273d0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:1020e424-ec65-42dd-9597-68c58914dfd2
ModelInvariantUuid:1d299d6a-ca20-4dbc-a59d-766b921215c7
ModelName:Vfw3b6e33c10435.compute.nodes.heat.vfw
ModelUuid:5ca6f0e0-6ed8-4d4b-81e9-190242ba6b81
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:09bdc6d4-9db8-45ea-bf4a-e1b40f335f48
ModelInvariantUuid:bc51e086-3c3d-47d0-9876-fec377d1f5a7
ModelName:vFW 3b6e33c1-0435-nodes.vsnCvfc
ModelUuid:4c72717e-4629-42f4-a6be-643a9621be79
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:d8126321-e0a1-4c50-b59b-c22f29e6f045
ModelInvariantUuid:aa50108c-f542-4661-b09d-98322e0bf3ef
ModelName:Vfw3b6e33c10435.compute.nodes.heat.vsn
ModelUuid:b2c029dd-3605-4725-9983-190850be4648
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:ae3e7be4-b195-45ec-8c90-6a3cff92b449
ModelInvariantUuid:17ca78c1-2996-4407-8e20-a09e937f0eb4
ModelName:vFW 3b6e33c1-0435-nodes.vpgCvfc
ModelUuid:274954c0-69c4-45a0-9bde-2de03348d90f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:b117034d-a938-4b9c-9c00-d10f0013319f
ModelInvariantUuid:f45227c5-39d5-484c-8b04-6f53cf09a30e
ModelName:Vfw3b6e33c10435.compute.nodes.heat.vpg
ModelUuid:8bf8e32c-3e74-4f32-9f65-9b31f9a3ae47
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-17T01:18:10.816Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: a5863cab-30a0-49cd-813c-071dc654b459
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-17T01:18:10.923Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||INFO|500||vFW 3b6e33c1-0435 0
2021-09-17T01:18:10.930Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a5863cab-30a0-49cd-813c-071dc654b459
2021-09-17T01:18:10.930Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: f2651d0a-67eb-453c-ac30-a46583e77994 from URL: /sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/vfw3b6e33c104350_modules.json
2021-09-17T01:18:10.930Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-17T01:18:10.930Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/vfw3b6e33c104350_modules.json
2021-09-17T01:18:11.635Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-17T01:18:11.636Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/vfw3b6e33c104350_modules.json f2651d0a-67eb-453c-ac30-a46583e77994 785
2021-09-17T01:18:11.636Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/vfw3b6e33c104350_modules.json ASDC sendASDCNotification
2021-09-17T01:18:11.636Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/vfw3b6e33c104350_modules.json
2021-09-17T01:18:11.636Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-17T01:18:11.636Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:18:11.639Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:18:11.639Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631841491636,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/vfw3b6e33c104350_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-17T01:18:11.739Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-17T01:18:11.740Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:18:11.741Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:18:11.753Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T01:18:11.753Z||pool-11-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:18:12.640Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw3b6e33c10435..base_vfw..module-0",
"vfModuleModelInvariantUUID": "df84672d-3729-4617-a44b-d28c69c30213",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "3f24bafb-5bde-4782-9a6e-79cd95bcdaff",
"vfModuleModelCustomizationUUID": "75ed86d8-4b7f-4bb5-b81d-ccf112611887",
"isBase": true,
"artifacts": [
"3fde3685-4d4d-40ee-b7dd-54c18631adf6",
"a2ba9536-0143-4894-a47b-0ca9ada84efc"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-09-17T01:18:12.766Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw3b6e33c10435..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3f24bafb-5bde-4782-9a6e-79cd95bcdaff
VfModuleModelInvariantUUID:df84672d-3729-4617-a44b-d28c69c30213
VfModuleModelDescription:NULL
Artifacts UUID List:{
3fde3685-4d4d-40ee-b7dd-54c18631adf6
,
a2ba9536-0143-4894-a47b-0ca9ada84efc
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-09-17T01:18:12.768Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw3b6e33c10435..base_vfw..module-0",
"vfModuleModelInvariantUUID": "df84672d-3729-4617-a44b-d28c69c30213",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "3f24bafb-5bde-4782-9a6e-79cd95bcdaff",
"vfModuleModelCustomizationUUID": "75ed86d8-4b7f-4bb5-b81d-ccf112611887",
"isBase": true,
"artifacts": [
"3fde3685-4d4d-40ee-b7dd-54c18631adf6",
"a2ba9536-0143-4894-a47b-0ca9ada84efc"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-09-17T01:18:12.768Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw3b6e33c10435..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3f24bafb-5bde-4782-9a6e-79cd95bcdaff
VfModuleModelInvariantUUID:df84672d-3729-4617-a44b-d28c69c30213
VfModuleModelDescription:NULL
Artifacts UUID List:{
3fde3685-4d4d-40ee-b7dd-54c18631adf6
,
a2ba9536-0143-4894-a47b-0ca9ada84efc
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-09-17T01:18:12.769Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 3fde3685-4d4d-40ee-b7dd-54c18631adf6 from URL: /sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/base_vfw.yaml
2021-09-17T01:18:12.769Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-17T01:18:12.769Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/base_vfw.yaml
2021-09-17T01:18:12.926Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-17T01:18:12.927Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/base_vfw.yaml 3fde3685-4d4d-40ee-b7dd-54c18631adf6 20368
2021-09-17T01:18:12.927Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-09-17T01:18:12.927Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/base_vfw.yaml
2021-09-17T01:18:12.927Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-17T01:18:12.927Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:18:12.929Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:18:12.929Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631841492927,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-17T01:18:13.030Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-17T01:18:13.030Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:18:13.031Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:18:13.041Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T01:18:13.041Z||pool-12-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:18:13.930Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: a2ba9536-0143-4894-a47b-0ca9ada84efc from URL: /sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/base_vfw.env
2021-09-17T01:18:13.930Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-17T01:18:13.931Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/base_vfw.env
2021-09-17T01:18:14.284Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-17T01:18:14.284Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/base_vfw.env a2ba9536-0143-4894-a47b-0ca9ada84efc 2098
2021-09-17T01:18:14.285Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/base_vfw.env ASDC sendASDCNotification
2021-09-17T01:18:14.285Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/base_vfw.env
2021-09-17T01:18:14.285Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-17T01:18:14.285Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:18:14.287Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:18:14.287Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631841494285,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-09-17T01:18:14.388Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-17T01:18:14.389Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:18:14.389Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:18:14.401Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T01:18:14.402Z||pool-13-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:18:15.288Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: e3490de8-9d4d-4116-a1fc-6020a08573a5
2021-09-17T01:18:15.288Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 3b6e33c1-0435 0 a5863cab-30a0-49cd-813c-071dc654b459 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-17T01:18:15.326Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@50833f8, org.onap.sdc.toscaparser.api.parameters.Input@679b5b84, org.onap.sdc.toscaparser.api.parameters.Input@1534e90c, org.onap.sdc.toscaparser.api.parameters.Input@1878c9b8, org.onap.sdc.toscaparser.api.parameters.Input@5c2bbebc]
2021-09-17T01:18:15.329Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-17T01:18:15.329Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-17 01-14-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:18:15.329Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic
2021-09-17T01:18:15.330Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= c3c1875f-dc0c-44f0-af98-e9171d74e221
2021-09-17T01:18:15.330Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c3c1875f-dc0c-44f0-af98-e9171d74e221 matches Tosca VF Customization UUID: c3c1875f-dc0c-44f0-af98-e9171d74e221
2021-09-17T01:18:15.330Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: c3c1875f-dc0c-44f0-af98-e9171d74e221 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-09-17T01:18:15.335Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-17T01:18:15.336Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-17 01-14-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:18:15.336Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id c3c1875f-dc0c-44f0-af98-e9171d74e221: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2021-09-17T01:18:15.337Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4ffcd51b
2021-09-17T01:18:15.337Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-17T01:18:15.337Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-17 01-14-03 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-17T01:18:15.337Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 75ed86d8-4b7f-4bb5-b81d-ccf112611887
2021-09-17T01:18:15.338Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 75ed86d8-4b7f-4bb5-b81d-ccf112611887
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-09-17T01:18:15.343Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-17T01:18:15.344Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template vFW 3b6e33c1-0435 0 is matching search criteria
2021-09-17T01:18:15.344Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 3b6e33c1-0435 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-17T01:18:15.344Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-17T01:18:15.345Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template vFW 3b6e33c1-0435 0 is matching search criteria
2021-09-17T01:18:15.345Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 3b6e33c1-0435 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-17T01:18:15.345Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-17T01:18:15.345Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template vFW 3b6e33c1-0435 0 is not matching search criteria
2021-09-17T01:18:15.345Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-17T01:18:15.345Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-17T01:18:15.345Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-17T01:18:15.346Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-17T01:18:15.346Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-17T01:18:15.346Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-17T01:18:15.346Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-17T01:18:15.346Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-17T01:18:15.346Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-17T01:18:15.346Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-17T01:18:15.346Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-17T01:18:15.347Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=a78ce046-3b6f-491b-a197-98c34860443f
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-17T01:18:15.358Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-17T01:18:15.359Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template vFW 3b6e33c1-0435 0 is matching search criteria
2021-09-17T01:18:15.359Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 3b6e33c1-0435 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-17T01:18:15.359Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-17T01:18:15.359Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template vFW 3b6e33c1-0435 0 is not matching search criteria
2021-09-17T01:18:15.360Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-17T01:18:15.360Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-17T01:18:15.360Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-17T01:18:15.360Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-17T01:18:15.360Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-17T01:18:15.360Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-17T01:18:15.360Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-17T01:18:15.360Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-09-17T01:18:15.361Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-17T01:18:15.361Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-17T01:18:15.361Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-17T01:18:15.361Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-17T01:18:15.361Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=09bdc6d4-9db8-45ea-bf4a-e1b40f335f48
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-17T01:18:15.364Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-17T01:18:15.364Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template vFW 3b6e33c1-0435 0 is matching search criteria
2021-09-17T01:18:15.364Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 3b6e33c1-0435 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-17T01:18:15.366Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-17T01:18:15.367Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template vFW 3b6e33c1-0435 0 is not matching search criteria
2021-09-17T01:18:15.367Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-17T01:18:15.367Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-17T01:18:15.367Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-17T01:18:15.367Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-17T01:18:15.367Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-17T01:18:15.367Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-17T01:18:15.368Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-17T01:18:15.368Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-17T01:18:15.368Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-17T01:18:15.368Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-17T01:18:15.368Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-17T01:18:15.368Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-09-17T01:18:15.368Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=ae3e7be4-b195-45ec-8c90-6a3cff92b449
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-17T01:18:15.370Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-17T01:18:15.371Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template vFW 3b6e33c1-0435 0 is matching search criteria
2021-09-17T01:18:15.371Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 3b6e33c1-0435 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-17T01:18:15.371Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-17T01:18:15.371Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Node template vFW 3b6e33c1-0435 0 is matching search criteria
2021-09-17T01:18:15.371Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 3b6e33c1-0435 0] matching following query criteria: sdcType=VF, customizationUUID=c3c1875f-dc0c-44f0-af98-e9171d74e221
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-17T01:18:15.373Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-17T01:18:15.373Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-17 01-14-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:18:15.373Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid e3490de8-9d4d-4116-a1fc-6020a08573a5: vFW 3b6e33c1-0435
2021-09-17T01:18:15.373Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-17T01:18:15.373Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-17 01-14-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:18:15.374Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-17T01:18:15.374Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-17 01-14-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:18:15.374Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-17T01:18:15.374Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-17 01-14-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:18:15.374Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-17T01:18:15.374Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-17 01-14-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:18:15.374Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-17T01:18:15.375Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-17 01-14-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:18:15.375Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||INFO|500||Saving Service: vFW 2021-09-17 01-14-03
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-17T01:18:15.635Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 3b6e33c1-0435 a5863cab-30a0-49cd-813c-071dc654b459 1 ASDC deployResourceStructure
2021-09-17T01:18:15.636Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/vfw3b6e33c104350_modules.json ASDC sendASDCNotification
2021-09-17T01:18:15.636Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/vfw3b6e33c104350_modules.json
2021-09-17T01:18:15.636Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-17T01:18:15.636Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:18:15.639Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:18:15.639Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631841495636,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/vfw3b6e33c104350_modules.json",
"status": "DEPLOY_OK"
}
2021-09-17T01:18:15.739Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-17T01:18:15.740Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:18:15.740Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:18:15.751Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T01:18:15.751Z||pool-14-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:18:16.641Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-09-17T01:18:16.642Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/base_vfw.yaml
2021-09-17T01:18:16.642Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-17T01:18:16.642Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:18:16.644Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:18:16.644Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631841496641,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-09-17T01:18:16.744Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-17T01:18:16.745Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:18:16.746Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:18:16.757Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T01:18:16.758Z||pool-15-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:18:17.644Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/base_vfw.env ASDC sendASDCNotification
2021-09-17T01:18:17.645Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/base_vfw.env
2021-09-17T01:18:17.645Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-17T01:18:17.645Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:18:17.647Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:18:17.647Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631841497644,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-09-17T01:18:17.747Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-17T01:18:17.748Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:18:17.748Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:18:17.760Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T01:18:17.760Z||pool-16-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:18:18.648Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210917011403/1.0/artifacts/service-Vfw20210917011403-csar.csar ASDC sendASDCNotification
2021-09-17T01:18:18.648Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210917011403/1.0/artifacts/service-Vfw20210917011403-csar.csar
2021-09-17T01:18:18.649Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-17T01:18:18.649Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:18:18.650Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:18:18.651Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631841498648,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/artifacts/service-Vfw20210917011403-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-17T01:18:18.751Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-17T01:18:18.752Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:18:18.752Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:18:18.764Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T01:18:18.764Z||pool-17-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:18:19.652Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 840a51f1-4554-4012-a62b-3a06e0d0316f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-17T01:18:19.663Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 840a51f1-4554-4012-a62b-3a06e0d0316f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-17T01:18:19.666Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-17T01:18:19.666Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-17T01:18:19.666Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-17T01:18:19.666Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-17T01:18:19.666Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-17T01:18:19.666Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-17T01:18:19.666Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-17T01:18:19.666Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-17T01:18:19.666Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-17T01:18:19.667Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-17T01:18:19.667Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-17T01:18:19.669Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-17T01:18:49.670Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 840a51f1-4554-4012-a62b-3a06e0d0316f and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-09-17T01:18:49.676Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 840a51f1-4554-4012-a62b-3a06e0d0316f and serviceModelVersionId: e3490de8-9d4d-4116-a1fc-6020a08573a5
2021-09-17T01:18:49.676Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0fe60218-6b53-4a37-982d-9c5eaa3e20cd
2021-09-17T01:18:56.932Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:18:56.932Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:18:56.933Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:18:57.057Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T01:18:57.058Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:18:57.058Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631841476930,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-17T01:18:57.060Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-17T01:19:12.512Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0fe60218-6b53-4a37-982d-9c5eaa3e20cd/model-vers/model-ver/e3490de8-9d4d-4116-a1fc-6020a08573a5?depth=0
2021-09-17T01:19:12.683Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-09-17T01:19:13.433Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0fe60218-6b53-4a37-982d-9c5eaa3e20cd/model-vers/model-ver/e3490de8-9d4d-4116-a1fc-6020a08573a5?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-09-17T01:19:13.438Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0fe60218-6b53-4a37-982d-9c5eaa3e20cd/model-vers/model-ver/e3490de8-9d4d-4116-a1fc-6020a08573a5?depth=0|INFO|500||Invoke
2021-09-17T01:19:13.610Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0fe60218-6b53-4a37-982d-9c5eaa3e20cd/model-vers/model-ver/e3490de8-9d4d-4116-a1fc-6020a08573a5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-09-17T01:19:13.751Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0fe60218-6b53-4a37-982d-9c5eaa3e20cd/model-vers/model-ver/e3490de8-9d4d-4116-a1fc-6020a08573a5?depth=0|INFO|500||InvokeReturn
2021-09-17T01:19:13.752Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0fe60218-6b53-4a37-982d-9c5eaa3e20cd/model-vers/model-ver/e3490de8-9d4d-4116-a1fc-6020a08573a5?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210917-01:19:13:618-89972], vertex-id=[200792], Content-Length=[0], Date=[Fri, 17 Sep 2021 01:19:13 GMT], Content-Type=[application/json]}
2021-09-17T01:19:13.752Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2021-09-17T01:19:13.755Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-17T01:19:13.755Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-17T01:19:13.759Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-09-17T01:19:13.767Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 840a51f1-4554-4012-a62b-3a06e0d0316f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-17T01:19:13.768Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-17T01:19:13.769Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:19:13.771Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:19:13.771Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631841553768,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-17T01:19:13.870Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-17T01:19:13.871Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:19:13.871Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:19:13.883Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T01:19:13.883Z||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=?
2021-09-17T01:19:14.782Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:19:14.782Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:19:14.783Z|840a51f1-4554-4012-a62b-3a06e0d0316f|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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:19:15.404Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T01:19:15.405Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-17T01:19:15.405Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"f5c35172-eab4-4e5e-a6ad-a897e1c126e7","serviceName":"basic_onboard_DRWmIc","serviceVersion":"1.0","serviceUUID":"5b325e2d-23cd-405a-8c09-8e79a87de0bc","serviceDescription":"service","serviceInvariantUUID":"cab97689-df93-4a22-9919-226ae4bf4928","resources":[{"resourceInstanceName":"basic_onboard_DRWmIc 0","resourceName":"basic_onboard_DRWmIc","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a567df53-8215-49fd-a704-3aa8befea60b","resourceInvariantUUID":"8971dc83-a5cc-417c-8888-9479f9e01fac","resourceCustomizationUUID":"78bef2e3-fd6a-48ba-8c4f-a034236f0180","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/vf-license-model.xml","artifactChecksum":"YTI0NTBhZDFkZTFlNTI4MjI2YjQ0ZmYwZDlhYTNiMDU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"59e4acb5-02e9-4b62-b615-accefccbdf8b","artifactVersion":"1"},{"artifactName":"basic_onboard_drwmic0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/basic_onboard_drwmic0_modules.json","artifactChecksum":"Y2FiMTA4NTYzODQyNDI4MjQ2ZWI1ZDA5M2ZiMmU5MWQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0bc0d784-0b02-46eb-a810-6625e0047144","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a9801a33-2d79-429a-8131-e5982ff9417e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"fc898b32-323c-4bf5-9623-baee9c4e8007","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"8c7a528f-1d47-4a6f-91aa-ecf44b993935","artifactVersion":"2","generatedFromUUID":"a9801a33-2d79-429a-8131-e5982ff9417e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardDrwmic-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/artifacts/service-BasicOnboardDrwmic-template.yml","artifactChecksum":"YTgwZjkyZTIyNjhlMzk5NjYxODY3MjNmNTYyMDk4YzM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"706d94e3-cadb-4b23-9614-706e03925460","artifactVersion":"1"},{"artifactName":"service-BasicOnboardDrwmic-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/artifacts/service-BasicOnboardDrwmic-csar.csar","artifactChecksum":"MGRmNTVhNDAzN2RmZDA0NTk4N2U0YTFkNzg4NmZiYzc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"87cfaba5-59e5-4cd3-b931-bdaa35e4ea32","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-17T01:19:15.408Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-17T01:19:15.409Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:19:15.410Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:19:15.410Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631841554782,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-17T01:19:15.511Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-17T01:19:15.511Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:19:15.511Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:19:15.522Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T01:19:15.523Z||pool-19-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:19:16.411Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-17T01:19:16.412Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:19:16.414Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:19:16.414Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631841554782,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/basic_onboard_drwmic0_modules.json",
"status": "NOTIFIED"
}
2021-09-17T01:19:16.519Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2021-09-17T01:19:16.520Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:19:16.520Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:19:16.531Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T01:19:16.531Z||pool-20-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:19:17.415Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-17T01:19:17.416Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:19:17.418Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:19:17.418Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631841554782,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-17T01:19:17.519Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-17T01:19:17.519Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:19:17.520Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:19:17.530Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T01:19:17.531Z||pool-21-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:19:18.419Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-17T01:19:18.420Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:19:18.422Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:19:18.422Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631841554782,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-17T01:19:18.523Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-17T01:19:18.524Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:19:18.524Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:19:18.536Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T01:19:18.537Z||pool-22-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:19:19.423Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-17T01:19:19.423Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:19:19.425Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:19:19.426Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631841554782,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-09-17T01:19:19.526Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-17T01:19:19.527Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:19:19.527Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:19:19.538Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T01:19:19.538Z||pool-23-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:19:20.426Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-17T01:19:20.427Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:19:20.428Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:19:20.428Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631841554782,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/artifacts/service-BasicOnboardDrwmic-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-17T01:19:20.529Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-17T01:19:20.531Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:19:20.531Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:19:20.541Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T01:19:20.541Z||pool-24-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:19:21.429Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-17T01:19:21.430Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:19:21.431Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:19:21.431Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631841554782,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/artifacts/service-BasicOnboardDrwmic-csar.csar",
"status": "NOTIFIED"
}
2021-09-17T01:19:21.532Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-17T01:19:21.533Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:19:21.533Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:19:21.544Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T01:19:21.545Z||pool-25-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-09-17T01:19:22.433Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
"serviceName": "basic_onboard_DRWmIc",
"serviceVersion": "1.0",
"serviceUUID": "5b325e2d-23cd-405a-8c09-8e79a87de0bc",
"serviceDescription": "service",
"serviceInvariantUUID": "cab97689-df93-4a22-9919-226ae4bf4928",
"resources": [
{
"resourceInstanceName": "basic_onboard_DRWmIc 0",
"resourceCustomizationUUID": "78bef2e3-fd6a-48ba-8c4f-a034236f0180",
"resourceName": "basic_onboard_DRWmIc",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "a567df53-8215-49fd-a704-3aa8befea60b",
"resourceInvariantUUID": "8971dc83-a5cc-417c-8888-9479f9e01fac",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_drwmic0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/basic_onboard_drwmic0_modules.json",
"artifactChecksum": "Y2FiMTA4NTYzODQyNDI4MjQ2ZWI1ZDA5M2ZiMmU5MWQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "0bc0d784-0b02-46eb-a810-6625e0047144",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "a9801a33-2d79-429a-8131-e5982ff9417e",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "8c7a528f-1d47-4a6f-91aa-ecf44b993935",
"generatedFromUUID": "a9801a33-2d79-429a-8131-e5982ff9417e"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "8c7a528f-1d47-4a6f-91aa-ecf44b993935",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardDrwmic-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/artifacts/service-BasicOnboardDrwmic-csar.csar",
"artifactChecksum": "MGRmNTVhNDAzN2RmZDA0NTk4N2U0YTFkNzg4NmZiYzc\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "87cfaba5-59e5-4cd3-b931-bdaa35e4ea32"
}
],
"workloadContext": "Production"
}
2021-09-17T01:19:22.433Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-17T01:19:22.433Z|840a51f1-4554-4012-a62b-3a06e0d0316f|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 5b325e2d-23cd-405a-8c09-8e79a87de0bc ASDC
2021-09-17T01:19:22.434Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:f5c35172-eab4-4e5e-a6ad-a897e1c126e7
ServiceName:basic_onboard_DRWmIc
ServiceVersion:1.0
ServiceUUID:5b325e2d-23cd-405a-8c09-8e79a87de0bc
ServiceInvariantUUID:cab97689-df93-4a22-9919-226ae4bf4928
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardDrwmic-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/artifacts/service-BasicOnboardDrwmic-csar.csar
ArtifactUUID:87cfaba5-59e5-4cd3-b931-bdaa35e4ea32
ArtifactChecksum:MGRmNTVhNDAzN2RmZDA0NTk4N2U0YTFkNzg4NmZiYzc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_DRWmIc 0
ResourceCustomizationUUID:78bef2e3-fd6a-48ba-8c4f-a034236f0180
ResourceInvariantUUID:8971dc83-a5cc-417c-8888-9479f9e01fac
ResourceName:basic_onboard_DRWmIc
ResourceType:VF
ResourceUUID:a567df53-8215-49fd-a704-3aa8befea60b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_drwmic0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/basic_onboard_drwmic0_modules.json
ArtifactUUID:0bc0d784-0b02-46eb-a810-6625e0047144
ArtifactChecksum:Y2FiMTA4NTYzODQyNDI4MjQ2ZWI1ZDA5M2ZiMmU5MWQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu18.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/base_ubuntu18.yaml
ArtifactUUID:a9801a33-2d79-429a-8131-e5982ff9417e
ArtifactChecksum:NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/base_ubuntu18.env
ArtifactUUID:8c7a528f-1d47-4a6f-91aa-ecf44b993935
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/base_ubuntu18.env
ArtifactUUID:8c7a528f-1d47-4a6f-91aa-ecf44b993935
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-09-17T01:19:22.434Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5b325e2d-23cd-405a-8c09-8e79a87de0bc ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-17T01:19:22.458Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-17T01:19:22.459Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-17T01:19:22.459Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-17T01:19:22.459Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 87cfaba5-59e5-4cd3-b931-bdaa35e4ea32 from URL: /sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/artifacts/service-BasicOnboardDrwmic-csar.csar
2021-09-17T01:19:22.460Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-17T01:19:22.460Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/artifacts/service-BasicOnboardDrwmic-csar.csar
2021-09-17T01:19:22.915Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-17T01:19:22.919Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/artifacts/service-BasicOnboardDrwmic-csar.csar 87cfaba5-59e5-4cd3-b931-bdaa35e4ea32 71354
2021-09-17T01:19:22.919Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/artifacts/service-BasicOnboardDrwmic-csar.csar ASDC sendASDCNotification
2021-09-17T01:19:22.919Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/artifacts/service-BasicOnboardDrwmic-csar.csar
2021-09-17T01:19:22.919Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-17T01:19:22.920Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:19:22.921Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:19:22.921Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631841562919,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/artifacts/service-BasicOnboardDrwmic-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-17T01:19:23.022Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-17T01:19:23.023Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:19:23.023Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:19:23.034Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T01:19:23.035Z||pool-26-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:19:23.922Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-17T01:19:23.923Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-17T01:19:23.924Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 87cfaba5-59e5-4cd3-b931-bdaa35e4ea32, URL: /sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/artifacts/service-BasicOnboardDrwmic-csar.csar to file: /app/ASDC/1/service-BasicOnboardDrwmic-csar.csar
2021-09-17T01:19:23.924Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardDrwmic-csar.csar
2021-09-17T01:19:23.924Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardDrwmic-csar.csar
2021-09-17T01:19:23.924Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardDrwmic-csar.csar
2021-09-17T01:19:24.081Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10027228056902809730/Definitions/service-BasicOnboardDrwmic-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2021-09-17T01:19:25.489Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-17T01:19:25.490Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-17T01:19:25.490Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardDrwmic-csar.csar
2021-09-17T01:19:25.490Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-09-17T01:19:25.490Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_DRWmIc 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicOnboardDrwmic-csar.csar
2021-09-17T01:19:25.490Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardDrwmic-csar.csar
2021-09-17T01:19:25.490Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||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-BasicOnboardDrwmic-csar.csar
2021-09-17T01:19:25.491Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||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-BasicOnboardDrwmic-csar.csar
2021-09-17T01:19:25.491Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||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-BasicOnboardDrwmic-csar.csar
2021-09-17T01:19:25.491Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardDrwmic-csar.csar
2021-09-17T01:19:25.491Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardDrwmic-csar.csar
2021-09-17T01:19:25.491Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||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-BasicOnboardDrwmic-csar.csar
2021-09-17T01:19:25.491Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||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-BasicOnboardDrwmic-csar.csar
2021-09-17T01:19:25.491Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-17T01:19:25.491Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-17T01:19:25.492Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_DRWmIc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:19:25.492Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_DRWmIc 0 is matching search criteria
2021-09-17T01:19:25.492Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-17T01:19:25.492Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_DRWmIc 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-17T01:19:25.493Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-17T01:19:25.493Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_DRWmIc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:19:25.493Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_DRWmIc 0 is matching search criteria
2021-09-17T01:19:25.493Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-17T01:19:25.493Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_DRWmIc 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-17T01:19:25.493Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-17T01:19:25.494Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_DRWmIc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:19:25.494Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-17T01:19:25.494Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_DRWmIc 0 is not matching search criteria
2021-09-17T01:19:25.494Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-09-17T01:19:25.495Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-09-17T01:19:25.495Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-09-17T01:19:25.495Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-17T01:19:25.495Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-17T01:19:25.495Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-17T01:19:25.495Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_DRWmIc is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-17T01:19:25.496Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-17T01:19:25.496Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_DRWmIc 0 is matching search criteria
2021-09-17T01:19:25.496Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_DRWmIc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-17T01:19:25.496Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-17T01:19:25.497Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_DRWmIc 0 is matching search criteria
2021-09-17T01:19:25.497Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_DRWmIc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-17T01:19:25.497Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-17T01:19:25.497Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_DRWmIc 0 is matching search criteria
2021-09-17T01:19:25.497Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_DRWmIc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-17T01:19:25.498Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-17T01:19:25.498Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_DRWmIc 0 is not matching search criteria
2021-09-17T01:19:25.498Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-17T01:19:25.498Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-17T01:19:25.498Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=c5a665ec-63ef-4cfa-b264-317d0312d74d
2021-09-17T01:19:25.498Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-17T01:19:25.499Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_DRWmIc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:19:25.499Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-17T01:19:25.499Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_DRWmIc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:19:25.499Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-17T01:19:25.499Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_DRWmIc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:19:25.499Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-17T01:19:25.500Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_DRWmIc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:19:25.500Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_DRWmIc
Description:service
Model UUID:5b325e2d-23cd-405a-8c09-8e79a87de0bc
Model Version:NULL
Model InvariantUuid:cab97689-df93-4a22-9919-226ae4bf4928
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_DRWmIc
Model UUID:2bfadb46-91c6-4dab-871a-e68d03d0f619
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8971dc83-a5cc-417c-8888-9479f9e01fac
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:78bef2e3-fd6a-48ba-8c4f-a034236f0180
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:779afcf0-1be6-474e-af14-d45983fdb94c
ModelName:BasicOnboardDrwmic..base_ubuntu18..module-0
ModelUuid:0ed05a2d-8dee-4c4d-9add-77f3d4f543d0
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:c5a665ec-63ef-4cfa-b264-317d0312d74d
ModelInvariantUuid:959973da-2f1d-4a4d-9822-4477f44fafbc
ModelName:basic_onboard_DRWmIc-nodes.ubuntu18Cvfc
ModelUuid:e1ee3b7e-01f6-4ce1-98cc-599a94e8c78d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:d0d27b3a-6080-4898-a56a-96248e7447c1
ModelInvariantUuid:ac373ac4-3b58-4517-96bc-3f3b63bdf79c
ModelName:BasicOnboardDrwmic.compute.nodes.heat.ubuntu18
ModelUuid:cf403aec-3b35-4434-9df7-65f7a36b93a3
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-17T01:19:25.505Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: a567df53-8215-49fd-a704-3aa8befea60b
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-17T01:19:25.507Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||basic_onboard_DRWmIc 0
2021-09-17T01:19:25.507Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a567df53-8215-49fd-a704-3aa8befea60b
2021-09-17T01:19:25.507Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 0bc0d784-0b02-46eb-a810-6625e0047144 from URL: /sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/basic_onboard_drwmic0_modules.json
2021-09-17T01:19:25.508Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-17T01:19:25.508Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/basic_onboard_drwmic0_modules.json
2021-09-17T01:19:26.295Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-17T01:19:26.296Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/basic_onboard_drwmic0_modules.json 0bc0d784-0b02-46eb-a810-6625e0047144 798
2021-09-17T01:19:26.296Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/basic_onboard_drwmic0_modules.json ASDC sendASDCNotification
2021-09-17T01:19:26.296Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/basic_onboard_drwmic0_modules.json
2021-09-17T01:19:26.296Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-17T01:19:26.297Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:19:26.299Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:19:26.299Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631841566296,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/basic_onboard_drwmic0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-17T01:19:26.400Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-17T01:19:26.401Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:19:26.401Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:19:26.414Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T01:19:26.414Z||pool-27-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:19:27.300Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardDrwmic..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "779afcf0-1be6-474e-af14-d45983fdb94c",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "0ed05a2d-8dee-4c4d-9add-77f3d4f543d0",
"vfModuleModelCustomizationUUID": "55900d25-fae1-4b62-ad6d-9c3d2eea6f38",
"isBase": true,
"artifacts": [
"a9801a33-2d79-429a-8131-e5982ff9417e",
"8c7a528f-1d47-4a6f-91aa-ecf44b993935"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-09-17T01:19:27.304Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardDrwmic..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0ed05a2d-8dee-4c4d-9add-77f3d4f543d0
VfModuleModelInvariantUUID:779afcf0-1be6-474e-af14-d45983fdb94c
VfModuleModelDescription:NULL
Artifacts UUID List:{
a9801a33-2d79-429a-8131-e5982ff9417e
,
8c7a528f-1d47-4a6f-91aa-ecf44b993935
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-09-17T01:19:27.305Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardDrwmic..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "779afcf0-1be6-474e-af14-d45983fdb94c",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "0ed05a2d-8dee-4c4d-9add-77f3d4f543d0",
"vfModuleModelCustomizationUUID": "55900d25-fae1-4b62-ad6d-9c3d2eea6f38",
"isBase": true,
"artifacts": [
"a9801a33-2d79-429a-8131-e5982ff9417e",
"8c7a528f-1d47-4a6f-91aa-ecf44b993935"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-09-17T01:19:27.306Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardDrwmic..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0ed05a2d-8dee-4c4d-9add-77f3d4f543d0
VfModuleModelInvariantUUID:779afcf0-1be6-474e-af14-d45983fdb94c
VfModuleModelDescription:NULL
Artifacts UUID List:{
a9801a33-2d79-429a-8131-e5982ff9417e
,
8c7a528f-1d47-4a6f-91aa-ecf44b993935
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-09-17T01:19:27.306Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: a9801a33-2d79-429a-8131-e5982ff9417e from URL: /sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/base_ubuntu18.yaml
2021-09-17T01:19:27.306Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-17T01:19:27.306Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/base_ubuntu18.yaml
2021-09-17T01:19:28.207Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-17T01:19:28.208Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/base_ubuntu18.yaml a9801a33-2d79-429a-8131-e5982ff9417e 5033
2021-09-17T01:19:28.208Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-17T01:19:28.208Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/base_ubuntu18.yaml
2021-09-17T01:19:28.208Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-17T01:19:28.208Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:19:28.210Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:19:28.210Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631841568208,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-17T01:19:28.310Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-17T01:19:28.311Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:19:28.311Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:19:28.326Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T01:19:28.326Z||pool-28-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:19:29.211Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 8c7a528f-1d47-4a6f-91aa-ecf44b993935 from URL: /sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/base_ubuntu18.env
2021-09-17T01:19:29.211Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-17T01:19:29.211Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/base_ubuntu18.env
2021-09-17T01:19:29.923Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-17T01:19:29.924Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/base_ubuntu18.env 8c7a528f-1d47-4a6f-91aa-ecf44b993935 909
2021-09-17T01:19:29.924Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-17T01:19:29.924Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/base_ubuntu18.env
2021-09-17T01:19:29.924Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-17T01:19:29.924Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:19:29.926Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:19:29.926Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631841569924,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-09-17T01:19:30.026Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-17T01:19:30.027Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:19:30.027Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:19:30.037Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T01:19:30.038Z||pool-29-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:19:30.927Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 5b325e2d-23cd-405a-8c09-8e79a87de0bc
2021-09-17T01:19:30.927Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_DRWmIc 0 a567df53-8215-49fd-a704-3aa8befea60b ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-17T01:19:30.940Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3e595d2d, org.onap.sdc.toscaparser.api.parameters.Input@7afdc6cf, org.onap.sdc.toscaparser.api.parameters.Input@63a77157, org.onap.sdc.toscaparser.api.parameters.Input@7bffd3e1, org.onap.sdc.toscaparser.api.parameters.Input@f3b4986]
2021-09-17T01:19:30.941Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-17T01:19:30.941Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_DRWmIc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:19:30.941Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic
2021-09-17T01:19:30.941Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 78bef2e3-fd6a-48ba-8c4f-a034236f0180
2021-09-17T01:19:30.941Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 78bef2e3-fd6a-48ba-8c4f-a034236f0180 matches Tosca VF Customization UUID: 78bef2e3-fd6a-48ba-8c4f-a034236f0180
2021-09-17T01:19:30.942Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 78bef2e3-fd6a-48ba-8c4f-a034236f0180 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-09-17T01:19:30.943Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-17T01:19:30.943Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_DRWmIc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:19:30.944Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 78bef2e3-fd6a-48ba-8c4f-a034236f0180: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2021-09-17T01:19:30.944Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@21bdc45c
2021-09-17T01:19:30.944Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-17T01:19:30.944Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_DRWmIc is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-17T01:19:30.944Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 55900d25-fae1-4b62-ad6d-9c3d2eea6f38
2021-09-17T01:19:30.945Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 55900d25-fae1-4b62-ad6d-9c3d2eea6f38
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-09-17T01:19:30.946Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-17T01:19:30.946Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_DRWmIc 0 is matching search criteria
2021-09-17T01:19:30.946Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_DRWmIc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-17T01:19:30.947Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-17T01:19:30.947Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_DRWmIc 0 is matching search criteria
2021-09-17T01:19:30.947Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_DRWmIc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-17T01:19:30.947Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-17T01:19:30.947Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_DRWmIc 0 is not matching search criteria
2021-09-17T01:19:30.947Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-17T01:19:30.947Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-17T01:19:30.947Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=c5a665ec-63ef-4cfa-b264-317d0312d74d
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-17T01:19:30.949Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-17T01:19:30.949Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_DRWmIc 0 is matching search criteria
2021-09-17T01:19:30.949Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_DRWmIc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-17T01:19:30.949Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-17T01:19:30.949Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_DRWmIc 0 is matching search criteria
2021-09-17T01:19:30.950Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_DRWmIc 0] matching following query criteria: sdcType=VF, customizationUUID=78bef2e3-fd6a-48ba-8c4f-a034236f0180
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-17T01:19:30.951Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-17T01:19:30.951Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_DRWmIc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:19:30.951Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 5b325e2d-23cd-405a-8c09-8e79a87de0bc: basic_onboard_DRWmIc
2021-09-17T01:19:30.951Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-17T01:19:30.952Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_DRWmIc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:19:30.952Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-17T01:19:30.952Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_DRWmIc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:19:30.952Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-17T01:19:30.952Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_DRWmIc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:19:30.952Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-17T01:19:30.952Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_DRWmIc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:19:30.952Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-17T01:19:30.952Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_DRWmIc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:19:30.953Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||Saving Service: basic_onboard_DRWmIc
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-17T01:19:31.006Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_DRWmIc a567df53-8215-49fd-a704-3aa8befea60b 1 ASDC deployResourceStructure
2021-09-17T01:19:31.007Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/basic_onboard_drwmic0_modules.json ASDC sendASDCNotification
2021-09-17T01:19:31.007Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/basic_onboard_drwmic0_modules.json
2021-09-17T01:19:31.007Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-17T01:19:31.007Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:19:31.009Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:19:31.009Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631841571007,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/basic_onboard_drwmic0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-17T01:19:31.109Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-17T01:19:31.110Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:19:31.110Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:19:31.120Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T01:19:31.120Z||pool-30-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:19:32.010Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-17T01:19:32.010Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/base_ubuntu18.yaml
2021-09-17T01:19:32.010Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-17T01:19:32.011Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:19:32.012Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:19:32.012Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631841572010,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-09-17T01:19:32.113Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-17T01:19:32.114Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:19:32.114Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:19:32.125Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T01:19:32.126Z||pool-31-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-09-17T01:19:33.014Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-17T01:19:33.014Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/base_ubuntu18.env
2021-09-17T01:19:33.014Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-17T01:19:33.014Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:19:33.016Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:19:33.017Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631841573013,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-09-17T01:19:33.117Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-17T01:19:33.117Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:19:33.118Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:19:33.129Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T01:19:33.129Z||pool-32-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:19:34.018Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/artifacts/service-BasicOnboardDrwmic-csar.csar ASDC sendASDCNotification
2021-09-17T01:19:34.018Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/artifacts/service-BasicOnboardDrwmic-csar.csar
2021-09-17T01:19:34.018Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-17T01:19:34.018Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:19:34.020Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:19:34.020Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631841574017,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/artifacts/service-BasicOnboardDrwmic-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-17T01:19:34.120Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-17T01:19:34.121Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:19:34.121Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:19:34.130Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T01:19:34.131Z||pool-33-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:19:35.021Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f5c35172-eab4-4e5e-a6ad-a897e1c126e7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-17T01:19:35.026Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f5c35172-eab4-4e5e-a6ad-a897e1c126e7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-17T01:19:35.028Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-17T01:19:35.028Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-17T01:19:35.028Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-17T01:19:56.932Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:19:56.932Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:19:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:19:56.954Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T01:19:56.957Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.957Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631841476930,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/vfw3b6e33c104350_modules.json",
"status": "NOTIFIED"
}
2021-09-17T01:19:56.958Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-17T01:19:56.958Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.958Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631841476930,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-09-17T01:19:56.958Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-17T01:19:56.958Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.958Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631841476930,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-17T01:19:56.958Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-17T01:19:56.958Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.958Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631841476930,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-09-17T01:19:56.958Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-17T01:19:56.958Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.958Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631841476930,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/artifacts/service-Vfw20210917011403-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-17T01:19:56.959Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-17T01:19:56.959Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.959Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631841476930,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/artifacts/service-Vfw20210917011403-csar.csar",
"status": "NOTIFIED"
}
2021-09-17T01:19:56.959Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-17T01:19:56.959Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.959Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631841486073,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/artifacts/service-Vfw20210917011403-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-17T01:19:56.959Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:19:56.959Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.959Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631841491636,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/vfw3b6e33c104350_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-17T01:19:56.959Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:19:56.959Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.960Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631841492927,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-17T01:19:56.960Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:19:56.960Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.960Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631841494285,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-09-17T01:19:56.960Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:19:56.960Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.960Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631841495636,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/vfw3b6e33c104350_modules.json",
"status": "DEPLOY_OK"
}
2021-09-17T01:19:56.960Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:19:56.960Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.960Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631841496641,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-09-17T01:19:56.960Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:19:56.960Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.960Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631841497644,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/resourceInstances/vfw3b6e33c104350/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-09-17T01:19:56.960Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:19:56.961Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.961Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631841498648,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210917011403/1.0/artifacts/service-Vfw20210917011403-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-17T01:19:56.961Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:19:56.961Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.961Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
"consumerID": "clamp",
"timestamp": 1631841517687,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-17T01:19:56.962Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-17T01:19:56.962Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.962Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
"consumerID": "dcae-sch",
"timestamp": 1631841513687,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-17T01:19:56.962Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-17T01:19:56.962Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.962Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
"consumerID": "cds",
"timestamp": 1631841513332,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-17T01:19:56.962Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-17T01:19:56.962Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.962Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
"consumerID": "clamp",
"timestamp": 1631841517687,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/basic_onboard_drwmic0_modules.json",
"status": "NOTIFIED"
}
2021-09-17T01:19:56.963Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-17T01:19:56.963Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.963Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
"consumerID": "dcae-sch",
"timestamp": 1631841513687,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/basic_onboard_drwmic0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-17T01:19:56.963Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-17T01:19:56.963Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.963Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
"consumerID": "cds",
"timestamp": 1631841513332,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/basic_onboard_drwmic0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-17T01:19:56.963Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-17T01:19:56.963Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.963Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
"consumerID": "clamp",
"timestamp": 1631841517687,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-17T01:19:56.963Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-17T01:19:56.963Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.963Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
"consumerID": "dcae-sch",
"timestamp": 1631841513687,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-17T01:19:56.963Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-17T01:19:56.963Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.963Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
"consumerID": "cds",
"timestamp": 1631841513332,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-17T01:19:56.964Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-17T01:19:56.964Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.964Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
"consumerID": "clamp",
"timestamp": 1631841517687,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-17T01:19:56.964Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-17T01:19:56.964Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.964Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
"consumerID": "dcae-sch",
"timestamp": 1631841513687,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-17T01:19:56.964Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-17T01:19:56.964Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.964Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
"consumerID": "cds",
"timestamp": 1631841513332,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-17T01:19:56.964Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-17T01:19:56.964Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.964Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
"consumerID": "clamp",
"timestamp": 1631841517687,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-17T01:19:56.964Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-17T01:19:56.965Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.965Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
"consumerID": "dcae-sch",
"timestamp": 1631841513687,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-17T01:19:56.965Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-17T01:19:56.965Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.965Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
"consumerID": "cds",
"timestamp": 1631841513332,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-17T01:19:56.965Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-17T01:19:56.965Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.965Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
"consumerID": "ves-openapi-manager",
"timestamp": 1631841524012,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-17T01:19:56.965Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-17T01:19:56.965Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.965Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
"consumerID": "clamp",
"timestamp": 1631841517687,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/artifacts/service-BasicOnboardDrwmic-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-17T01:19:56.965Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-17T01:19:56.965Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.966Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
"consumerID": "dcae-sch",
"timestamp": 1631841513687,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/artifacts/service-BasicOnboardDrwmic-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-17T01:19:56.966Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-17T01:19:56.966Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.966Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
"consumerID": "cds",
"timestamp": 1631841513332,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/artifacts/service-BasicOnboardDrwmic-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-17T01:19:56.966Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-17T01:19:56.966Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.966Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
"consumerID": "ves-openapi-manager",
"timestamp": 1631841524012,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/basic_onboard_drwmic0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-17T01:19:56.966Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-17T01:19:56.966Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.966Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
"consumerID": "policy-id",
"timestamp": 1631841524986,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-17T01:19:56.966Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-17T01:19:56.966Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.966Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
"consumerID": "clamp",
"timestamp": 1631841517687,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/artifacts/service-BasicOnboardDrwmic-csar.csar",
"status": "NOTIFIED"
}
2021-09-17T01:19:56.966Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-17T01:19:56.966Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.967Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
"consumerID": "dcae-sch",
"timestamp": 1631841513687,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/artifacts/service-BasicOnboardDrwmic-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-17T01:19:56.967Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-17T01:19:56.967Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.967Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
"consumerID": "cds",
"timestamp": 1631841513332,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/artifacts/service-BasicOnboardDrwmic-csar.csar",
"status": "NOTIFIED"
}
2021-09-17T01:19:56.967Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-17T01:19:56.967Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.967Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
"consumerID": "ves-openapi-manager",
"timestamp": 1631841524012,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-17T01:19:56.967Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-17T01:19:56.967Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.967Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
"consumerID": "policy-id",
"timestamp": 1631841524986,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/basic_onboard_drwmic0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-17T01:19:56.967Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-17T01:19:56.967Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.967Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
"consumerID": "ves-openapi-manager",
"timestamp": 1631841524012,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-17T01:19:56.967Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-17T01:19:56.968Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.968Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
"consumerID": "policy-id",
"timestamp": 1631841524986,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-17T01:19:56.968Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-17T01:19:56.968Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.968Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
"consumerID": "ves-openapi-manager",
"timestamp": 1631841524012,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-17T01:19:56.968Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-17T01:19:56.968Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.968Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
"consumerID": "policy-id",
"timestamp": 1631841524986,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-17T01:19:56.968Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-17T01:19:56.968Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.968Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
"consumerID": "cds",
"timestamp": 1631841528904,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/artifacts/service-BasicOnboardDrwmic-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-17T01:19:56.968Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:19:56.968Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.968Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631841528729,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-17T01:19:56.968Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-17T01:19:56.968Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.969Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631841528932,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-17T01:19:56.969Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-17T01:19:56.969Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.969Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
"consumerID": "policy-id",
"timestamp": 1631841524986,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-17T01:19:56.969Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-17T01:19:56.969Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.969Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
"consumerID": "ves-openapi-manager",
"timestamp": 1631841524012,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/artifacts/service-BasicOnboardDrwmic-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-17T01:19:56.969Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-17T01:19:56.969Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.969Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
"consumerID": "cds",
"timestamp": 1631841529908,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/artifacts/service-BasicOnboardDrwmic-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-17T01:19:56.972Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f5c35172-eab4-4e5e-a6ad-a897e1c126e7
2021-09-17T01:19:56.972Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f5c35172-eab4-4e5e-a6ad-a897e1c126e7 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-17T01:19:56.978Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.978Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631841528729,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/basic_onboard_drwmic0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-17T01:19:56.978Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-17T01:19:56.979Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.979Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631841528932,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/basic_onboard_drwmic0_modules.json",
"status": "NOTIFIED"
}
2021-09-17T01:19:56.979Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-17T01:19:56.979Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.979Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
"consumerID": "policy-id",
"timestamp": 1631841524986,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/artifacts/service-BasicOnboardDrwmic-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-17T01:19:56.979Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-17T01:19:56.979Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.979Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
"consumerID": "ves-openapi-manager",
"timestamp": 1631841524012,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/artifacts/service-BasicOnboardDrwmic-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-17T01:19:56.980Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-17T01:19:56.980Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.980Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
"consumerID": "aai-ml",
"timestamp": 1631841530068,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-17T01:19:56.980Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-17T01:19:56.980Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.980Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631841528729,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-17T01:19:56.980Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-17T01:19:56.980Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.981Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631841528932,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-17T01:19:56.981Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-17T01:19:56.981Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.981Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
"consumerID": "policy-id",
"timestamp": 1631841524986,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/artifacts/service-BasicOnboardDrwmic-csar.csar",
"status": "NOTIFIED"
}
2021-09-17T01:19:56.981Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-17T01:19:56.981Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.981Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
"consumerID": "aai-ml",
"timestamp": 1631841530068,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/basic_onboard_drwmic0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-17T01:19:56.981Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-17T01:19:56.982Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.982Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631841528729,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-17T01:19:56.982Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-17T01:19:56.982Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.982Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631841528932,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-17T01:19:56.982Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-17T01:19:56.982Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.982Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
"consumerID": "aai-ml",
"timestamp": 1631841530068,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-17T01:19:56.983Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-17T01:19:56.983Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.983Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
"consumerID": "policy-id",
"timestamp": 1631841532804,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/artifacts/service-BasicOnboardDrwmic-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-17T01:19:56.983Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:19:56.983Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.983Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631841528729,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-17T01:19:56.983Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-17T01:19:56.983Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.984Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631841528932,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-09-17T01:19:56.984Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-17T01:19:56.984Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.984Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
"consumerID": "aai-ml",
"timestamp": 1631841530068,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-17T01:19:56.984Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-17T01:19:56.984Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.984Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
"consumerID": "policy-id",
"timestamp": 1631841533808,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/artifacts/service-BasicOnboardDrwmic-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-17T01:19:56.984Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:19:56.984Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.984Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631841528729,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/artifacts/service-BasicOnboardDrwmic-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-17T01:19:56.984Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-17T01:19:56.984Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.984Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631841528932,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/artifacts/service-BasicOnboardDrwmic-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-17T01:19:56.985Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-17T01:19:56.985Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.985Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
"consumerID": "aai-ml",
"timestamp": 1631841530068,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-17T01:19:56.985Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-17T01:19:56.985Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.985Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
"consumerID": "policy-id",
"timestamp": 1631841534810,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-17T01:19:56.988Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f5c35172-eab4-4e5e-a6ad-a897e1c126e7
2021-09-17T01:19:56.989Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f5c35172-eab4-4e5e-a6ad-a897e1c126e7 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-17T01:19:56.994Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.994Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631841528729,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/artifacts/service-BasicOnboardDrwmic-csar.csar",
"status": "NOTIFIED"
}
2021-09-17T01:19:56.994Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-17T01:19:56.994Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.994Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631841528932,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/artifacts/service-BasicOnboardDrwmic-csar.csar",
"status": "NOTIFIED"
}
2021-09-17T01:19:56.994Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-17T01:19:56.995Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.995Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
"consumerID": "aai-ml",
"timestamp": 1631841530068,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/artifacts/service-BasicOnboardDrwmic-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-17T01:19:56.995Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-17T01:19:56.995Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.995Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
"consumerID": "clamp",
"timestamp": 1631841535787,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/artifacts/service-BasicOnboardDrwmic-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-17T01:19:56.995Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:19:56.995Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.995Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
"consumerID": "aai-ml",
"timestamp": 1631841530068,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/artifacts/service-BasicOnboardDrwmic-csar.csar",
"status": "NOTIFIED"
}
2021-09-17T01:19:56.996Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-17T01:19:56.996Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:19:56.996Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
"consumerID": "clamp",
"timestamp": 1631841536804,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/artifacts/service-BasicOnboardDrwmic-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-17T01:19:56.996Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:20:05.028Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f5c35172-eab4-4e5e-a6ad-a897e1c126e7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-17T01:20:05.035Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f5c35172-eab4-4e5e-a6ad-a897e1c126e7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-17T01:20:05.037Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-17T01:20:05.037Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-17T01:20:05.037Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-17T01:20:35.038Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f5c35172-eab4-4e5e-a6ad-a897e1c126e7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-17T01:20:35.045Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f5c35172-eab4-4e5e-a6ad-a897e1c126e7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-17T01:20:35.047Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-17T01:20:35.047Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-17T01:20:35.047Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-17T01:20:56.932Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:20:56.932Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:20:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:20:57.457Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T01:20:57.458Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:20:57.459Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
"consumerID": "clamp",
"timestamp": 1631841537807,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-17T01:20:57.463Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f5c35172-eab4-4e5e-a6ad-a897e1c126e7
2021-09-17T01:20:57.463Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f5c35172-eab4-4e5e-a6ad-a897e1c126e7 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-17T01:20:57.469Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:20:57.469Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631841537822,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/artifacts/service-BasicOnboardDrwmic-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-17T01:20:57.470Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:20:57.470Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:20:57.470Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631841538079,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/basic_onboard_drwmic0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-17T01:20:57.470Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:20:57.470Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:20:57.470Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
"consumerID": "aai-ml",
"timestamp": 1631841539088,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/artifacts/service-BasicOnboardDrwmic-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-17T01:20:57.470Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:20:57.470Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:20:57.470Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631841540241,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/artifacts/service-BasicOnboardDrwmic-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-17T01:20:57.470Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:20:57.470Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:20:57.470Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631841540434,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-17T01:20:57.470Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:20:57.470Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:20:57.470Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631841541245,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-17T01:20:57.472Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f5c35172-eab4-4e5e-a6ad-a897e1c126e7
2021-09-17T01:20:57.472Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f5c35172-eab4-4e5e-a6ad-a897e1c126e7 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-17T01:20:57.476Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:20:57.476Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631841542924,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-09-17T01:20:57.477Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:20:57.477Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:20:57.477Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631841543948,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-17T01:20:57.479Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f5c35172-eab4-4e5e-a6ad-a897e1c126e7
2021-09-17T01:20:57.479Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f5c35172-eab4-4e5e-a6ad-a897e1c126e7 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-09-17T01:20:57.483Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:20:57.483Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631841544952,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/basic_onboard_drwmic0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-17T01:20:57.483Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:20:57.483Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:20:57.483Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
"consumerID": "aai-ml",
"timestamp": 1631841546079,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/artifacts/service-BasicOnboardDrwmic-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-17T01:20:57.484Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:20:57.484Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:20:57.484Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
"consumerID": "aai-ml",
"timestamp": 1631841547083,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-17T01:20:57.485Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f5c35172-eab4-4e5e-a6ad-a897e1c126e7
2021-09-17T01:20:57.486Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f5c35172-eab4-4e5e-a6ad-a897e1c126e7 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-17T01:20:57.489Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:20:57.489Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "840a51f1-4554-4012-a62b-3a06e0d0316f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631841553768,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-17T01:20:57.489Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:20:57.490Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:20:57.490Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631841554782,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-17T01:20:57.490Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-17T01:20:57.490Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:20:57.490Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631841554782,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/basic_onboard_drwmic0_modules.json",
"status": "NOTIFIED"
}
2021-09-17T01:20:57.490Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-17T01:20:57.490Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:20:57.490Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631841554782,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-17T01:20:57.490Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-17T01:20:57.490Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:20:57.490Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631841554782,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-17T01:20:57.490Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-17T01:20:57.491Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:20:57.491Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631841554782,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-09-17T01:20:57.491Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-17T01:20:57.491Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:20:57.491Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631841554782,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/artifacts/service-BasicOnboardDrwmic-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-17T01:20:57.491Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-17T01:20:57.491Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:20:57.491Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631841554782,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/artifacts/service-BasicOnboardDrwmic-csar.csar",
"status": "NOTIFIED"
}
2021-09-17T01:20:57.491Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-17T01:20:57.491Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:20:57.491Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631841562919,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/artifacts/service-BasicOnboardDrwmic-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-17T01:20:57.491Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:20:57.491Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:20:57.491Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631841566296,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/basic_onboard_drwmic0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-17T01:20:57.492Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:20:57.492Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:20:57.492Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631841568208,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-17T01:20:57.492Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:20:57.492Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:20:57.492Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631841569924,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-09-17T01:20:57.492Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:20:57.492Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:20:57.492Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631841571007,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/basic_onboard_drwmic0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-17T01:20:57.492Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:20:57.492Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:20:57.492Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631841572010,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-09-17T01:20:57.492Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:20:57.493Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:20:57.493Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631841573013,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/resourceInstances/basic_onboard_drwmic0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-09-17T01:20:57.493Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:20:57.493Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:20:57.493Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631841574017,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDrwmic/1.0/artifacts/service-BasicOnboardDrwmic-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-17T01:20:57.493Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:21:05.047Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f5c35172-eab4-4e5e-a6ad-a897e1c126e7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-17T01:21:05.053Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f5c35172-eab4-4e5e-a6ad-a897e1c126e7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-17T01:21:05.055Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-17T01:21:05.055Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-17T01:21:05.056Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-17T01:21:05.056Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-17T01:21:05.056Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-17T01:21:05.056Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-17T01:21:05.056Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-17T01:21:05.056Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-17T01:21:05.056Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-17T01:21:05.056Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-17T01:21:05.056Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-17T01:21:05.059Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-17T01:21:35.059Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f5c35172-eab4-4e5e-a6ad-a897e1c126e7 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-09-17T01:21:35.062Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f5c35172-eab4-4e5e-a6ad-a897e1c126e7 and serviceModelVersionId: 5b325e2d-23cd-405a-8c09-8e79a87de0bc
2021-09-17T01:21:35.062Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cab97689-df93-4a22-9919-226ae4bf4928
2021-09-17T01:21:35.063Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cab97689-df93-4a22-9919-226ae4bf4928/model-vers/model-ver/5b325e2d-23cd-405a-8c09-8e79a87de0bc?depth=0
2021-09-17T01:21:35.067Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-09-17T01:21:35.105Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/cab97689-df93-4a22-9919-226ae4bf4928/model-vers/model-ver/5b325e2d-23cd-405a-8c09-8e79a87de0bc?depth=0|INFO|500||Invoke
2021-09-17T01:21:35.106Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/cab97689-df93-4a22-9919-226ae4bf4928/model-vers/model-ver/5b325e2d-23cd-405a-8c09-8e79a87de0bc?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/cab97689-df93-4a22-9919-226ae4bf4928/model-vers/model-ver/5b325e2d-23cd-405a-8c09-8e79a87de0bc?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f5c35172-eab4-4e5e-a6ad-a897e1c126e7], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[59173831-cf2c-465a-bb1d-fe24213fc467], X-ECOMP-RequestID=[f5c35172-eab4-4e5e-a6ad-a897e1c126e7], X-TransactionId=[], X-ONAP-RequestID=[f5c35172-eab4-4e5e-a6ad-a897e1c126e7], Content-Type=[application/merge-patch+json]}
2021-09-17T01:21:35.129Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/cab97689-df93-4a22-9919-226ae4bf4928/model-vers/model-ver/5b325e2d-23cd-405a-8c09-8e79a87de0bc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-09-17T01:21:35.619Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/cab97689-df93-4a22-9919-226ae4bf4928/model-vers/model-ver/5b325e2d-23cd-405a-8c09-8e79a87de0bc?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/cab97689-df93-4a22-9919-226ae4bf4928/model-vers/model-ver/5b325e2d-23cd-405a-8c09-8e79a87de0bc?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210917-01:21:35:187-45484], vertex-id=[192536], Content-Length=[0], Date=[Fri, 17 Sep 2021 01:21:35 GMT], Content-Type=[application/json]}
2021-09-17T01:21:35.619Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/cab97689-df93-4a22-9919-226ae4bf4928/model-vers/model-ver/5b325e2d-23cd-405a-8c09-8e79a87de0bc?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-17T01:21:35.620Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/cab97689-df93-4a22-9919-226ae4bf4928/model-vers/model-ver/5b325e2d-23cd-405a-8c09-8e79a87de0bc?depth=0|INFO|500||InvokeReturn
2021-09-17T01:21:35.620Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-17T01:21:35.620Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-17T01:21:35.624Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-09-17T01:21:35.624Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f5c35172-eab4-4e5e-a6ad-a897e1c126e7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-17T01:21:35.624Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-17T01:21:35.625Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:21:35.627Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:21:35.627Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631841695624,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-17T01:21:35.727Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-17T01:21:35.728Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:21:35.728Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:21:35.739Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T01:21:35.740Z||pool-34-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-17T01:21:36.634Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:21:36.634Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:21:36.634Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:21:46.826Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T01:21:46.827Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:21:46.827Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:21:46.827Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:21:56.372Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T01:21:56.930Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:21:56.931Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:21:56.931Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:21:56.932Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:21:56.932Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:21:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:21:57.557Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T01:21:57.558Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-17T01:21:57.558Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5c35172-eab4-4e5e-a6ad-a897e1c126e7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631841695624,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-17T01:21:57.558Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:22:06.472Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T01:22:56.930Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:22:56.930Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:22:56.931Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:22:56.932Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:22:56.932Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:22:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:23:06.475Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T01:23:06.477Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T01:23:56.930Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:23:56.930Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:23:56.931Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:23:56.932Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:23:56.932Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:23:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:24:06.480Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T01:24:06.482Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T01:24:56.930Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:24:56.931Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:24:56.931Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:24:56.931Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:24:56.932Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:24:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:25:06.476Z|f5c35172-eab4-4e5e-a6ad-a897e1c126e7|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T01:25:06.476Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T01:25:56.930Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:25:56.931Z||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.
2021-09-17T01:25:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:25:56.932Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:25:56.932Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:25:56.933Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:26:06.481Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T01:26:06.484Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T01:26:56.930Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:26:56.931Z||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.
2021-09-17T01:26:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:26:56.932Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:26:56.932Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:26:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:27:06.477Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T01:27:06.481Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T01:27:56.930Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:27:56.931Z||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.
2021-09-17T01:27:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:27:56.932Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:27:56.932Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:27:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:28:06.472Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T01:28:06.475Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T01:28:56.930Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:28:56.930Z||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.
2021-09-17T01:28:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:28:56.932Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:28:56.932Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:28:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:29:06.476Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T01:29:06.482Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T01:29:56.930Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:29:56.931Z||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.
2021-09-17T01:29:56.931Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:29:56.932Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:29:56.932Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:29:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:29:57.555Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T01:29:57.555Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-17T01:29:57.555Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"91e0565c-445e-4b67-8faf-9e8f16deec74","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"dc80cf29-3112-4764-8675-cde91223292a","serviceDescription":"service","serviceInvariantUUID":"cb0af789-1217-4876-b589-461757d2bfbb","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"4988bb91-0f9a-48ac-a7cd-0d4ea2104d77","resourceInvariantUUID":"379fa277-f2be-4087-93f9-71bfaa00e62b","resourceCustomizationUUID":"af75cbab-bbbd-4ad3-9049-f1193ddba984","category":"Generic","subcategory":"Network Elements","artifacts":[]}],"serviceArtifacts":[{"artifactName":"service-BasicNetwork-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml","artifactChecksum":"MmFkYzRmNmEyMjZmZjU0ZTEzMDk0OTkwMzM2MzFiNTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9657863f-0448-445d-97da-038c0148a4e3","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YThkMTUyZWU2NDE0NjJmNjIxZWI1NTMwMGM2MWQ5NTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ff32705c-d3b1-4d5e-81cc-01b3821c5146","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-17T01:29:57.557Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-17T01:29:57.558Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:29:57.559Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T01:29:57.560Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:29:57.560Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "91e0565c-445e-4b67-8faf-9e8f16deec74",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631842196930,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-17T01:29:57.560Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-17T01:29:57.561Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91e0565c-445e-4b67-8faf-9e8f16deec74",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631842168932,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-17T01:29:57.561Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-17T01:29:57.561Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-17T01:29:57.561Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91e0565c-445e-4b67-8faf-9e8f16deec74",
"consumerID": "cds",
"timestamp": 1631842173332,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-17T01:29:57.561Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-17T01:29:57.561Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-17T01:29:57.561Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91e0565c-445e-4b67-8faf-9e8f16deec74",
"consumerID": "dcae-sch",
"timestamp": 1631842173687,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-17T01:29:57.562Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-17T01:29:57.562Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-17T01:29:57.562Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91e0565c-445e-4b67-8faf-9e8f16deec74",
"consumerID": "policy-id",
"timestamp": 1631842164986,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-17T01:29:57.562Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-17T01:29:57.562Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-17T01:29:57.562Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91e0565c-445e-4b67-8faf-9e8f16deec74",
"consumerID": "cds",
"timestamp": 1631842173332,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-17T01:29:57.562Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-17T01:29:57.562Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-17T01:29:57.562Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91e0565c-445e-4b67-8faf-9e8f16deec74",
"consumerID": "dcae-sch",
"timestamp": 1631842173687,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-17T01:29:57.562Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-17T01:29:57.562Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-17T01:29:57.562Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91e0565c-445e-4b67-8faf-9e8f16deec74",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631842168932,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-17T01:29:57.562Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-17T01:29:57.563Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-17T01:29:57.563Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91e0565c-445e-4b67-8faf-9e8f16deec74",
"consumerID": "policy-id",
"timestamp": 1631842164986,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-17T01:29:57.563Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-17T01:29:57.563Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-17T01:29:57.563Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91e0565c-445e-4b67-8faf-9e8f16deec74",
"consumerID": "clamp",
"timestamp": 1631842177687,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-17T01:29:57.563Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-17T01:29:57.563Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-17T01:29:57.563Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91e0565c-445e-4b67-8faf-9e8f16deec74",
"consumerID": "policy-id",
"timestamp": 1631842178482,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-17T01:29:57.563Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:29:57.563Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-17T01:29:57.563Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91e0565c-445e-4b67-8faf-9e8f16deec74",
"consumerID": "cds",
"timestamp": 1631842179029,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-17T01:29:57.563Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:29:57.563Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-17T01:29:57.563Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91e0565c-445e-4b67-8faf-9e8f16deec74",
"consumerID": "clamp",
"timestamp": 1631842177687,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-17T01:29:57.563Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-17T01:29:57.563Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-17T01:29:57.563Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91e0565c-445e-4b67-8faf-9e8f16deec74",
"consumerID": "policy-id",
"timestamp": 1631842179486,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-17T01:29:57.564Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:29:57.564Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-17T01:29:57.564Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91e0565c-445e-4b67-8faf-9e8f16deec74",
"consumerID": "cds",
"timestamp": 1631842180033,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-17T01:29:57.571Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 91e0565c-445e-4b67-8faf-9e8f16deec74
2021-09-17T01:29:57.571Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 91e0565c-445e-4b67-8faf-9e8f16deec74 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-17T01:29:57.576Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-17T01:29:57.576Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91e0565c-445e-4b67-8faf-9e8f16deec74",
"consumerID": "policy-id",
"timestamp": 1631842180490,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-17T01:29:57.578Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 91e0565c-445e-4b67-8faf-9e8f16deec74
2021-09-17T01:29:57.578Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 91e0565c-445e-4b67-8faf-9e8f16deec74 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-17T01:29:57.583Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-17T01:29:57.584Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91e0565c-445e-4b67-8faf-9e8f16deec74",
"consumerID": "clamp",
"timestamp": 1631842183091,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-17T01:29:57.584Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:29:57.584Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-17T01:29:57.584Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91e0565c-445e-4b67-8faf-9e8f16deec74",
"consumerID": "clamp",
"timestamp": 1631842184104,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-17T01:29:57.584Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:29:57.584Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-17T01:29:57.584Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91e0565c-445e-4b67-8faf-9e8f16deec74",
"consumerID": "ves-openapi-manager",
"timestamp": 1631842184012,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-17T01:29:57.584Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-17T01:29:57.584Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-17T01:29:57.584Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91e0565c-445e-4b67-8faf-9e8f16deec74",
"consumerID": "clamp",
"timestamp": 1631842185106,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-17T01:29:57.586Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 91e0565c-445e-4b67-8faf-9e8f16deec74
2021-09-17T01:29:57.586Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 91e0565c-445e-4b67-8faf-9e8f16deec74 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-17T01:29:57.590Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-17T01:29:57.590Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91e0565c-445e-4b67-8faf-9e8f16deec74",
"consumerID": "ves-openapi-manager",
"timestamp": 1631842184012,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-17T01:29:57.590Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-17T01:29:57.590Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-17T01:29:57.590Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91e0565c-445e-4b67-8faf-9e8f16deec74",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631842188729,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-17T01:29:57.590Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-17T01:29:57.590Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-17T01:29:57.591Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91e0565c-445e-4b67-8faf-9e8f16deec74",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631842188729,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-17T01:29:57.591Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-17T01:29:57.591Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-17T01:29:57.591Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91e0565c-445e-4b67-8faf-9e8f16deec74",
"consumerID": "aai-ml",
"timestamp": 1631842190068,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-17T01:29:57.591Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-17T01:29:57.591Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-17T01:29:57.591Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91e0565c-445e-4b67-8faf-9e8f16deec74",
"consumerID": "aai-ml",
"timestamp": 1631842190068,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-17T01:29:57.592Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-17T01:29:57.592Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-17T01:29:57.592Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91e0565c-445e-4b67-8faf-9e8f16deec74",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631842192120,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-17T01:29:57.592Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:29:57.592Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-17T01:29:57.592Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91e0565c-445e-4b67-8faf-9e8f16deec74",
"consumerID": "aai-ml",
"timestamp": 1631842193197,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-17T01:29:57.592Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:29:57.592Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-17T01:29:57.592Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91e0565c-445e-4b67-8faf-9e8f16deec74",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631842193660,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-17T01:29:57.593Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:29:57.593Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-17T01:29:57.593Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91e0565c-445e-4b67-8faf-9e8f16deec74",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631842194664,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-17T01:29:57.595Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 91e0565c-445e-4b67-8faf-9e8f16deec74
2021-09-17T01:29:57.595Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 91e0565c-445e-4b67-8faf-9e8f16deec74 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-17T01:29:57.660Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-17T01:29:57.660Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:29:57.660Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:29:57.671Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T01:29:57.672Z||pool-35-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:29:58.561Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-17T01:29:58.562Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:29:58.563Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:29:58.564Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "91e0565c-445e-4b67-8faf-9e8f16deec74",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631842196930,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-17T01:29:58.665Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-17T01:29:58.666Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:29:58.666Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:29:58.677Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T01:29:58.678Z||pool-36-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:29:59.565Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "91e0565c-445e-4b67-8faf-9e8f16deec74",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "dc80cf29-3112-4764-8675-cde91223292a",
"serviceDescription": "service",
"serviceInvariantUUID": "cb0af789-1217-4876-b589-461757d2bfbb",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "af75cbab-bbbd-4ad3-9049-f1193ddba984",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "4988bb91-0f9a-48ac-a7cd-0d4ea2104d77",
"resourceInvariantUUID": "379fa277-f2be-4087-93f9-71bfaa00e62b",
"category": "Generic",
"subcategory": "Network Elements",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicNetwork-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"artifactChecksum": "YThkMTUyZWU2NDE0NjJmNjIxZWI1NTMwMGM2MWQ5NTc\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ff32705c-d3b1-4d5e-81cc-01b3821c5146"
}
],
"workloadContext": "Production"
}
2021-09-17T01:29:59.565Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-17T01:29:59.565Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 dc80cf29-3112-4764-8675-cde91223292a ASDC
2021-09-17T01:29:59.566Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:91e0565c-445e-4b67-8faf-9e8f16deec74
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:dc80cf29-3112-4764-8675-cde91223292a
ServiceInvariantUUID:cb0af789-1217-4876-b589-461757d2bfbb
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicNetwork-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
ArtifactUUID:ff32705c-d3b1-4d5e-81cc-01b3821c5146
ArtifactChecksum:YThkMTUyZWU2NDE0NjJmNjIxZWI1NTMwMGM2MWQ5NTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:af75cbab-bbbd-4ad3-9049-f1193ddba984
ResourceInvariantUUID:379fa277-f2be-4087-93f9-71bfaa00e62b
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:4988bb91-0f9a-48ac-a7cd-0d4ea2104d77
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2021-09-17T01:29:59.566Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dc80cf29-3112-4764-8675-cde91223292a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-17T01:29:59.581Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-17T01:29:59.582Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-09-17T01:29:59.582Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-09-17T01:29:59.582Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: ff32705c-d3b1-4d5e-81cc-01b3821c5146 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-17T01:29:59.582Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-09-17T01:29:59.582Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-17T01:30:00.829Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-09-17T01:30:00.831Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ff32705c-d3b1-4d5e-81cc-01b3821c5146 52178
2021-09-17T01:30:00.831Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-09-17T01:30:00.831Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-17T01:30:00.831Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-17T01:30:00.832Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:30:00.833Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:30:00.833Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "91e0565c-445e-4b67-8faf-9e8f16deec74",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631842200831,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-17T01:30:00.933Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-17T01:30:00.934Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:30:00.934Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:30:00.946Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T01:30:00.947Z||pool-37-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:30:01.834Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-17T01:30:01.835Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-09-17T01:30:01.835Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: ff32705c-d3b1-4d5e-81cc-01b3821c5146, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-17T01:30:01.835Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-09-17T01:30:01.835Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-17T01:30:01.835Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-17T01:30:01.911Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10574443719267154935/Definitions/service-BasicNetwork-template.yml
2021-09-17T01:30:02.283Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-17T01:30:02.284Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-09-17T01:30:02.284Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-17T01:30:02.284Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-09-17T01:30:02.284Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-17T01:30:02.284Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-17T01:30:02.284Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-17T01:30:02.284Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-17T01:30:02.284Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-17T01:30:02.284Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-17T01:30:02.284Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-17T01:30:02.284Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-17T01:30:02.284Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-09-17T01:30:02.285Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-17T01:30:02.285Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:30:02.285Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-09-17T01:30:02.285Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-09-17T01:30:02.285Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-17T01:30:02.285Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-17T01:30:02.285Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:30:02.285Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-09-17T01:30:02.285Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-09-17T01:30:02.285Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-17T01:30:02.285Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-17T01:30:02.286Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:30:02.286Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-17T01:30:02.286Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:30:02.286Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-17T01:30:02.286Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:30:02.286Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-17T01:30:02.286Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:30:02.286Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-17T01:30:02.286Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:30:02.286Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:dc80cf29-3112-4764-8675-cde91223292a
Model Version:NULL
Model InvariantUuid:cb0af789-1217-4876-b589-461757d2bfbb
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:379fa277-f2be-4087-93f9-71bfaa00e62b
Model UUID:9671f96c-1252-4c50-9dd2-7e1612e824ec
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:af75cbab-bbbd-4ad3-9049-f1193ddba984
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-17T01:30:02.291Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||INFO|500||Processing Resource Type: VL, Model UUID: 4988bb91-0f9a-48ac-a7cd-0d4ea2104d77
2021-09-17T01:30:02.292Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||INFO|500||No resources found for Service: dc80cf29-3112-4764-8675-cde91223292a
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-17T01:30:02.295Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||INFO|500||
2021-09-17T01:30:02.295Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2021-09-17T01:30:02.296Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||No resources found for Service: dc80cf29-3112-4764-8675-cde91223292a
2021-09-17T01:30:02.296Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: dc80cf29-3112-4764-8675-cde91223292a
2021-09-17T01:30:02.296Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2021-09-17T01:30:02.296Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-17T01:30:02.300Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@22c4eb8c, org.onap.sdc.toscaparser.api.parameters.Input@1f62e75, org.onap.sdc.toscaparser.api.parameters.Input@4e2dc91d, org.onap.sdc.toscaparser.api.parameters.Input@1b51bf9c, org.onap.sdc.toscaparser.api.parameters.Input@1e4cbff1]
2021-09-17T01:30:02.301Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-17T01:30:02.302Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:30:02.302Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-17T01:30:02.302Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:30:02.302Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid dc80cf29-3112-4764-8675-cde91223292a: Generic NeutronNet
2021-09-17T01:30:02.302Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-17T01:30:02.302Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:30:02.302Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-17T01:30:02.303Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_55_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_55_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_55_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_55_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_, networkres0_.CREATION_TIMESTAMP as creation2_37_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_, networkres0_.NETWORK_ROLE as network_4_37_, networkres0_.NETWORK_SCOPE as network_5_37_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_, networkres0_.NETWORK_TYPE as network_7_37_, networkres0_.RESOURCE_INPUT as resource8_37_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_, networkres0_.RESOURCE_CATEGORY as resource4_36_, networkres0_.CREATION_TIMESTAMP as creation5_36_, networkres0_.DESCRIPTION as descript6_36_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_, networkres0_.MODEL_NAME as model_na8_36_, networkres0_.MODEL_VERSION as model_ve9_36_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_, networkres0_.ORCHESTRATION_MODE as orchest11_36_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2021-09-17T01:30:02.325Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-17T01:30:02.326Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:30:02.326Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-17T01:30:02.326Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:30:02.326Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-17T01:30:02.326Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:30:02.326Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_3_, networkres0_.CREATION_TIMESTAMP as creation2_37_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_3_, networkres0_.NETWORK_ROLE as network_4_37_3_, networkres0_.NETWORK_SCOPE as network_5_37_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_3_, networkres0_.NETWORK_TYPE as network_7_37_3_, networkres0_.RESOURCE_INPUT as resource8_37_3_, networkres1_.MODEL_UUID as model_uu1_36_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_36_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_36_0_, networkres1_.RESOURCE_CATEGORY as resource4_36_0_, networkres1_.CREATION_TIMESTAMP as creation5_36_0_, networkres1_.DESCRIPTION as descript6_36_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_36_0_, networkres1_.MODEL_NAME as model_na8_36_0_, networkres1_.MODEL_VERSION as model_ve9_36_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_36_0_, networkres1_.ORCHESTRATION_MODE as orchest11_36_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_36_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_36_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_1_, collection2_.CREATION_TIMESTAMP as creation2_14_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_14_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_14_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_1_, collection2_.NETWORK_ROLE as network_4_14_1_, collection2_.NETWORK_SCOPE as network_5_14_1_, collection2_.NETWORK_TECHNOLOGY as network_6_14_1_, collection2_.NETWORK_TYPE as network_7_14_1_, heattempla3_.ARTIFACT_UUID as artifact1_28_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_2_, heattempla3_.CREATION_TIMESTAMP as creation3_28_2_, heattempla3_.DESCRIPTION as descript4_28_2_, heattempla3_.BODY as body5_28_2_, heattempla3_.NAME as name6_28_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_2_, heattempla3_.VERSION as version8_28_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_4_, networkres0_.RESOURCE_CATEGORY as resource4_36_4_, networkres0_.CREATION_TIMESTAMP as creation5_36_4_, networkres0_.DESCRIPTION as descript6_36_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_4_, networkres0_.MODEL_NAME as model_na8_36_4_, networkres0_.MODEL_VERSION as model_ve9_36_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_4_, networkres0_.ORCHESTRATION_MODE as orchest11_36_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_0_, collection1_.CREATION_TIMESTAMP as creation2_14_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_14_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_14_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_0_, collection1_.NETWORK_ROLE as network_4_14_0_, collection1_.NETWORK_SCOPE as network_5_14_0_, collection1_.NETWORK_TECHNOLOGY as network_6_14_0_, collection1_.NETWORK_TYPE as network_7_14_0_, instancegr2_.MODEL_UUID as model_uu2_32_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_32_1_, instancegr2_.CREATION_TIMESTAMP as creation3_32_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_32_1_, instancegr2_.MODEL_NAME as model_na5_32_1_, instancegr2_.MODEL_VERSION as model_ve6_32_1_, instancegr2_.ROLE as role7_32_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_32_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_32_1_, instancegr2_.OBJECT_TYPE as object_t1_32_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_16_2_, networkcol3_.CR_MODEL_UUID as cr_model8_16_2_, networkcol3_.CREATION_TIMESTAMP as creation3_16_2_, networkcol3_.FUNCTION as function4_16_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_16_2_, networkcol3_.ROLE as role6_16_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_16_2_, heattempla4_.ARTIFACT_UUID as artifact1_28_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla4_.CREATION_TIMESTAMP as creation3_28_3_, heattempla4_.DESCRIPTION as descript4_28_3_, heattempla4_.BODY as body5_28_3_, heattempla4_.NAME as name6_28_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla4_.VERSION as version8_28_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-09-17T01:30:02.366Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2021-09-17T01:30:02.366Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-09-17T01:30:02.367Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-17T01:30:02.367Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-17T01:30:02.367Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:30:02.368Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:30:02.369Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "91e0565c-445e-4b67-8faf-9e8f16deec74",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631842202366,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-17T01:30:02.469Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-17T01:30:02.470Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:30:02.470Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:30:02.481Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T01:30:02.481Z||pool-38-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:30:03.370Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 91e0565c-445e-4b67-8faf-9e8f16deec74
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-17T01:30:03.376Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 91e0565c-445e-4b67-8faf-9e8f16deec74
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-17T01:30:03.377Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-17T01:30:03.377Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-17T01:30:03.377Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-17T01:30:33.378Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 91e0565c-445e-4b67-8faf-9e8f16deec74
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-17T01:30:33.384Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 91e0565c-445e-4b67-8faf-9e8f16deec74
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-17T01:30:33.386Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-17T01:30:33.386Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-17T01:30:33.386Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-17T01:30:56.932Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:30:56.932Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:30:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:30:57.059Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T01:30:57.059Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-17T01:30:57.059Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91e0565c-445e-4b67-8faf-9e8f16deec74",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631842196930,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-17T01:30:57.060Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-17T01:31:03.386Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 91e0565c-445e-4b67-8faf-9e8f16deec74
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-17T01:31:03.403Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 91e0565c-445e-4b67-8faf-9e8f16deec74
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-17T01:31:03.406Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-17T01:31:03.406Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-17T01:31:03.406Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-17T01:31:33.406Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 91e0565c-445e-4b67-8faf-9e8f16deec74
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-17T01:31:33.412Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 91e0565c-445e-4b67-8faf-9e8f16deec74
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-17T01:31:33.414Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-17T01:31:33.414Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-17T01:31:33.414Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-17T01:31:56.932Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:31:56.932Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-17T01:31:56.932Z||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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:31:56.960Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T01:31:56.960Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-17T01:31:56.961Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91e0565c-445e-4b67-8faf-9e8f16deec74",
"consumerID": "aai-ml",
"timestamp": 1631842197677,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-17T01:31:56.961Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:31:56.961Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-17T01:31:56.961Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91e0565c-445e-4b67-8faf-9e8f16deec74",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631842196930,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-17T01:31:56.961Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-17T01:31:56.961Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-17T01:31:56.961Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91e0565c-445e-4b67-8faf-9e8f16deec74",
"consumerID": "aai-ml",
"timestamp": 1631842198681,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-17T01:31:56.964Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 91e0565c-445e-4b67-8faf-9e8f16deec74
2021-09-17T01:31:56.964Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 91e0565c-445e-4b67-8faf-9e8f16deec74 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-17T01:31:56.969Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-17T01:31:56.969Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91e0565c-445e-4b67-8faf-9e8f16deec74",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631842200831,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-17T01:31:56.969Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:31:56.969Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-17T01:31:56.969Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91e0565c-445e-4b67-8faf-9e8f16deec74",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631842202366,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-17T01:31:56.969Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-17T01:32:03.414Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 91e0565c-445e-4b67-8faf-9e8f16deec74
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-17T01:32:03.419Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 91e0565c-445e-4b67-8faf-9e8f16deec74
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-17T01:32:03.421Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-17T01:32:03.421Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-17T01:32:03.421Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-17T01:32:03.421Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-17T01:32:03.422Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-17T01:32:03.422Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-17T01:32:03.422Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-17T01:32:03.422Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-17T01:32:03.422Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-17T01:32:03.422Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-17T01:32:03.422Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-17T01:32:03.424Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-17T01:32:33.425Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 91e0565c-445e-4b67-8faf-9e8f16deec74 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-09-17T01:32:33.428Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 91e0565c-445e-4b67-8faf-9e8f16deec74 and serviceModelVersionId: dc80cf29-3112-4764-8675-cde91223292a
2021-09-17T01:32:33.428Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cb0af789-1217-4876-b589-461757d2bfbb
2021-09-17T01:32:33.429Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cb0af789-1217-4876-b589-461757d2bfbb/model-vers/model-ver/dc80cf29-3112-4764-8675-cde91223292a?depth=0
2021-09-17T01:32:33.433Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2021-09-17T01:32:33.466Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/cb0af789-1217-4876-b589-461757d2bfbb/model-vers/model-ver/dc80cf29-3112-4764-8675-cde91223292a?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-09-17T01:32:33.467Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/cb0af789-1217-4876-b589-461757d2bfbb/model-vers/model-ver/dc80cf29-3112-4764-8675-cde91223292a?depth=0|INFO|500||Invoke
2021-09-17T01:32:33.491Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/cb0af789-1217-4876-b589-461757d2bfbb/model-vers/model-ver/dc80cf29-3112-4764-8675-cde91223292a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-09-17T01:32:33.578Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/cb0af789-1217-4876-b589-461757d2bfbb/model-vers/model-ver/dc80cf29-3112-4764-8675-cde91223292a?depth=0|INFO|500||InvokeReturn
2021-09-17T01:32:33.579Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/cb0af789-1217-4876-b589-461757d2bfbb/model-vers/model-ver/dc80cf29-3112-4764-8675-cde91223292a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210917-01:32:33:498-39066], vertex-id=[208896], Content-Length=[0], Date=[Fri, 17 Sep 2021 01:32:33 GMT], Content-Type=[application/json]}
2021-09-17T01:32:33.579Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2021-09-17T01:32:33.579Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-17T01:32:33.579Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-17T01:32:33.584Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-09-17T01:32:33.584Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 91e0565c-445e-4b67-8faf-9e8f16deec74 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-17T01:32:33.584Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-17T01:32:33.584Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:32:33.586Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:32:33.586Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "91e0565c-445e-4b67-8faf-9e8f16deec74",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631842353584,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-17T01:32:33.686Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-17T01:32:33.687Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:32:33.688Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:32:33.704Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T01:32:33.704Z||pool-39-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-17T01:32:34.595Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-17T01:32:34.596Z|91e0565c-445e-4b67-8faf-9e8f16deec74|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.
2021-09-17T01:32:34.596Z|91e0565c-445e-4b67-8faf-9e8f16deec74|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 PiG3LeKOUNU1MzP9) ...
2021-09-17T01:32:38.920Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T01:32:38.920Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-17T01:32:38.920Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"44ff582f-369b-4139-bc3d-895bbee4f420","serviceName":"Demo_pNF_kjIuhd9HfYFqhA5GW2M6","serviceVersion":"1.0","serviceUUID":"84851bd5-1753-431b-8a87-41f05dd46eda","serviceDescription":"catalog service description","serviceInvariantUUID":"eff8960d-5605-466c-911e-e4e7ee39a0ea","resources":[{"resourceInstanceName":"pNF a9ba117b-8a40 0","resourceName":"pNF a9ba117b-8a40","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"b8b94a00-71f1-4324-b30f-b7d1b18a483b","resourceInvariantUUID":"705f8acd-43b4-40e3-9741-9cfdbf6b7bbc","resourceCustomizationUUID":"ef3420c2-3601-41a5-b5a9-8ee6fb6f032e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKjiuhd9hfyfqha5gw2m6/1.0/resourceInstances/pnfa9ba117b8a400/artifacts/vf-license-model.xml","artifactChecksum":"MDIwMDYzOTQyOGZmODg0ZDY2ZTA1Yjg4NmJiMzlkNmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e9e5f4bb-5657-407a-93d5-4b8d9cd80f48","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKjiuhd9hfyfqha5gw2m6/1.0/resourceInstances/pnfa9ba117b8a400/artifacts/pNF.csar","artifactChecksum":"NTgyNjAxYTBlYWNhNDBkODcwOTVlMDBlOGQ5YjlkYjg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0fe9fcf9-a203-471a-b91e-a07177876973","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKjiuhd9hfyfqha5gw2m6/1.0/resourceInstances/pnfa9ba117b8a400/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"502c7a78-84f8-4783-a9fb-58bc0985d75a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKjiuhd9hfyfqha5gw2m6/1.0/resourceInstances/pnfa9ba117b8a400/artifacts/vendor-license-model.xml","artifactChecksum":"ZDNkZmM2OTkzOGQzZTVjNGE2MzFlN2RlZDk1ZTdhMDg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c8f4e1df-a905-4bd2-9212-bde1b08c62a2","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfKjiuhd9hfyfqha5gw2m6/1.0/resourceInstances/pnfa9ba117b8a400/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a5e861ee-5324-4208-8d91-be8a86706a54","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfKjiuhd9hfyfqha5gw2m6/1.0/resourceInstances/pnfa9ba117b8a400/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5e93b74d-c570-4cb9-b499-2ce410a7f0f6","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfKjiuhd9hfyfqha5gw2m6-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKjiuhd9hfyfqha5gw2m6/1.0/artifacts/service-DemoPnfKjiuhd9hfyfqha5gw2m6-template.yml","artifactChecksum":"ZmRiM2E5MzUwODAzZDNlMDhmZDBlM2I0MmMwMTJhNmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5c44747f-3e4f-4292-9662-7e08fff0f52b","artifactVersion":"1"},{"artifactName":"service-DemoPnfKjiuhd9hfyfqha5gw2m6-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfKjiuhd9hfyfqha5gw2m6/1.0/artifacts/service-DemoPnfKjiuhd9hfyfqha5gw2m6-csar.csar","artifactChecksum":"NTRhY2M5ZmFkZDM1MzlhMGNiOWZiNTUxOGQwZDBjOTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b70da5f4-cd28-4c12-804b-027819b54f58","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-17T01:32:38.922Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-17T01:32:38.922Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:32:38.924Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:32:38.924Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "44ff582f-369b-4139-bc3d-895bbee4f420",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631842354595,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKjiuhd9hfyfqha5gw2m6/1.0/resourceInstances/pnfa9ba117b8a400/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-17T01:32:39.024Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-17T01:32:39.025Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:32:39.025Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:32:39.036Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T01:32:39.036Z||pool-40-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:32:39.924Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-17T01:32:39.925Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:32:39.927Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:32:39.927Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "44ff582f-369b-4139-bc3d-895bbee4f420",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631842354595,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKjiuhd9hfyfqha5gw2m6/1.0/resourceInstances/pnfa9ba117b8a400/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-09-17T01:32:40.027Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-17T01:32:40.028Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:32:40.028Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:32:40.037Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T01:32:40.037Z||pool-41-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:32:40.928Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-17T01:32:40.929Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:32:40.930Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:32:40.930Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "44ff582f-369b-4139-bc3d-895bbee4f420",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631842354595,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKjiuhd9hfyfqha5gw2m6/1.0/resourceInstances/pnfa9ba117b8a400/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-09-17T01:32:41.031Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-17T01:32:41.031Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:32:41.032Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:32:41.040Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T01:32:41.041Z||pool-42-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:32:41.931Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-17T01:32:41.932Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:32:41.934Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:32:41.934Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "44ff582f-369b-4139-bc3d-895bbee4f420",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631842354595,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKjiuhd9hfyfqha5gw2m6/1.0/resourceInstances/pnfa9ba117b8a400/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-17T01:32:42.034Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-17T01:32:42.035Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:32:42.035Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:32:42.045Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T01:32:42.045Z||pool-43-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:32:42.935Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-17T01:32:42.936Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:32:42.938Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:32:42.938Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "44ff582f-369b-4139-bc3d-895bbee4f420",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631842354595,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKjiuhd9hfyfqha5gw2m6/1.0/resourceInstances/pnfa9ba117b8a400/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-17T01:32:43.039Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-17T01:32:43.040Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:32:43.040Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:32:43.050Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T01:32:43.051Z||pool-44-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:32:43.938Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-17T01:32:43.939Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:32:43.941Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:32:43.941Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "44ff582f-369b-4139-bc3d-895bbee4f420",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631842354595,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKjiuhd9hfyfqha5gw2m6/1.0/resourceInstances/pnfa9ba117b8a400/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-17T01:32:44.041Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-17T01:32:44.042Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:32:44.042Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:32:44.052Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T01:32:44.053Z||pool-45-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:32:44.942Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-17T01:32:44.943Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:32:44.945Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:32:44.945Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "44ff582f-369b-4139-bc3d-895bbee4f420",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631842354595,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKjiuhd9hfyfqha5gw2m6/1.0/artifacts/service-DemoPnfKjiuhd9hfyfqha5gw2m6-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-17T01:32:45.045Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-17T01:32:45.046Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:32:45.046Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:32:45.055Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T01:32:45.055Z||pool-46-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:32:45.945Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-17T01:32:45.946Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:32:45.948Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:32:45.949Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "44ff582f-369b-4139-bc3d-895bbee4f420",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631842354595,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKjiuhd9hfyfqha5gw2m6/1.0/artifacts/service-DemoPnfKjiuhd9hfyfqha5gw2m6-csar.csar",
"status": "NOTIFIED"
}
2021-09-17T01:32:46.049Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-17T01:32:46.050Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:32:46.050Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:32:46.063Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T01:32:46.063Z||pool-47-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:32:46.950Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "44ff582f-369b-4139-bc3d-895bbee4f420",
"serviceName": "Demo_pNF_kjIuhd9HfYFqhA5GW2M6",
"serviceVersion": "1.0",
"serviceUUID": "84851bd5-1753-431b-8a87-41f05dd46eda",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "eff8960d-5605-466c-911e-e4e7ee39a0ea",
"resources": [
{
"resourceInstanceName": "pNF a9ba117b-8a40 0",
"resourceCustomizationUUID": "ef3420c2-3601-41a5-b5a9-8ee6fb6f032e",
"resourceName": "pNF a9ba117b-8a40",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "b8b94a00-71f1-4324-b30f-b7d1b18a483b",
"resourceInvariantUUID": "705f8acd-43b4-40e3-9741-9cfdbf6b7bbc",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfKjiuhd9hfyfqha5gw2m6-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKjiuhd9hfyfqha5gw2m6/1.0/artifacts/service-DemoPnfKjiuhd9hfyfqha5gw2m6-csar.csar",
"artifactChecksum": "NTRhY2M5ZmFkZDM1MzlhMGNiOWZiNTUxOGQwZDBjOTQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b70da5f4-cd28-4c12-804b-027819b54f58"
}
],
"workloadContext": "Production"
}
2021-09-17T01:32:46.950Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-17T01:32:46.950Z|91e0565c-445e-4b67-8faf-9e8f16deec74|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 84851bd5-1753-431b-8a87-41f05dd46eda ASDC
2021-09-17T01:32:46.951Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:44ff582f-369b-4139-bc3d-895bbee4f420
ServiceName:Demo_pNF_kjIuhd9HfYFqhA5GW2M6
ServiceVersion:1.0
ServiceUUID:84851bd5-1753-431b-8a87-41f05dd46eda
ServiceInvariantUUID:eff8960d-5605-466c-911e-e4e7ee39a0ea
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfKjiuhd9hfyfqha5gw2m6-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfKjiuhd9hfyfqha5gw2m6/1.0/artifacts/service-DemoPnfKjiuhd9hfyfqha5gw2m6-csar.csar
ArtifactUUID:b70da5f4-cd28-4c12-804b-027819b54f58
ArtifactChecksum:NTRhY2M5ZmFkZDM1MzlhMGNiOWZiNTUxOGQwZDBjOTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF a9ba117b-8a40 0
ResourceCustomizationUUID:ef3420c2-3601-41a5-b5a9-8ee6fb6f032e
ResourceInvariantUUID:705f8acd-43b4-40e3-9741-9cfdbf6b7bbc
ResourceName:pNF a9ba117b-8a40
ResourceType:PNF
ResourceUUID:b8b94a00-71f1-4324-b30f-b7d1b18a483b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2021-09-17T01:32:46.951Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 84851bd5-1753-431b-8a87-41f05dd46eda ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-17T01:32:46.966Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-17T01:32:46.966Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-09-17T01:32:46.966Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-09-17T01:32:46.966Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: b70da5f4-cd28-4c12-804b-027819b54f58 from URL: /sdc/v1/catalog/services/DemoPnfKjiuhd9hfyfqha5gw2m6/1.0/artifacts/service-DemoPnfKjiuhd9hfyfqha5gw2m6-csar.csar
2021-09-17T01:32:46.966Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-09-17T01:32:46.967Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfKjiuhd9hfyfqha5gw2m6/1.0/artifacts/service-DemoPnfKjiuhd9hfyfqha5gw2m6-csar.csar
2021-09-17T01:32:47.817Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-09-17T01:32:47.821Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfKjiuhd9hfyfqha5gw2m6/1.0/artifacts/service-DemoPnfKjiuhd9hfyfqha5gw2m6-csar.csar b70da5f4-cd28-4c12-804b-027819b54f58 82547
2021-09-17T01:32:47.821Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfKjiuhd9hfyfqha5gw2m6/1.0/artifacts/service-DemoPnfKjiuhd9hfyfqha5gw2m6-csar.csar ASDC sendASDCNotification
2021-09-17T01:32:47.821Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfKjiuhd9hfyfqha5gw2m6/1.0/artifacts/service-DemoPnfKjiuhd9hfyfqha5gw2m6-csar.csar
2021-09-17T01:32:47.821Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-17T01:32:47.822Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-17T01:32:47.823Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-17T01:32:47.823Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "44ff582f-369b-4139-bc3d-895bbee4f420",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631842367821,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKjiuhd9hfyfqha5gw2m6/1.0/artifacts/service-DemoPnfKjiuhd9hfyfqha5gw2m6-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-17T01:32:47.924Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-17T01:32:47.924Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-17T01:32:47.924Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PiG3LeKOUNU1MzP9) ...
2021-09-17T01:32:47.949Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-17T01:32:47.949Z||pool-48-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2021-09-17T01:32:48.824Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-17T01:32:48.825Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-09-17T01:32:48.826Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: b70da5f4-cd28-4c12-804b-027819b54f58, URL: /sdc/v1/catalog/services/DemoPnfKjiuhd9hfyfqha5gw2m6/1.0/artifacts/service-DemoPnfKjiuhd9hfyfqha5gw2m6-csar.csar to file: /app/ASDC/1/service-DemoPnfKjiuhd9hfyfqha5gw2m6-csar.csar
2021-09-17T01:32:48.826Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfKjiuhd9hfyfqha5gw2m6-csar.csar
2021-09-17T01:32:48.826Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfKjiuhd9hfyfqha5gw2m6-csar.csar
2021-09-17T01:32:48.827Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfKjiuhd9hfyfqha5gw2m6-csar.csar
2021-09-17T01:32:49.171Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13178456808645339654/Definitions/service-DemoPnfKjiuhd9hfyfqha5gw2m6-template.yml
2021-09-17T01:32:49.792Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-17T01:32:49.792Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-09-17T01:32:49.792Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfKjiuhd9hfyfqha5gw2m6-csar.csar
2021-09-17T01:32:49.792Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-09-17T01:32:49.792Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfKjiuhd9hfyfqha5gw2m6-csar.csar
2021-09-17T01:32:49.792Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfKjiuhd9hfyfqha5gw2m6-csar.csar
2021-09-17T01:32:49.792Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfKjiuhd9hfyfqha5gw2m6-csar.csar
2021-09-17T01:32:49.793Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfKjiuhd9hfyfqha5gw2m6-csar.csar
2021-09-17T01:32:49.793Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfKjiuhd9hfyfqha5gw2m6-csar.csar
2021-09-17T01:32:49.793Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF a9ba117b-8a40 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-DemoPnfKjiuhd9hfyfqha5gw2m6-csar.csar
2021-09-17T01:32:49.793Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfKjiuhd9hfyfqha5gw2m6-csar.csar
2021-09-17T01:32:49.793Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-09-17T01:32:49.793Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-17T01:32:49.793Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_kjIuhd9HfYFqhA5GW2M6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:32:49.794Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||DEBUG|500||Node template pNF a9ba117b-8a40 0 is matching search criteria
2021-09-17T01:32:49.794Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-09-17T01:32:49.794Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF a9ba117b-8a40 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-17T01:32:49.794Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-17T01:32:49.794Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_kjIuhd9HfYFqhA5GW2M6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:32:49.795Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||DEBUG|500||Node template pNF a9ba117b-8a40 0 is matching search criteria
2021-09-17T01:32:49.795Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-09-17T01:32:49.795Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF a9ba117b-8a40 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-17T01:32:49.795Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-17T01:32:49.795Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_kjIuhd9HfYFqhA5GW2M6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:32:49.795Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-17T01:32:49.795Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_kjIuhd9HfYFqhA5GW2M6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:32:49.796Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-17T01:32:49.796Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_kjIuhd9HfYFqhA5GW2M6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:32:49.796Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-17T01:32:49.796Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_kjIuhd9HfYFqhA5GW2M6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:32:49.796Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-17T01:32:49.796Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_kjIuhd9HfYFqhA5GW2M6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:32:49.796Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_kjIuhd9HfYFqhA5GW2M6
Description:catalog service description
Model UUID:84851bd5-1753-431b-8a87-41f05dd46eda
Model Version:NULL
Model InvariantUuid:eff8960d-5605-466c-911e-e4e7ee39a0ea
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-17T01:32:49.802Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: b8b94a00-71f1-4324-b30f-b7d1b18a483b
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-17T01:32:49.809Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||INFO|500||pNF a9ba117b-8a40 0
2021-09-17T01:32:49.809Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: b8b94a00-71f1-4324-b30f-b7d1b18a483b
2021-09-17T01:32:49.809Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 84851bd5-1753-431b-8a87-41f05dd46eda
2021-09-17T01:32:49.809Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 84851bd5-1753-431b-8a87-41f05dd46eda
2021-09-17T01:32:49.809Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF a9ba117b-8a40 0 b8b94a00-71f1-4324-b30f-b7d1b18a483b ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-17T01:32:49.814Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@66572596, org.onap.sdc.toscaparser.api.parameters.Input@56f6c91f, org.onap.sdc.toscaparser.api.parameters.Input@6908a33e, org.onap.sdc.toscaparser.api.parameters.Input@62b3c548, org.onap.sdc.toscaparser.api.parameters.Input@3d17271d]
2021-09-17T01:32:49.814Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-17T01:32:49.814Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_kjIuhd9HfYFqhA5GW2M6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-17T01:32:49.814Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 84851bd5-1753-431b-8a87-41f05dd46eda: pNF a9ba117b-8a40
2021-09-17T01:32:49.815Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||INFO|500||Processing PNF resource: b8b94a00-71f1-4324-b30f-b7d1b18a483b
2021-09-17T01:32:49.815Z|44ff582f-369b-4139-bc3d-895bbee4f420|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery