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-07-29T02:12:04.697Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-65b67f9bc-qsfmt with PID 14 (/app/app.jar started by so in /app)
2021-07-29T02:12:04.703Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE
2021-07-29T02:12:04.704Z||main|||||INFO|500||The following profiles are active: basic
2021-07-29T02:12:12.700Z||main|||||INFO|500||Starting service [Tomcat]
2021-07-29T02:12:12.701Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-07-29T02:12:12.803Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-07-29T02:12:14.417Z||main|||||INFO|500||catdb-pool - Starting...
2021-07-29T02:12:14.636Z||main|||||INFO|500||catdb-pool - Start completed.
2021-07-29T02:12:15.017Z||main|||||INFO|500||reqdb-pool - Starting...
2021-07-29T02:12:15.025Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-07-29T02:12:15.135Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-07-29T02:12:15.323Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-07-29T02:12:15.768Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-07-29T02:12:16.737Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-07-29T02:12:18.918Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-07-29T02:12:18.962Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-07-29T02:12:19.483Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-07-29T02:12:19.659Z||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-07-29T02:12:20.929Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-07-29T02:12:22.070Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-07-29T02:12:22.093Z||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$$4610d5ba.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-07-29T02:12:22.094Z||main|||||WARN|500||The sdc end point is not alive
2021-07-29T02:12:24.977Z||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-07-29T02:12:27.533Z||main|||||WARN|500||---
2021-07-29T02:12:27.533Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-07-29T02:12:27.533Z||main|||||WARN|500||---
2021-07-29T02:12:27.881Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-07-29T02:12:30.997Z||main|||||INFO|500||Started Application in 28.375 seconds (JVM running for 29.63)
2021-07-29T02:12:30.998Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-07-29T02:12:31.000Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-07-29T02:12:31.013Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-07-29T02:12:31.068Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-07-29T02:12:31.151Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 118a7ca8-607d-4376-8dd8-64ccf34d7ec6 url= /sdc/v1/artifactTypes
2021-07-29T02:12:31.152Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-07-29T02:12:31.426Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-07-29T02:12:31.455Z||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-07-29T02:12:31.477Z||scheduling-1|||||DEBUG|500||create keys
2021-07-29T02:12:31.487Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-07-29T02:12:31.517Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T02:12:31.533Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= da2c8f4f-450a-41dc-85b4-2118a5b10cdd url= /sdc/v1/registerForDistribution
2021-07-29T02:12:31.673Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= da2c8f4f-450a-41dc-85b4-2118a5b10cdd url= /sdc/v1/registerForDistribution
2021-07-29T02:12:31.674Z||scheduling-1|||||INFO|500||start DistributionClient
2021-07-29T02:12:31.682Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:12:31.682Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:12:31.686Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-07-29T02:12:31.687Z||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-07-29T02:12:31.687Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:12:31.687Z||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-07-29T02:12:31.687Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:12:41.962Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T02:12:41.963Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T02:13:31.681Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:13:31.682Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:13:31.682Z||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-07-29T02:13:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:13:31.682Z||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-07-29T02:13:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:13:41.244Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T02:13:41.244Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T02:14:31.680Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:14:31.682Z||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-07-29T02:14:31.682Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:14:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:14:31.682Z||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-07-29T02:14:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:14:41.237Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T02:14:41.238Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T02:15:31.680Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:15:31.681Z||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-07-29T02:15:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:15:31.682Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:15:31.683Z||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-07-29T02:15:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:15:41.230Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T02:15:41.233Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T02:16:31.680Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:16:31.681Z||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-07-29T02:16:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:16:31.682Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:16:31.683Z||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-07-29T02:16:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:16:41.232Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T02:16:41.238Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T02:17:31.681Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:17:31.682Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:17:31.685Z||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-07-29T02:17:31.686Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:17:31.685Z||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-07-29T02:17:31.686Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:17:41.239Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T02:17:41.239Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T02:18:31.680Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:18:31.681Z||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-07-29T02:18:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:18:31.682Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:18:31.682Z||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-07-29T02:18:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:18:41.234Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T02:18:41.243Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T02:19:31.680Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:19:31.681Z||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-07-29T02:19:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:19:31.682Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:19:31.683Z||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-07-29T02:19:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:19:41.234Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T02:19:41.236Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T02:20:31.680Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:20:31.682Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:20:31.683Z||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-07-29T02:20:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:20:31.683Z||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-07-29T02:20:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:20:41.238Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T02:20:41.247Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T02:21:31.680Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:21:31.681Z||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-07-29T02:21:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:21:31.682Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:21:31.682Z||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-07-29T02:21:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:21:41.233Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T02:21:41.235Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T02:22:07.194Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-07-29T02:22:31.680Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:22:31.681Z||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-07-29T02:22:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:22:31.682Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:22:31.682Z||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-07-29T02:22:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:22:41.228Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T02:22:41.228Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T02:23:31.680Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:23:31.681Z||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-07-29T02:23:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:23:31.682Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:23:31.683Z||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-07-29T02:23:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:23:41.230Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T02:23:41.235Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T02:24:31.680Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:24:31.681Z||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-07-29T02:24:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:24:31.682Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:24:31.682Z||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-07-29T02:24:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:24:41.228Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T02:24:41.230Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T02:25:31.680Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:25:31.681Z||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-07-29T02:25:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:25:31.682Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:25:31.682Z||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-07-29T02:25:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:25:41.235Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T02:25:41.237Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T02:26:31.680Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:26:31.681Z||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-07-29T02:26:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:26:31.682Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:26:31.682Z||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-07-29T02:26:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:26:41.236Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T02:26:41.238Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T02:27:31.680Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:27:31.681Z||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-07-29T02:27:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:27:31.682Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:27:31.682Z||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-07-29T02:27:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:27:41.246Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T02:27:41.249Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T02:28:31.680Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:28:31.681Z||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-07-29T02:28:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:28:31.682Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:28:31.682Z||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-07-29T02:28:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:28:41.230Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T02:28:41.230Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T02:29:31.680Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:29:31.682Z||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-07-29T02:29:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:29:31.682Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:29:31.683Z||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-07-29T02:29:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:29:41.231Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T02:29:41.236Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T02:30:31.681Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:30:31.682Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:30:31.683Z||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-07-29T02:30:31.683Z||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-07-29T02:30:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:30:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:30:41.231Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T02:30:41.232Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T02:31:31.681Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:31:31.682Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:31:31.682Z||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-07-29T02:31:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:31:31.682Z||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-07-29T02:31:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:31:41.233Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T02:31:41.233Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T02:32:31.680Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:32:31.682Z||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-07-29T02:32:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:32:31.682Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:32:31.683Z||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-07-29T02:32:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:32:41.231Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T02:32:41.231Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T02:33:31.681Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:33:31.682Z||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-07-29T02:33:31.682Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:33:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:33:31.682Z||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-07-29T02:33:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:33:41.259Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T02:33:41.279Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T02:34:31.680Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:34:31.681Z||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-07-29T02:34:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:34:31.682Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:34:31.682Z||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-07-29T02:34:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:34:41.232Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T02:34:41.232Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T02:35:31.680Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:35:31.681Z||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-07-29T02:35:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:35:31.682Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:35:31.683Z||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-07-29T02:35:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:35:41.227Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T02:35:41.227Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T02:36:31.680Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:36:31.681Z||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-07-29T02:36:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:36:31.682Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:36:31.682Z||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-07-29T02:36:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:36:41.227Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T02:36:41.228Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T02:37:31.680Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:37:31.681Z||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-07-29T02:37:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:37:31.682Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:37:31.683Z||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-07-29T02:37:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:37:41.230Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T02:37:41.230Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T02:38:31.680Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:38:31.681Z||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-07-29T02:38:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:38:31.682Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:38:31.683Z||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-07-29T02:38:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:38:41.231Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T02:38:41.232Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T02:39:31.680Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:39:31.681Z||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-07-29T02:39:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:39:31.682Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:39:31.682Z||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-07-29T02:39:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:39:41.231Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T02:39:41.232Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T02:40:31.680Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:40:31.681Z||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-07-29T02:40:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:40:31.682Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:40:31.682Z||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-07-29T02:40:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:40:41.224Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T02:40:41.226Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T02:41:31.680Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:41:31.681Z||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-07-29T02:41:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:41:31.682Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:41:31.683Z||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-07-29T02:41:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:41:41.229Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T02:41:41.229Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T02:42:31.680Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:42:31.681Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-29T02:42:31.681Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as X63e4BwCQrlx8KTd) ...
2021-07-29T02:42:31.682Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:42:31.683Z||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-07-29T02:42:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:42:41.223Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T02:42:41.224Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T02:43:31.680Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:43:31.681Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-29T02:43:31.681Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as X63e4BwCQrlx8KTd) ...
2021-07-29T02:43:31.682Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:43:31.682Z||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-07-29T02:43:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:43:41.237Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T02:43:41.238Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T02:44:31.680Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:44:31.681Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-29T02:44:31.681Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as X63e4BwCQrlx8KTd) ...
2021-07-29T02:44:31.682Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:44:31.682Z||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-07-29T02:44:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:44:41.233Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T02:44:41.233Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T02:45:31.680Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:45:31.681Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-29T02:45:31.681Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as X63e4BwCQrlx8KTd) ...
2021-07-29T02:45:31.682Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:45:31.682Z||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-07-29T02:45:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:45:41.230Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T02:45:41.231Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T02:46:31.680Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:46:31.681Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-29T02:46:31.681Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as X63e4BwCQrlx8KTd) ...
2021-07-29T02:46:31.682Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:46:31.682Z||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-07-29T02:46:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:46:41.232Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T02:46:41.233Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T02:47:31.680Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:47:31.681Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-29T02:47:31.681Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as X63e4BwCQrlx8KTd) ...
2021-07-29T02:47:31.682Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:47:31.682Z||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-07-29T02:47:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:47:41.230Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T02:47:41.231Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T02:48:31.680Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:48:31.681Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-29T02:48:31.681Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as X63e4BwCQrlx8KTd) ...
2021-07-29T02:48:31.682Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:48:31.682Z||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-07-29T02:48:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:48:41.225Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T02:48:41.226Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T02:49:31.680Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:49:31.681Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-29T02:49:31.681Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as X63e4BwCQrlx8KTd) ...
2021-07-29T02:49:31.682Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:49:31.682Z||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-07-29T02:49:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:49:41.228Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T02:49:41.228Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T02:50:31.680Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:50:31.681Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-29T02:50:31.681Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as X63e4BwCQrlx8KTd) ...
2021-07-29T02:50:31.682Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:50:31.682Z||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-07-29T02:50:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:50:41.223Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T02:50:41.227Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T02:51:31.680Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:51:31.682Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-29T02:51:31.682Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as X63e4BwCQrlx8KTd) ...
2021-07-29T02:51:31.682Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:51:31.682Z||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-07-29T02:51:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:51:41.227Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T02:51:41.228Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T02:52:31.680Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:52:31.681Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-29T02:52:31.681Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as X63e4BwCQrlx8KTd) ...
2021-07-29T02:52:31.682Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:52:31.682Z||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-07-29T02:52:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:52:41.235Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T02:52:41.235Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T02:53:31.680Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:53:31.681Z||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-07-29T02:53:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:53:31.682Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:53:31.683Z||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-07-29T02:53:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:53:41.228Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T02:53:41.232Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T02:54:31.680Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:54:31.682Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:54:31.682Z||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-07-29T02:54:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:54:31.683Z||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-07-29T02:54:31.684Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:54:41.229Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T02:54:41.232Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T02:55:31.680Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:55:31.681Z||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-07-29T02:55:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:55:31.682Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:55:31.682Z||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-07-29T02:55:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:55:41.224Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T02:55:41.226Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T02:56:31.680Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:56:31.682Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:56:31.682Z||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-07-29T02:56:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:56:31.683Z||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-07-29T02:56:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:56:41.231Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T02:56:41.232Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T02:57:31.680Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:57:31.681Z||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-07-29T02:57:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:57:31.682Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:57:31.682Z||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-07-29T02:57:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:57:41.228Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T02:57:41.242Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T02:58:31.680Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:58:31.681Z||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-07-29T02:58:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:58:31.682Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:58:31.682Z||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-07-29T02:58:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:58:41.223Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T02:58:41.223Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T02:59:31.680Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:59:31.681Z||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-07-29T02:59:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:59:31.682Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T02:59:31.682Z||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-07-29T02:59:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T02:59:41.232Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T02:59:41.232Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T03:00:31.680Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:00:31.681Z||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-07-29T03:00:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:00:31.682Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:00:31.683Z||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-07-29T03:00:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:00:41.224Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T03:00:41.229Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T03:01:31.680Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:01:31.681Z||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-07-29T03:01:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:01:31.682Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:01:31.682Z||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-07-29T03:01:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:01:41.226Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T03:01:41.227Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T03:02:31.680Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:02:31.681Z||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-07-29T03:02:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:02:31.682Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:02:31.683Z||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-07-29T03:02:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:02:41.226Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T03:02:41.227Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T03:03:31.680Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:03:31.681Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-29T03:03:31.682Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as X63e4BwCQrlx8KTd) ...
2021-07-29T03:03:31.682Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:03:31.683Z||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-07-29T03:03:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:03:41.237Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T03:03:41.241Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T03:04:31.680Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:04:31.681Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-29T03:04:31.681Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as X63e4BwCQrlx8KTd) ...
2021-07-29T03:04:31.682Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:04:31.682Z||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-07-29T03:04:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:04:41.226Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T03:04:41.226Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T03:05:31.680Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:05:31.681Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-29T03:05:31.681Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as X63e4BwCQrlx8KTd) ...
2021-07-29T03:05:31.682Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:05:31.682Z||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-07-29T03:05:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:05:41.226Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T03:05:41.233Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T03:06:31.680Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:06:31.681Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-29T03:06:31.681Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as X63e4BwCQrlx8KTd) ...
2021-07-29T03:06:31.682Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:06:31.682Z||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-07-29T03:06:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:06:41.225Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T03:06:41.228Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T03:07:31.680Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:07:31.681Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-29T03:07:31.681Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as X63e4BwCQrlx8KTd) ...
2021-07-29T03:07:31.682Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:07:31.682Z||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-07-29T03:07:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:07:41.224Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T03:07:41.225Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T03:08:31.680Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:08:31.681Z||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-07-29T03:08:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:08:31.682Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:08:31.683Z||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-07-29T03:08:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:08:41.229Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T03:08:41.232Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T03:09:31.680Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:09:31.681Z||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-07-29T03:09:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:09:31.682Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:09:31.682Z||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-07-29T03:09:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:09:41.226Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T03:09:41.227Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T03:10:31.682Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:10:31.682Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:10:31.688Z||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-07-29T03:10:31.689Z||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-07-29T03:10:31.689Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:10:31.689Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:10:41.254Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T03:10:41.265Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T03:11:31.681Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:11:31.682Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:11:31.683Z||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-07-29T03:11:31.683Z||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-07-29T03:11:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:11:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:11:41.232Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T03:11:41.249Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T03:12:31.681Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:12:31.682Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:12:31.683Z||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-07-29T03:12:31.683Z||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-07-29T03:12:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:12:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:12:45.363Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T03:12:45.521Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T03:13:31.681Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:13:31.682Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:13:31.683Z||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-07-29T03:13:31.683Z||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-07-29T03:13:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:13:31.684Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:13:41.227Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T03:13:41.227Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T03:14:31.682Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:14:31.682Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:14:31.685Z||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-07-29T03:14:31.685Z||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-07-29T03:14:31.685Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:14:31.685Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:14:42.425Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T03:14:45.635Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T03:15:31.681Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:15:31.682Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:15:31.684Z||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-07-29T03:15:31.684Z||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-07-29T03:15:31.684Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:15:31.684Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:15:42.474Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T03:15:42.479Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T03:16:31.682Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:16:31.680Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:16:31.683Z||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-07-29T03:16:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:16:31.683Z||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-07-29T03:16:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:16:41.227Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T03:16:41.228Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T03:17:31.680Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:17:31.681Z||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-07-29T03:17:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:17:31.682Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:17:31.683Z||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-07-29T03:17:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:17:41.226Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T03:17:41.226Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T03:18:31.680Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:18:31.682Z||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-07-29T03:18:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:18:31.682Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:18:31.683Z||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-07-29T03:18:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:18:41.235Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T03:18:41.235Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T03:19:31.680Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:19:31.681Z||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-07-29T03:19:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:19:31.682Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:19:31.682Z||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-07-29T03:19:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:19:41.223Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T03:19:41.223Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T03:20:31.680Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:20:31.682Z||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-07-29T03:20:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:20:31.682Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:20:31.684Z||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-07-29T03:20:31.684Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:20:41.230Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T03:20:41.234Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T03:21:31.680Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:21:31.681Z||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-07-29T03:21:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:21:31.682Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:21:31.682Z||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-07-29T03:21:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:21:41.227Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T03:21:41.233Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T03:22:31.680Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:22:31.681Z||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-07-29T03:22:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:22:31.682Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:22:31.682Z||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-07-29T03:22:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:22:41.226Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T03:22:41.241Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T03:23:31.680Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:23:31.682Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:23:31.682Z||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-07-29T03:23:31.682Z||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-07-29T03:23:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:23:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:23:41.225Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T03:23:41.226Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T03:24:31.680Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:24:31.681Z||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-07-29T03:24:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:24:31.682Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:24:31.683Z||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-07-29T03:24:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:24:41.226Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T03:24:41.230Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T03:25:31.680Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:25:31.681Z||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-07-29T03:25:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:25:31.682Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:25:31.683Z||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-07-29T03:25:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:25:41.222Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T03:25:41.223Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T03:26:31.680Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:26:31.681Z||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-07-29T03:26:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:26:31.682Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:26:31.682Z||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-07-29T03:26:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:26:41.227Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T03:26:41.227Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T03:27:31.680Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:27:31.681Z||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-07-29T03:27:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:27:31.682Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:27:31.682Z||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-07-29T03:27:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:27:41.221Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T03:27:41.230Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T03:28:31.680Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:28:31.681Z||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-07-29T03:28:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:28:31.682Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:28:31.682Z||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-07-29T03:28:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:28:41.229Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T03:28:41.231Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T03:29:31.680Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:29:31.681Z||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-07-29T03:29:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:29:31.682Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:29:31.682Z||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-07-29T03:29:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:29:41.221Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T03:29:41.223Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T03:30:31.680Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:30:31.681Z||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-07-29T03:30:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:30:31.682Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:30:31.682Z||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-07-29T03:30:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:30:41.232Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T03:30:41.234Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T03:31:31.680Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:31:31.681Z||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-07-29T03:31:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:31:31.682Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:31:31.683Z||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-07-29T03:31:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:31:41.232Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T03:31:41.233Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T03:32:31.680Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:32:31.681Z||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-07-29T03:32:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:32:31.682Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:32:31.683Z||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-07-29T03:32:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:32:41.222Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T03:32:41.223Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T03:33:31.680Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:33:31.681Z||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-07-29T03:33:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:33:31.682Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:33:31.682Z||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-07-29T03:33:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:33:41.223Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T03:33:41.223Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T03:34:31.680Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:34:31.681Z||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-07-29T03:34:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:34:31.682Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:34:31.682Z||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-07-29T03:34:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:34:41.230Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T03:34:41.233Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T03:35:31.681Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:35:31.682Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:35:31.682Z||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-07-29T03:35:31.682Z||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-07-29T03:35:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:35:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:35:41.227Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T03:35:41.229Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T03:36:31.680Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:36:31.682Z||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-07-29T03:36:31.682Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:36:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:36:31.682Z||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-07-29T03:36:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:36:41.227Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T03:36:41.227Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T03:37:31.680Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:37:31.682Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:37:31.687Z||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-07-29T03:37:31.687Z||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-07-29T03:37:31.687Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:37:31.687Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:37:41.230Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T03:37:41.236Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T03:38:31.680Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:38:31.681Z||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-07-29T03:38:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:38:31.682Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:38:31.682Z||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-07-29T03:38:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:38:41.227Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T03:38:41.228Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T03:39:31.680Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:39:31.681Z||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-07-29T03:39:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:39:31.682Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:39:31.682Z||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-07-29T03:39:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:39:41.223Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T03:39:41.225Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T03:40:31.680Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:40:31.681Z||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-07-29T03:40:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:40:31.682Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:40:31.682Z||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-07-29T03:40:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:40:41.230Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T03:40:41.229Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T03:41:31.680Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:41:31.681Z||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-07-29T03:41:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:41:31.682Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:41:31.682Z||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-07-29T03:41:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:41:41.225Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T03:41:41.225Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T03:42:31.680Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:42:31.681Z||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-07-29T03:42:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:42:31.682Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:42:31.682Z||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-07-29T03:42:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:42:41.226Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T03:42:41.229Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T03:43:31.680Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:43:31.681Z||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-07-29T03:43:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:43:31.682Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:43:31.682Z||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-07-29T03:43:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:43:41.232Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T03:43:41.234Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T03:44:31.680Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:44:31.682Z||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-07-29T03:44:31.682Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:44:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:44:31.683Z||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-07-29T03:44:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:44:41.229Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T03:44:41.230Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T03:45:31.680Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:45:31.681Z||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-07-29T03:45:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:45:31.682Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:45:31.682Z||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-07-29T03:45:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:45:41.219Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T03:45:41.226Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T03:46:31.680Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:46:31.681Z||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-07-29T03:46:31.682Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:46:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:46:31.682Z||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-07-29T03:46:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:46:41.224Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T03:46:41.225Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T03:47:31.680Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:47:31.681Z||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-07-29T03:47:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:47:31.682Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:47:31.682Z||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-07-29T03:47:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:47:41.226Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T03:47:41.227Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T03:48:31.680Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:48:31.681Z||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-07-29T03:48:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:48:31.682Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:48:31.682Z||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-07-29T03:48:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:48:41.223Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T03:48:41.224Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T03:49:31.680Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:49:31.681Z||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-07-29T03:49:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:49:31.682Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:49:31.682Z||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-07-29T03:49:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:49:41.228Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T03:49:41.228Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T03:50:31.680Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:50:31.681Z||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-07-29T03:50:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:50:31.682Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:50:31.683Z||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-07-29T03:50:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:50:41.225Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T03:50:41.226Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T03:51:31.680Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:51:31.681Z||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-07-29T03:51:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:51:31.682Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:51:31.682Z||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-07-29T03:51:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:51:41.226Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T03:51:41.226Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T03:52:31.680Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:52:31.681Z||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-07-29T03:52:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:52:31.682Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:52:31.683Z||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-07-29T03:52:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:52:41.223Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T03:52:41.227Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T03:53:31.680Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:53:31.681Z||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-07-29T03:53:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:53:31.682Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:53:31.682Z||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-07-29T03:53:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:53:41.223Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T03:53:41.223Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T03:54:31.680Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:54:31.681Z||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-07-29T03:54:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:54:31.682Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:54:31.683Z||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-07-29T03:54:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:54:41.228Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T03:54:41.229Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T03:55:31.680Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:55:31.681Z||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-07-29T03:55:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:55:31.682Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:55:31.683Z||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-07-29T03:55:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:55:41.222Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T03:55:41.232Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T03:56:31.680Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:56:31.681Z||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-07-29T03:56:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:56:31.682Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:56:31.682Z||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-07-29T03:56:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:56:41.227Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T03:56:41.227Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T03:57:31.680Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:57:31.681Z||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-07-29T03:57:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:57:31.682Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:57:31.683Z||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-07-29T03:57:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:57:41.221Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T03:57:41.233Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T03:58:31.680Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:58:31.681Z||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-07-29T03:58:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:58:31.682Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:58:31.682Z||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-07-29T03:58:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:58:41.226Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T03:58:41.226Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T03:59:31.680Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:59:31.681Z||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-07-29T03:59:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:59:31.682Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T03:59:31.682Z||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-07-29T03:59:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T03:59:41.226Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T03:59:41.229Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:00:31.680Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:00:31.681Z||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-07-29T04:00:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:00:31.682Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:00:31.682Z||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-07-29T04:00:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:00:41.225Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:00:41.225Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:01:31.681Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:01:31.682Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:01:31.682Z||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-07-29T04:01:31.682Z||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-07-29T04:01:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:01:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:01:41.226Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:01:41.227Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:02:31.680Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:02:31.681Z||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-07-29T04:02:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:02:31.682Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:02:31.682Z||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-07-29T04:02:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:02:41.224Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:02:41.224Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:03:31.680Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:03:31.681Z||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-07-29T04:03:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:03:31.682Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:03:31.682Z||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-07-29T04:03:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:03:41.216Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:03:41.221Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:04:31.680Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:04:31.681Z||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-07-29T04:04:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:04:31.682Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:04:31.682Z||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-07-29T04:04:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:04:41.221Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:04:41.226Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:05:31.680Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:05:31.681Z||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-07-29T04:05:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:05:31.682Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:05:31.682Z||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-07-29T04:05:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:05:41.220Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:05:41.223Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:06:31.680Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:06:31.681Z||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-07-29T04:06:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:06:31.682Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:06:31.682Z||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-07-29T04:06:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:06:41.224Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:06:41.225Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:07:31.680Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:07:31.681Z||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-07-29T04:07:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:07:31.682Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:07:31.683Z||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-07-29T04:07:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:07:41.220Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:07:41.221Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:08:31.680Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:08:31.681Z||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-07-29T04:08:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:08:31.682Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:08:31.683Z||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-07-29T04:08:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:08:41.225Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:08:41.228Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:09:31.680Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:09:31.681Z||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-07-29T04:09:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:09:31.682Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:09:31.682Z||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-07-29T04:09:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:09:41.223Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:09:41.236Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:10:31.680Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:10:31.681Z||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-07-29T04:10:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:10:31.682Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:10:31.682Z||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-07-29T04:10:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:10:41.222Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:10:41.222Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:11:31.680Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:11:31.681Z||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-07-29T04:11:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:11:31.682Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:11:31.682Z||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-07-29T04:11:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:11:41.231Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:11:41.233Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:12:31.680Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:12:31.681Z||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-07-29T04:12:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:12:31.682Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:12:31.682Z||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-07-29T04:12:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:12:41.226Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:12:41.226Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:13:31.680Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:13:31.681Z||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-07-29T04:13:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:13:31.682Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:13:31.682Z||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-07-29T04:13:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:13:41.228Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:13:41.231Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:14:31.680Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:14:31.681Z||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-07-29T04:14:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:14:31.682Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:14:31.682Z||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-07-29T04:14:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:14:41.228Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:14:41.228Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:15:31.680Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:15:31.681Z||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-07-29T04:15:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:15:31.682Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:15:31.682Z||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-07-29T04:15:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:15:41.220Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:15:41.220Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:16:31.680Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:16:31.681Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-29T04:16:31.681Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:16:31.682Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:16:31.683Z||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-07-29T04:16:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:16:41.225Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:16:41.225Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:17:31.680Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:17:31.681Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-29T04:17:31.681Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:17:31.682Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:17:31.682Z||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-07-29T04:17:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:17:41.217Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:17:41.218Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:18:31.680Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:18:31.681Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-29T04:18:31.681Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:18:31.682Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:18:31.682Z||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-07-29T04:18:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:18:41.226Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:18:41.226Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:19:31.680Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:19:31.681Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-29T04:19:31.681Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:19:31.682Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:19:31.682Z||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-07-29T04:19:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:19:41.222Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:19:41.229Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:20:31.680Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:20:31.681Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-29T04:20:31.681Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:20:31.682Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:20:31.682Z||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-07-29T04:20:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:20:41.226Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:20:41.228Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:21:31.680Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:21:31.681Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-29T04:21:31.681Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:21:31.682Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:21:31.682Z||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-07-29T04:21:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:21:41.222Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:21:41.222Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:22:31.680Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:22:31.681Z||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-07-29T04:22:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:22:31.682Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:22:31.682Z||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-07-29T04:22:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:22:41.224Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:22:41.225Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:23:31.680Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:23:31.681Z||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-07-29T04:23:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:23:31.682Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:23:31.682Z||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-07-29T04:23:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:23:41.226Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:23:41.226Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:24:31.680Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:24:31.681Z||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-07-29T04:24:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:24:31.682Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:24:31.682Z||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-07-29T04:24:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:24:41.232Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:24:41.233Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:25:31.680Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:25:31.681Z||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-07-29T04:25:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:25:31.683Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:25:31.684Z||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-07-29T04:25:31.684Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:25:41.224Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:25:41.227Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:26:31.680Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:26:31.681Z||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-07-29T04:26:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:26:31.682Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:26:31.682Z||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-07-29T04:26:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:26:41.226Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:26:41.228Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:27:31.682Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:27:31.682Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:27:31.686Z||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-07-29T04:27:31.686Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:27:31.686Z||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-07-29T04:27:31.686Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:27:41.226Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:27:41.227Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:28:31.680Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:28:31.681Z||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-07-29T04:28:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:28:31.682Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:28:31.682Z||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-07-29T04:28:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:28:41.222Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:28:41.223Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:29:31.680Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:29:31.681Z||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-07-29T04:29:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:29:31.682Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:29:31.682Z||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-07-29T04:29:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:29:41.226Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:29:41.226Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:30:31.680Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:30:31.681Z||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-07-29T04:30:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:30:31.682Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:30:31.682Z||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-07-29T04:30:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:30:41.226Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:30:41.230Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:31:31.680Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:31:31.681Z||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-07-29T04:31:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:31:31.682Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:31:31.682Z||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-07-29T04:31:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:31:41.225Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:31:41.228Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:32:31.680Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:32:31.681Z||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-07-29T04:32:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:32:31.682Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:32:31.682Z||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-07-29T04:32:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:32:41.219Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:32:41.219Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:33:31.680Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:33:31.681Z||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-07-29T04:33:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:33:31.682Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:33:31.683Z||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-07-29T04:33:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:33:41.225Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:33:41.226Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:34:31.680Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:34:31.681Z||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-07-29T04:34:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:34:31.682Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:34:31.682Z||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-07-29T04:34:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:34:41.224Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:34:41.224Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:35:31.680Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:35:31.681Z||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-07-29T04:35:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:35:31.682Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:35:31.683Z||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-07-29T04:35:31.684Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:35:41.234Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:35:41.236Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:36:31.680Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:36:31.681Z||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-07-29T04:36:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:36:31.682Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:36:31.682Z||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-07-29T04:36:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:36:41.219Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:36:41.220Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:37:31.680Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:37:31.681Z||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-07-29T04:37:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:37:31.682Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:37:31.682Z||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-07-29T04:37:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:37:41.223Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:37:41.224Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:38:31.680Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:38:31.681Z||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-07-29T04:38:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:38:31.682Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:38:31.682Z||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-07-29T04:38:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:38:32.221Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:38:32.222Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:38:32.223Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
"consumerID": "cds",
"timestamp": 1627533510662,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-29T04:38:32.245Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-07-29T04:38:32.246Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:38:32.246Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
"consumerID": "dcae-sch",
"timestamp": 1627533506270,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-29T04:38:32.246Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-07-29T04:38:32.305Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:38:32.306Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-29T04:38:32.307Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"a6377306-6105-408b-b23e-e97dbf0fc80c","serviceName":"vFW 2021-07-29 04-35-16","serviceVersion":"1.0","serviceUUID":"1442dd9a-6b30-4465-82e4-92d6b2542a05","serviceDescription":"catalog service description","serviceInvariantUUID":"66acdb15-07c0-4786-93f2-519b32cb5b1c","resources":[{"resourceInstanceName":"vFW 64092bfa-a61d 0","resourceName":"vFW 64092bfa-a61d","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ddc2b7de-fce5-4b14-b879-289ba5112760","resourceInvariantUUID":"2b134edd-1404-4b78-ba02-2a9bdd4f00e8","resourceCustomizationUUID":"f649cd1e-fe80-4704-b100-8b3c3d1d7e8d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/vf-license-model.xml","artifactChecksum":"MWE0YzJmNGZjMjYxNTczNTBkOGE1M2ViNDY0ZGJlMGI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d5c417c4-26de-43b7-81c5-606b4c8f0f3c","artifactVersion":"1"},{"artifactName":"vfw64092bfaa61d0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/vfw64092bfaa61d0_modules.json","artifactChecksum":"MTk0MTI3ZWZhNTViZGEzMmUyNTFjY2UwZTczNDU3MGU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"810b4d62-72b8-44c5-b4cd-ae421699f45a","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"41756649-d96c-4f73-949e-cff2e7107b1a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/vendor-license-model.xml","artifactChecksum":"NTcwMDIwNjYyYjI5YWM5ZDcxNDY1NTI4YTFhZGI5N2Y\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6939104f-0cef-4a5e-bfc3-ce0bc73bd391","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b6471781-1698-4620-a2a6-1f2fde521165","artifactVersion":"2","generatedFromUUID":"41756649-d96c-4f73-949e-cff2e7107b1a"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210729043516-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210729043516/1.0/artifacts/service-Vfw20210729043516-template.yml","artifactChecksum":"ODdjMzI1MzliOTg5MTExODg2OTgyYTdiNTQwNGZkMmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f4787395-3bfe-43a4-8828-df15ed2caa5f","artifactVersion":"1"},{"artifactName":"service-Vfw20210729043516-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210729043516/1.0/artifacts/service-Vfw20210729043516-csar.csar","artifactChecksum":"OGNhMzZlODA1MGJlYjkyM2NlMTZmMmU4OWJmZjk3NzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7a11a962-5270-4ae5-a3f4-daa9c2c05d47","artifactVersion":"1"}],"workloadContext":"Production"}
2021-07-29T04:38:32.314Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-29T04:38:32.319Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:38:32.328Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:38:32.328Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627533511680,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-29T04:38:32.428Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-07-29T04:38:32.432Z||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-07-29T04:38:32.432Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:38:32.442Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:38:32.443Z||pool-3-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-07-29T04:38:33.333Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-29T04:38:33.334Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:38:33.336Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:38:33.336Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627533511680,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/vfw64092bfaa61d0_modules.json",
"status": "NOTIFIED"
}
2021-07-29T04:38:33.437Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T04:38:33.438Z||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-07-29T04:38:33.438Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:38:33.450Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:38:33.451Z||pool-4-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-07-29T04:38:34.337Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-29T04:38:34.338Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:38:34.339Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:38:34.339Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627533511680,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-07-29T04:38:34.440Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T04:38:34.440Z||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-07-29T04:38:34.440Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:38:34.449Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:38:34.450Z||pool-5-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-29T04:38:35.340Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-29T04:38:35.342Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:38:35.344Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:38:35.344Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627533511680,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-29T04:38:35.444Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T04:38:35.444Z||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-07-29T04:38:35.444Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:38:35.453Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:38:35.453Z||pool-6-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-07-29T04:38:36.344Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-29T04:38:36.345Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:38:36.347Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:38:36.347Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627533511680,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-07-29T04:38:36.447Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-07-29T04:38:36.448Z||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-07-29T04:38:36.448Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:38:36.457Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:38:36.457Z||pool-7-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-29T04:38:37.348Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-29T04:38:37.349Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:38:37.350Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:38:37.351Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627533511680,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/artifacts/service-Vfw20210729043516-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-29T04:38:37.451Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T04:38:37.452Z||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-07-29T04:38:37.452Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:38:37.461Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:38:37.462Z||pool-8-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-07-29T04:38:38.351Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-29T04:38:38.352Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:38:38.354Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:38:38.354Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627533511680,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/artifacts/service-Vfw20210729043516-csar.csar",
"status": "NOTIFIED"
}
2021-07-29T04:38:38.454Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T04:38:38.455Z||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-07-29T04:38:38.455Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:38:38.465Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:38:38.465Z||pool-9-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-29T04:38:39.356Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
"serviceName": "vFW 2021-07-29 04-35-16",
"serviceVersion": "1.0",
"serviceUUID": "1442dd9a-6b30-4465-82e4-92d6b2542a05",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "66acdb15-07c0-4786-93f2-519b32cb5b1c",
"resources": [
{
"resourceInstanceName": "vFW 64092bfa-a61d 0",
"resourceCustomizationUUID": "f649cd1e-fe80-4704-b100-8b3c3d1d7e8d",
"resourceName": "vFW 64092bfa-a61d",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "ddc2b7de-fce5-4b14-b879-289ba5112760",
"resourceInvariantUUID": "2b134edd-1404-4b78-ba02-2a9bdd4f00e8",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw64092bfaa61d0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/vfw64092bfaa61d0_modules.json",
"artifactChecksum": "MTk0MTI3ZWZhNTViZGEzMmUyNTFjY2UwZTczNDU3MGU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "810b4d62-72b8-44c5-b4cd-ae421699f45a",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "41756649-d96c-4f73-949e-cff2e7107b1a",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "b6471781-1698-4620-a2a6-1f2fde521165",
"generatedFromUUID": "41756649-d96c-4f73-949e-cff2e7107b1a"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "b6471781-1698-4620-a2a6-1f2fde521165",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20210729043516-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/artifacts/service-Vfw20210729043516-csar.csar",
"artifactChecksum": "OGNhMzZlODA1MGJlYjkyM2NlMTZmMmU4OWJmZjk3NzY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "7a11a962-5270-4ae5-a3f4-daa9c2c05d47"
}
],
"workloadContext": "Production"
}
2021-07-29T04:38:39.357Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-07-29T04:38:39.357Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1442dd9a-6b30-4465-82e4-92d6b2542a05 ASDC
2021-07-29T04:38:39.513Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:a6377306-6105-408b-b23e-e97dbf0fc80c
ServiceName:vFW 2021-07-29 04-35-16
ServiceVersion:1.0
ServiceUUID:1442dd9a-6b30-4465-82e4-92d6b2542a05
ServiceInvariantUUID:66acdb15-07c0-4786-93f2-519b32cb5b1c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210729043516-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210729043516/1.0/artifacts/service-Vfw20210729043516-csar.csar
ArtifactUUID:7a11a962-5270-4ae5-a3f4-daa9c2c05d47
ArtifactChecksum:OGNhMzZlODA1MGJlYjkyM2NlMTZmMmU4OWJmZjk3NzY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 64092bfa-a61d 0
ResourceCustomizationUUID:f649cd1e-fe80-4704-b100-8b3c3d1d7e8d
ResourceInvariantUUID:2b134edd-1404-4b78-ba02-2a9bdd4f00e8
ResourceName:vFW 64092bfa-a61d
ResourceType:VF
ResourceUUID:ddc2b7de-fce5-4b14-b879-289ba5112760
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw64092bfaa61d0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/vfw64092bfaa61d0_modules.json
ArtifactUUID:810b4d62-72b8-44c5-b4cd-ae421699f45a
ArtifactChecksum:MTk0MTI3ZWZhNTViZGEzMmUyNTFjY2UwZTczNDU3MGU=
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/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/base_vfw.yaml
ArtifactUUID:41756649-d96c-4f73-949e-cff2e7107b1a
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/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/base_vfw.env
ArtifactUUID:b6471781-1698-4620-a2a6-1f2fde521165
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/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/base_vfw.env
ArtifactUUID:b6471781-1698-4620-a2a6-1f2fde521165
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-07-29T04:38:39.513Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1442dd9a-6b30-4465-82e4-92d6b2542a05 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-07-29T04:38:39.739Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-29T04:38:39.740Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-07-29T04:38:39.741Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-07-29T04:38:39.741Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 7a11a962-5270-4ae5-a3f4-daa9c2c05d47 from URL: /sdc/v1/catalog/services/Vfw20210729043516/1.0/artifacts/service-Vfw20210729043516-csar.csar
2021-07-29T04:38:39.741Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-07-29T04:38:39.743Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210729043516/1.0/artifacts/service-Vfw20210729043516-csar.csar
2021-07-29T04:38:42.169Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-07-29T04:38:42.185Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210729043516/1.0/artifacts/service-Vfw20210729043516-csar.csar 7a11a962-5270-4ae5-a3f4-daa9c2c05d47 98782
2021-07-29T04:38:42.186Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210729043516/1.0/artifacts/service-Vfw20210729043516-csar.csar ASDC sendASDCNotification
2021-07-29T04:38:42.186Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210729043516/1.0/artifacts/service-Vfw20210729043516-csar.csar
2021-07-29T04:38:42.187Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-29T04:38:42.189Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:38:42.190Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:38:42.191Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627533522185,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/artifacts/service-Vfw20210729043516-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-29T04:38:42.291Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T04:38:42.292Z||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-07-29T04:38:42.292Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:38:42.301Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:38:42.302Z||pool-10-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-29T04:38:43.191Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-29T04:38:43.192Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-07-29T04:38:43.193Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 7a11a962-5270-4ae5-a3f4-daa9c2c05d47, URL: /sdc/v1/catalog/services/Vfw20210729043516/1.0/artifacts/service-Vfw20210729043516-csar.csar to file: /app/ASDC/1/service-Vfw20210729043516-csar.csar
2021-07-29T04:38:43.193Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210729043516-csar.csar
2021-07-29T04:38:43.345Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210729043516-csar.csar
2021-07-29T04:38:43.346Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210729043516-csar.csar
2021-07-29T04:38:43.999Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2236397200576279213/Definitions/service-Vfw20210729043516-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_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_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
2021-07-29T04:38:46.479Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-07-29T04:38:46.484Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-07-29T04:38:46.484Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210729043516-csar.csar
2021-07-29T04:38:46.484Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-07-29T04:38:46.484Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||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-Vfw20210729043516-csar.csar
2021-07-29T04:38:46.484Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||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-Vfw20210729043516-csar.csar
2021-07-29T04:38:46.485Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||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-Vfw20210729043516-csar.csar
2021-07-29T04:38:46.485Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210729043516-csar.csar
2021-07-29T04:38:46.485Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 64092bfa-a61d 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-Vfw20210729043516-csar.csar
2021-07-29T04:38:46.485Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210729043516-csar.csar
2021-07-29T04:38:46.485Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||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-Vfw20210729043516-csar.csar
2021-07-29T04:38:46.485Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||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-Vfw20210729043516-csar.csar
2021-07-29T04:38:46.485Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||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-Vfw20210729043516-csar.csar
2021-07-29T04:38:46.485Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210729043516-csar.csar
2021-07-29T04:38:46.485Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||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-Vfw20210729043516-csar.csar
2021-07-29T04:38:46.485Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210729043516-csar.csar
2021-07-29T04:38:46.485Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||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-Vfw20210729043516-csar.csar
2021-07-29T04:38:46.485Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-07-29T04:38:46.491Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-29T04:38:46.492Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-07-29 04-35-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:38:46.495Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template vFW 64092bfa-a61d 0 is matching search criteria
2021-07-29T04:38:46.495Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-07-29T04:38:46.496Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 64092bfa-a61d 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-29T04:38:46.498Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-29T04:38:46.498Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-07-29 04-35-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:38:46.498Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template vFW 64092bfa-a61d 0 is matching search criteria
2021-07-29T04:38:46.498Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-07-29T04:38:46.498Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 64092bfa-a61d 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-29T04:38:46.498Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-29T04:38:46.499Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-07-29 04-35-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:38:46.502Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-29T04:38:46.502Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template vFW 64092bfa-a61d 0 is not matching search criteria
2021-07-29T04:38:46.502Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-07-29T04:38:46.502Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-07-29T04:38:46.502Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-07-29T04:38:46.502Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-07-29T04:38:46.503Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-07-29T04:38:46.503Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-07-29T04:38:46.503Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-07-29T04:38:46.503Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-07-29T04:38:46.503Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-07-29T04:38:46.503Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-07-29T04:38:46.504Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-07-29T04:38:46.504Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-07-29T04:38:46.504Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-07-29T04:38:46.504Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-07-29T04:38:46.504Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-07-29T04:38:46.504Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-07-29T04:38:46.504Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-29T04:38:46.504Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-07-29 04-35-16 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-07-29T04:38:46.505Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-29T04:38:46.505Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template vFW 64092bfa-a61d 0 is matching search criteria
2021-07-29T04:38:46.506Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 64092bfa-a61d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-29T04:38:46.506Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-29T04:38:46.506Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template vFW 64092bfa-a61d 0 is matching search criteria
2021-07-29T04:38:46.506Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 64092bfa-a61d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-29T04:38:46.506Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-29T04:38:46.507Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template vFW 64092bfa-a61d 0 is matching search criteria
2021-07-29T04:38:46.507Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 64092bfa-a61d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-29T04:38:46.507Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-29T04:38:46.507Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template vFW 64092bfa-a61d 0 is not matching search criteria
2021-07-29T04:38:46.508Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-07-29T04:38:46.508Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-07-29T04:38:46.508Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-07-29T04:38:46.508Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-07-29T04:38:46.508Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-07-29T04:38:46.508Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-07-29T04:38:46.509Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-07-29T04:38:46.509Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-07-29T04:38:46.509Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-07-29T04:38:46.509Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-07-29T04:38:46.509Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-07-29T04:38:46.509Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=5ce58687-b58b-47af-94f0-1a860f3e85f6
2021-07-29T04:38:46.510Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-29T04:38:46.510Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template vFW 64092bfa-a61d 0 is not matching search criteria
2021-07-29T04:38:46.510Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-07-29T04:38:46.510Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-07-29T04:38:46.510Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-07-29T04:38:46.511Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-07-29T04:38:46.511Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-07-29T04:38:46.511Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-07-29T04:38:46.511Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-07-29T04:38:46.511Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-07-29T04:38:46.512Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-07-29T04:38:46.512Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-07-29T04:38:46.512Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-07-29T04:38:46.512Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-07-29T04:38:46.512Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=7e9ceaa5-22e1-4c03-b394-f3bb95aa438b
2021-07-29T04:38:46.512Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-29T04:38:46.513Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template vFW 64092bfa-a61d 0 is not matching search criteria
2021-07-29T04:38:46.513Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-07-29T04:38:46.513Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-07-29T04:38:46.513Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-07-29T04:38:46.513Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-07-29T04:38:46.514Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-07-29T04:38:46.514Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-07-29T04:38:46.514Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-07-29T04:38:46.514Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-07-29T04:38:46.514Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-07-29T04:38:46.514Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-07-29T04:38:46.515Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-07-29T04:38:46.515Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-07-29T04:38:46.515Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=14a4bb54-e633-4e76-b6ac-3af8058b667d
2021-07-29T04:38:46.515Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-29T04:38:46.515Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-07-29 04-35-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:38:46.516Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-29T04:38:46.516Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-07-29 04-35-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:38:46.516Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-29T04:38:46.516Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-07-29 04-35-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:38:46.516Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-29T04:38:46.517Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-07-29 04-35-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:38:46.517Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-07-29 04-35-16
Description:catalog service description
Model UUID:1442dd9a-6b30-4465-82e4-92d6b2542a05
Model Version:NULL
Model InvariantUuid:66acdb15-07c0-4786-93f2-519b32cb5b1c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 64092bfa-a61d
Model UUID:e937d6c8-4230-41aa-9c9d-80ee8fc4e7a9
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:2b134edd-1404-4b78-ba02-2a9bdd4f00e8
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:f649cd1e-fe80-4704-b100-8b3c3d1d7e8d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:0c5b43d7-96bd-499f-a6cd-7fe5759933d0
ModelName:Vfw64092bfaA61d..base_vfw..module-0
ModelUuid:a6c6b1f0-ad87-4513-9f4a-91cd41ef35ce
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:5ce58687-b58b-47af-94f0-1a860f3e85f6
ModelInvariantUuid:7c708396-df65-4710-b1e4-4c733ad47ee1
ModelName:vFW 64092bfa-a61d-nodes.vfwCvfc
ModelUuid:34324300-1d5e-4827-acee-4a5cc75bcf72
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:48339cc4-3b8e-4203-93a0-8d688a2e2882
ModelInvariantUuid:1f312c82-cc52-4905-83fd-843a83107747
ModelName:Vfw64092bfaA61d.compute.nodes.heat.vfw
ModelUuid:a6b31845-9cbc-4796-9738-6253aeac8fa6
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:7e9ceaa5-22e1-4c03-b394-f3bb95aa438b
ModelInvariantUuid:7247086f-ab4d-44cb-a876-2758a1e821ee
ModelName:vFW 64092bfa-a61d-nodes.vsnCvfc
ModelUuid:cd2d7ebf-91a1-4951-839a-b1c492f8c80b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:c0d20e8f-3d12-4efa-9ab5-be56295a81fb
ModelInvariantUuid:dc418b1d-6b6c-48e9-87f0-a42e1e62c5c7
ModelName:Vfw64092bfaA61d.compute.nodes.heat.vsn
ModelUuid:1a492f95-f3e6-4cd7-a023-9a5c27c2cafd
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:14a4bb54-e633-4e76-b6ac-3af8058b667d
ModelInvariantUuid:b5c3aead-c825-481a-864e-f6d0e31cccd2
ModelName:vFW 64092bfa-a61d-nodes.vpgCvfc
ModelUuid:d896ef33-48a6-4d15-bc06-c453b70354ee
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:7d2e4ae3-18cb-4651-ad25-889088863dba
ModelInvariantUuid:2e0d94ac-9bd5-4d18-ab3d-6360865ef2f8
ModelName:Vfw64092bfaA61d.compute.nodes.heat.vpg
ModelUuid:c7ed1246-73e9-41d3-9749-953decaa917a
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-07-29T04:38:46.538Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: ddc2b7de-fce5-4b14-b879-289ba5112760
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-07-29T04:38:46.623Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||vFW 64092bfa-a61d 0
2021-07-29T04:38:46.628Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ddc2b7de-fce5-4b14-b879-289ba5112760
2021-07-29T04:38:46.629Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 810b4d62-72b8-44c5-b4cd-ae421699f45a from URL: /sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/vfw64092bfaa61d0_modules.json
2021-07-29T04:38:46.629Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-07-29T04:38:46.629Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/vfw64092bfaa61d0_modules.json
2021-07-29T04:38:47.246Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-07-29T04:38:47.247Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/vfw64092bfaa61d0_modules.json 810b4d62-72b8-44c5-b4cd-ae421699f45a 785
2021-07-29T04:38:47.247Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/vfw64092bfaa61d0_modules.json ASDC sendASDCNotification
2021-07-29T04:38:47.247Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/vfw64092bfaa61d0_modules.json
2021-07-29T04:38:47.247Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-29T04:38:47.248Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:38:47.251Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:38:47.251Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627533527247,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/vfw64092bfaa61d0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-07-29T04:38:47.351Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T04:38:47.352Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-29T04:38:47.352Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:38:47.359Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:38:47.360Z||pool-11-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-29T04:38:48.253Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw64092bfaA61d..base_vfw..module-0",
"vfModuleModelInvariantUUID": "0c5b43d7-96bd-499f-a6cd-7fe5759933d0",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "a6c6b1f0-ad87-4513-9f4a-91cd41ef35ce",
"vfModuleModelCustomizationUUID": "03f8bd0e-b876-4dc4-9197-23033c1e4dec",
"isBase": true,
"artifacts": [
"41756649-d96c-4f73-949e-cff2e7107b1a",
"b6471781-1698-4620-a2a6-1f2fde521165"
],
"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-07-29T04:38:48.274Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw64092bfaA61d..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a6c6b1f0-ad87-4513-9f4a-91cd41ef35ce
VfModuleModelInvariantUUID:0c5b43d7-96bd-499f-a6cd-7fe5759933d0
VfModuleModelDescription:NULL
Artifacts UUID List:{
41756649-d96c-4f73-949e-cff2e7107b1a
,
b6471781-1698-4620-a2a6-1f2fde521165
}
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-07-29T04:38:48.276Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw64092bfaA61d..base_vfw..module-0",
"vfModuleModelInvariantUUID": "0c5b43d7-96bd-499f-a6cd-7fe5759933d0",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "a6c6b1f0-ad87-4513-9f4a-91cd41ef35ce",
"vfModuleModelCustomizationUUID": "03f8bd0e-b876-4dc4-9197-23033c1e4dec",
"isBase": true,
"artifacts": [
"41756649-d96c-4f73-949e-cff2e7107b1a",
"b6471781-1698-4620-a2a6-1f2fde521165"
],
"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-07-29T04:38:48.276Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw64092bfaA61d..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a6c6b1f0-ad87-4513-9f4a-91cd41ef35ce
VfModuleModelInvariantUUID:0c5b43d7-96bd-499f-a6cd-7fe5759933d0
VfModuleModelDescription:NULL
Artifacts UUID List:{
41756649-d96c-4f73-949e-cff2e7107b1a
,
b6471781-1698-4620-a2a6-1f2fde521165
}
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-07-29T04:38:48.277Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 41756649-d96c-4f73-949e-cff2e7107b1a from URL: /sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/base_vfw.yaml
2021-07-29T04:38:48.277Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-07-29T04:38:48.277Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/base_vfw.yaml
2021-07-29T04:38:48.856Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-07-29T04:38:48.858Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/base_vfw.yaml 41756649-d96c-4f73-949e-cff2e7107b1a 20368
2021-07-29T04:38:48.858Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-07-29T04:38:48.858Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/base_vfw.yaml
2021-07-29T04:38:48.858Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-29T04:38:48.859Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:38:48.861Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:38:48.861Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627533528858,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-07-29T04:38:48.961Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T04:38:48.962Z||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-07-29T04:38:48.962Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:38:48.973Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:38:48.973Z||pool-12-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-07-29T04:38:49.862Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: b6471781-1698-4620-a2a6-1f2fde521165 from URL: /sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/base_vfw.env
2021-07-29T04:38:49.862Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-07-29T04:38:49.862Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/base_vfw.env
2021-07-29T04:38:50.066Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-07-29T04:38:50.066Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/base_vfw.env b6471781-1698-4620-a2a6-1f2fde521165 2098
2021-07-29T04:38:50.066Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-07-29T04:38:50.066Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/base_vfw.env
2021-07-29T04:38:50.066Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-29T04:38:50.067Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:38:50.069Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:38:50.069Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627533530066,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-07-29T04:38:50.169Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T04:38:50.170Z||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-07-29T04:38:50.170Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:38:50.183Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:38:50.183Z||pool-13-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-07-29T04:38:51.069Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 1442dd9a-6b30-4465-82e4-92d6b2542a05
2021-07-29T04:38:51.070Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 64092bfa-a61d 0 ddc2b7de-fce5-4b14-b879-289ba5112760 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-07-29T04:38:51.105Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-29T04:38:51.106Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-07-29 04-35-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:38:51.106Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic
2021-07-29T04:38:51.106Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= f649cd1e-fe80-4704-b100-8b3c3d1d7e8d
2021-07-29T04:38:51.106Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f649cd1e-fe80-4704-b100-8b3c3d1d7e8d matches Tosca VF Customization UUID: f649cd1e-fe80-4704-b100-8b3c3d1d7e8d
2021-07-29T04:38:51.106Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: f649cd1e-fe80-4704-b100-8b3c3d1d7e8d 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-07-29T04:38:51.113Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-29T04:38:51.113Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-07-29 04-35-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:38:51.115Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id f649cd1e-fe80-4704-b100-8b3c3d1d7e8d: {\"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-07-29T04:38:51.115Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@73daf02e
2021-07-29T04:38:51.115Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-29T04:38:51.115Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-07-29 04-35-16 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-07-29T04:38:51.115Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 03f8bd0e-b876-4dc4-9197-23033c1e4dec
2021-07-29T04:38:51.116Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 03f8bd0e-b876-4dc4-9197-23033c1e4dec
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-07-29T04:38:51.123Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-29T04:38:51.124Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template vFW 64092bfa-a61d 0 is matching search criteria
2021-07-29T04:38:51.124Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 64092bfa-a61d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-29T04:38:51.125Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-29T04:38:51.125Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template vFW 64092bfa-a61d 0 is matching search criteria
2021-07-29T04:38:51.125Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 64092bfa-a61d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-29T04:38:51.125Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-29T04:38:51.126Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template vFW 64092bfa-a61d 0 is not matching search criteria
2021-07-29T04:38:51.126Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-07-29T04:38:51.126Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-07-29T04:38:51.126Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-07-29T04:38:51.126Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-07-29T04:38:51.127Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-07-29T04:38:51.127Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-07-29T04:38:51.127Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-07-29T04:38:51.127Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-07-29T04:38:51.127Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-07-29T04:38:51.128Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-07-29T04:38:51.128Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-07-29T04:38:51.128Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=5ce58687-b58b-47af-94f0-1a860f3e85f6
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-07-29T04:38:51.141Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-29T04:38:51.142Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template vFW 64092bfa-a61d 0 is matching search criteria
2021-07-29T04:38:51.142Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 64092bfa-a61d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-29T04:38:51.142Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-29T04:38:51.142Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template vFW 64092bfa-a61d 0 is not matching search criteria
2021-07-29T04:38:51.142Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-07-29T04:38:51.142Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-07-29T04:38:51.143Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-07-29T04:38:51.143Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-07-29T04:38:51.143Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-07-29T04:38:51.143Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-07-29T04:38:51.143Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-07-29T04:38:51.143Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-07-29T04:38:51.143Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-07-29T04:38:51.144Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-07-29T04:38:51.144Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-07-29T04:38:51.144Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-07-29T04:38:51.144Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=7e9ceaa5-22e1-4c03-b394-f3bb95aa438b
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-07-29T04:38:51.146Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-29T04:38:51.147Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template vFW 64092bfa-a61d 0 is matching search criteria
2021-07-29T04:38:51.147Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 64092bfa-a61d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-29T04:38:51.149Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-29T04:38:51.149Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template vFW 64092bfa-a61d 0 is not matching search criteria
2021-07-29T04:38:51.149Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-07-29T04:38:51.150Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-07-29T04:38:51.150Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-07-29T04:38:51.150Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-07-29T04:38:51.150Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-07-29T04:38:51.150Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-07-29T04:38:51.151Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-07-29T04:38:51.151Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-07-29T04:38:51.151Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-07-29T04:38:51.151Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-07-29T04:38:51.151Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-07-29T04:38:51.152Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-07-29T04:38:51.152Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=14a4bb54-e633-4e76-b6ac-3af8058b667d
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-07-29T04:38:51.154Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-29T04:38:51.155Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template vFW 64092bfa-a61d 0 is matching search criteria
2021-07-29T04:38:51.155Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 64092bfa-a61d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-29T04:38:51.155Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-29T04:38:51.155Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Node template vFW 64092bfa-a61d 0 is matching search criteria
2021-07-29T04:38:51.155Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 64092bfa-a61d 0] matching following query criteria: sdcType=VF, customizationUUID=f649cd1e-fe80-4704-b100-8b3c3d1d7e8d
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-07-29T04:38:51.158Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-29T04:38:51.159Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-07-29 04-35-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:38:51.159Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 1442dd9a-6b30-4465-82e4-92d6b2542a05: vFW 64092bfa-a61d
2021-07-29T04:38:51.160Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-29T04:38:51.160Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-07-29 04-35-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:38:51.160Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-29T04:38:51.160Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-07-29 04-35-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:38:51.160Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-29T04:38:51.161Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-07-29 04-35-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:38:51.161Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-29T04:38:51.161Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-07-29 04-35-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:38:51.161Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-29T04:38:51.161Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-07-29 04-35-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:38:51.161Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||Saving Service: vFW 2021-07-29 04-35-16
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-07-29T04:38:51.451Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 64092bfa-a61d ddc2b7de-fce5-4b14-b879-289ba5112760 1 ASDC deployResourceStructure
2021-07-29T04:38:51.451Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/vfw64092bfaa61d0_modules.json ASDC sendASDCNotification
2021-07-29T04:38:51.451Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/vfw64092bfaa61d0_modules.json
2021-07-29T04:38:51.452Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-29T04:38:51.452Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:38:51.453Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:38:51.453Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627533531451,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/vfw64092bfaa61d0_modules.json",
"status": "DEPLOY_OK"
}
2021-07-29T04:38:51.554Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-07-29T04:38:51.554Z||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-07-29T04:38:51.554Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:38:51.563Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:38:51.563Z||pool-14-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-29T04:38:52.455Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-07-29T04:38:52.455Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/base_vfw.yaml
2021-07-29T04:38:52.455Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-29T04:38:52.455Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:38:52.457Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:38:52.457Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627533532455,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-07-29T04:38:52.558Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-07-29T04:38:52.558Z||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-07-29T04:38:52.558Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:38:52.567Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:38:52.567Z||pool-15-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-29T04:38:53.458Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-07-29T04:38:53.459Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/base_vfw.env
2021-07-29T04:38:53.459Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-29T04:38:53.459Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:38:53.461Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:38:53.461Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627533533458,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-07-29T04:38:53.561Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T04:38:53.562Z||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-07-29T04:38:53.562Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:38:53.570Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:38:53.570Z||pool-16-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-29T04:38:54.463Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210729043516/1.0/artifacts/service-Vfw20210729043516-csar.csar ASDC sendASDCNotification
2021-07-29T04:38:54.463Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210729043516/1.0/artifacts/service-Vfw20210729043516-csar.csar
2021-07-29T04:38:54.463Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-29T04:38:54.463Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:38:54.465Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:38:54.465Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627533534462,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/artifacts/service-Vfw20210729043516-csar.csar",
"status": "DEPLOY_OK"
}
2021-07-29T04:38:54.565Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T04:38:54.566Z||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-07-29T04:38:54.566Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:38:54.575Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:38:54.575Z||pool-17-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-29T04:38:55.466Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a6377306-6105-408b-b23e-e97dbf0fc80c
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-07-29T04:38:55.485Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a6377306-6105-408b-b23e-e97dbf0fc80c
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-07-29T04:38:55.487Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-29T04:38:55.487Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-29T04:38:55.487Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-29T04:39:25.488Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a6377306-6105-408b-b23e-e97dbf0fc80c
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-07-29T04:39:25.495Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a6377306-6105-408b-b23e-e97dbf0fc80c
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-07-29T04:39:25.497Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-29T04:39:25.497Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-29T04:39:25.497Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-29T04:39:31.682Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:39:31.683Z||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-07-29T04:39:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:39:31.701Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:39:31.702Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:39:31.702Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
"consumerID": "policy-id",
"timestamp": 1627533501993,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-29T04:39:31.703Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-07-29T04:39:55.497Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a6377306-6105-408b-b23e-e97dbf0fc80c
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-07-29T04:39:55.507Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a6377306-6105-408b-b23e-e97dbf0fc80c
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-07-29T04:39:55.509Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-29T04:39:55.509Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-29T04:39:55.509Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-29T04:40:25.509Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a6377306-6105-408b-b23e-e97dbf0fc80c
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-07-29T04:40:25.521Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a6377306-6105-408b-b23e-e97dbf0fc80c
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-07-29T04:40:25.523Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-29T04:40:25.523Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-29T04:40:25.523Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-29T04:40:31.682Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:40:31.682Z||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-07-29T04:40:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:40:31.701Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:40:31.701Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:40:31.701Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
"consumerID": "aai-ml",
"timestamp": 1627533511049,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-29T04:40:31.702Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-07-29T04:40:55.523Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a6377306-6105-408b-b23e-e97dbf0fc80c
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-07-29T04:40:55.532Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a6377306-6105-408b-b23e-e97dbf0fc80c
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-07-29T04:40:55.535Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-29T04:40:55.535Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-29T04:40:55.535Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-29T04:41:25.535Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a6377306-6105-408b-b23e-e97dbf0fc80c
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-07-29T04:41:25.545Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a6377306-6105-408b-b23e-e97dbf0fc80c
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-07-29T04:41:25.547Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-29T04:41:25.547Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-29T04:41:25.547Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-29T04:41:31.682Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:41:31.683Z||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-07-29T04:41:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:41:32.206Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:41:32.211Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.211Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627533511680,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-29T04:41:32.212Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-07-29T04:41:32.212Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.212Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
"consumerID": "ves-openapi-manager",
"timestamp": 1627533512095,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-29T04:41:32.212Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-07-29T04:41:32.213Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.213Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
"consumerID": "dcae-sch",
"timestamp": 1627533506270,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/vfw64092bfaa61d0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-07-29T04:41:32.213Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-07-29T04:41:32.213Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.213Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
"consumerID": "cds",
"timestamp": 1627533510662,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/vfw64092bfaa61d0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-07-29T04:41:32.213Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-07-29T04:41:32.213Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.213Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
"consumerID": "policy-id",
"timestamp": 1627533501993,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/vfw64092bfaa61d0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-07-29T04:41:32.213Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-07-29T04:41:32.213Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.213Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
"consumerID": "aai-ml",
"timestamp": 1627533511049,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/vfw64092bfaa61d0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-07-29T04:41:32.214Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-07-29T04:41:32.214Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.214Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627533511680,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/vfw64092bfaa61d0_modules.json",
"status": "NOTIFIED"
}
2021-07-29T04:41:32.214Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-07-29T04:41:32.214Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.214Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
"consumerID": "ves-openapi-manager",
"timestamp": 1627533512095,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/vfw64092bfaa61d0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-07-29T04:41:32.214Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-07-29T04:41:32.214Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.214Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
"consumerID": "dcae-sch",
"timestamp": 1627533506270,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-29T04:41:32.215Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-07-29T04:41:32.215Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.215Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
"consumerID": "cds",
"timestamp": 1627533510662,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-29T04:41:32.215Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-07-29T04:41:32.215Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.215Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
"consumerID": "policy-id",
"timestamp": 1627533501993,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-07-29T04:41:32.215Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-07-29T04:41:32.215Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.215Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
"consumerID": "aai-ml",
"timestamp": 1627533511049,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-29T04:41:32.216Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-07-29T04:41:32.216Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.216Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627533511680,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-07-29T04:41:32.216Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-07-29T04:41:32.216Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.216Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
"consumerID": "ves-openapi-manager",
"timestamp": 1627533512095,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-29T04:41:32.217Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-07-29T04:41:32.217Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.217Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
"consumerID": "dcae-sch",
"timestamp": 1627533506270,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-29T04:41:32.217Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-07-29T04:41:32.217Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.218Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
"consumerID": "cds",
"timestamp": 1627533510662,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-29T04:41:32.218Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-07-29T04:41:32.218Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.218Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
"consumerID": "policy-id",
"timestamp": 1627533501993,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-29T04:41:32.218Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-07-29T04:41:32.218Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.218Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
"consumerID": "aai-ml",
"timestamp": 1627533511049,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-29T04:41:32.218Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-07-29T04:41:32.218Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.218Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627533511680,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-29T04:41:32.218Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-07-29T04:41:32.218Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.219Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
"consumerID": "ves-openapi-manager",
"timestamp": 1627533512095,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-29T04:41:32.219Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-07-29T04:41:32.219Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.219Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
"consumerID": "dcae-sch",
"timestamp": 1627533506270,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-07-29T04:41:32.219Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-07-29T04:41:32.219Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.219Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
"consumerID": "cds",
"timestamp": 1627533510662,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-07-29T04:41:32.219Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-07-29T04:41:32.219Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.219Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
"consumerID": "policy-id",
"timestamp": 1627533501993,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-07-29T04:41:32.219Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-07-29T04:41:32.220Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.220Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627533515385,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-29T04:41:32.220Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-07-29T04:41:32.220Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.220Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
"consumerID": "aai-ml",
"timestamp": 1627533511049,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-07-29T04:41:32.220Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-07-29T04:41:32.221Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.221Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627533511680,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-07-29T04:41:32.221Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-07-29T04:41:32.221Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.221Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
"consumerID": "ves-openapi-manager",
"timestamp": 1627533512095,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-07-29T04:41:32.222Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-07-29T04:41:32.222Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.222Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
"consumerID": "dcae-sch",
"timestamp": 1627533506270,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/artifacts/service-Vfw20210729043516-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-29T04:41:32.222Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-07-29T04:41:32.222Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.222Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
"consumerID": "cds",
"timestamp": 1627533510662,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/artifacts/service-Vfw20210729043516-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-29T04:41:32.223Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-07-29T04:41:32.223Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.223Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
"consumerID": "policy-id",
"timestamp": 1627533501993,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/artifacts/service-Vfw20210729043516-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-29T04:41:32.223Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-07-29T04:41:32.223Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.223Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627533515385,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/vfw64092bfaa61d0_modules.json",
"status": "NOTIFIED"
}
2021-07-29T04:41:32.224Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-07-29T04:41:32.224Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.224Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
"consumerID": "aai-ml",
"timestamp": 1627533511049,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/artifacts/service-Vfw20210729043516-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-29T04:41:32.224Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-07-29T04:41:32.224Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.224Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627533511680,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/artifacts/service-Vfw20210729043516-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-29T04:41:32.224Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-07-29T04:41:32.225Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.225Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
"consumerID": "ves-openapi-manager",
"timestamp": 1627533512095,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/artifacts/service-Vfw20210729043516-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-29T04:41:32.225Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-07-29T04:41:32.225Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.225Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
"consumerID": "dcae-sch",
"timestamp": 1627533506270,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/artifacts/service-Vfw20210729043516-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-07-29T04:41:32.225Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-07-29T04:41:32.225Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.226Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
"consumerID": "cds",
"timestamp": 1627533510662,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/artifacts/service-Vfw20210729043516-csar.csar",
"status": "NOTIFIED"
}
2021-07-29T04:41:32.226Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-07-29T04:41:32.226Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.226Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
"consumerID": "policy-id",
"timestamp": 1627533501993,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/artifacts/service-Vfw20210729043516-csar.csar",
"status": "NOTIFIED"
}
2021-07-29T04:41:32.226Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-07-29T04:41:32.227Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.227Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627533515385,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-07-29T04:41:32.227Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-07-29T04:41:32.227Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.227Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
"consumerID": "aai-ml",
"timestamp": 1627533511049,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/artifacts/service-Vfw20210729043516-csar.csar",
"status": "NOTIFIED"
}
2021-07-29T04:41:32.228Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-07-29T04:41:32.228Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.228Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627533511680,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/artifacts/service-Vfw20210729043516-csar.csar",
"status": "NOTIFIED"
}
2021-07-29T04:41:32.228Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-07-29T04:41:32.228Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.228Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
"consumerID": "ves-openapi-manager",
"timestamp": 1627533512095,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/artifacts/service-Vfw20210729043516-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-07-29T04:41:32.229Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-07-29T04:41:32.229Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.229Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627533515385,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-29T04:41:32.229Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-07-29T04:41:32.229Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.230Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627533515385,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-07-29T04:41:32.230Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-07-29T04:41:32.230Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.230Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627533515385,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/artifacts/service-Vfw20210729043516-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-29T04:41:32.230Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-07-29T04:41:32.230Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.230Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
"consumerID": "policy-id",
"timestamp": 1627533521395,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/artifacts/service-Vfw20210729043516-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-29T04:41:32.231Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:41:32.231Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.231Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
"consumerID": "cds",
"timestamp": 1627533521884,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/artifacts/service-Vfw20210729043516-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-29T04:41:32.231Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:41:32.231Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.231Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627533515385,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/artifacts/service-Vfw20210729043516-csar.csar",
"status": "NOTIFIED"
}
2021-07-29T04:41:32.232Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-07-29T04:41:32.232Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.232Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627533522185,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/artifacts/service-Vfw20210729043516-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-29T04:41:32.232Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:41:32.232Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.232Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
"consumerID": "aai-ml",
"timestamp": 1627533522230,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/artifacts/service-Vfw20210729043516-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-29T04:41:32.233Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:41:32.233Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.233Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
"consumerID": "policy-id",
"timestamp": 1627533522404,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/artifacts/service-Vfw20210729043516-csar.csar",
"status": "DEPLOY_OK"
}
2021-07-29T04:41:32.233Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:41:32.233Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.233Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
"consumerID": "cds",
"timestamp": 1627533522905,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/artifacts/service-Vfw20210729043516-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-07-29T04:41:32.242Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a6377306-6105-408b-b23e-e97dbf0fc80c
2021-07-29T04:41:32.242Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a6377306-6105-408b-b23e-e97dbf0fc80c 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-07-29T04:41:32.252Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.252Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
"consumerID": "policy-id",
"timestamp": 1627533523408,
"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-07-29T04:41:32.258Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a6377306-6105-408b-b23e-e97dbf0fc80c
2021-07-29T04:41:32.258Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a6377306-6105-408b-b23e-e97dbf0fc80c 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-07-29T04:41:32.269Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.269Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627533524456,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/vfw64092bfaa61d0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-07-29T04:41:32.270Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:41:32.270Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.270Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627533526652,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-07-29T04:41:32.270Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:41:32.270Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.270Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
"consumerID": "clamp",
"timestamp": 1627533526499,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-29T04:41:32.271Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-07-29T04:41:32.271Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.271Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627533527247,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/vfw64092bfaa61d0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-07-29T04:41:32.271Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:41:32.271Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.271Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
"consumerID": "clamp",
"timestamp": 1627533526499,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/vfw64092bfaa61d0_modules.json",
"status": "NOTIFIED"
}
2021-07-29T04:41:32.271Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-07-29T04:41:32.271Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.272Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627533528548,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-07-29T04:41:32.272Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:41:32.272Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.272Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627533528858,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-07-29T04:41:32.272Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:41:32.272Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.272Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
"consumerID": "clamp",
"timestamp": 1627533526499,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-29T04:41:32.273Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-07-29T04:41:32.273Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.273Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627533529755,
"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-07-29T04:41:32.278Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a6377306-6105-408b-b23e-e97dbf0fc80c
2021-07-29T04:41:32.278Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a6377306-6105-408b-b23e-e97dbf0fc80c 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-07-29T04:41:32.285Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.286Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627533530066,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-07-29T04:41:32.286Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:41:32.286Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.286Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627533529460,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-29T04:41:32.286Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-07-29T04:41:32.286Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.286Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
"consumerID": "clamp",
"timestamp": 1627533526499,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-29T04:41:32.286Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-07-29T04:41:32.286Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.286Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627533530759,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/vfw64092bfaa61d0_modules.json",
"status": "DEPLOY_OK"
}
2021-07-29T04:41:32.287Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:41:32.287Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.287Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627533529460,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/vfw64092bfaa61d0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-07-29T04:41:32.287Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-07-29T04:41:32.287Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.287Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
"consumerID": "clamp",
"timestamp": 1627533526499,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-07-29T04:41:32.287Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-07-29T04:41:32.287Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.287Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627533531451,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/vfw64092bfaa61d0_modules.json",
"status": "DEPLOY_OK"
}
2021-07-29T04:41:32.287Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:41:32.287Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.288Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627533529460,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-29T04:41:32.288Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-07-29T04:41:32.288Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.288Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
"consumerID": "clamp",
"timestamp": 1627533526499,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/artifacts/service-Vfw20210729043516-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-29T04:41:32.288Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-07-29T04:41:32.288Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.288Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627533532455,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-07-29T04:41:32.288Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:41:32.288Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.288Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627533529460,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-29T04:41:32.288Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-07-29T04:41:32.288Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.288Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
"consumerID": "clamp",
"timestamp": 1627533526499,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/artifacts/service-Vfw20210729043516-csar.csar",
"status": "NOTIFIED"
}
2021-07-29T04:41:32.289Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-07-29T04:41:32.289Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.289Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627533533458,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-07-29T04:41:32.289Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:41:32.289Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.289Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627533529460,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/resourceInstances/vfw64092bfaa61d0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-07-29T04:41:32.289Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-07-29T04:41:32.289Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.289Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627533534462,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/artifacts/service-Vfw20210729043516-csar.csar",
"status": "DEPLOY_OK"
}
2021-07-29T04:41:32.289Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:41:32.289Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.289Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627533529460,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/artifacts/service-Vfw20210729043516-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-29T04:41:32.290Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-07-29T04:41:32.290Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.290Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627533529460,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/artifacts/service-Vfw20210729043516-csar.csar",
"status": "NOTIFIED"
}
2021-07-29T04:41:32.290Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-07-29T04:41:32.290Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.290Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627533538798,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/artifacts/service-Vfw20210729043516-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-29T04:41:32.290Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:41:32.290Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.290Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
"consumerID": "aai-ml",
"timestamp": 1627533540479,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/artifacts/service-Vfw20210729043516-csar.csar",
"status": "DEPLOY_OK"
}
2021-07-29T04:41:32.290Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:41:32.290Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.291Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
"consumerID": "aai-ml",
"timestamp": 1627533541485,
"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-07-29T04:41:32.296Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a6377306-6105-408b-b23e-e97dbf0fc80c
2021-07-29T04:41:32.296Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a6377306-6105-408b-b23e-e97dbf0fc80c 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-07-29T04:41:32.305Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.305Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627533544513,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/artifacts/service-Vfw20210729043516-csar.csar",
"status": "DEPLOY_OK"
}
2021-07-29T04:41:32.305Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:41:32.305Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.305Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
"consumerID": "clamp",
"timestamp": 1627533545360,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/artifacts/service-Vfw20210729043516-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-29T04:41:32.306Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:41:32.306Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.306Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627533545518,
"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-07-29T04:41:32.312Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a6377306-6105-408b-b23e-e97dbf0fc80c
2021-07-29T04:41:32.312Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a6377306-6105-408b-b23e-e97dbf0fc80c 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-07-29T04:41:32.320Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.320Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
"consumerID": "clamp",
"timestamp": 1627533546457,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210729043516/1.0/artifacts/service-Vfw20210729043516-csar.csar",
"status": "DEPLOY_OK"
}
2021-07-29T04:41:32.320Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:41:32.320Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:41:32.320Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
"consumerID": "clamp",
"timestamp": 1627533547461,
"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-07-29T04:41:32.325Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a6377306-6105-408b-b23e-e97dbf0fc80c
2021-07-29T04:41:32.325Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a6377306-6105-408b-b23e-e97dbf0fc80c 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-07-29T04:41:55.547Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a6377306-6105-408b-b23e-e97dbf0fc80c
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-07-29T04:41:55.561Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a6377306-6105-408b-b23e-e97dbf0fc80c
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-07-29T04:41:55.564Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-29T04:41:55.564Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-07-29T04:41:55.564Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-07-29T04:41:55.564Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-07-29T04:41:55.564Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-07-29T04:41:55.564Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-07-29T04:41:55.564Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-07-29T04:41:55.564Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-07-29T04:41:55.564Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-07-29T04:41:55.564Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-07-29T04:41:55.564Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||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-07-29T04:41:55.569Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-07-29T04:42:25.570Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a6377306-6105-408b-b23e-e97dbf0fc80c 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-07-29T04:42:25.583Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a6377306-6105-408b-b23e-e97dbf0fc80c and serviceModelVersionId: 1442dd9a-6b30-4465-82e4-92d6b2542a05
2021-07-29T04:42:25.583Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 66acdb15-07c0-4786-93f2-519b32cb5b1c
2021-07-29T04:42:31.682Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:42:31.682Z||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-07-29T04:42:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:42:37.658Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/66acdb15-07c0-4786-93f2-519b32cb5b1c/model-vers/model-ver/1442dd9a-6b30-4465-82e4-92d6b2542a05?depth=0
2021-07-29T04:42:37.801Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2021-07-29T04:42:38.408Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/66acdb15-07c0-4786-93f2-519b32cb5b1c/model-vers/model-ver/1442dd9a-6b30-4465-82e4-92d6b2542a05?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-07-29T04:42:38.411Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/66acdb15-07c0-4786-93f2-519b32cb5b1c/model-vers/model-ver/1442dd9a-6b30-4465-82e4-92d6b2542a05?depth=0|INFO|500||Invoke
2021-07-29T04:42:38.581Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/66acdb15-07c0-4786-93f2-519b32cb5b1c/model-vers/model-ver/1442dd9a-6b30-4465-82e4-92d6b2542a05?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-07-29T04:42:39.267Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/66acdb15-07c0-4786-93f2-519b32cb5b1c/model-vers/model-ver/1442dd9a-6b30-4465-82e4-92d6b2542a05?depth=0|INFO|500||InvokeReturn
2021-07-29T04:42:39.267Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/66acdb15-07c0-4786-93f2-519b32cb5b1c/model-vers/model-ver/1442dd9a-6b30-4465-82e4-92d6b2542a05?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210729-04:42:38:590-86870], vertex-id=[176160], Content-Length=[0], Date=[Thu, 29 Jul 2021 04:42:38 GMT], Content-Type=[application/json]}
2021-07-29T04:42:39.268Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2021-07-29T04:42:39.271Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-07-29T04:42:39.271Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||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-07-29T04:42:39.276Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||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-07-29T04:42:39.283Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a6377306-6105-408b-b23e-e97dbf0fc80c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-07-29T04:42:39.284Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-07-29T04:42:39.285Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:42:39.286Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:42:39.287Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627533759284,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-29T04:42:39.387Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T04:42:39.387Z||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-07-29T04:42:39.387Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:42:39.396Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:42:39.397Z||pool-18-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-29T04:42:40.007Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:42:40.008Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-29T04:42:40.008Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6377306-6105-408b-b23e-e97dbf0fc80c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627533759284,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-29T04:42:40.008Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-07-29T04:42:40.305Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:42:40.306Z|a6377306-6105-408b-b23e-e97dbf0fc80c|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-07-29T04:42:40.306Z|a6377306-6105-408b-b23e-e97dbf0fc80c|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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:42:50.527Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:42:50.527Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:42:50.528Z|a6377306-6105-408b-b23e-e97dbf0fc80c|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-07-29T04:42:50.528Z|a6377306-6105-408b-b23e-e97dbf0fc80c|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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:43:00.070Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:43:00.070Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:43:00.071Z|a6377306-6105-408b-b23e-e97dbf0fc80c|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-07-29T04:43:00.071Z|a6377306-6105-408b-b23e-e97dbf0fc80c|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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:43:09.608Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:43:09.609Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:43:09.610Z||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-07-29T04:43:09.610Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:43:19.153Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:43:31.680Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:43:31.681Z||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-07-29T04:43:31.681Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:43:31.682Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:43:31.682Z|a6377306-6105-408b-b23e-e97dbf0fc80c|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-07-29T04:43:31.682Z|a6377306-6105-408b-b23e-e97dbf0fc80c|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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:43:41.228Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:43:41.252Z|a6377306-6105-408b-b23e-e97dbf0fc80c|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:44:31.680Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:44:31.681Z||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-07-29T04:44:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:44:31.682Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:44:31.682Z||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-07-29T04:44:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:44:38.321Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:44:38.322Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-29T04:44:38.322Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"a346d5e5-dbee-4b03-9698-8d2b467c7ca5","serviceName":"basic_onboard_MUnIqQ","serviceVersion":"1.0","serviceUUID":"ca2e0a23-6a82-4d34-8c1d-0e8413240d5d","serviceDescription":"service","serviceInvariantUUID":"b72cd660-a108-452d-94c5-4d236f1977c2","resources":[{"resourceInstanceName":"basic_onboard_MUnIqQ 0","resourceName":"basic_onboard_MUnIqQ","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"464e53d5-cded-430b-9fb7-8a147b8928a9","resourceInvariantUUID":"9895af56-573a-4c40-88cc-c59a9b38a36d","resourceCustomizationUUID":"1d313aa7-1a63-4543-a359-79cc8731b9f2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/vf-license-model.xml","artifactChecksum":"ZTM5OTQ2MmVmY2QzNjg5MTg5YzBhMmU5NTQzODI4YWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c4381112-6f38-441b-adc0-26e1aee9a6ac","artifactVersion":"1"},{"artifactName":"basic_onboard_muniqq0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/basic_onboard_muniqq0_modules.json","artifactChecksum":"NjM1MGMyMTNjMDE0YjI3OTA0NWM2ODg3OGU1ZmYwN2U\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5f1be2c4-f630-4cbf-9327-eeccbbeb32a4","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"b1f0783a-6091-4111-af03-73d55617fee8","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"39eeb25a-4865-480c-8b19-c779880741ce","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a9dd3ac2-58cb-49e2-994e-cd21c2de382b","artifactVersion":"2","generatedFromUUID":"b1f0783a-6091-4111-af03-73d55617fee8"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardMuniqq-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/artifacts/service-BasicOnboardMuniqq-template.yml","artifactChecksum":"NzZjMmNiOTczY2I2YzcxNmZlYTIyYjBkOGNmZjU0MGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b17c8dfe-4919-4b67-bfe2-59bf8a846da9","artifactVersion":"1"},{"artifactName":"service-BasicOnboardMuniqq-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/artifacts/service-BasicOnboardMuniqq-csar.csar","artifactChecksum":"MGZjNjQ1MTVjOWViMTE5Y2U0NTM0ZGNkZDJkY2M3MDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5ea79601-bb82-45dd-b105-b5dcddbfd4bf","artifactVersion":"1"}],"workloadContext":"Production"}
2021-07-29T04:44:38.325Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-29T04:44:38.325Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:44:38.327Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:44:38.327Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627533871680,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-29T04:44:38.428Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T04:44:38.428Z||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-07-29T04:44:38.428Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:44:38.435Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:44:38.435Z||pool-19-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-07-29T04:44:38.533Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:44:38.534Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:44:38.534Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
"consumerID": "ves-openapi-manager",
"timestamp": 1627533872095,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-29T04:44:38.535Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-29T04:44:39.328Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-29T04:44:39.329Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:44:39.330Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:44:39.330Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627533871680,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/basic_onboard_muniqq0_modules.json",
"status": "NOTIFIED"
}
2021-07-29T04:44:39.431Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T04:44:39.431Z||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-07-29T04:44:39.432Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:44:39.440Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:44:39.441Z||pool-20-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-29T04:44:40.331Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-29T04:44:40.332Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:44:40.334Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:44:40.334Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627533871680,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-07-29T04:44:40.435Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T04:44:40.436Z||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-07-29T04:44:40.436Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:44:40.444Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:44:40.445Z||pool-21-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-29T04:44:41.335Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-29T04:44:41.336Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:44:41.338Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:44:41.338Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627533871680,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-29T04:44:41.439Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-07-29T04:44:41.440Z||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-07-29T04:44:41.440Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:44:41.448Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:44:41.448Z||pool-22-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-07-29T04:44:42.340Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-29T04:44:42.341Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:44:42.343Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:44:42.344Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627533871680,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-07-29T04:44:42.444Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T04:44:42.444Z||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-07-29T04:44:42.445Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:44:42.452Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:44:42.453Z||pool-23-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-07-29T04:44:43.344Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-29T04:44:43.345Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:44:43.347Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:44:43.347Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627533871680,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/artifacts/service-BasicOnboardMuniqq-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-29T04:44:43.447Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T04:44:43.448Z||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-07-29T04:44:43.448Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:44:43.457Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:44:43.458Z||pool-24-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-29T04:44:44.347Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-29T04:44:44.348Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:44:44.350Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:44:44.350Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627533871680,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/artifacts/service-BasicOnboardMuniqq-csar.csar",
"status": "NOTIFIED"
}
2021-07-29T04:44:44.450Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T04:44:44.451Z||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-07-29T04:44:44.451Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:44:44.469Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:44:44.470Z||pool-25-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-07-29T04:44:45.352Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
"serviceName": "basic_onboard_MUnIqQ",
"serviceVersion": "1.0",
"serviceUUID": "ca2e0a23-6a82-4d34-8c1d-0e8413240d5d",
"serviceDescription": "service",
"serviceInvariantUUID": "b72cd660-a108-452d-94c5-4d236f1977c2",
"resources": [
{
"resourceInstanceName": "basic_onboard_MUnIqQ 0",
"resourceCustomizationUUID": "1d313aa7-1a63-4543-a359-79cc8731b9f2",
"resourceName": "basic_onboard_MUnIqQ",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "464e53d5-cded-430b-9fb7-8a147b8928a9",
"resourceInvariantUUID": "9895af56-573a-4c40-88cc-c59a9b38a36d",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_muniqq0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/basic_onboard_muniqq0_modules.json",
"artifactChecksum": "NjM1MGMyMTNjMDE0YjI3OTA0NWM2ODg3OGU1ZmYwN2U\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "5f1be2c4-f630-4cbf-9327-eeccbbeb32a4",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "b1f0783a-6091-4111-af03-73d55617fee8",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "a9dd3ac2-58cb-49e2-994e-cd21c2de382b",
"generatedFromUUID": "b1f0783a-6091-4111-af03-73d55617fee8"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "a9dd3ac2-58cb-49e2-994e-cd21c2de382b",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardMuniqq-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/artifacts/service-BasicOnboardMuniqq-csar.csar",
"artifactChecksum": "MGZjNjQ1MTVjOWViMTE5Y2U0NTM0ZGNkZDJkY2M3MDE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "5ea79601-bb82-45dd-b105-b5dcddbfd4bf"
}
],
"workloadContext": "Production"
}
2021-07-29T04:44:45.352Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-07-29T04:44:45.352Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ca2e0a23-6a82-4d34-8c1d-0e8413240d5d ASDC
2021-07-29T04:44:45.352Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:a346d5e5-dbee-4b03-9698-8d2b467c7ca5
ServiceName:basic_onboard_MUnIqQ
ServiceVersion:1.0
ServiceUUID:ca2e0a23-6a82-4d34-8c1d-0e8413240d5d
ServiceInvariantUUID:b72cd660-a108-452d-94c5-4d236f1977c2
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardMuniqq-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/artifacts/service-BasicOnboardMuniqq-csar.csar
ArtifactUUID:5ea79601-bb82-45dd-b105-b5dcddbfd4bf
ArtifactChecksum:MGZjNjQ1MTVjOWViMTE5Y2U0NTM0ZGNkZDJkY2M3MDE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_MUnIqQ 0
ResourceCustomizationUUID:1d313aa7-1a63-4543-a359-79cc8731b9f2
ResourceInvariantUUID:9895af56-573a-4c40-88cc-c59a9b38a36d
ResourceName:basic_onboard_MUnIqQ
ResourceType:VF
ResourceUUID:464e53d5-cded-430b-9fb7-8a147b8928a9
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_muniqq0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/basic_onboard_muniqq0_modules.json
ArtifactUUID:5f1be2c4-f630-4cbf-9327-eeccbbeb32a4
ArtifactChecksum:NjM1MGMyMTNjMDE0YjI3OTA0NWM2ODg3OGU1ZmYwN2U=
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/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/base_ubuntu18.yaml
ArtifactUUID:b1f0783a-6091-4111-af03-73d55617fee8
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/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/base_ubuntu18.env
ArtifactUUID:a9dd3ac2-58cb-49e2-994e-cd21c2de382b
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/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/base_ubuntu18.env
ArtifactUUID:a9dd3ac2-58cb-49e2-994e-cd21c2de382b
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-07-29T04:44:45.353Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ca2e0a23-6a82-4d34-8c1d-0e8413240d5d 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-07-29T04:44:45.392Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-29T04:44:45.393Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-07-29T04:44:45.393Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-07-29T04:44:45.394Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 5ea79601-bb82-45dd-b105-b5dcddbfd4bf from URL: /sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/artifacts/service-BasicOnboardMuniqq-csar.csar
2021-07-29T04:44:45.394Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-07-29T04:44:45.394Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/artifacts/service-BasicOnboardMuniqq-csar.csar
2021-07-29T04:44:46.543Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-07-29T04:44:46.547Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/artifacts/service-BasicOnboardMuniqq-csar.csar 5ea79601-bb82-45dd-b105-b5dcddbfd4bf 71371
2021-07-29T04:44:46.547Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/artifacts/service-BasicOnboardMuniqq-csar.csar ASDC sendASDCNotification
2021-07-29T04:44:46.547Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/artifacts/service-BasicOnboardMuniqq-csar.csar
2021-07-29T04:44:46.547Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-29T04:44:46.548Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:44:46.550Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:44:46.550Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627533886547,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/artifacts/service-BasicOnboardMuniqq-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-29T04:44:46.650Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T04:44:46.651Z||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-07-29T04:44:46.651Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:44:46.660Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:44:46.661Z||pool-26-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-29T04:44:47.551Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-29T04:44:47.552Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-07-29T04:44:47.552Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 5ea79601-bb82-45dd-b105-b5dcddbfd4bf, URL: /sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/artifacts/service-BasicOnboardMuniqq-csar.csar to file: /app/ASDC/1/service-BasicOnboardMuniqq-csar.csar
2021-07-29T04:44:47.552Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardMuniqq-csar.csar
2021-07-29T04:44:47.553Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardMuniqq-csar.csar
2021-07-29T04:44:47.553Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardMuniqq-csar.csar
2021-07-29T04:44:47.728Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16625741229824233396/Definitions/service-BasicOnboardMuniqq-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-07-29T04:44:49.121Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-07-29T04:44:49.121Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-07-29T04:44:49.121Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardMuniqq-csar.csar
2021-07-29T04:44:49.122Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-07-29T04:44:49.122Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||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-BasicOnboardMuniqq-csar.csar
2021-07-29T04:44:49.122Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardMuniqq-csar.csar
2021-07-29T04:44:49.122Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardMuniqq-csar.csar
2021-07-29T04:44:49.122Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardMuniqq-csar.csar
2021-07-29T04:44:49.122Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardMuniqq-csar.csar
2021-07-29T04:44:49.122Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardMuniqq-csar.csar
2021-07-29T04:44:49.122Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardMuniqq-csar.csar
2021-07-29T04:44:49.122Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardMuniqq-csar.csar
2021-07-29T04:44:49.122Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_MUnIqQ 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-BasicOnboardMuniqq-csar.csar
2021-07-29T04:44:49.122Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-07-29T04:44:49.122Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-29T04:44:49.122Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_MUnIqQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:44:49.123Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_MUnIqQ 0 is matching search criteria
2021-07-29T04:44:49.123Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-07-29T04:44:49.123Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_MUnIqQ 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-29T04:44:49.123Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-29T04:44:49.123Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_MUnIqQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:44:49.123Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_MUnIqQ 0 is matching search criteria
2021-07-29T04:44:49.123Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-07-29T04:44:49.123Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_MUnIqQ 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-29T04:44:49.124Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-29T04:44:49.124Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_MUnIqQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:44:49.124Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-29T04:44:49.124Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_MUnIqQ 0 is not matching search criteria
2021-07-29T04:44:49.124Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-07-29T04:44:49.124Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-07-29T04:44:49.124Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-07-29T04:44:49.124Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-07-29T04:44:49.125Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-07-29T04:44:49.125Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-29T04:44:49.125Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_MUnIqQ is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-07-29T04:44:49.125Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-29T04:44:49.125Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_MUnIqQ 0 is matching search criteria
2021-07-29T04:44:49.125Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_MUnIqQ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-29T04:44:49.125Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-29T04:44:49.126Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_MUnIqQ 0 is matching search criteria
2021-07-29T04:44:49.126Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_MUnIqQ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-29T04:44:49.126Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-29T04:44:49.126Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_MUnIqQ 0 is matching search criteria
2021-07-29T04:44:49.126Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_MUnIqQ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-29T04:44:49.126Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-29T04:44:49.126Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_MUnIqQ 0 is not matching search criteria
2021-07-29T04:44:49.126Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-07-29T04:44:49.127Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-07-29T04:44:49.127Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=ce24f6b0-b400-4d28-b6ae-2ca270d16fa2
2021-07-29T04:44:49.127Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-29T04:44:49.127Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_MUnIqQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:44:49.127Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-29T04:44:49.127Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_MUnIqQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:44:49.127Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-29T04:44:49.128Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_MUnIqQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:44:49.128Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-29T04:44:49.128Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_MUnIqQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:44:49.128Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_MUnIqQ
Description:service
Model UUID:ca2e0a23-6a82-4d34-8c1d-0e8413240d5d
Model Version:NULL
Model InvariantUuid:b72cd660-a108-452d-94c5-4d236f1977c2
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_MUnIqQ
Model UUID:dc3769a1-72e4-47f7-ad77-fe2707b91b88
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:9895af56-573a-4c40-88cc-c59a9b38a36d
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:1d313aa7-1a63-4543-a359-79cc8731b9f2
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:6608b3f6-d35c-41c4-91ee-944a7fe16949
ModelName:BasicOnboardMuniqq..base_ubuntu18..module-0
ModelUuid:d85aeb55-4d1c-4500-a7c1-58197317f658
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:ce24f6b0-b400-4d28-b6ae-2ca270d16fa2
ModelInvariantUuid:c0e7fd1e-2459-4ae5-b243-f1b5a25121e8
ModelName:basic_onboard_MUnIqQ-nodes.ubuntu18Cvfc
ModelUuid:c5f14c0b-9e43-45a4-9a73-cf056ad6b49e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:f9f19fc5-148b-477b-ae20-edea6a2c3055
ModelInvariantUuid:8d232f12-bced-449e-9ef2-54ee0b9cf3f0
ModelName:BasicOnboardMuniqq.compute.nodes.heat.ubuntu18
ModelUuid:24aea4cf-6acf-487a-a3ab-64be281ae527
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-07-29T04:44:49.136Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 464e53d5-cded-430b-9fb7-8a147b8928a9
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-07-29T04:44:49.139Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||INFO|500||basic_onboard_MUnIqQ 0
2021-07-29T04:44:49.139Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 464e53d5-cded-430b-9fb7-8a147b8928a9
2021-07-29T04:44:49.140Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 5f1be2c4-f630-4cbf-9327-eeccbbeb32a4 from URL: /sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/basic_onboard_muniqq0_modules.json
2021-07-29T04:44:49.140Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-07-29T04:44:49.140Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/basic_onboard_muniqq0_modules.json
2021-07-29T04:44:49.614Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-07-29T04:44:49.614Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/basic_onboard_muniqq0_modules.json 5f1be2c4-f630-4cbf-9327-eeccbbeb32a4 798
2021-07-29T04:44:49.614Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/basic_onboard_muniqq0_modules.json ASDC sendASDCNotification
2021-07-29T04:44:49.614Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/basic_onboard_muniqq0_modules.json
2021-07-29T04:44:49.614Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-29T04:44:49.615Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:44:49.616Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:44:49.616Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627533889614,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/basic_onboard_muniqq0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-07-29T04:44:49.717Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-07-29T04:44:49.718Z||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-07-29T04:44:49.718Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:44:49.727Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:44:49.727Z||pool-27-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-29T04:44:50.617Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardMuniqq..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "6608b3f6-d35c-41c4-91ee-944a7fe16949",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "d85aeb55-4d1c-4500-a7c1-58197317f658",
"vfModuleModelCustomizationUUID": "eeb5c3c2-6896-4d00-8a98-331e277ae9ed",
"isBase": true,
"artifacts": [
"b1f0783a-6091-4111-af03-73d55617fee8",
"a9dd3ac2-58cb-49e2-994e-cd21c2de382b"
],
"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-07-29T04:44:50.621Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardMuniqq..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d85aeb55-4d1c-4500-a7c1-58197317f658
VfModuleModelInvariantUUID:6608b3f6-d35c-41c4-91ee-944a7fe16949
VfModuleModelDescription:NULL
Artifacts UUID List:{
b1f0783a-6091-4111-af03-73d55617fee8
,
a9dd3ac2-58cb-49e2-994e-cd21c2de382b
}
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-07-29T04:44:50.623Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardMuniqq..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "6608b3f6-d35c-41c4-91ee-944a7fe16949",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "d85aeb55-4d1c-4500-a7c1-58197317f658",
"vfModuleModelCustomizationUUID": "eeb5c3c2-6896-4d00-8a98-331e277ae9ed",
"isBase": true,
"artifacts": [
"b1f0783a-6091-4111-af03-73d55617fee8",
"a9dd3ac2-58cb-49e2-994e-cd21c2de382b"
],
"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-07-29T04:44:50.623Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardMuniqq..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d85aeb55-4d1c-4500-a7c1-58197317f658
VfModuleModelInvariantUUID:6608b3f6-d35c-41c4-91ee-944a7fe16949
VfModuleModelDescription:NULL
Artifacts UUID List:{
b1f0783a-6091-4111-af03-73d55617fee8
,
a9dd3ac2-58cb-49e2-994e-cd21c2de382b
}
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-07-29T04:44:50.623Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: b1f0783a-6091-4111-af03-73d55617fee8 from URL: /sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/base_ubuntu18.yaml
2021-07-29T04:44:50.623Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-07-29T04:44:50.623Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/base_ubuntu18.yaml
2021-07-29T04:44:50.884Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-07-29T04:44:50.885Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/base_ubuntu18.yaml b1f0783a-6091-4111-af03-73d55617fee8 5033
2021-07-29T04:44:50.885Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-07-29T04:44:50.885Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/base_ubuntu18.yaml
2021-07-29T04:44:50.885Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-29T04:44:50.885Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:44:50.887Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:44:50.887Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627533890885,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-07-29T04:44:50.988Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T04:44:50.988Z||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-07-29T04:44:50.988Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:44:50.997Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:44:50.997Z||pool-28-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-29T04:44:51.888Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: a9dd3ac2-58cb-49e2-994e-cd21c2de382b from URL: /sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/base_ubuntu18.env
2021-07-29T04:44:51.889Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-07-29T04:44:51.889Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/base_ubuntu18.env
2021-07-29T04:44:52.307Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-07-29T04:44:52.307Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/base_ubuntu18.env a9dd3ac2-58cb-49e2-994e-cd21c2de382b 909
2021-07-29T04:44:52.308Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-07-29T04:44:52.308Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/base_ubuntu18.env
2021-07-29T04:44:52.308Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-29T04:44:52.308Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:44:52.309Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:44:52.310Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627533892308,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-07-29T04:44:52.410Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T04:44:52.410Z||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-07-29T04:44:52.411Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:44:52.418Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:44:52.419Z||pool-29-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-29T04:44:53.310Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: ca2e0a23-6a82-4d34-8c1d-0e8413240d5d
2021-07-29T04:44:53.311Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_MUnIqQ 0 464e53d5-cded-430b-9fb7-8a147b8928a9 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-07-29T04:44:53.327Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-29T04:44:53.327Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_MUnIqQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:44:53.327Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic
2021-07-29T04:44:53.327Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 1d313aa7-1a63-4543-a359-79cc8731b9f2
2021-07-29T04:44:53.328Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1d313aa7-1a63-4543-a359-79cc8731b9f2 matches Tosca VF Customization UUID: 1d313aa7-1a63-4543-a359-79cc8731b9f2
2021-07-29T04:44:53.328Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 1d313aa7-1a63-4543-a359-79cc8731b9f2 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-07-29T04:44:53.330Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-29T04:44:53.331Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_MUnIqQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:44:53.331Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 1d313aa7-1a63-4543-a359-79cc8731b9f2: {\"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-07-29T04:44:53.332Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6dc33b2c
2021-07-29T04:44:53.332Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-29T04:44:53.332Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_MUnIqQ is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-07-29T04:44:53.332Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : eeb5c3c2-6896-4d00-8a98-331e277ae9ed
2021-07-29T04:44:53.332Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID eeb5c3c2-6896-4d00-8a98-331e277ae9ed
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-07-29T04:44:53.335Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-29T04:44:53.335Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_MUnIqQ 0 is matching search criteria
2021-07-29T04:44:53.336Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_MUnIqQ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-29T04:44:53.336Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-29T04:44:53.336Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_MUnIqQ 0 is matching search criteria
2021-07-29T04:44:53.336Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_MUnIqQ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-29T04:44:53.336Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-29T04:44:53.336Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_MUnIqQ 0 is not matching search criteria
2021-07-29T04:44:53.337Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-07-29T04:44:53.337Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-07-29T04:44:53.337Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=ce24f6b0-b400-4d28-b6ae-2ca270d16fa2
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-07-29T04:44:53.340Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-29T04:44:53.341Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_MUnIqQ 0 is matching search criteria
2021-07-29T04:44:53.341Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_MUnIqQ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-29T04:44:53.341Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-29T04:44:53.342Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_MUnIqQ 0 is matching search criteria
2021-07-29T04:44:53.342Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_MUnIqQ 0] matching following query criteria: sdcType=VF, customizationUUID=1d313aa7-1a63-4543-a359-79cc8731b9f2
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-07-29T04:44:53.344Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-29T04:44:53.344Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_MUnIqQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:44:53.344Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid ca2e0a23-6a82-4d34-8c1d-0e8413240d5d: basic_onboard_MUnIqQ
2021-07-29T04:44:53.344Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-29T04:44:53.344Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_MUnIqQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:44:53.345Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-29T04:44:53.345Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_MUnIqQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:44:53.345Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-29T04:44:53.345Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_MUnIqQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:44:53.345Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-29T04:44:53.345Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_MUnIqQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:44:53.345Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-29T04:44:53.345Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_MUnIqQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:44:53.346Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||INFO|500||Saving Service: basic_onboard_MUnIqQ
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-07-29T04:44:53.448Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_MUnIqQ 464e53d5-cded-430b-9fb7-8a147b8928a9 1 ASDC deployResourceStructure
2021-07-29T04:44:53.448Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/basic_onboard_muniqq0_modules.json ASDC sendASDCNotification
2021-07-29T04:44:53.448Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/basic_onboard_muniqq0_modules.json
2021-07-29T04:44:53.448Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-29T04:44:53.449Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:44:53.450Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:44:53.450Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627533893448,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/basic_onboard_muniqq0_modules.json",
"status": "DEPLOY_OK"
}
2021-07-29T04:44:53.551Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T04:44:53.551Z||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-07-29T04:44:53.551Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:44:53.560Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:44:53.560Z||pool-30-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-29T04:44:54.451Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-07-29T04:44:54.452Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/base_ubuntu18.yaml
2021-07-29T04:44:54.452Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-29T04:44:54.452Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:44:54.454Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:44:54.454Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627533894451,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-07-29T04:44:54.554Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T04:44:54.555Z||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-07-29T04:44:54.555Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:44:54.563Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:44:54.563Z||pool-31-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1}
2021-07-29T04:44:55.455Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-07-29T04:44:55.455Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/base_ubuntu18.env
2021-07-29T04:44:55.455Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-29T04:44:55.456Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:44:55.457Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:44:55.457Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627533895455,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-07-29T04:44:55.557Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T04:44:55.558Z||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-07-29T04:44:55.558Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:44:55.568Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:44:55.568Z||pool-32-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-29T04:44:56.458Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/artifacts/service-BasicOnboardMuniqq-csar.csar ASDC sendASDCNotification
2021-07-29T04:44:56.458Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/artifacts/service-BasicOnboardMuniqq-csar.csar
2021-07-29T04:44:56.458Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-29T04:44:56.459Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:44:56.460Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:44:56.460Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627533896458,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/artifacts/service-BasicOnboardMuniqq-csar.csar",
"status": "DEPLOY_OK"
}
2021-07-29T04:44:56.560Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T04:44:56.561Z||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-07-29T04:44:56.561Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:44:56.570Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:44:56.570Z||pool-33-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-29T04:44:57.461Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a346d5e5-dbee-4b03-9698-8d2b467c7ca5
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-07-29T04:44:57.471Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a346d5e5-dbee-4b03-9698-8d2b467c7ca5
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-07-29T04:44:57.473Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-29T04:44:57.474Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-29T04:44:57.474Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-29T04:45:27.474Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a346d5e5-dbee-4b03-9698-8d2b467c7ca5
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-07-29T04:45:27.483Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a346d5e5-dbee-4b03-9698-8d2b467c7ca5
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-07-29T04:45:27.485Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-29T04:45:27.485Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-29T04:45:27.485Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-29T04:45:31.682Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:45:31.682Z||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-07-29T04:45:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:45:31.702Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:45:31.702Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:45:31.702Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
"consumerID": "aai-ml",
"timestamp": 1627533871049,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-29T04:45:31.703Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-07-29T04:45:57.485Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a346d5e5-dbee-4b03-9698-8d2b467c7ca5
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-07-29T04:45:57.493Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a346d5e5-dbee-4b03-9698-8d2b467c7ca5
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-07-29T04:45:57.495Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-29T04:45:57.495Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-29T04:45:57.496Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-29T04:46:27.496Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a346d5e5-dbee-4b03-9698-8d2b467c7ca5
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-07-29T04:46:27.505Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a346d5e5-dbee-4b03-9698-8d2b467c7ca5
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-07-29T04:46:27.509Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-29T04:46:27.509Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-29T04:46:27.509Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-29T04:46:31.682Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:46:31.682Z||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-07-29T04:46:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:46:31.698Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:46:31.699Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:46:31.699Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627533875385,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-29T04:46:31.699Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-07-29T04:46:31.699Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:46:31.699Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
"consumerID": "cds",
"timestamp": 1627533870663,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-29T04:46:31.699Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-07-29T04:46:31.700Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:46:31.700Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627533871680,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-29T04:46:31.700Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-07-29T04:46:57.510Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a346d5e5-dbee-4b03-9698-8d2b467c7ca5
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-07-29T04:46:57.518Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a346d5e5-dbee-4b03-9698-8d2b467c7ca5
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-07-29T04:46:57.521Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-29T04:46:57.521Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-29T04:46:57.521Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-29T04:47:27.521Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a346d5e5-dbee-4b03-9698-8d2b467c7ca5
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-07-29T04:47:27.530Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a346d5e5-dbee-4b03-9698-8d2b467c7ca5
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-07-29T04:47:27.532Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-29T04:47:27.532Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-29T04:47:27.532Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-29T04:47:31.682Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:47:31.683Z||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-07-29T04:47:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:47:32.205Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:47:32.208Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.208Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627533875385,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/basic_onboard_muniqq0_modules.json",
"status": "NOTIFIED"
}
2021-07-29T04:47:32.209Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-07-29T04:47:32.209Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.209Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
"consumerID": "cds",
"timestamp": 1627533870663,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/basic_onboard_muniqq0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-07-29T04:47:32.209Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-07-29T04:47:32.209Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.210Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
"consumerID": "aai-ml",
"timestamp": 1627533871049,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/basic_onboard_muniqq0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-07-29T04:47:32.210Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-07-29T04:47:32.210Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.210Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
"consumerID": "ves-openapi-manager",
"timestamp": 1627533872095,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/basic_onboard_muniqq0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-07-29T04:47:32.210Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-07-29T04:47:32.210Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.210Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627533871680,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/basic_onboard_muniqq0_modules.json",
"status": "NOTIFIED"
}
2021-07-29T04:47:32.211Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-07-29T04:47:32.211Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.211Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627533875385,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-07-29T04:47:32.211Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-07-29T04:47:32.211Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.211Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
"consumerID": "cds",
"timestamp": 1627533870663,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-29T04:47:32.211Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-07-29T04:47:32.212Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.212Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
"consumerID": "aai-ml",
"timestamp": 1627533871049,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-29T04:47:32.212Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-07-29T04:47:32.212Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.212Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
"consumerID": "ves-openapi-manager",
"timestamp": 1627533872095,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-29T04:47:32.212Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-07-29T04:47:32.212Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.212Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627533871680,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-07-29T04:47:32.213Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-07-29T04:47:32.213Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.213Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627533875385,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-29T04:47:32.213Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-07-29T04:47:32.213Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.213Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
"consumerID": "cds",
"timestamp": 1627533870663,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-29T04:47:32.214Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-07-29T04:47:32.214Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.214Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
"consumerID": "aai-ml",
"timestamp": 1627533871049,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-29T04:47:32.214Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-07-29T04:47:32.214Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.214Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
"consumerID": "ves-openapi-manager",
"timestamp": 1627533872095,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-29T04:47:32.214Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-07-29T04:47:32.214Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.214Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627533871680,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-29T04:47:32.214Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-07-29T04:47:32.215Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.215Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627533875385,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-07-29T04:47:32.215Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-07-29T04:47:32.215Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.215Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
"consumerID": "aai-ml",
"timestamp": 1627533871049,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-07-29T04:47:32.215Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-07-29T04:47:32.215Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.215Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
"consumerID": "cds",
"timestamp": 1627533870663,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-07-29T04:47:32.215Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-07-29T04:47:32.215Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.215Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
"consumerID": "ves-openapi-manager",
"timestamp": 1627533872095,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-07-29T04:47:32.216Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-07-29T04:47:32.216Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.216Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627533871680,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-07-29T04:47:32.216Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-07-29T04:47:32.216Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.216Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
"consumerID": "policy-id",
"timestamp": 1627533881993,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-29T04:47:32.216Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-07-29T04:47:32.216Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.216Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627533875385,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/artifacts/service-BasicOnboardMuniqq-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-29T04:47:32.216Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-07-29T04:47:32.216Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.216Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
"consumerID": "aai-ml",
"timestamp": 1627533871049,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/artifacts/service-BasicOnboardMuniqq-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-29T04:47:32.216Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-07-29T04:47:32.217Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.217Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
"consumerID": "cds",
"timestamp": 1627533870663,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/artifacts/service-BasicOnboardMuniqq-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-29T04:47:32.217Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-07-29T04:47:32.217Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.217Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
"consumerID": "ves-openapi-manager",
"timestamp": 1627533872095,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/artifacts/service-BasicOnboardMuniqq-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-29T04:47:32.217Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-07-29T04:47:32.217Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.217Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627533871680,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/artifacts/service-BasicOnboardMuniqq-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-29T04:47:32.217Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-07-29T04:47:32.217Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.217Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
"consumerID": "policy-id",
"timestamp": 1627533881993,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/basic_onboard_muniqq0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-07-29T04:47:32.217Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-07-29T04:47:32.218Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.218Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627533875385,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/artifacts/service-BasicOnboardMuniqq-csar.csar",
"status": "NOTIFIED"
}
2021-07-29T04:47:32.218Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-07-29T04:47:32.218Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.218Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
"consumerID": "aai-ml",
"timestamp": 1627533871049,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/artifacts/service-BasicOnboardMuniqq-csar.csar",
"status": "NOTIFIED"
}
2021-07-29T04:47:32.218Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-07-29T04:47:32.218Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.218Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
"consumerID": "cds",
"timestamp": 1627533870663,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/artifacts/service-BasicOnboardMuniqq-csar.csar",
"status": "NOTIFIED"
}
2021-07-29T04:47:32.218Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-07-29T04:47:32.218Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.218Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
"consumerID": "ves-openapi-manager",
"timestamp": 1627533872095,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/artifacts/service-BasicOnboardMuniqq-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-07-29T04:47:32.219Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-07-29T04:47:32.219Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.219Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627533871680,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/artifacts/service-BasicOnboardMuniqq-csar.csar",
"status": "NOTIFIED"
}
2021-07-29T04:47:32.219Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-07-29T04:47:32.219Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.219Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
"consumerID": "policy-id",
"timestamp": 1627533881993,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-07-29T04:47:32.219Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-07-29T04:47:32.219Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.219Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
"consumerID": "policy-id",
"timestamp": 1627533881993,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-29T04:47:32.219Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-07-29T04:47:32.219Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.219Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
"consumerID": "aai-ml",
"timestamp": 1627533886452,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/artifacts/service-BasicOnboardMuniqq-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-29T04:47:32.219Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:47:32.220Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.220Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
"consumerID": "cds",
"timestamp": 1627533886462,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/artifacts/service-BasicOnboardMuniqq-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-29T04:47:32.220Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:47:32.220Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.220Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627533886547,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/artifacts/service-BasicOnboardMuniqq-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-29T04:47:32.220Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:47:32.220Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.220Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627533886555,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/basic_onboard_muniqq0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-07-29T04:47:32.220Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:47:32.220Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.220Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
"consumerID": "policy-id",
"timestamp": 1627533881993,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-07-29T04:47:32.220Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-07-29T04:47:32.220Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.221Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
"consumerID": "dcae-sch",
"timestamp": 1627533886270,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-29T04:47:32.221Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-07-29T04:47:32.221Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.221Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
"consumerID": "clamp",
"timestamp": 1627533886499,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-29T04:47:32.221Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-07-29T04:47:32.221Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.221Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
"consumerID": "cds",
"timestamp": 1627533887467,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/artifacts/service-BasicOnboardMuniqq-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-07-29T04:47:32.229Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a346d5e5-dbee-4b03-9698-8d2b467c7ca5
2021-07-29T04:47:32.229Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a346d5e5-dbee-4b03-9698-8d2b467c7ca5 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-07-29T04:47:32.238Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.239Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
"consumerID": "policy-id",
"timestamp": 1627533881993,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/artifacts/service-BasicOnboardMuniqq-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-29T04:47:32.239Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-07-29T04:47:32.239Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.239Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
"consumerID": "dcae-sch",
"timestamp": 1627533886270,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/basic_onboard_muniqq0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-07-29T04:47:32.239Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-07-29T04:47:32.239Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.239Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
"consumerID": "clamp",
"timestamp": 1627533886499,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/basic_onboard_muniqq0_modules.json",
"status": "NOTIFIED"
}
2021-07-29T04:47:32.240Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-07-29T04:47:32.240Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.240Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627533888450,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-07-29T04:47:32.240Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:47:32.240Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.240Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
"consumerID": "policy-id",
"timestamp": 1627533881993,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/artifacts/service-BasicOnboardMuniqq-csar.csar",
"status": "NOTIFIED"
}
2021-07-29T04:47:32.240Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-07-29T04:47:32.240Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.240Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
"consumerID": "dcae-sch",
"timestamp": 1627533886270,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-29T04:47:32.240Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-07-29T04:47:32.241Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.241Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
"consumerID": "clamp",
"timestamp": 1627533886499,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-29T04:47:32.241Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-07-29T04:47:32.241Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.241Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627533889614,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/basic_onboard_muniqq0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-07-29T04:47:32.241Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:47:32.241Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.241Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627533889734,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-07-29T04:47:32.242Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:47:32.242Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.242Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
"consumerID": "policy-id",
"timestamp": 1627533889844,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/artifacts/service-BasicOnboardMuniqq-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-29T04:47:32.242Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:47:32.242Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.242Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
"consumerID": "dcae-sch",
"timestamp": 1627533886270,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-29T04:47:32.242Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-07-29T04:47:32.242Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.242Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627533889460,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-29T04:47:32.243Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-07-29T04:47:32.243Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.243Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
"consumerID": "clamp",
"timestamp": 1627533886499,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-29T04:47:32.243Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-07-29T04:47:32.243Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.243Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627533890874,
"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-07-29T04:47:32.249Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a346d5e5-dbee-4b03-9698-8d2b467c7ca5
2021-07-29T04:47:32.249Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a346d5e5-dbee-4b03-9698-8d2b467c7ca5 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-07-29T04:47:32.258Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.259Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
"consumerID": "policy-id",
"timestamp": 1627533890849,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/artifacts/service-BasicOnboardMuniqq-csar.csar",
"status": "DEPLOY_OK"
}
2021-07-29T04:47:32.259Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:47:32.259Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.259Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627533890885,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-07-29T04:47:32.259Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:47:32.259Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.259Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
"consumerID": "dcae-sch",
"timestamp": 1627533886270,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-07-29T04:47:32.259Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-07-29T04:47:32.260Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.260Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627533889460,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/basic_onboard_muniqq0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-07-29T04:47:32.260Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-07-29T04:47:32.260Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.260Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
"consumerID": "clamp",
"timestamp": 1627533886499,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-07-29T04:47:32.260Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-07-29T04:47:32.260Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.260Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627533891878,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/basic_onboard_muniqq0_modules.json",
"status": "DEPLOY_OK"
}
2021-07-29T04:47:32.260Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:47:32.260Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.260Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
"consumerID": "policy-id",
"timestamp": 1627533891852,
"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-07-29T04:47:32.265Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a346d5e5-dbee-4b03-9698-8d2b467c7ca5
2021-07-29T04:47:32.265Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a346d5e5-dbee-4b03-9698-8d2b467c7ca5 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-07-29T04:47:32.272Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.272Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
"consumerID": "dcae-sch",
"timestamp": 1627533886270,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/artifacts/service-BasicOnboardMuniqq-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-29T04:47:32.272Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-07-29T04:47:32.272Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.272Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627533889460,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-29T04:47:32.272Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-07-29T04:47:32.272Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.272Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
"consumerID": "clamp",
"timestamp": 1627533886499,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/artifacts/service-BasicOnboardMuniqq-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-29T04:47:32.273Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-07-29T04:47:32.273Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.273Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627533892308,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-07-29T04:47:32.273Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:47:32.273Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.273Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
"consumerID": "dcae-sch",
"timestamp": 1627533886270,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/artifacts/service-BasicOnboardMuniqq-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-07-29T04:47:32.273Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-07-29T04:47:32.273Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.273Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627533889460,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-29T04:47:32.273Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-07-29T04:47:32.274Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.274Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
"consumerID": "clamp",
"timestamp": 1627533886499,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/artifacts/service-BasicOnboardMuniqq-csar.csar",
"status": "NOTIFIED"
}
2021-07-29T04:47:32.274Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-07-29T04:47:32.274Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.274Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627533893448,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/basic_onboard_muniqq0_modules.json",
"status": "DEPLOY_OK"
}
2021-07-29T04:47:32.274Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:47:32.274Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.274Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
"consumerID": "aai-ml",
"timestamp": 1627533893777,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/artifacts/service-BasicOnboardMuniqq-csar.csar",
"status": "DEPLOY_OK"
}
2021-07-29T04:47:32.274Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:47:32.274Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.274Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627533889460,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-07-29T04:47:32.274Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-07-29T04:47:32.274Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.274Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627533894451,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-07-29T04:47:32.274Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:47:32.275Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.275Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
"consumerID": "aai-ml",
"timestamp": 1627533894780,
"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-07-29T04:47:32.280Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a346d5e5-dbee-4b03-9698-8d2b467c7ca5
2021-07-29T04:47:32.281Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a346d5e5-dbee-4b03-9698-8d2b467c7ca5 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-07-29T04:47:32.291Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.291Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627533889460,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/artifacts/service-BasicOnboardMuniqq-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-29T04:47:32.291Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-07-29T04:47:32.291Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.291Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627533895455,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/resourceInstances/basic_onboard_muniqq0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-07-29T04:47:32.292Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:47:32.292Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.292Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627533889460,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/artifacts/service-BasicOnboardMuniqq-csar.csar",
"status": "NOTIFIED"
}
2021-07-29T04:47:32.292Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-07-29T04:47:32.292Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.292Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627533896458,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/artifacts/service-BasicOnboardMuniqq-csar.csar",
"status": "DEPLOY_OK"
}
2021-07-29T04:47:32.292Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:47:32.292Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.292Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627533898378,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/artifacts/service-BasicOnboardMuniqq-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-29T04:47:32.292Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:47:32.293Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.293Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627533900776,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/artifacts/service-BasicOnboardMuniqq-csar.csar",
"status": "DEPLOY_OK"
}
2021-07-29T04:47:32.293Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:47:32.293Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.293Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627533901780,
"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-07-29T04:47:32.298Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a346d5e5-dbee-4b03-9698-8d2b467c7ca5
2021-07-29T04:47:32.299Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a346d5e5-dbee-4b03-9698-8d2b467c7ca5 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-07-29T04:47:32.313Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.313Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
"consumerID": "clamp",
"timestamp": 1627533904422,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/artifacts/service-BasicOnboardMuniqq-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-29T04:47:32.314Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:47:32.314Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.314Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
"consumerID": "clamp",
"timestamp": 1627533905443,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMuniqq/1.0/artifacts/service-BasicOnboardMuniqq-csar.csar",
"status": "DEPLOY_OK"
}
2021-07-29T04:47:32.314Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:47:32.314Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:47:32.314Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
"consumerID": "clamp",
"timestamp": 1627533906446,
"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-07-29T04:47:32.319Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a346d5e5-dbee-4b03-9698-8d2b467c7ca5
2021-07-29T04:47:32.319Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a346d5e5-dbee-4b03-9698-8d2b467c7ca5 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-07-29T04:47:57.532Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a346d5e5-dbee-4b03-9698-8d2b467c7ca5
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-07-29T04:47:57.541Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a346d5e5-dbee-4b03-9698-8d2b467c7ca5
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-07-29T04:47:57.543Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-29T04:47:57.543Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-07-29T04:47:57.543Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-07-29T04:47:57.543Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-07-29T04:47:57.543Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-07-29T04:47:57.543Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-07-29T04:47:57.544Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-07-29T04:47:57.544Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-07-29T04:47:57.544Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-07-29T04:47:57.544Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-07-29T04:47:57.544Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||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-07-29T04:47:57.549Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-07-29T04:48:27.549Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a346d5e5-dbee-4b03-9698-8d2b467c7ca5 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-07-29T04:48:27.554Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a346d5e5-dbee-4b03-9698-8d2b467c7ca5 and serviceModelVersionId: ca2e0a23-6a82-4d34-8c1d-0e8413240d5d
2021-07-29T04:48:27.555Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b72cd660-a108-452d-94c5-4d236f1977c2
2021-07-29T04:48:27.556Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b72cd660-a108-452d-94c5-4d236f1977c2/model-vers/model-ver/ca2e0a23-6a82-4d34-8c1d-0e8413240d5d?depth=0
2021-07-29T04:48:27.560Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-07-29T04:48:27.605Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b72cd660-a108-452d-94c5-4d236f1977c2/model-vers/model-ver/ca2e0a23-6a82-4d34-8c1d-0e8413240d5d?depth=0|INFO|500||Invoke
2021-07-29T04:48:27.606Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b72cd660-a108-452d-94c5-4d236f1977c2/model-vers/model-ver/ca2e0a23-6a82-4d34-8c1d-0e8413240d5d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b72cd660-a108-452d-94c5-4d236f1977c2/model-vers/model-ver/ca2e0a23-6a82-4d34-8c1d-0e8413240d5d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a346d5e5-dbee-4b03-9698-8d2b467c7ca5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0a0b3f58-b7b7-40b9-8ef3-b4786ff04733], X-ECOMP-RequestID=[a346d5e5-dbee-4b03-9698-8d2b467c7ca5], X-TransactionId=[], X-ONAP-RequestID=[a346d5e5-dbee-4b03-9698-8d2b467c7ca5], Content-Type=[application/merge-patch+json]}
2021-07-29T04:48:27.628Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b72cd660-a108-452d-94c5-4d236f1977c2/model-vers/model-ver/ca2e0a23-6a82-4d34-8c1d-0e8413240d5d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-07-29T04:48:27.719Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b72cd660-a108-452d-94c5-4d236f1977c2/model-vers/model-ver/ca2e0a23-6a82-4d34-8c1d-0e8413240d5d?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/b72cd660-a108-452d-94c5-4d236f1977c2/model-vers/model-ver/ca2e0a23-6a82-4d34-8c1d-0e8413240d5d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210729-04:48:27:637-51685], vertex-id=[159848], Content-Length=[0], Date=[Thu, 29 Jul 2021 04:48:27 GMT], Content-Type=[application/json]}
2021-07-29T04:48:27.720Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b72cd660-a108-452d-94c5-4d236f1977c2/model-vers/model-ver/ca2e0a23-6a82-4d34-8c1d-0e8413240d5d?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-07-29T04:48:27.721Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b72cd660-a108-452d-94c5-4d236f1977c2/model-vers/model-ver/ca2e0a23-6a82-4d34-8c1d-0e8413240d5d?depth=0|INFO|500||InvokeReturn
2021-07-29T04:48:27.721Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-07-29T04:48:27.721Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||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-07-29T04:48:27.726Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||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-07-29T04:48:27.727Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a346d5e5-dbee-4b03-9698-8d2b467c7ca5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-07-29T04:48:27.727Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-07-29T04:48:27.727Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:48:27.730Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:48:27.730Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627534107727,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-29T04:48:27.830Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T04:48:27.831Z||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-07-29T04:48:27.831Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:48:27.843Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:48:27.844Z||pool-34-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-07-29T04:48:28.741Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:48:28.742Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|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-07-29T04:48:28.742Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:48:31.682Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:48:31.683Z||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-07-29T04:48:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:48:32.304Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:48:32.304Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:48:32.304Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a346d5e5-dbee-4b03-9698-8d2b467c7ca5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627534107727,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-29T04:48:32.305Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:48:38.943Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:48:38.944Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:48:38.944Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|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-07-29T04:48:38.944Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:48:48.486Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:48:48.486Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:48:48.487Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|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-07-29T04:48:48.487Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:48:58.025Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:48:58.025Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:48:58.026Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|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-07-29T04:48:58.026Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:49:07.562Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:49:31.680Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:49:31.681Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|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-07-29T04:49:31.681Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:49:31.682Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:49:31.682Z||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-07-29T04:49:31.682Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:49:33.931Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:49:33.931Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-29T04:49:33.931Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"89d8476d-a699-4fd6-84f1-d44d0ecfc515","serviceDescription":"service","serviceInvariantUUID":"41b59977-2459-41e1-8ef8-c21c997a6d64","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"c01de26e-d9a9-4a7d-a153-dc8525b3981a","resourceInvariantUUID":"7bc2f98a-4a70-470d-ae15-895d145ce2d8","resourceCustomizationUUID":"a66f4530-aac9-4ae0-be61-98684c180e00","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":"NDE5YTI2OTMyMmJjYTY5NGE0MmRlZDAyOTRmYmNjZmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c761029d-ff12-4b39-900c-47db451627f4","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ODJkNGEwYjViNDBhMTYzMGU1ZjRlM2E1N2QyYWU3YzE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"36fbbb59-3c9a-4eac-83ec-4cf5b727aedd","artifactVersion":"1"}],"workloadContext":"Production"}
2021-07-29T04:49:33.933Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-29T04:49:33.933Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:49:33.935Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:49:33.935Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627534171680,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-29T04:49:34.035Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T04:49:34.036Z||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-07-29T04:49:34.036Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:49:34.048Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:49:34.049Z||pool-35-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-07-29T04:49:34.720Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:49:34.721Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:49:34.721Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627534171680,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-29T04:49:34.722Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-07-29T04:49:34.722Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:49:34.722Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed",
"consumerID": "dcae-sch",
"timestamp": 1627534166270,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-29T04:49:34.722Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-07-29T04:49:34.722Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:49:34.723Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed",
"consumerID": "aai-ml",
"timestamp": 1627534171049,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-29T04:49:34.723Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-07-29T04:49:34.723Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:49:34.723Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed",
"consumerID": "cds",
"timestamp": 1627534170662,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-29T04:49:34.723Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-07-29T04:49:34.723Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:49:34.723Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed",
"consumerID": "ves-openapi-manager",
"timestamp": 1627534172095,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-29T04:49:34.723Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-07-29T04:49:34.936Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-29T04:49:34.937Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:49:34.939Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:49:34.939Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627534171680,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-07-29T04:49:35.039Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T04:49:35.040Z||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-07-29T04:49:35.040Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:49:35.048Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:49:35.049Z||pool-36-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-29T04:49:35.941Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "89d8476d-a699-4fd6-84f1-d44d0ecfc515",
"serviceDescription": "service",
"serviceInvariantUUID": "41b59977-2459-41e1-8ef8-c21c997a6d64",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "a66f4530-aac9-4ae0-be61-98684c180e00",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "c01de26e-d9a9-4a7d-a153-dc8525b3981a",
"resourceInvariantUUID": "7bc2f98a-4a70-470d-ae15-895d145ce2d8",
"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": "ODJkNGEwYjViNDBhMTYzMGU1ZjRlM2E1N2QyYWU3YzE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "36fbbb59-3c9a-4eac-83ec-4cf5b727aedd"
}
],
"workloadContext": "Production"
}
2021-07-29T04:49:35.941Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-07-29T04:49:35.941Z|a346d5e5-dbee-4b03-9698-8d2b467c7ca5|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 89d8476d-a699-4fd6-84f1-d44d0ecfc515 ASDC
2021-07-29T04:49:35.941Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:89d8476d-a699-4fd6-84f1-d44d0ecfc515
ServiceInvariantUUID:41b59977-2459-41e1-8ef8-c21c997a6d64
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:36fbbb59-3c9a-4eac-83ec-4cf5b727aedd
ArtifactChecksum:ODJkNGEwYjViNDBhMTYzMGU1ZjRlM2E1N2QyYWU3YzE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:a66f4530-aac9-4ae0-be61-98684c180e00
ResourceInvariantUUID:7bc2f98a-4a70-470d-ae15-895d145ce2d8
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:c01de26e-d9a9-4a7d-a153-dc8525b3981a
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2021-07-29T04:49:35.941Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 89d8476d-a699-4fd6-84f1-d44d0ecfc515 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-07-29T04:49:35.968Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-29T04:49:35.969Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-07-29T04:49:35.969Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-07-29T04:49:35.969Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 36fbbb59-3c9a-4eac-83ec-4cf5b727aedd from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-07-29T04:49:35.969Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-07-29T04:49:35.969Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-07-29T04:49:37.471Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-07-29T04:49:37.473Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 36fbbb59-3c9a-4eac-83ec-4cf5b727aedd 52174
2021-07-29T04:49:37.474Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-07-29T04:49:37.474Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-07-29T04:49:37.474Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-29T04:49:37.474Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:49:37.476Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:49:37.476Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627534177474,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-29T04:49:37.576Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T04:49:37.577Z||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-07-29T04:49:37.577Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:49:37.589Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:49:37.589Z||pool-37-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-07-29T04:49:38.476Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-29T04:49:38.477Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-07-29T04:49:38.478Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 36fbbb59-3c9a-4eac-83ec-4cf5b727aedd, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-07-29T04:49:38.478Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-07-29T04:49:38.478Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-07-29T04:49:38.478Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-07-29T04:49:38.585Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15519980179837425017/Definitions/service-BasicNetwork-template.yml
2021-07-29T04:49:38.980Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-07-29T04:49:38.980Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-07-29T04:49:38.980Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-07-29T04:49:38.980Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-07-29T04:49:38.981Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||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-07-29T04:49:38.981Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||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-07-29T04:49:38.981Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||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-07-29T04:49:38.981Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||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-07-29T04:49:38.981Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-07-29T04:49:38.981Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||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-07-29T04:49:38.981Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||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-07-29T04:49:38.981Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||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-07-29T04:49:38.981Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-07-29T04:49:38.982Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-29T04:49:38.982Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:49:38.982Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-07-29T04:49:38.982Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-07-29T04:49:38.983Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-29T04:49:38.983Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-29T04:49:38.983Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:49:38.983Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-07-29T04:49:38.983Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-07-29T04:49:38.983Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-29T04:49:38.984Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-29T04:49:38.984Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:49:38.984Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-29T04:49:38.984Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:49:38.984Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-29T04:49:38.984Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:49:38.985Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-29T04:49:38.985Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:49:38.985Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-29T04:49:38.985Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:49:38.985Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:89d8476d-a699-4fd6-84f1-d44d0ecfc515
Model Version:NULL
Model InvariantUuid:41b59977-2459-41e1-8ef8-c21c997a6d64
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:7bc2f98a-4a70-470d-ae15-895d145ce2d8
Model UUID:c7e8a6b1-1394-4338-a3a3-d4886a50aec7
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:a66f4530-aac9-4ae0-be61-98684c180e00
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-07-29T04:49:38.996Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||INFO|500||Processing Resource Type: VL, Model UUID: c01de26e-d9a9-4a7d-a153-dc8525b3981a
2021-07-29T04:49:38.996Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||INFO|500||No resources found for Service: 89d8476d-a699-4fd6-84f1-d44d0ecfc515
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-07-29T04:49:39.001Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||INFO|500||
2021-07-29T04:49:39.001Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2021-07-29T04:49:39.001Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 89d8476d-a699-4fd6-84f1-d44d0ecfc515
2021-07-29T04:49:39.002Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 89d8476d-a699-4fd6-84f1-d44d0ecfc515
2021-07-29T04:49:39.002Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2021-07-29T04:49:39.002Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||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-07-29T04:49:39.008Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-29T04:49:39.009Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:49:39.009Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-29T04:49:39.009Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:49:39.010Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 89d8476d-a699-4fd6-84f1-d44d0ecfc515: Generic NeutronNet
2021-07-29T04:49:39.010Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-29T04:49:39.010Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:49:39.010Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-29T04:49:39.011Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||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-07-29T04:49:39.043Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-29T04:49:39.044Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:49:39.044Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-29T04:49:39.044Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:49:39.044Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-29T04:49:39.045Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:49:39.045Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||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-07-29T04:49:39.104Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2021-07-29T04:49:39.105Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-07-29T04:49:39.105Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-07-29T04:49:39.105Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-29T04:49:39.105Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:49:39.107Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:49:39.107Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627534179105,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-07-29T04:49:39.207Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T04:49:39.208Z||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-07-29T04:49:39.208Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:49:39.217Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:49:39.217Z||pool-38-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-29T04:49:40.110Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed
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-07-29T04:49:40.124Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed
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-07-29T04:49:40.126Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-29T04:49:40.126Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-29T04:49:40.126Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-29T04:50:10.126Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed
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-07-29T04:50:10.140Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed
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-07-29T04:50:10.142Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-29T04:50:10.142Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-29T04:50:10.142Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-29T04:50:31.682Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:50:31.683Z||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-07-29T04:50:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:50:31.809Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:50:31.810Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-29T04:50:31.810Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627534171680,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-07-29T04:50:31.811Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-07-29T04:50:40.143Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed
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-07-29T04:50:40.155Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed
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-07-29T04:50:40.157Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-29T04:50:40.157Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-29T04:50:40.157Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-29T04:51:10.158Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed
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-07-29T04:51:10.172Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed
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-07-29T04:51:10.176Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-29T04:51:10.176Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-29T04:51:10.176Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-29T04:51:31.682Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:51:31.683Z||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-07-29T04:51:31.683Z||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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:51:31.703Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:51:31.705Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:51:31.705Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed",
"consumerID": "aai-ml",
"timestamp": 1627534171049,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-07-29T04:51:31.706Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-29T04:51:31.706Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:51:31.707Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed",
"consumerID": "dcae-sch",
"timestamp": 1627534166270,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-07-29T04:51:31.707Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-29T04:51:31.707Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:51:31.707Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed",
"consumerID": "cds",
"timestamp": 1627534170662,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-07-29T04:51:31.708Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-29T04:51:31.708Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:51:31.708Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed",
"consumerID": "ves-openapi-manager",
"timestamp": 1627534172095,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-07-29T04:51:31.709Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-29T04:51:31.709Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:51:31.709Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627534175385,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-29T04:51:31.709Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-29T04:51:31.710Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:51:31.710Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627534175385,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-07-29T04:51:31.710Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-29T04:51:31.710Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:51:31.711Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627534177474,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-29T04:51:31.711Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:51:31.711Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:51:31.711Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed",
"consumerID": "cds",
"timestamp": 1627534177654,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-29T04:51:31.711Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:51:31.712Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:51:31.712Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed",
"consumerID": "aai-ml",
"timestamp": 1627534177774,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-29T04:51:31.712Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:51:31.712Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:51:31.713Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed",
"consumerID": "cds",
"timestamp": 1627534178661,
"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=?
2021-07-29T04:51:31.720Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed
2021-07-29T04:51:31.720Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed 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-07-29T04:51:31.732Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:51:31.732Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627534179105,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-07-29T04:51:31.733Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:51:31.733Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:51:31.733Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed",
"consumerID": "policy-id",
"timestamp": 1627534181993,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-29T04:51:31.733Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-29T04:51:31.734Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:51:31.734Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed",
"consumerID": "aai-ml",
"timestamp": 1627534183472,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-07-29T04:51:31.734Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:51:31.734Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:51:31.734Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed",
"consumerID": "policy-id",
"timestamp": 1627534181993,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-07-29T04:51:31.735Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-29T04:51:31.735Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:51:31.735Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed",
"consumerID": "aai-ml",
"timestamp": 1627534184476,
"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-07-29T04:51:31.740Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed
2021-07-29T04:51:31.741Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed 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-07-29T04:51:31.749Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:51:31.749Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed",
"consumerID": "policy-id",
"timestamp": 1627534185842,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-29T04:51:31.749Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:51:31.750Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:51:31.750Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed",
"consumerID": "policy-id",
"timestamp": 1627534186845,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-07-29T04:51:31.750Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:51:31.750Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:51:31.750Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed",
"consumerID": "clamp",
"timestamp": 1627534186499,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-29T04:51:31.750Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-29T04:51:31.751Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:51:31.751Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed",
"consumerID": "policy-id",
"timestamp": 1627534187848,
"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-07-29T04:51:31.756Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed
2021-07-29T04:51:31.756Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed 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-07-29T04:51:31.765Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:51:31.765Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed",
"consumerID": "clamp",
"timestamp": 1627534186499,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-07-29T04:51:31.766Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-29T04:51:31.766Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:51:31.766Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627534189460,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-29T04:51:31.766Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-29T04:51:31.766Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:51:31.766Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627534189460,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-07-29T04:51:31.766Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-29T04:51:31.767Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:51:31.767Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627534192884,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-29T04:51:31.767Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:51:31.767Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:51:31.767Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed",
"consumerID": "clamp",
"timestamp": 1627534193468,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-29T04:51:31.768Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:51:31.768Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:51:31.768Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627534194513,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-07-29T04:51:31.768Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:51:31.768Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:51:31.768Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627534195517,
"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-07-29T04:51:31.773Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed
2021-07-29T04:51:31.774Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed 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-07-29T04:51:31.782Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:51:31.782Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed",
"consumerID": "clamp",
"timestamp": 1627534196471,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-07-29T04:51:31.782Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-29T04:51:31.783Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-29T04:51:31.783Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed",
"consumerID": "clamp",
"timestamp": 1627534197474,
"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-07-29T04:51:31.790Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed
2021-07-29T04:51:31.790Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed 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-07-29T04:51:40.176Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed
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-07-29T04:51:40.186Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed
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-07-29T04:51:40.188Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-29T04:51:40.189Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-07-29T04:51:40.189Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-07-29T04:51:40.189Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-07-29T04:51:40.189Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-07-29T04:51:40.189Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-07-29T04:51:40.189Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-07-29T04:51:40.189Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-07-29T04:51:40.189Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-07-29T04:51:40.189Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-07-29T04:51:40.189Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||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-07-29T04:51:40.194Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-07-29T04:52:10.195Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed 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-07-29T04:52:10.202Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed and serviceModelVersionId: 89d8476d-a699-4fd6-84f1-d44d0ecfc515
2021-07-29T04:52:10.202Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 41b59977-2459-41e1-8ef8-c21c997a6d64
2021-07-29T04:52:10.204Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/41b59977-2459-41e1-8ef8-c21c997a6d64/model-vers/model-ver/89d8476d-a699-4fd6-84f1-d44d0ecfc515?depth=0
2021-07-29T04:52:10.211Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-07-29T04:52:10.263Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/41b59977-2459-41e1-8ef8-c21c997a6d64/model-vers/model-ver/89d8476d-a699-4fd6-84f1-d44d0ecfc515?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-07-29T04:52:10.264Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/41b59977-2459-41e1-8ef8-c21c997a6d64/model-vers/model-ver/89d8476d-a699-4fd6-84f1-d44d0ecfc515?depth=0|INFO|500||Invoke
2021-07-29T04:52:10.292Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/41b59977-2459-41e1-8ef8-c21c997a6d64/model-vers/model-ver/89d8476d-a699-4fd6-84f1-d44d0ecfc515?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-07-29T04:52:10.455Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/41b59977-2459-41e1-8ef8-c21c997a6d64/model-vers/model-ver/89d8476d-a699-4fd6-84f1-d44d0ecfc515?depth=0|INFO|500||InvokeReturn
2021-07-29T04:52:10.455Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/41b59977-2459-41e1-8ef8-c21c997a6d64/model-vers/model-ver/89d8476d-a699-4fd6-84f1-d44d0ecfc515?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210729-04:52:10:300-27716], vertex-id=[172224], Content-Length=[0], Date=[Thu, 29 Jul 2021 04:52:10 GMT], Content-Type=[application/json]}
2021-07-29T04:52:10.456Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2021-07-29T04:52:10.456Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-07-29T04:52:10.457Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||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-07-29T04:52:10.464Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||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-07-29T04:52:10.465Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-07-29T04:52:10.465Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-07-29T04:52:10.465Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:52:10.468Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:52:10.468Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627534330465,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-29T04:52:10.568Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T04:52:10.569Z||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-07-29T04:52:10.569Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:52:10.582Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:52:10.583Z||pool-39-thread-1|||||INFO|500||cambria reply ok (15 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: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-07-29T04:52:11.481Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-29T04:52:11.481Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|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-07-29T04:52:11.481Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|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 X63e4BwCQrlx8KTd) ...
2021-07-29T04:52:15.819Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:52:15.820Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-29T04:52:15.820Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"0702a706-e6db-4dc7-bd17-340f93f03f83","serviceName":"Demo_pNF_0Hl8YJaDZqWpTUGANp2f","serviceVersion":"1.0","serviceUUID":"12aebba1-257e-448f-8581-1d53f0f37174","serviceDescription":"catalog service description","serviceInvariantUUID":"c51d1d02-c223-4353-ba6c-7bb7a7783618","resources":[{"resourceInstanceName":"pNF 6f555fc7-3ff4 0","resourceName":"pNF 6f555fc7-3ff4","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"21c9b451-bdb0-409d-9a6d-df2cec0af876","resourceInvariantUUID":"4325886b-0ced-4f02-a572-b430cb89798d","resourceCustomizationUUID":"7ec2d7e1-f5b2-4b63-b8e1-90274407f457","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0hl8yjadzqwptuganp2f/1.0/resourceInstances/pnf6f555fc73ff40/artifacts/vf-license-model.xml","artifactChecksum":"YjIyZWJkYjEzOWRkYjgzOGY1ZTAyMmNmYWY1NTc1ODc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7c950f80-8675-497e-a21e-e39e3441718f","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0hl8yjadzqwptuganp2f/1.0/resourceInstances/pnf6f555fc73ff40/artifacts/pNF.csar","artifactChecksum":"ODQ4MGMzNjQ0OGVkYTg2ZjM3MGMzOWEyYjQ4ZTkzODk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f786214a-be99-4704-be11-1175cb344eb7","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0hl8yjadzqwptuganp2f/1.0/resourceInstances/pnf6f555fc73ff40/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0af11f53-9401-4824-a516-a5ac5e8af03f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0hl8yjadzqwptuganp2f/1.0/resourceInstances/pnf6f555fc73ff40/artifacts/vendor-license-model.xml","artifactChecksum":"MTU4MTU1MzRiZjYyOTE1NTYyNjY5YzFhZjFiN2JkMzI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3bef5366-1176-4281-aaa4-988302beea72","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf0hl8yjadzqwptuganp2f/1.0/resourceInstances/pnf6f555fc73ff40/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"32c19982-cdbc-4d16-80ec-6468243a8b6b","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf0hl8yjadzqwptuganp2f/1.0/resourceInstances/pnf6f555fc73ff40/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b2696a31-bc53-40ff-b411-6599baed50d3","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf0hl8yjadzqwptuganp2f-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0hl8yjadzqwptuganp2f/1.0/artifacts/service-DemoPnf0hl8yjadzqwptuganp2f-template.yml","artifactChecksum":"MTg0YzMwY2VhMDQyNGI5YTg3MGRmODQyMWVkNDUxMzk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c45caed6-2e84-4667-aafd-abde6420104b","artifactVersion":"1"},{"artifactName":"service-DemoPnf0hl8yjadzqwptuganp2f-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf0hl8yjadzqwptuganp2f/1.0/artifacts/service-DemoPnf0hl8yjadzqwptuganp2f-csar.csar","artifactChecksum":"MTk1N2ZjN2I1MTliNmU2ZGQ3OWIyYWQ3OTMxYjU3YWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b1965f4f-30d2-4a9b-96c6-2bf54527c259","artifactVersion":"1"}],"workloadContext":"Production"}
2021-07-29T04:52:15.824Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-29T04:52:15.824Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:52:15.825Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:52:15.826Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "0702a706-e6db-4dc7-bd17-340f93f03f83",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627534331481,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0hl8yjadzqwptuganp2f/1.0/resourceInstances/pnf6f555fc73ff40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-29T04:52:15.926Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T04:52:15.926Z||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-07-29T04:52:15.926Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:52:15.935Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:52:15.935Z||pool-40-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-07-29T04:52:16.826Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-29T04:52:16.827Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:52:16.829Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:52:16.829Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "0702a706-e6db-4dc7-bd17-340f93f03f83",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627534331481,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0hl8yjadzqwptuganp2f/1.0/resourceInstances/pnf6f555fc73ff40/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-07-29T04:52:16.929Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T04:52:16.929Z||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-07-29T04:52:16.930Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:52:16.939Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:52:16.940Z||pool-41-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-29T04:52:17.829Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-29T04:52:17.830Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:52:17.831Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:52:17.832Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "0702a706-e6db-4dc7-bd17-340f93f03f83",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627534331481,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0hl8yjadzqwptuganp2f/1.0/resourceInstances/pnf6f555fc73ff40/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-07-29T04:52:17.932Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T04:52:17.932Z||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-07-29T04:52:17.932Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:52:17.942Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:52:17.943Z||pool-42-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-29T04:52:18.832Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-29T04:52:18.833Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:52:18.834Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:52:18.834Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "0702a706-e6db-4dc7-bd17-340f93f03f83",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627534331481,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0hl8yjadzqwptuganp2f/1.0/resourceInstances/pnf6f555fc73ff40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-29T04:52:18.935Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T04:52:18.935Z||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-07-29T04:52:18.935Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:52:18.944Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:52:18.944Z||pool-43-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-29T04:52:19.835Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-29T04:52:19.836Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:52:19.837Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:52:19.837Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "0702a706-e6db-4dc7-bd17-340f93f03f83",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627534331481,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0hl8yjadzqwptuganp2f/1.0/resourceInstances/pnf6f555fc73ff40/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-29T04:52:19.938Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-07-29T04:52:19.939Z||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-07-29T04:52:19.939Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:52:19.946Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:52:19.946Z||pool-44-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-29T04:52:20.838Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-29T04:52:20.839Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:52:20.840Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:52:20.840Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "0702a706-e6db-4dc7-bd17-340f93f03f83",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627534331481,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0hl8yjadzqwptuganp2f/1.0/resourceInstances/pnf6f555fc73ff40/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-29T04:52:20.941Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T04:52:20.941Z||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-07-29T04:52:20.941Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:52:20.952Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:52:20.952Z||pool-45-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-29T04:52:21.841Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-29T04:52:21.842Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:52:21.845Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:52:21.845Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "0702a706-e6db-4dc7-bd17-340f93f03f83",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627534331481,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0hl8yjadzqwptuganp2f/1.0/artifacts/service-DemoPnf0hl8yjadzqwptuganp2f-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-29T04:52:21.945Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-29T04:52:21.946Z||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-07-29T04:52:21.946Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:52:21.957Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:52:21.957Z||pool-46-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-07-29T04:52:22.845Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-29T04:52:22.846Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:52:22.848Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:52:22.848Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "0702a706-e6db-4dc7-bd17-340f93f03f83",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627534331481,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0hl8yjadzqwptuganp2f/1.0/artifacts/service-DemoPnf0hl8yjadzqwptuganp2f-csar.csar",
"status": "NOTIFIED"
}
2021-07-29T04:52:22.948Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-07-29T04:52:22.949Z||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-07-29T04:52:22.949Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:52:22.958Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:52:22.959Z||pool-47-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-29T04:52:23.850Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "0702a706-e6db-4dc7-bd17-340f93f03f83",
"serviceName": "Demo_pNF_0Hl8YJaDZqWpTUGANp2f",
"serviceVersion": "1.0",
"serviceUUID": "12aebba1-257e-448f-8581-1d53f0f37174",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "c51d1d02-c223-4353-ba6c-7bb7a7783618",
"resources": [
{
"resourceInstanceName": "pNF 6f555fc7-3ff4 0",
"resourceCustomizationUUID": "7ec2d7e1-f5b2-4b63-b8e1-90274407f457",
"resourceName": "pNF 6f555fc7-3ff4",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "21c9b451-bdb0-409d-9a6d-df2cec0af876",
"resourceInvariantUUID": "4325886b-0ced-4f02-a572-b430cb89798d",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnf0hl8yjadzqwptuganp2f-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0hl8yjadzqwptuganp2f/1.0/artifacts/service-DemoPnf0hl8yjadzqwptuganp2f-csar.csar",
"artifactChecksum": "MTk1N2ZjN2I1MTliNmU2ZGQ3OWIyYWQ3OTMxYjU3YWY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b1965f4f-30d2-4a9b-96c6-2bf54527c259"
}
],
"workloadContext": "Production"
}
2021-07-29T04:52:23.850Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-07-29T04:52:23.850Z|0a8b4695-c6d7-48c0-b6cb-f7a95749a2ed|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 12aebba1-257e-448f-8581-1d53f0f37174 ASDC
2021-07-29T04:52:23.850Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:0702a706-e6db-4dc7-bd17-340f93f03f83
ServiceName:Demo_pNF_0Hl8YJaDZqWpTUGANp2f
ServiceVersion:1.0
ServiceUUID:12aebba1-257e-448f-8581-1d53f0f37174
ServiceInvariantUUID:c51d1d02-c223-4353-ba6c-7bb7a7783618
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf0hl8yjadzqwptuganp2f-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf0hl8yjadzqwptuganp2f/1.0/artifacts/service-DemoPnf0hl8yjadzqwptuganp2f-csar.csar
ArtifactUUID:b1965f4f-30d2-4a9b-96c6-2bf54527c259
ArtifactChecksum:MTk1N2ZjN2I1MTliNmU2ZGQ3OWIyYWQ3OTMxYjU3YWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 6f555fc7-3ff4 0
ResourceCustomizationUUID:7ec2d7e1-f5b2-4b63-b8e1-90274407f457
ResourceInvariantUUID:4325886b-0ced-4f02-a572-b430cb89798d
ResourceName:pNF 6f555fc7-3ff4
ResourceType:PNF
ResourceUUID:21c9b451-bdb0-409d-9a6d-df2cec0af876
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2021-07-29T04:52:23.850Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 12aebba1-257e-448f-8581-1d53f0f37174 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-07-29T04:52:23.895Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-29T04:52:23.896Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-07-29T04:52:23.896Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-07-29T04:52:23.896Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: b1965f4f-30d2-4a9b-96c6-2bf54527c259 from URL: /sdc/v1/catalog/services/DemoPnf0hl8yjadzqwptuganp2f/1.0/artifacts/service-DemoPnf0hl8yjadzqwptuganp2f-csar.csar
2021-07-29T04:52:23.896Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-07-29T04:52:23.896Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf0hl8yjadzqwptuganp2f/1.0/artifacts/service-DemoPnf0hl8yjadzqwptuganp2f-csar.csar
2021-07-29T04:52:25.659Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-07-29T04:52:25.664Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf0hl8yjadzqwptuganp2f/1.0/artifacts/service-DemoPnf0hl8yjadzqwptuganp2f-csar.csar b1965f4f-30d2-4a9b-96c6-2bf54527c259 82550
2021-07-29T04:52:25.665Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf0hl8yjadzqwptuganp2f/1.0/artifacts/service-DemoPnf0hl8yjadzqwptuganp2f-csar.csar ASDC sendASDCNotification
2021-07-29T04:52:25.665Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf0hl8yjadzqwptuganp2f/1.0/artifacts/service-DemoPnf0hl8yjadzqwptuganp2f-csar.csar
2021-07-29T04:52:25.665Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-29T04:52:25.666Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-29T04:52:25.669Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-29T04:52:25.670Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "0702a706-e6db-4dc7-bd17-340f93f03f83",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627534345665,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0hl8yjadzqwptuganp2f/1.0/artifacts/service-DemoPnf0hl8yjadzqwptuganp2f-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-29T04:52:25.769Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-07-29T04:52:25.771Z||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-07-29T04:52:25.771Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as X63e4BwCQrlx8KTd) ...
2021-07-29T04:52:25.780Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-29T04:52:25.780Z||pool-48-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-29T04:52:26.670Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-29T04:52:26.672Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-07-29T04:52:26.672Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: b1965f4f-30d2-4a9b-96c6-2bf54527c259, URL: /sdc/v1/catalog/services/DemoPnf0hl8yjadzqwptuganp2f/1.0/artifacts/service-DemoPnf0hl8yjadzqwptuganp2f-csar.csar to file: /app/ASDC/1/service-DemoPnf0hl8yjadzqwptuganp2f-csar.csar
2021-07-29T04:52:26.672Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf0hl8yjadzqwptuganp2f-csar.csar
2021-07-29T04:52:26.673Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf0hl8yjadzqwptuganp2f-csar.csar
2021-07-29T04:52:26.673Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf0hl8yjadzqwptuganp2f-csar.csar
2021-07-29T04:52:26.862Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14803617497102293915/Definitions/service-DemoPnf0hl8yjadzqwptuganp2f-template.yml
2021-07-29T04:52:27.509Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-07-29T04:52:27.510Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-07-29T04:52:27.510Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf0hl8yjadzqwptuganp2f-csar.csar
2021-07-29T04:52:27.510Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-07-29T04:52:27.510Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||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-DemoPnf0hl8yjadzqwptuganp2f-csar.csar
2021-07-29T04:52:27.510Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf0hl8yjadzqwptuganp2f-csar.csar
2021-07-29T04:52:27.510Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||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-DemoPnf0hl8yjadzqwptuganp2f-csar.csar
2021-07-29T04:52:27.510Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf0hl8yjadzqwptuganp2f-csar.csar
2021-07-29T04:52:27.510Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf0hl8yjadzqwptuganp2f-csar.csar
2021-07-29T04:52:27.510Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf0hl8yjadzqwptuganp2f-csar.csar
2021-07-29T04:52:27.510Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 6f555fc7-3ff4 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-DemoPnf0hl8yjadzqwptuganp2f-csar.csar
2021-07-29T04:52:27.510Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-07-29T04:52:27.510Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-29T04:52:27.511Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_0Hl8YJaDZqWpTUGANp2f is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:52:27.511Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||DEBUG|500||Node template pNF 6f555fc7-3ff4 0 is matching search criteria
2021-07-29T04:52:27.511Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-07-29T04:52:27.511Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 6f555fc7-3ff4 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-29T04:52:27.511Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-29T04:52:27.511Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_0Hl8YJaDZqWpTUGANp2f is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:52:27.511Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||DEBUG|500||Node template pNF 6f555fc7-3ff4 0 is matching search criteria
2021-07-29T04:52:27.511Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-07-29T04:52:27.511Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 6f555fc7-3ff4 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-29T04:52:27.511Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-29T04:52:27.512Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_0Hl8YJaDZqWpTUGANp2f is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:52:27.512Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-29T04:52:27.512Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_0Hl8YJaDZqWpTUGANp2f is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:52:27.512Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-29T04:52:27.512Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_0Hl8YJaDZqWpTUGANp2f is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:52:27.512Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-29T04:52:27.512Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_0Hl8YJaDZqWpTUGANp2f is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:52:27.512Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-29T04:52:27.512Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_0Hl8YJaDZqWpTUGANp2f is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:52:27.512Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_0Hl8YJaDZqWpTUGANp2f
Description:catalog service description
Model UUID:12aebba1-257e-448f-8581-1d53f0f37174
Model Version:NULL
Model InvariantUuid:c51d1d02-c223-4353-ba6c-7bb7a7783618
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-07-29T04:52:27.520Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: 21c9b451-bdb0-409d-9a6d-df2cec0af876
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-07-29T04:52:27.522Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||INFO|500||pNF 6f555fc7-3ff4 0
2021-07-29T04:52:27.522Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 21c9b451-bdb0-409d-9a6d-df2cec0af876
2021-07-29T04:52:27.522Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 12aebba1-257e-448f-8581-1d53f0f37174
2021-07-29T04:52:27.522Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 12aebba1-257e-448f-8581-1d53f0f37174
2021-07-29T04:52:27.523Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 6f555fc7-3ff4 0 21c9b451-bdb0-409d-9a6d-df2cec0af876 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-07-29T04:52:27.527Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-29T04:52:27.527Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_0Hl8YJaDZqWpTUGANp2f is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-29T04:52:27.527Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 12aebba1-257e-448f-8581-1d53f0f37174: pNF 6f555fc7-3ff4
2021-07-29T04:52:27.527Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||INFO|500||Processing PNF resource: 21c9b451-bdb0-409d-9a6d-df2cec0af876
2021-07-29T04:52:27.528Z|0702a706-e6db-4dc7-bd17-340f93f03f83|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery