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-26T01:59:30.287Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-65b67f9bc-s8mgp with PID 14 (/app/app.jar started by so in /app)
2021-07-26T01:59:30.292Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE
2021-07-26T01:59:30.292Z||main|||||INFO|500||The following profiles are active: basic
2021-07-26T01:59:37.403Z||main|||||INFO|500||Starting service [Tomcat]
2021-07-26T01:59:37.403Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-07-26T01:59:37.475Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-07-26T01:59:38.733Z||main|||||INFO|500||catdb-pool - Starting...
2021-07-26T01:59:38.873Z||main|||||INFO|500||catdb-pool - Start completed.
2021-07-26T01:59:39.196Z||main|||||INFO|500||reqdb-pool - Starting...
2021-07-26T01:59:39.202Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-07-26T01:59:39.275Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-07-26T01:59:39.389Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-07-26T01:59:39.762Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-07-26T01:59:40.674Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-07-26T01:59:42.438Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-07-26T01:59:42.474Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-07-26T01:59:42.926Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-07-26T01:59:43.079Z||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-26T01:59:44.176Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-07-26T01:59:44.972Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-07-26T01:59:44.987Z||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$$f440c983.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-26T01:59:44.988Z||main|||||WARN|500||The sdc end point is not alive
2021-07-26T01:59:46.954Z||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-26T01:59:48.999Z||main|||||WARN|500||---
2021-07-26T01:59:49.000Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-07-26T01:59:49.000Z||main|||||WARN|500||---
2021-07-26T01:59:49.270Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-07-26T01:59:51.859Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-07-26T01:59:51.859Z||main|||||INFO|500||Started Application in 23.254 seconds (JVM running for 24.295)
2021-07-26T01:59:51.860Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-07-26T01:59:51.872Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-07-26T01:59:51.894Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-07-26T01:59:51.994Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f51901ea-fc2c-404c-af96-96c6e848e7d3 url= /sdc/v1/artifactTypes
2021-07-26T01:59:51.995Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-07-26T01:59:52.215Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-07-26T01:59:52.230Z||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-26T01:59:52.249Z||scheduling-1|||||DEBUG|500||create keys
2021-07-26T01:59:52.257Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-07-26T01:59:52.283Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T01:59:52.299Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= f9ebcd31-9b9f-477f-a957-e9f8099144e5 url= /sdc/v1/registerForDistribution
2021-07-26T01:59:52.478Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= f9ebcd31-9b9f-477f-a957-e9f8099144e5 url= /sdc/v1/registerForDistribution
2021-07-26T01:59:52.479Z||scheduling-1|||||INFO|500||start DistributionClient
2021-07-26T01:59:52.488Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T01:59:52.492Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-07-26T01:59:52.488Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T01:59:52.494Z||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-26T01:59:52.494Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T01:59:52.494Z||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-26T01:59:52.495Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:00:02.724Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T02:00:02.725Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T02:00:52.486Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:00:52.487Z||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-26T02:00:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:00:52.487Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:00:52.488Z||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-26T02:00:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:01:02.037Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T02:01:02.038Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T02:01:52.486Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:01:52.487Z||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-26T02:01:52.487Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:01:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:01:52.488Z||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-26T02:01:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:02:02.036Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T02:02:02.037Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T02:02:52.486Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:02:52.487Z||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-26T02:02:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:02:52.487Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:02:52.489Z||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-26T02:02:52.489Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:03:02.030Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T02:03:02.034Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T02:03:52.486Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:03:52.487Z||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-26T02:03:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:03:52.487Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:03:52.489Z||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-26T02:03:52.489Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:04:02.033Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T02:04:02.034Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T02:04:52.486Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:04:52.487Z||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-26T02:04:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:04:52.487Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:04:52.488Z||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-26T02:04:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:05:02.032Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T02:05:02.032Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T02:05:52.486Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:05:52.487Z||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-26T02:05:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:05:52.487Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:05:52.488Z||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-26T02:05:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:06:02.036Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T02:06:02.037Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T02:06:52.486Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:06:52.487Z||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-26T02:06:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:06:52.487Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:06:52.488Z||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-26T02:06:52.489Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:07:02.039Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T02:07:02.040Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T02:07:52.486Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:07:52.487Z||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-26T02:07:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:07:52.487Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:07:52.488Z||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-26T02:07:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:08:02.037Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T02:08:02.038Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T02:08:52.486Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:08:52.487Z||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-26T02:08:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:08:52.487Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:08:52.488Z||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-26T02:08:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:09:02.035Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T02:09:02.035Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T02:09:52.486Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:09:52.487Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:09:52.489Z||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-26T02:09:52.489Z||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-26T02:09:52.489Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:09:52.489Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:10:02.039Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T02:10:02.039Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T02:10:16.514Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-07-26T02:10:52.486Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:10:52.487Z||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-26T02:10:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:10:52.487Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:10:52.488Z||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-26T02:10:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:11:02.027Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T02:11:02.035Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T02:11:52.486Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:11:52.487Z||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-26T02:11:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:11:52.487Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:11:52.488Z||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-26T02:11:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:12:02.031Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T02:12:02.032Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T02:12:52.486Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:12:52.487Z||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-26T02:12:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:12:52.488Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:12:52.488Z||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-26T02:12:52.489Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:13:02.033Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T02:13:02.034Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T02:13:52.486Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:13:52.487Z||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-26T02:13:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:13:52.487Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:13:52.488Z||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-26T02:13:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:14:02.029Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T02:14:02.029Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T02:14:52.486Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:14:52.487Z||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-26T02:14:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:14:52.487Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:14:52.488Z||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-26T02:14:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:15:02.032Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T02:15:02.032Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T02:15:52.486Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:15:52.487Z||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-26T02:15:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:15:52.487Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:15:52.488Z||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-26T02:15:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:16:02.026Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T02:16:02.067Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T02:16:52.486Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:16:52.486Z||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-26T02:16:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:16:52.488Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:16:52.489Z||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-26T02:16:52.490Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:17:02.035Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T02:17:02.035Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T02:17:52.486Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:17:52.487Z||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-26T02:17:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:17:52.487Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:17:52.488Z||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-26T02:17:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:18:02.069Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T02:18:02.069Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T02:18:52.486Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:18:52.487Z||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-26T02:18:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:18:52.488Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:18:52.488Z||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-26T02:18:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:19:02.028Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T02:19:02.030Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T02:19:52.486Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:19:52.487Z||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-26T02:19:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:19:52.487Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:19:52.488Z||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-26T02:19:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:20:02.031Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T02:20:02.032Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T02:20:52.486Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:20:52.487Z||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-26T02:20:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:20:52.487Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:20:52.488Z||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-26T02:20:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:21:02.029Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T02:21:02.043Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T02:21:52.486Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:21:52.487Z||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-26T02:21:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:21:52.487Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:21:52.488Z||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-26T02:21:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:22:02.033Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T02:22:02.034Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T02:22:52.486Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:22:52.487Z||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-26T02:22:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:22:52.487Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:22:52.488Z||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-26T02:22:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:23:02.030Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T02:23:02.032Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T02:23:52.486Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:23:52.486Z||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-26T02:23:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:23:52.487Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:23:52.488Z||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-26T02:23:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:24:02.031Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T02:24:02.032Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T02:24:52.486Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:24:52.486Z||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-26T02:24:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:24:52.487Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:24:52.488Z||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-26T02:24:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:25:02.030Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T02:25:02.032Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T02:25:52.486Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:25:52.487Z||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-26T02:25:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:25:52.487Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:25:52.488Z||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-26T02:25:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:26:02.030Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T02:26:02.030Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T02:26:52.486Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:26:52.487Z||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-26T02:26:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:26:52.487Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:26:52.488Z||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-26T02:26:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:27:02.039Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T02:27:02.039Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T02:27:52.486Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:27:52.487Z||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-26T02:27:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:27:52.488Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:27:52.488Z||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-26T02:27:52.489Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:28:02.030Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T02:28:02.032Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T02:28:52.486Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:28:52.487Z||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-26T02:28:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:28:52.487Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:28:52.488Z||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-26T02:28:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:29:02.031Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T02:29:02.032Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T02:29:52.486Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:29:52.487Z||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-26T02:29:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:29:52.487Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:29:52.488Z||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-26T02:29:52.489Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:30:02.029Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T02:30:02.030Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T02:30:52.486Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:30:52.486Z||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-26T02:30:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:30:52.487Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:30:52.488Z||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-26T02:30:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:31:02.032Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T02:31:02.036Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T02:31:52.486Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:31:52.486Z||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-26T02:31:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:31:52.487Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:31:52.488Z||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-26T02:31:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:32:02.027Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T02:32:02.028Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T02:32:52.486Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:32:52.487Z||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-26T02:32:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:32:52.487Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:32:52.488Z||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-26T02:32:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:33:02.033Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T02:33:02.038Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T02:33:52.486Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:33:52.487Z||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-26T02:33:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:33:52.487Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:33:52.488Z||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-26T02:33:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:34:02.029Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T02:34:02.030Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T02:34:52.486Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:34:52.487Z||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-26T02:34:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:34:52.487Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:34:52.488Z||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-26T02:34:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:35:02.027Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T02:35:02.034Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T02:35:52.486Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:35:52.487Z||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-26T02:35:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:35:52.487Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:35:52.488Z||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-26T02:35:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:36:02.029Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T02:36:02.033Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T02:36:52.486Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:36:52.486Z||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-26T02:36:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:36:52.487Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:36:52.488Z||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-26T02:36:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:37:02.030Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T02:37:02.034Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T02:37:52.486Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:37:52.486Z||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-26T02:37:52.486Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:37:52.487Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:37:52.488Z||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-26T02:37:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:38:02.029Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T02:38:02.037Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T02:38:52.486Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:38:52.487Z||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-26T02:38:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:38:52.487Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:38:52.488Z||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-26T02:38:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:39:02.032Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T02:39:02.033Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T02:39:52.486Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:39:52.487Z||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-26T02:39:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:39:52.487Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:39:52.488Z||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-26T02:39:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:40:02.030Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T02:40:02.032Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T02:40:52.486Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:40:52.486Z||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-26T02:40:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:40:52.487Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:40:52.488Z||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-26T02:40:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:41:02.031Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T02:41:02.032Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T02:41:52.486Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:41:52.486Z||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-26T02:41:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:41:52.487Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:41:52.488Z||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-26T02:41:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:42:02.030Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T02:42:02.034Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T02:42:52.486Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:42:52.487Z||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-26T02:42:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:42:52.487Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:42:52.488Z||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-26T02:42:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:43:02.028Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T02:43:02.034Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T02:43:52.486Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:43:52.487Z||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-26T02:43:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:43:52.487Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:43:52.488Z||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-26T02:43:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:44:02.054Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T02:44:02.056Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T02:44:52.486Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:44:52.487Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:44:52.489Z||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-26T02:44:52.489Z||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-26T02:44:52.489Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:44:52.489Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:45:02.031Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T02:45:02.040Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T02:45:52.486Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:45:52.487Z||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-26T02:45:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:45:52.487Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:45:52.488Z||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-26T02:45:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:46:02.027Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T02:46:02.030Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T02:46:52.486Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:46:52.487Z||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-26T02:46:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:46:52.487Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:46:52.488Z||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-26T02:46:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:47:02.032Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T02:47:02.034Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T02:47:52.486Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:47:52.487Z||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-26T02:47:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:47:52.487Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:47:52.488Z||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-26T02:47:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:48:02.031Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T02:48:02.035Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T02:48:52.486Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:48:52.488Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:48:52.489Z||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-26T02:48:52.489Z||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-26T02:48:52.489Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:48:52.489Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:49:02.036Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T02:49:02.036Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T02:49:52.486Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:49:52.486Z||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-26T02:49:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:49:52.487Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:49:52.488Z||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-26T02:49:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:50:02.029Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T02:50:02.031Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T02:50:52.486Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:50:52.487Z||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-26T02:50:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:50:52.487Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:50:52.488Z||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-26T02:50:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:51:02.029Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T02:51:02.029Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T02:51:52.486Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:51:52.487Z||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-26T02:51:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:51:52.487Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:51:52.488Z||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-26T02:51:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:52:02.028Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T02:52:02.030Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T02:52:52.486Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:52:52.486Z||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-26T02:52:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:52:52.487Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:52:52.488Z||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-26T02:52:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:53:02.031Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T02:53:02.031Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T02:53:52.486Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:53:52.487Z||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-26T02:53:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:53:52.487Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:53:52.488Z||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-26T02:53:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:54:02.029Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T02:54:02.029Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T02:54:52.486Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:54:52.487Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-26T02:54:52.487Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:54:52.487Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:54:52.488Z||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-26T02:54:52.489Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:55:02.026Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T02:55:02.031Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T02:55:52.486Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:55:52.487Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-26T02:55:52.487Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:55:52.487Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:55:52.488Z||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-26T02:55:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:56:02.029Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T02:56:02.031Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T02:56:52.486Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:56:52.487Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-26T02:56:52.487Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:56:52.487Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:56:52.488Z||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-26T02:56:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:57:02.033Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T02:57:02.035Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T02:57:52.486Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:57:52.486Z||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-26T02:57:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:57:52.488Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:57:52.488Z||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-26T02:57:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:58:02.032Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T02:58:02.034Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T02:58:52.486Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:58:52.486Z||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-26T02:58:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:58:52.487Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:58:52.488Z||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-26T02:58:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:59:02.027Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T02:59:02.027Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T02:59:52.486Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:59:52.486Z||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-26T02:59:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T02:59:52.487Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T02:59:52.488Z||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-26T02:59:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:00:02.024Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T03:00:02.029Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T03:00:52.486Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:00:52.486Z||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-26T03:00:52.486Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:00:52.487Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:00:52.488Z||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-26T03:00:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:01:02.033Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T03:01:02.034Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T03:01:52.486Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:01:52.487Z||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-26T03:01:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:01:52.487Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:01:52.488Z||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-26T03:01:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:02:02.028Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T03:02:02.030Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T03:02:52.486Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:02:52.486Z||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-26T03:02:52.486Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:02:52.487Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:02:52.488Z||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-26T03:02:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:03:02.032Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T03:03:02.056Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T03:03:52.486Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:03:52.487Z||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-26T03:03:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:03:52.487Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:03:52.488Z||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-26T03:03:52.489Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:04:02.031Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T03:04:02.033Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T03:04:52.486Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:04:52.486Z||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-26T03:04:52.486Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:04:52.487Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:04:52.488Z||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-26T03:04:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:05:02.033Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T03:05:02.034Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T03:05:52.486Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:05:52.486Z||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-26T03:05:52.486Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:05:52.487Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:05:52.488Z||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-26T03:05:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:06:02.028Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T03:06:02.031Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T03:06:52.486Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:06:52.486Z||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-26T03:06:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:06:52.487Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:06:52.488Z||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-26T03:06:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:07:02.028Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T03:07:02.031Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T03:07:52.486Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:07:52.486Z||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-26T03:07:52.486Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:07:52.487Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:07:52.488Z||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-26T03:07:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:08:02.034Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T03:08:02.036Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T03:08:52.486Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:08:52.487Z||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-26T03:08:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:08:52.487Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:08:52.488Z||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-26T03:08:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:09:02.029Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T03:09:02.030Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T03:09:52.486Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:09:52.487Z||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-26T03:09:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:09:52.487Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:09:52.488Z||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-26T03:09:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:10:02.030Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T03:10:02.031Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T03:10:52.486Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:10:52.487Z||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-26T03:10:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:10:52.487Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:10:52.488Z||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-26T03:10:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:11:02.034Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T03:11:02.036Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T03:11:52.486Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:11:52.486Z||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-26T03:11:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:11:52.487Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:11:52.488Z||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-26T03:11:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:12:02.030Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T03:12:02.031Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T03:12:52.486Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:12:52.487Z||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-26T03:12:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:12:52.487Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:12:52.488Z||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-26T03:12:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:13:02.029Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T03:13:02.031Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T03:13:52.486Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:13:52.486Z||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-26T03:13:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:13:52.487Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:13:52.488Z||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-26T03:13:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:14:02.031Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T03:14:02.032Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T03:14:52.486Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:14:52.486Z||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-26T03:14:52.486Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:14:52.487Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:14:52.488Z||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-26T03:14:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:15:02.030Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T03:15:02.030Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T03:15:52.486Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:15:52.486Z||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-26T03:15:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:15:52.487Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:15:52.488Z||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-26T03:15:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:16:02.033Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T03:16:02.033Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T03:16:52.486Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:16:52.486Z||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-26T03:16:52.486Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:16:52.487Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:16:52.488Z||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-26T03:16:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:17:02.023Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T03:17:02.028Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T03:17:52.486Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:17:52.486Z||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-26T03:17:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:17:52.487Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:17:52.488Z||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-26T03:17:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:18:02.026Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T03:18:02.029Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T03:18:52.486Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:18:52.487Z||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-26T03:18:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:18:52.487Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:18:52.488Z||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-26T03:18:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:19:02.030Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T03:19:02.039Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T03:19:52.486Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:19:52.487Z||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-26T03:19:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:19:52.487Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:19:52.488Z||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-26T03:19:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:20:02.030Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T03:20:02.030Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T03:20:52.486Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:20:52.486Z||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-26T03:20:52.486Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:20:52.487Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:20:52.488Z||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-26T03:20:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:21:02.027Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T03:21:02.028Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T03:21:52.486Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:21:52.486Z||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-26T03:21:52.486Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:21:52.487Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:21:52.488Z||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-26T03:21:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:22:02.030Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T03:22:02.031Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T03:22:52.486Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:22:52.486Z||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-26T03:22:52.486Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:22:52.487Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:22:52.488Z||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-26T03:22:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:23:02.027Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T03:23:02.029Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T03:23:52.486Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:23:52.486Z||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-26T03:23:52.486Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:23:52.487Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:23:52.488Z||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-26T03:23:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:24:02.029Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T03:24:02.031Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T03:24:52.486Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:24:52.486Z||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-26T03:24:52.486Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:24:52.487Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:24:52.488Z||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-26T03:24:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:25:02.027Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T03:25:02.027Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T03:25:52.486Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:25:52.486Z||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-26T03:25:52.486Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:25:52.488Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:25:52.488Z||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-26T03:25:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:26:02.030Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T03:26:02.030Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T03:26:52.486Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:26:52.486Z||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-26T03:26:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:26:52.487Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:26:52.488Z||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-26T03:26:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:27:02.031Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T03:27:02.032Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T03:27:52.486Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:27:52.486Z||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-26T03:27:52.486Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:27:52.487Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:27:52.488Z||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-26T03:27:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:28:02.026Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T03:28:02.029Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T03:28:52.486Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:28:52.487Z||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-26T03:28:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:28:52.487Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:28:52.488Z||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-26T03:28:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:29:02.028Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T03:29:02.029Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T03:29:52.486Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:29:52.486Z||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-26T03:29:52.486Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:29:52.487Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:29:52.488Z||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-26T03:29:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:30:02.032Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T03:30:02.032Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T03:30:52.486Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:30:52.486Z||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-26T03:30:52.486Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:30:52.487Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:30:52.488Z||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-26T03:30:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:31:02.029Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T03:31:02.030Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T03:31:52.486Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:31:52.486Z||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-26T03:31:52.486Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:31:52.487Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:31:52.488Z||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-26T03:31:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:32:02.027Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T03:32:02.032Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T03:32:52.486Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:32:52.486Z||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-26T03:32:52.486Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:32:52.487Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:32:52.488Z||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-26T03:32:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:33:02.026Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T03:33:02.027Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T03:33:52.486Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:33:52.486Z||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-26T03:33:52.486Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:33:52.487Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:33:52.488Z||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-26T03:33:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:34:02.028Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T03:34:02.030Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T03:34:52.486Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:34:52.486Z||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-26T03:34:52.486Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:34:52.487Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:34:52.488Z||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-26T03:34:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:35:02.031Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T03:35:02.032Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T03:35:52.486Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:35:52.486Z||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-26T03:35:52.486Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:35:52.487Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:35:52.488Z||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-26T03:35:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:36:02.026Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T03:36:02.030Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T03:36:52.486Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:36:52.486Z||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-26T03:36:52.486Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:36:52.487Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:36:52.488Z||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-26T03:36:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:37:02.028Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T03:37:02.033Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T03:37:52.486Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:37:52.487Z||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-26T03:37:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:37:52.487Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:37:52.488Z||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-26T03:37:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:38:02.030Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T03:38:02.031Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T03:38:52.486Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:38:52.487Z||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-26T03:38:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:38:52.487Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:38:52.488Z||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-26T03:38:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:39:02.029Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T03:39:02.032Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T03:39:52.486Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:39:52.487Z||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-26T03:39:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:39:52.487Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:39:52.488Z||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-26T03:39:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:40:02.023Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T03:40:02.024Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T03:40:52.486Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:40:52.487Z||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-26T03:40:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:40:52.487Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:40:52.488Z||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-26T03:40:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:41:02.029Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T03:41:02.029Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T03:41:52.486Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:41:52.487Z||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-26T03:41:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:41:52.487Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:41:52.488Z||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-26T03:41:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:42:02.031Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T03:42:02.031Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T03:42:52.486Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:42:52.486Z||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-26T03:42:52.486Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:42:52.487Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:42:52.488Z||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-26T03:42:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:43:02.026Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T03:43:02.026Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T03:43:52.486Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:43:52.486Z||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-26T03:43:52.486Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:43:52.487Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:43:52.488Z||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-26T03:43:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:44:02.029Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T03:44:02.029Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T03:44:52.486Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:44:52.486Z||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-26T03:44:52.486Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:44:52.487Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:44:52.488Z||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-26T03:44:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:45:02.029Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T03:45:02.029Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T03:45:52.486Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:45:52.486Z||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-26T03:45:52.486Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:45:52.487Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:45:52.488Z||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-26T03:45:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:46:02.030Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T03:46:02.030Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T03:46:52.486Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:46:52.486Z||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-26T03:46:52.486Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:46:52.487Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:46:52.488Z||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-26T03:46:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:47:02.027Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T03:47:02.027Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T03:47:52.486Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:47:52.486Z||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-26T03:47:52.486Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:47:52.487Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:47:52.488Z||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-26T03:47:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:48:02.028Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T03:48:02.030Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T03:48:52.486Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:48:52.486Z||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-26T03:48:52.486Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:48:52.487Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:48:52.488Z||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-26T03:48:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:49:02.027Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T03:49:02.027Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T03:49:52.486Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:49:52.486Z||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-26T03:49:52.486Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:49:52.487Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:49:52.488Z||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-26T03:49:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:50:02.029Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T03:50:02.029Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T03:50:52.486Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:50:52.486Z||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-26T03:50:52.486Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:50:52.487Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:50:52.488Z||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-26T03:50:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:51:02.029Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T03:51:02.030Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T03:51:52.486Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:51:52.486Z||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-26T03:51:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:51:52.487Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:51:52.488Z||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-26T03:51:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:52:02.031Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T03:52:02.031Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T03:52:52.486Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:52:52.486Z||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-26T03:52:52.486Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:52:52.487Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:52:52.488Z||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-26T03:52:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:53:02.031Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T03:53:02.031Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T03:53:52.486Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:53:52.486Z||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-26T03:53:52.486Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:53:52.487Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:53:52.488Z||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-26T03:53:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:54:02.026Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T03:54:02.030Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T03:54:52.486Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:54:52.486Z||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-26T03:54:52.486Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:54:52.487Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:54:52.488Z||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-26T03:54:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:55:02.029Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T03:55:02.029Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T03:55:52.486Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:55:52.487Z||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-26T03:55:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:55:52.487Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:55:52.488Z||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-26T03:55:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:56:02.029Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T03:56:02.031Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T03:56:52.486Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:56:52.487Z||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-26T03:56:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:56:52.487Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:56:52.488Z||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-26T03:56:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:57:02.028Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T03:57:02.028Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T03:57:52.486Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:57:52.486Z||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-26T03:57:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:57:52.487Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:57:52.488Z||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-26T03:57:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:58:02.033Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T03:58:02.034Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T03:58:52.486Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:58:52.486Z||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-26T03:58:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:58:52.487Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:58:52.488Z||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-26T03:58:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:59:02.029Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T03:59:02.031Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T03:59:52.486Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:59:52.486Z||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-26T03:59:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T03:59:52.487Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T03:59:52.488Z||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-26T03:59:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:00:02.025Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T04:00:02.028Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T04:00:52.486Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:00:52.486Z||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-26T04:00:52.486Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:00:52.488Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:00:52.488Z||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-26T04:00:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:01:02.031Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T04:01:02.031Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T04:01:52.486Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:01:52.486Z||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-26T04:01:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:01:52.487Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:01:52.488Z||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-26T04:01:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:02:02.026Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T04:02:02.028Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T04:02:52.486Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:02:52.486Z||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-26T04:02:52.486Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:02:52.487Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:02:52.488Z||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-26T04:02:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:03:02.027Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T04:03:02.027Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T04:03:52.486Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:03:52.486Z||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-26T04:03:52.486Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:03:52.488Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:03:52.488Z||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-26T04:03:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:04:02.032Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T04:04:02.032Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T04:04:52.486Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:04:52.486Z||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-26T04:04:52.486Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:04:52.487Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:04:52.488Z||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-26T04:04:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:05:02.025Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T04:05:02.030Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T04:05:52.486Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:05:52.486Z||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-26T04:05:52.486Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:05:52.487Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:05:52.488Z||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-26T04:05:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:06:02.029Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T04:06:02.029Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T04:06:52.486Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:06:52.487Z||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-26T04:06:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:06:52.487Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:06:52.488Z||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-26T04:06:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:07:02.031Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T04:07:02.032Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T04:07:52.486Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:07:52.486Z||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-26T04:07:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:07:52.487Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:07:52.488Z||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-26T04:07:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:08:02.031Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T04:08:02.032Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T04:08:52.486Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:08:52.486Z||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-26T04:08:52.486Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:08:52.487Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:08:52.488Z||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-26T04:08:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:09:02.028Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T04:09:02.028Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T04:09:52.486Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:09:52.486Z||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-26T04:09:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:09:52.487Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:09:52.488Z||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-26T04:09:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:10:02.027Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T04:10:02.027Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T04:10:52.486Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:10:52.486Z||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-26T04:10:52.486Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:10:52.487Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:10:52.488Z||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-26T04:10:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:11:02.027Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T04:11:02.027Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T04:11:52.486Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:11:52.486Z||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-26T04:11:52.486Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:11:52.487Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:11:52.488Z||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-26T04:11:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:12:02.024Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T04:12:02.029Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T04:12:52.486Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:12:52.487Z||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-26T04:12:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:12:52.487Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:12:52.488Z||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-26T04:12:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:13:02.031Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T04:13:02.031Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T04:13:52.486Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:13:52.487Z||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-26T04:13:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:13:52.487Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:13:52.488Z||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-26T04:13:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:14:02.029Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T04:14:02.030Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T04:14:52.486Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:14:52.486Z||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-26T04:14:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:14:52.487Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:14:52.488Z||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-26T04:14:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:15:02.034Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T04:15:02.035Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T04:15:52.486Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:15:52.486Z||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-26T04:15:52.486Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:15:52.487Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:15:52.488Z||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-26T04:15:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:16:02.041Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T04:16:02.042Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T04:16:52.486Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:16:52.486Z||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-26T04:16:52.486Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:16:52.487Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:16:52.488Z||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-26T04:16:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:17:02.027Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T04:17:02.027Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T04:17:52.486Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:17:52.486Z||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-26T04:17:52.486Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:17:52.487Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:17:52.488Z||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-26T04:17:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:18:02.033Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T04:18:02.043Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T04:18:52.486Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:18:52.486Z||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-26T04:18:52.486Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:18:52.487Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:18:52.488Z||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-26T04:18:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:19:02.032Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T04:19:02.035Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T04:19:52.486Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:19:52.486Z||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-26T04:19:52.486Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:19:52.487Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:19:52.488Z||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-26T04:19:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:20:02.025Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T04:20:02.026Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T04:20:52.486Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:20:52.487Z||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-26T04:20:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:20:52.487Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:20:52.488Z||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-26T04:20:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:21:02.031Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T04:21:02.032Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T04:21:52.486Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:21:52.486Z||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-26T04:21:52.486Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:21:52.487Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:21:52.488Z||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-26T04:21:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:22:02.029Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T04:22:02.029Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T04:22:52.486Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:22:52.486Z||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-26T04:22:52.486Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:22:52.487Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:22:52.488Z||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-26T04:22:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:23:02.029Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T04:23:02.041Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T04:23:52.486Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:23:52.487Z||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-26T04:23:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:23:52.487Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:23:52.488Z||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-26T04:23:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:24:02.027Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T04:24:02.039Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T04:24:52.486Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:24:52.486Z||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-26T04:24:52.486Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:24:52.487Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:24:52.488Z||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-26T04:24:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:24:53.104Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T04:24:53.105Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T04:24:53.105Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T04:24:53.105Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"18cdb6f6-1c68-4217-a75f-4331aa13e2cb","serviceName":"vFW 2021-07-26 04-20-48","serviceVersion":"1.0","serviceUUID":"01e49f9b-44fe-4ad6-8659-6c866007b3d8","serviceDescription":"catalog service description","serviceInvariantUUID":"568a9b36-3223-44e4-a25a-09d68967bbda","resources":[{"resourceInstanceName":"vFW bf69d0ca-679e 0","resourceName":"vFW bf69d0ca-679e","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"cb0490eb-b5f4-4216-8d2d-e574f22865ce","resourceInvariantUUID":"d320b50b-3b62-4a57-9793-b6b60d93c2db","resourceCustomizationUUID":"b7b70fa4-4c51-4557-80b8-e361cb964f9c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/vf-license-model.xml","artifactChecksum":"YmUzY2FiMjJiODA3MDFkYjI4ZTQ0NWRmNTJlZmEzMmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ef84812d-f96d-480f-b721-7f388a86e0f8","artifactVersion":"1"},{"artifactName":"vfwbf69d0ca679e0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/vfwbf69d0ca679e0_modules.json","artifactChecksum":"YzJlNzRkNjBkM2MxMDgyOGI4ZjYyZWM4YWYyZjhkYjI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f24edb2d-32ba-4375-8d34-a50cc220862e","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"6df5fbb5-36f2-43c3-aa34-6a77b90b39f2","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/vendor-license-model.xml","artifactChecksum":"OTBjNmU5Y2RhZjlmYjQzYjc1NmM1NWI3ZjA5MTczN2U\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"bc364ff7-add5-4535-852b-6bde40972126","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ef6c5988-ed69-470a-adc1-6f517c226cd6","artifactVersion":"2","generatedFromUUID":"6df5fbb5-36f2-43c3-aa34-6a77b90b39f2"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210726042048-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210726042048/1.0/artifacts/service-Vfw20210726042048-template.yml","artifactChecksum":"YTExOWU4ODNlYmE4NDI3NWNmNzFlNmY5YzBiODcwZTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3017c14e-71f8-4a2d-8bb4-0c77a4ee6c91","artifactVersion":"1"},{"artifactName":"service-Vfw20210726042048-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210726042048/1.0/artifacts/service-Vfw20210726042048-csar.csar","artifactChecksum":"MTdiYzYzMjk3NmFiYmZkMTA0ZWQ3MzY0YjVjMWZlMDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"726b9b04-17df-4106-b768-54f2eb985778","artifactVersion":"1"}],"workloadContext":"Production"}
2021-07-26T04:24:53.107Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:24:53.107Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627273488588,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-26T04:24:53.112Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-26T04:24:53.116Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:24:53.123Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:24:53.123Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627273492486,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-26T04:24:53.125Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-26T04:24:53.126Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:24:53.126Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
"consumerID": "cds",
"timestamp": 1627273488744,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-26T04:24:53.126Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-26T04:24:53.126Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:24:53.126Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627273489364,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-26T04:24:53.126Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-26T04:24:53.126Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:24:53.126Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627273488588,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/vfwbf69d0ca679e0_modules.json",
"status": "NOTIFIED"
}
2021-07-26T04:24:53.126Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-26T04:24:53.126Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:24:53.127Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
"consumerID": "cds",
"timestamp": 1627273488744,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/vfwbf69d0ca679e0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-07-26T04:24:53.127Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-26T04:24:53.127Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:24:53.127Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627273489364,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/vfwbf69d0ca679e0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-07-26T04:24:53.127Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-26T04:24:53.127Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:24:53.127Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627273488588,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-07-26T04:24:53.127Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-26T04:24:53.127Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:24:53.127Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
"consumerID": "cds",
"timestamp": 1627273488744,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-26T04:24:53.127Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-26T04:24:53.127Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:24:53.127Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627273489364,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-26T04:24:53.128Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-26T04:24:53.128Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:24:53.128Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627273488588,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-26T04:24:53.128Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-26T04:24:53.128Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:24:53.128Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
"consumerID": "cds",
"timestamp": 1627273488744,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-26T04:24:53.128Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-26T04:24:53.223Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-07-26T04:24:53.226Z||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-26T04:24:53.226Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:24:53.233Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T04:24:53.234Z||pool-3-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:24:54.127Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-26T04:24:54.127Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:24:54.129Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:24:54.129Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627273492486,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/vfwbf69d0ca679e0_modules.json",
"status": "NOTIFIED"
}
2021-07-26T04:24:54.229Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:24:54.230Z||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-26T04:24:54.230Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:24:54.237Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T04:24:54.239Z||pool-4-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-07-26T04:24:55.129Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-26T04:24:55.130Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:24:55.132Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:24:55.132Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627273492486,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-07-26T04:24:55.232Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:24:55.232Z||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-26T04:24:55.233Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:24:55.241Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T04:24:55.241Z||pool-5-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:24:56.132Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-26T04:24:56.133Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:24:56.135Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:24:56.135Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627273492486,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-26T04:24:56.235Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:24:56.236Z||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-26T04:24:56.236Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:24:56.243Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T04:24:56.244Z||pool-6-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:24:57.135Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-26T04:24:57.136Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:24:57.138Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:24:57.138Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627273492486,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-07-26T04:24:57.238Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:24:57.239Z||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-26T04:24:57.239Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:24:57.247Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T04:24:57.247Z||pool-7-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:24:58.138Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-26T04:24:58.139Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:24:58.140Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:24:58.141Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627273492486,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/artifacts/service-Vfw20210726042048-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-26T04:24:58.241Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:24:58.241Z||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-26T04:24:58.241Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:24:58.248Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T04:24:58.249Z||pool-8-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:24:59.141Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-26T04:24:59.142Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:24:59.144Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:24:59.144Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627273492486,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/artifacts/service-Vfw20210726042048-csar.csar",
"status": "NOTIFIED"
}
2021-07-26T04:24:59.244Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:24:59.245Z||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-26T04:24:59.245Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:24:59.252Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T04:24:59.252Z||pool-9-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:25:00.145Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
"serviceName": "vFW 2021-07-26 04-20-48",
"serviceVersion": "1.0",
"serviceUUID": "01e49f9b-44fe-4ad6-8659-6c866007b3d8",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "568a9b36-3223-44e4-a25a-09d68967bbda",
"resources": [
{
"resourceInstanceName": "vFW bf69d0ca-679e 0",
"resourceCustomizationUUID": "b7b70fa4-4c51-4557-80b8-e361cb964f9c",
"resourceName": "vFW bf69d0ca-679e",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "cb0490eb-b5f4-4216-8d2d-e574f22865ce",
"resourceInvariantUUID": "d320b50b-3b62-4a57-9793-b6b60d93c2db",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwbf69d0ca679e0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/vfwbf69d0ca679e0_modules.json",
"artifactChecksum": "YzJlNzRkNjBkM2MxMDgyOGI4ZjYyZWM4YWYyZjhkYjI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f24edb2d-32ba-4375-8d34-a50cc220862e",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "6df5fbb5-36f2-43c3-aa34-6a77b90b39f2",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "ef6c5988-ed69-470a-adc1-6f517c226cd6",
"generatedFromUUID": "6df5fbb5-36f2-43c3-aa34-6a77b90b39f2"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "ef6c5988-ed69-470a-adc1-6f517c226cd6",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20210726042048-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/artifacts/service-Vfw20210726042048-csar.csar",
"artifactChecksum": "MTdiYzYzMjk3NmFiYmZkMTA0ZWQ3MzY0YjVjMWZlMDc\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "726b9b04-17df-4106-b768-54f2eb985778"
}
],
"workloadContext": "Production"
}
2021-07-26T04:25:00.146Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-07-26T04:25:00.146Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 01e49f9b-44fe-4ad6-8659-6c866007b3d8 ASDC
2021-07-26T04:25:00.222Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:18cdb6f6-1c68-4217-a75f-4331aa13e2cb
ServiceName:vFW 2021-07-26 04-20-48
ServiceVersion:1.0
ServiceUUID:01e49f9b-44fe-4ad6-8659-6c866007b3d8
ServiceInvariantUUID:568a9b36-3223-44e4-a25a-09d68967bbda
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210726042048-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210726042048/1.0/artifacts/service-Vfw20210726042048-csar.csar
ArtifactUUID:726b9b04-17df-4106-b768-54f2eb985778
ArtifactChecksum:MTdiYzYzMjk3NmFiYmZkMTA0ZWQ3MzY0YjVjMWZlMDc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW bf69d0ca-679e 0
ResourceCustomizationUUID:b7b70fa4-4c51-4557-80b8-e361cb964f9c
ResourceInvariantUUID:d320b50b-3b62-4a57-9793-b6b60d93c2db
ResourceName:vFW bf69d0ca-679e
ResourceType:VF
ResourceUUID:cb0490eb-b5f4-4216-8d2d-e574f22865ce
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwbf69d0ca679e0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/vfwbf69d0ca679e0_modules.json
ArtifactUUID:f24edb2d-32ba-4375-8d34-a50cc220862e
ArtifactChecksum:YzJlNzRkNjBkM2MxMDgyOGI4ZjYyZWM4YWYyZjhkYjI=
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/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/base_vfw.yaml
ArtifactUUID:6df5fbb5-36f2-43c3-aa34-6a77b90b39f2
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/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/base_vfw.env
ArtifactUUID:ef6c5988-ed69-470a-adc1-6f517c226cd6
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/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/base_vfw.env
ArtifactUUID:ef6c5988-ed69-470a-adc1-6f517c226cd6
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-07-26T04:25:00.222Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 01e49f9b-44fe-4ad6-8659-6c866007b3d8 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-26T04:25:00.411Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-26T04:25:00.412Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-07-26T04:25:00.412Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-07-26T04:25:00.413Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 726b9b04-17df-4106-b768-54f2eb985778 from URL: /sdc/v1/catalog/services/Vfw20210726042048/1.0/artifacts/service-Vfw20210726042048-csar.csar
2021-07-26T04:25:00.413Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-07-26T04:25:00.413Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210726042048/1.0/artifacts/service-Vfw20210726042048-csar.csar
2021-07-26T04:25:02.047Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-07-26T04:25:02.063Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210726042048/1.0/artifacts/service-Vfw20210726042048-csar.csar 726b9b04-17df-4106-b768-54f2eb985778 98760
2021-07-26T04:25:02.064Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210726042048/1.0/artifacts/service-Vfw20210726042048-csar.csar ASDC sendASDCNotification
2021-07-26T04:25:02.064Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210726042048/1.0/artifacts/service-Vfw20210726042048-csar.csar
2021-07-26T04:25:02.065Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-26T04:25:02.065Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:25:02.067Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:25:02.067Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627273502063,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/artifacts/service-Vfw20210726042048-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-26T04:25:02.167Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:25:02.168Z||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-26T04:25:02.168Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:25:02.178Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T04:25:02.178Z||pool-10-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-07-26T04:25:03.067Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-26T04:25:03.068Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-07-26T04:25:03.068Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 726b9b04-17df-4106-b768-54f2eb985778, URL: /sdc/v1/catalog/services/Vfw20210726042048/1.0/artifacts/service-Vfw20210726042048-csar.csar to file: /app/ASDC/1/service-Vfw20210726042048-csar.csar
2021-07-26T04:25:03.069Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210726042048-csar.csar
2021-07-26T04:25:03.173Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210726042048-csar.csar
2021-07-26T04:25:03.173Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210726042048-csar.csar
2021-07-26T04:25:03.725Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5657046484706530013/Definitions/service-Vfw20210726042048-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2021-07-26T04:25:05.978Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-07-26T04:25:05.982Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-07-26T04:25:05.982Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210726042048-csar.csar
2021-07-26T04:25:05.983Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-07-26T04:25:05.983Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20210726042048-csar.csar
2021-07-26T04:25:05.983Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20210726042048-csar.csar
2021-07-26T04:25:05.983Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210726042048-csar.csar
2021-07-26T04:25:05.983Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210726042048-csar.csar
2021-07-26T04:25:05.984Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210726042048-csar.csar
2021-07-26T04:25:05.984Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20210726042048-csar.csar
2021-07-26T04:25:05.984Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210726042048-csar.csar
2021-07-26T04:25:05.984Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210726042048-csar.csar
2021-07-26T04:25:05.984Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210726042048-csar.csar
2021-07-26T04:25:05.984Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20210726042048-csar.csar
2021-07-26T04:25:05.985Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210726042048-csar.csar
2021-07-26T04:25:05.985Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW bf69d0ca-679e 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-Vfw20210726042048-csar.csar
2021-07-26T04:25:05.985Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210726042048-csar.csar
2021-07-26T04:25:05.985Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-07-26T04:25:05.992Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-26T04:25:05.994Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-07-26 04-20-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:25:05.998Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template vFW bf69d0ca-679e 0 is matching search criteria
2021-07-26T04:25:05.999Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-07-26T04:25:06.000Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW bf69d0ca-679e 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-26T04:25:06.002Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-26T04:25:06.003Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-07-26 04-20-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:25:06.003Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template vFW bf69d0ca-679e 0 is matching search criteria
2021-07-26T04:25:06.003Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-07-26T04:25:06.004Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW bf69d0ca-679e 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-26T04:25:06.004Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-26T04:25:06.004Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-07-26 04-20-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:25:06.008Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-26T04:25:06.008Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template vFW bf69d0ca-679e 0 is not matching search criteria
2021-07-26T04:25:06.008Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-07-26T04:25:06.008Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-07-26T04:25:06.008Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-07-26T04:25:06.009Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-07-26T04:25:06.009Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-07-26T04:25:06.009Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-07-26T04:25:06.009Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-07-26T04:25:06.009Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-07-26T04:25:06.009Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-07-26T04:25:06.010Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-07-26T04:25:06.010Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-07-26T04:25:06.010Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-07-26T04:25:06.010Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-07-26T04:25:06.010Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-07-26T04:25:06.011Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-07-26T04:25:06.011Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-07-26T04:25:06.011Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-26T04:25:06.011Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-07-26 04-20-48 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-07-26T04:25:06.012Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-26T04:25:06.012Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template vFW bf69d0ca-679e 0 is matching search criteria
2021-07-26T04:25:06.012Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW bf69d0ca-679e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-26T04:25:06.013Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-26T04:25:06.013Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template vFW bf69d0ca-679e 0 is matching search criteria
2021-07-26T04:25:06.013Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW bf69d0ca-679e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-26T04:25:06.013Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-26T04:25:06.013Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template vFW bf69d0ca-679e 0 is matching search criteria
2021-07-26T04:25:06.014Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW bf69d0ca-679e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-26T04:25:06.014Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-26T04:25:06.014Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template vFW bf69d0ca-679e 0 is not matching search criteria
2021-07-26T04:25:06.014Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-07-26T04:25:06.014Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-07-26T04:25:06.014Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-07-26T04:25:06.015Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-07-26T04:25:06.015Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-07-26T04:25:06.015Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-07-26T04:25:06.015Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-07-26T04:25:06.015Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-07-26T04:25:06.015Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-07-26T04:25:06.016Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-07-26T04:25:06.016Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-07-26T04:25:06.016Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=247fa6c7-8ed7-4f65-a93c-cec4e4e21048
2021-07-26T04:25:06.016Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-26T04:25:06.016Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template vFW bf69d0ca-679e 0 is not matching search criteria
2021-07-26T04:25:06.017Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-07-26T04:25:06.017Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-07-26T04:25:06.017Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-07-26T04:25:06.017Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-07-26T04:25:06.017Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-07-26T04:25:06.017Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-07-26T04:25:06.017Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-07-26T04:25:06.018Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-07-26T04:25:06.018Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-07-26T04:25:06.018Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-07-26T04:25:06.018Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-07-26T04:25:06.018Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-07-26T04:25:06.018Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=d8b30d10-c167-483f-966a-aca23b79b0a4
2021-07-26T04:25:06.019Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-26T04:25:06.019Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template vFW bf69d0ca-679e 0 is not matching search criteria
2021-07-26T04:25:06.019Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-07-26T04:25:06.019Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-07-26T04:25:06.019Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-07-26T04:25:06.020Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-07-26T04:25:06.020Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-07-26T04:25:06.020Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-07-26T04:25:06.020Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-07-26T04:25:06.020Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-07-26T04:25:06.020Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-07-26T04:25:06.021Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-07-26T04:25:06.021Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-07-26T04:25:06.021Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-07-26T04:25:06.021Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=e47d83d7-ad59-4db1-8504-635f951ebdd7
2021-07-26T04:25:06.021Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-26T04:25:06.021Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-07-26 04-20-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:25:06.022Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-26T04:25:06.022Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-07-26 04-20-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:25:06.022Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-26T04:25:06.022Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-07-26 04-20-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:25:06.023Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-26T04:25:06.023Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-07-26 04-20-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:25:06.023Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-07-26 04-20-48
Description:catalog service description
Model UUID:01e49f9b-44fe-4ad6-8659-6c866007b3d8
Model Version:NULL
Model InvariantUuid:568a9b36-3223-44e4-a25a-09d68967bbda
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW bf69d0ca-679e
Model UUID:84d76ef6-436d-4b9b-a95a-0a42375c2952
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d320b50b-3b62-4a57-9793-b6b60d93c2db
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:b7b70fa4-4c51-4557-80b8-e361cb964f9c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:fffdeb51-bf16-44ae-b63f-da1c292deb1b
ModelName:VfwBf69d0ca679e..base_vfw..module-0
ModelUuid:7aeb1cf4-0e25-4a37-8f98-0f383bb6787d
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:247fa6c7-8ed7-4f65-a93c-cec4e4e21048
ModelInvariantUuid:d37ae49e-8de8-4da1-bc33-c4ef03d33312
ModelName:vFW bf69d0ca-679e-nodes.vfwCvfc
ModelUuid:f8ecb16e-a4cb-44c6-a3ba-11c192c375aa
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:40654cbb-9b32-4c04-83a7-fc8b86a69cfc
ModelInvariantUuid:004a9d8b-ae32-4d72-b36c-3f6edf4b8255
ModelName:VfwBf69d0ca679e.compute.nodes.heat.vfw
ModelUuid:98392907-3343-451e-a1e8-bd28e154d8d9
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:d8b30d10-c167-483f-966a-aca23b79b0a4
ModelInvariantUuid:15e3757b-2b72-4ef6-a048-7d86bba8bea1
ModelName:vFW bf69d0ca-679e-nodes.vsnCvfc
ModelUuid:26b90356-917f-47e4-bf84-9fcd24d230e7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:1f5f220b-28e9-4e06-8054-91514a269c92
ModelInvariantUuid:2479b3f8-2047-432a-9029-72301054e67b
ModelName:VfwBf69d0ca679e.compute.nodes.heat.vsn
ModelUuid:519f3882-f0a3-494b-b724-85f3cea8146d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:e47d83d7-ad59-4db1-8504-635f951ebdd7
ModelInvariantUuid:6a87ba61-6015-4323-8c93-ee5455ccb2ba
ModelName:vFW bf69d0ca-679e-nodes.vpgCvfc
ModelUuid:7d49b7af-8cab-42b4-baad-ca342b914202
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:3abcb1c6-ba89-4f72-9bef-1157d9f3b6ed
ModelInvariantUuid:27cf4168-f988-419d-88f0-cad0e0aabd71
ModelName:VfwBf69d0ca679e.compute.nodes.heat.vpg
ModelUuid:abab3b86-f10f-417b-b7cf-9ac8fb2a6e89
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-26T04:25:06.041Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: cb0490eb-b5f4-4216-8d2d-e574f22865ce
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-26T04:25:06.108Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||INFO|500||vFW bf69d0ca-679e 0
2021-07-26T04:25:06.113Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: cb0490eb-b5f4-4216-8d2d-e574f22865ce
2021-07-26T04:25:06.113Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: f24edb2d-32ba-4375-8d34-a50cc220862e from URL: /sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/vfwbf69d0ca679e0_modules.json
2021-07-26T04:25:06.113Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-07-26T04:25:06.114Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/vfwbf69d0ca679e0_modules.json
2021-07-26T04:25:07.556Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-07-26T04:25:07.557Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/vfwbf69d0ca679e0_modules.json f24edb2d-32ba-4375-8d34-a50cc220862e 785
2021-07-26T04:25:07.557Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/vfwbf69d0ca679e0_modules.json ASDC sendASDCNotification
2021-07-26T04:25:07.557Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/vfwbf69d0ca679e0_modules.json
2021-07-26T04:25:07.557Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-26T04:25:07.558Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:25:07.560Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:25:07.560Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627273507557,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/vfwbf69d0ca679e0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-07-26T04:25:07.660Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:25:07.661Z||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-26T04:25:07.662Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:25:07.672Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T04:25:07.672Z||pool-11-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:25:08.562Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwBf69d0ca679e..base_vfw..module-0",
"vfModuleModelInvariantUUID": "fffdeb51-bf16-44ae-b63f-da1c292deb1b",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "7aeb1cf4-0e25-4a37-8f98-0f383bb6787d",
"vfModuleModelCustomizationUUID": "b38bf129-e40f-463a-a0aa-03d246a00789",
"isBase": true,
"artifacts": [
"6df5fbb5-36f2-43c3-aa34-6a77b90b39f2",
"ef6c5988-ed69-470a-adc1-6f517c226cd6"
],
"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-26T04:25:08.582Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwBf69d0ca679e..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7aeb1cf4-0e25-4a37-8f98-0f383bb6787d
VfModuleModelInvariantUUID:fffdeb51-bf16-44ae-b63f-da1c292deb1b
VfModuleModelDescription:NULL
Artifacts UUID List:{
6df5fbb5-36f2-43c3-aa34-6a77b90b39f2
,
ef6c5988-ed69-470a-adc1-6f517c226cd6
}
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-26T04:25:08.584Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwBf69d0ca679e..base_vfw..module-0",
"vfModuleModelInvariantUUID": "fffdeb51-bf16-44ae-b63f-da1c292deb1b",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "7aeb1cf4-0e25-4a37-8f98-0f383bb6787d",
"vfModuleModelCustomizationUUID": "b38bf129-e40f-463a-a0aa-03d246a00789",
"isBase": true,
"artifacts": [
"6df5fbb5-36f2-43c3-aa34-6a77b90b39f2",
"ef6c5988-ed69-470a-adc1-6f517c226cd6"
],
"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-26T04:25:08.584Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwBf69d0ca679e..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7aeb1cf4-0e25-4a37-8f98-0f383bb6787d
VfModuleModelInvariantUUID:fffdeb51-bf16-44ae-b63f-da1c292deb1b
VfModuleModelDescription:NULL
Artifacts UUID List:{
6df5fbb5-36f2-43c3-aa34-6a77b90b39f2
,
ef6c5988-ed69-470a-adc1-6f517c226cd6
}
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-26T04:25:08.585Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 6df5fbb5-36f2-43c3-aa34-6a77b90b39f2 from URL: /sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/base_vfw.yaml
2021-07-26T04:25:08.585Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-07-26T04:25:08.585Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/base_vfw.yaml
2021-07-26T04:25:09.596Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-07-26T04:25:09.596Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/base_vfw.yaml 6df5fbb5-36f2-43c3-aa34-6a77b90b39f2 20368
2021-07-26T04:25:09.597Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-07-26T04:25:09.597Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/base_vfw.yaml
2021-07-26T04:25:09.597Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-26T04:25:09.597Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:25:09.599Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:25:09.599Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627273509597,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-07-26T04:25:09.699Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:25:09.702Z||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-26T04:25:09.702Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:25:09.710Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T04:25:09.710Z||pool-12-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:25:10.600Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ef6c5988-ed69-470a-adc1-6f517c226cd6 from URL: /sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/base_vfw.env
2021-07-26T04:25:10.600Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-07-26T04:25:10.601Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/base_vfw.env
2021-07-26T04:25:12.250Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-07-26T04:25:12.250Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/base_vfw.env ef6c5988-ed69-470a-adc1-6f517c226cd6 2098
2021-07-26T04:25:12.250Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-07-26T04:25:12.250Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/base_vfw.env
2021-07-26T04:25:12.250Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-26T04:25:12.250Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:25:12.252Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:25:12.252Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627273512250,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-07-26T04:25:12.352Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:25:12.353Z||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-26T04:25:12.353Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:25:12.362Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T04:25:12.362Z||pool-13-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:25:13.253Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 01e49f9b-44fe-4ad6-8659-6c866007b3d8
2021-07-26T04:25:13.254Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW bf69d0ca-679e 0 cb0490eb-b5f4-4216-8d2d-e574f22865ce ASDC
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 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 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-26T04:25:13.288Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-26T04:25:13.288Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-07-26 04-20-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:25:13.288Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic
2021-07-26T04:25:13.288Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= b7b70fa4-4c51-4557-80b8-e361cb964f9c
2021-07-26T04:25:13.289Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b7b70fa4-4c51-4557-80b8-e361cb964f9c matches Tosca VF Customization UUID: b7b70fa4-4c51-4557-80b8-e361cb964f9c
2021-07-26T04:25:13.289Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: b7b70fa4-4c51-4557-80b8-e361cb964f9c 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-26T04:25:13.294Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-26T04:25:13.294Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-07-26 04-20-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:25:13.295Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id b7b70fa4-4c51-4557-80b8-e361cb964f9c: {\"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-26T04:25:13.295Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2cc073d2
2021-07-26T04:25:13.295Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-26T04:25:13.295Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-07-26 04-20-48 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-07-26T04:25:13.296Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b38bf129-e40f-463a-a0aa-03d246a00789
2021-07-26T04:25:13.296Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b38bf129-e40f-463a-a0aa-03d246a00789
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-26T04:25:13.300Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-26T04:25:13.300Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template vFW bf69d0ca-679e 0 is matching search criteria
2021-07-26T04:25:13.300Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW bf69d0ca-679e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-26T04:25:13.301Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-26T04:25:13.301Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template vFW bf69d0ca-679e 0 is matching search criteria
2021-07-26T04:25:13.301Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW bf69d0ca-679e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-26T04:25:13.301Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-26T04:25:13.301Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template vFW bf69d0ca-679e 0 is not matching search criteria
2021-07-26T04:25:13.302Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-07-26T04:25:13.302Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-07-26T04:25:13.302Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-07-26T04:25:13.302Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-07-26T04:25:13.302Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-07-26T04:25:13.302Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-07-26T04:25:13.302Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-07-26T04:25:13.302Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-07-26T04:25:13.303Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-07-26T04:25:13.303Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-07-26T04:25:13.303Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-07-26T04:25:13.303Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=247fa6c7-8ed7-4f65-a93c-cec4e4e21048
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-26T04:25:13.307Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-26T04:25:13.308Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template vFW bf69d0ca-679e 0 is matching search criteria
2021-07-26T04:25:13.308Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW bf69d0ca-679e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-26T04:25:13.308Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-26T04:25:13.308Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template vFW bf69d0ca-679e 0 is not matching search criteria
2021-07-26T04:25:13.308Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-07-26T04:25:13.308Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-07-26T04:25:13.308Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-07-26T04:25:13.308Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-07-26T04:25:13.309Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-07-26T04:25:13.309Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-07-26T04:25:13.309Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-07-26T04:25:13.309Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-07-26T04:25:13.309Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-07-26T04:25:13.309Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-07-26T04:25:13.309Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-07-26T04:25:13.309Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-07-26T04:25:13.309Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=d8b30d10-c167-483f-966a-aca23b79b0a4
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-26T04:25:13.311Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-26T04:25:13.311Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template vFW bf69d0ca-679e 0 is matching search criteria
2021-07-26T04:25:13.311Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW bf69d0ca-679e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-26T04:25:13.313Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-26T04:25:13.313Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template vFW bf69d0ca-679e 0 is not matching search criteria
2021-07-26T04:25:13.313Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-07-26T04:25:13.313Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-07-26T04:25:13.313Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-07-26T04:25:13.313Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-07-26T04:25:13.313Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-07-26T04:25:13.314Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-07-26T04:25:13.314Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-07-26T04:25:13.314Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-07-26T04:25:13.314Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-07-26T04:25:13.314Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-07-26T04:25:13.314Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-07-26T04:25:13.314Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-07-26T04:25:13.314Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=e47d83d7-ad59-4db1-8504-635f951ebdd7
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-26T04:25:13.316Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-26T04:25:13.316Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template vFW bf69d0ca-679e 0 is matching search criteria
2021-07-26T04:25:13.316Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW bf69d0ca-679e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-26T04:25:13.316Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-26T04:25:13.316Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Node template vFW bf69d0ca-679e 0 is matching search criteria
2021-07-26T04:25:13.316Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW bf69d0ca-679e 0] matching following query criteria: sdcType=VF, customizationUUID=b7b70fa4-4c51-4557-80b8-e361cb964f9c
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-26T04:25:13.317Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-26T04:25:13.318Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-07-26 04-20-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:25:13.318Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 01e49f9b-44fe-4ad6-8659-6c866007b3d8: vFW bf69d0ca-679e
2021-07-26T04:25:13.318Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-26T04:25:13.318Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-07-26 04-20-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:25:13.318Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-26T04:25:13.318Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-07-26 04-20-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:25:13.319Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-26T04:25:13.319Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-07-26 04-20-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:25:13.319Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-26T04:25:13.319Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-07-26 04-20-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:25:13.319Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-26T04:25:13.319Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-07-26 04-20-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:25:13.319Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||INFO|500||Saving Service: vFW 2021-07-26 04-20-48
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-26T04:25:13.534Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW bf69d0ca-679e cb0490eb-b5f4-4216-8d2d-e574f22865ce 1 ASDC deployResourceStructure
2021-07-26T04:25:13.534Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/vfwbf69d0ca679e0_modules.json ASDC sendASDCNotification
2021-07-26T04:25:13.534Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/vfwbf69d0ca679e0_modules.json
2021-07-26T04:25:13.534Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-26T04:25:13.534Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:25:13.536Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:25:13.536Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627273513534,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/vfwbf69d0ca679e0_modules.json",
"status": "DEPLOY_OK"
}
2021-07-26T04:25:13.636Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:25:13.637Z||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-26T04:25:13.637Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:25:13.645Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T04:25:13.646Z||pool-14-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:25:14.537Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-07-26T04:25:14.537Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/base_vfw.yaml
2021-07-26T04:25:14.537Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-26T04:25:14.537Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:25:14.538Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:25:14.539Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627273514537,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-07-26T04:25:14.639Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:25:14.639Z||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-26T04:25:14.639Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:25:14.647Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T04:25:14.647Z||pool-15-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:25:15.539Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-07-26T04:25:15.540Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/base_vfw.env
2021-07-26T04:25:15.540Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-26T04:25:15.540Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:25:15.542Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:25:15.542Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627273515539,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-07-26T04:25:15.642Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:25:15.643Z||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-26T04:25:15.643Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:25:15.651Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T04:25:15.651Z||pool-16-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:25:16.543Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210726042048/1.0/artifacts/service-Vfw20210726042048-csar.csar ASDC sendASDCNotification
2021-07-26T04:25:16.543Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210726042048/1.0/artifacts/service-Vfw20210726042048-csar.csar
2021-07-26T04:25:16.543Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-26T04:25:16.544Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:25:16.545Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:25:16.545Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627273516543,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/artifacts/service-Vfw20210726042048-csar.csar",
"status": "DEPLOY_OK"
}
2021-07-26T04:25:16.645Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:25:16.646Z||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-26T04:25:16.646Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:25:16.653Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T04:25:16.654Z||pool-17-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:25:17.546Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 18cdb6f6-1c68-4217-a75f-4331aa13e2cb
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-26T04:25:17.565Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 18cdb6f6-1c68-4217-a75f-4331aa13e2cb
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-26T04:25:17.567Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-26T04:25:17.568Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-26T04:25:17.568Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-26T04:25:47.568Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 18cdb6f6-1c68-4217-a75f-4331aa13e2cb
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-26T04:25:47.576Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 18cdb6f6-1c68-4217-a75f-4331aa13e2cb
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-26T04:25:47.577Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-26T04:25:47.577Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-26T04:25:47.577Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-26T04:25:52.487Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:25:52.488Z||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-26T04:25:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:25:52.604Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T04:25:52.605Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:25:52.605Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627273489364,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-26T04:25:52.605Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-26T04:26:17.577Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 18cdb6f6-1c68-4217-a75f-4331aa13e2cb
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-26T04:26:17.585Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 18cdb6f6-1c68-4217-a75f-4331aa13e2cb
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-26T04:26:17.587Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-26T04:26:17.587Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-26T04:26:17.587Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-26T04:26:47.587Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 18cdb6f6-1c68-4217-a75f-4331aa13e2cb
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-26T04:26:47.596Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 18cdb6f6-1c68-4217-a75f-4331aa13e2cb
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-26T04:26:47.598Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-26T04:26:47.598Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-26T04:26:47.598Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-26T04:26:52.487Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:26:52.488Z||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-26T04:26:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:26:52.511Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T04:26:52.515Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.515Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627273492486,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-26T04:26:52.516Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-26T04:26:52.516Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.516Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627273488588,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-07-26T04:26:52.516Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-26T04:26:52.516Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.516Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
"consumerID": "cds",
"timestamp": 1627273488744,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-07-26T04:26:52.516Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-26T04:26:52.516Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.516Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
"consumerID": "clamp",
"timestamp": 1627273493095,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-26T04:26:52.517Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-26T04:26:52.517Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.517Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627273489364,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-07-26T04:26:52.517Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-26T04:26:52.517Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.517Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627273492486,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/vfwbf69d0ca679e0_modules.json",
"status": "NOTIFIED"
}
2021-07-26T04:26:52.517Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-26T04:26:52.517Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.517Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627273488588,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/artifacts/service-Vfw20210726042048-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-26T04:26:52.517Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-26T04:26:52.517Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.517Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
"consumerID": "cds",
"timestamp": 1627273488744,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/artifacts/service-Vfw20210726042048-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-26T04:26:52.517Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-26T04:26:52.517Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.517Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
"consumerID": "clamp",
"timestamp": 1627273493095,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/vfwbf69d0ca679e0_modules.json",
"status": "NOTIFIED"
}
2021-07-26T04:26:52.518Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-26T04:26:52.518Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.518Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627273489364,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/artifacts/service-Vfw20210726042048-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-26T04:26:52.518Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-26T04:26:52.518Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.518Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627273492486,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-07-26T04:26:52.518Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-26T04:26:52.518Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.518Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627273488588,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/artifacts/service-Vfw20210726042048-csar.csar",
"status": "NOTIFIED"
}
2021-07-26T04:26:52.518Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-26T04:26:52.518Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.518Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
"consumerID": "cds",
"timestamp": 1627273488744,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/artifacts/service-Vfw20210726042048-csar.csar",
"status": "NOTIFIED"
}
2021-07-26T04:26:52.518Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-26T04:26:52.518Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.518Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
"consumerID": "clamp",
"timestamp": 1627273493095,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-26T04:26:52.519Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-26T04:26:52.519Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.519Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627273489364,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/artifacts/service-Vfw20210726042048-csar.csar",
"status": "NOTIFIED"
}
2021-07-26T04:26:52.519Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-26T04:26:52.519Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.519Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627273492486,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-26T04:26:52.519Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-26T04:26:52.519Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.519Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
"consumerID": "clamp",
"timestamp": 1627273493095,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-26T04:26:52.519Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-26T04:26:52.519Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.519Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
"consumerID": "dcae-sch",
"timestamp": 1627273496222,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-26T04:26:52.519Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-26T04:26:52.519Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.519Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
"consumerID": "policy-id",
"timestamp": 1627273496374,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-26T04:26:52.519Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-26T04:26:52.519Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.520Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
"consumerID": "cds",
"timestamp": 1627273497095,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/artifacts/service-Vfw20210726042048-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-26T04:26:52.520Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:26:52.520Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.520Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627273492486,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-07-26T04:26:52.520Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-26T04:26:52.520Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.520Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627273497155,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/vfwbf69d0ca679e0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-07-26T04:26:52.520Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:26:52.520Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.520Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627273497672,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/artifacts/service-Vfw20210726042048-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-26T04:26:52.520Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:26:52.520Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.520Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
"consumerID": "ves-openapi-manager",
"timestamp": 1627273497050,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-26T04:26:52.520Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-26T04:26:52.520Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.520Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
"consumerID": "clamp",
"timestamp": 1627273493095,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-07-26T04:26:52.521Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-26T04:26:52.521Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.521Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
"consumerID": "dcae-sch",
"timestamp": 1627273496222,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/vfwbf69d0ca679e0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-07-26T04:26:52.521Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-26T04:26:52.521Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.521Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
"consumerID": "policy-id",
"timestamp": 1627273496374,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/vfwbf69d0ca679e0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-07-26T04:26:52.521Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-26T04:26:52.521Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.521Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
"consumerID": "cds",
"timestamp": 1627273498110,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/artifacts/service-Vfw20210726042048-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-26T04:26:52.526Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 18cdb6f6-1c68-4217-a75f-4331aa13e2cb
2021-07-26T04:26:52.526Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 18cdb6f6-1c68-4217-a75f-4331aa13e2cb 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-26T04:26:52.533Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.533Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627273492486,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/artifacts/service-Vfw20210726042048-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-26T04:26:52.534Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-26T04:26:52.534Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.534Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
"consumerID": "aai-ml",
"timestamp": 1627273497418,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-26T04:26:52.534Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-26T04:26:52.534Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.534Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
"consumerID": "ves-openapi-manager",
"timestamp": 1627273497050,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/vfwbf69d0ca679e0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-07-26T04:26:52.534Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-26T04:26:52.534Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.534Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
"consumerID": "clamp",
"timestamp": 1627273493095,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/artifacts/service-Vfw20210726042048-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-26T04:26:52.534Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-26T04:26:52.534Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.534Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627273498852,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-07-26T04:26:52.535Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:26:52.535Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.535Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
"consumerID": "dcae-sch",
"timestamp": 1627273496222,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-26T04:26:52.535Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-26T04:26:52.535Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.535Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
"consumerID": "policy-id",
"timestamp": 1627273496374,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-07-26T04:26:52.535Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-26T04:26:52.535Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.535Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
"consumerID": "aai-ml",
"timestamp": 1627273497418,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/vfwbf69d0ca679e0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-07-26T04:26:52.535Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-26T04:26:52.535Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.535Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627273492486,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/artifacts/service-Vfw20210726042048-csar.csar",
"status": "NOTIFIED"
}
2021-07-26T04:26:52.535Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-26T04:26:52.535Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.535Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
"consumerID": "ves-openapi-manager",
"timestamp": 1627273497050,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-26T04:26:52.535Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-26T04:26:52.536Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.536Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
"consumerID": "clamp",
"timestamp": 1627273493095,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/artifacts/service-Vfw20210726042048-csar.csar",
"status": "NOTIFIED"
}
2021-07-26T04:26:52.536Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-26T04:26:52.536Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.536Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
"consumerID": "dcae-sch",
"timestamp": 1627273496222,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-26T04:26:52.536Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-26T04:26:52.536Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.536Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
"consumerID": "policy-id",
"timestamp": 1627273496374,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-26T04:26:52.536Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-26T04:26:52.536Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.536Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
"consumerID": "aai-ml",
"timestamp": 1627273497418,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-26T04:26:52.536Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-26T04:26:52.536Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.536Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627273500455,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-07-26T04:26:52.536Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:26:52.536Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.536Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
"consumerID": "ves-openapi-manager",
"timestamp": 1627273497050,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-26T04:26:52.536Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-26T04:26:52.537Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.537Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
"consumerID": "dcae-sch",
"timestamp": 1627273496222,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-07-26T04:26:52.537Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-26T04:26:52.537Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.537Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
"consumerID": "policy-id",
"timestamp": 1627273496374,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-07-26T04:26:52.537Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-26T04:26:52.537Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.537Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
"consumerID": "aai-ml",
"timestamp": 1627273497418,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-26T04:26:52.537Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-26T04:26:52.537Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.537Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
"consumerID": "ves-openapi-manager",
"timestamp": 1627273497050,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-07-26T04:26:52.537Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-26T04:26:52.537Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.537Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627273501727,
"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-26T04:26:52.541Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 18cdb6f6-1c68-4217-a75f-4331aa13e2cb
2021-07-26T04:26:52.541Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 18cdb6f6-1c68-4217-a75f-4331aa13e2cb 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-26T04:26:52.547Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.547Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
"consumerID": "dcae-sch",
"timestamp": 1627273496222,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/artifacts/service-Vfw20210726042048-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-26T04:26:52.547Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-26T04:26:52.547Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.547Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627273502063,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/artifacts/service-Vfw20210726042048-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-26T04:26:52.548Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:26:52.548Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.548Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
"consumerID": "policy-id",
"timestamp": 1627273496374,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/artifacts/service-Vfw20210726042048-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-26T04:26:52.548Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-26T04:26:52.548Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.548Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
"consumerID": "aai-ml",
"timestamp": 1627273497418,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-07-26T04:26:52.548Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-26T04:26:52.548Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.548Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627273502654,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/artifacts/service-Vfw20210726042048-csar.csar",
"status": "DEPLOY_OK"
}
2021-07-26T04:26:52.548Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:26:52.548Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.548Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
"consumerID": "ves-openapi-manager",
"timestamp": 1627273497050,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/artifacts/service-Vfw20210726042048-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-26T04:26:52.548Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-26T04:26:52.548Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.548Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627273502730,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/vfwbf69d0ca679e0_modules.json",
"status": "DEPLOY_OK"
}
2021-07-26T04:26:52.548Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:26:52.549Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.549Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
"consumerID": "dcae-sch",
"timestamp": 1627273496222,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/artifacts/service-Vfw20210726042048-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-07-26T04:26:52.549Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-26T04:26:52.549Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.549Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
"consumerID": "policy-id",
"timestamp": 1627273496374,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/artifacts/service-Vfw20210726042048-csar.csar",
"status": "NOTIFIED"
}
2021-07-26T04:26:52.549Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-26T04:26:52.549Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.549Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
"consumerID": "aai-ml",
"timestamp": 1627273497418,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/artifacts/service-Vfw20210726042048-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-26T04:26:52.549Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-26T04:26:52.549Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.549Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627273503659,
"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-26T04:26:52.552Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 18cdb6f6-1c68-4217-a75f-4331aa13e2cb
2021-07-26T04:26:52.552Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 18cdb6f6-1c68-4217-a75f-4331aa13e2cb 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-26T04:26:52.558Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.558Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
"consumerID": "ves-openapi-manager",
"timestamp": 1627273497050,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/artifacts/service-Vfw20210726042048-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-07-26T04:26:52.558Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-26T04:26:52.559Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.559Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
"consumerID": "aai-ml",
"timestamp": 1627273497418,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/artifacts/service-Vfw20210726042048-csar.csar",
"status": "NOTIFIED"
}
2021-07-26T04:26:52.559Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-26T04:26:52.559Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.559Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
"consumerID": "policy-id",
"timestamp": 1627273505465,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/artifacts/service-Vfw20210726042048-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-26T04:26:52.559Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:26:52.559Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.559Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
"consumerID": "policy-id",
"timestamp": 1627273506473,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/artifacts/service-Vfw20210726042048-csar.csar",
"status": "DEPLOY_OK"
}
2021-07-26T04:26:52.559Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:26:52.559Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.559Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
"consumerID": "aai-ml",
"timestamp": 1627273507016,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/artifacts/service-Vfw20210726042048-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-26T04:26:52.559Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:26:52.559Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.559Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
"consumerID": "policy-id",
"timestamp": 1627273507477,
"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-26T04:26:52.563Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 18cdb6f6-1c68-4217-a75f-4331aa13e2cb
2021-07-26T04:26:52.563Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 18cdb6f6-1c68-4217-a75f-4331aa13e2cb 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-26T04:26:52.567Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.568Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627273507557,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/vfwbf69d0ca679e0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-07-26T04:26:52.568Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:26:52.568Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.568Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627273509597,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-07-26T04:26:52.568Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:26:52.568Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.568Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627273512250,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-07-26T04:26:52.568Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:26:52.568Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.568Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627273513534,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/vfwbf69d0ca679e0_modules.json",
"status": "DEPLOY_OK"
}
2021-07-26T04:26:52.568Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:26:52.568Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.568Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627273514537,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-07-26T04:26:52.568Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:26:52.568Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.568Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627273515539,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/resourceInstances/vfwbf69d0ca679e0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-07-26T04:26:52.569Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:26:52.569Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.569Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627273516543,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/artifacts/service-Vfw20210726042048-csar.csar",
"status": "DEPLOY_OK"
}
2021-07-26T04:26:52.569Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:26:52.569Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.569Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
"consumerID": "clamp",
"timestamp": 1627273518530,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/artifacts/service-Vfw20210726042048-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-26T04:26:52.569Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:26:52.569Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.569Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
"consumerID": "clamp",
"timestamp": 1627273519600,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/artifacts/service-Vfw20210726042048-csar.csar",
"status": "DEPLOY_OK"
}
2021-07-26T04:26:52.569Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:26:52.569Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.569Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
"consumerID": "clamp",
"timestamp": 1627273520604,
"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-26T04:26:52.573Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 18cdb6f6-1c68-4217-a75f-4331aa13e2cb
2021-07-26T04:26:52.573Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 18cdb6f6-1c68-4217-a75f-4331aa13e2cb 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-26T04:26:52.579Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.579Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
"consumerID": "aai-ml",
"timestamp": 1627273527587,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210726042048/1.0/artifacts/service-Vfw20210726042048-csar.csar",
"status": "DEPLOY_OK"
}
2021-07-26T04:26:52.580Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:26:52.580Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:26:52.580Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
"consumerID": "aai-ml",
"timestamp": 1627273528593,
"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-26T04:26:52.583Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 18cdb6f6-1c68-4217-a75f-4331aa13e2cb
2021-07-26T04:26:52.583Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 18cdb6f6-1c68-4217-a75f-4331aa13e2cb 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-26T04:27:17.598Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 18cdb6f6-1c68-4217-a75f-4331aa13e2cb
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-26T04:27:17.607Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 18cdb6f6-1c68-4217-a75f-4331aa13e2cb
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-26T04:27:17.609Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-26T04:27:17.609Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-07-26T04:27:17.609Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-07-26T04:27:17.609Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-07-26T04:27:17.609Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-07-26T04:27:17.609Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-07-26T04:27:17.609Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-07-26T04:27:17.609Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-07-26T04:27:17.610Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-07-26T04:27:17.610Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-07-26T04:27:17.610Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-07-26T04:27:17.614Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-07-26T04:27:47.614Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 18cdb6f6-1c68-4217-a75f-4331aa13e2cb 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-26T04:27:47.621Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 18cdb6f6-1c68-4217-a75f-4331aa13e2cb and serviceModelVersionId: 01e49f9b-44fe-4ad6-8659-6c866007b3d8
2021-07-26T04:27:47.621Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 568a9b36-3223-44e4-a25a-09d68967bbda
2021-07-26T04:27:52.487Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:27:52.488Z||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-26T04:27:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:27:53.011Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T04:27:53.013Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.013Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297da991-007a-4974-9269-676de77bd57e",
"consumerID": "cds",
"timestamp": 1627273578744,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-26T04:27:53.013Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-26T04:27:53.013Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.013Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297da991-007a-4974-9269-676de77bd57e",
"consumerID": "dcae-sch",
"timestamp": 1627273576222,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-26T04:27:53.013Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-26T04:27:53.013Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.014Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297da991-007a-4974-9269-676de77bd57e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627273579363,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-26T04:27:53.014Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-26T04:27:53.014Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.014Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297da991-007a-4974-9269-676de77bd57e",
"consumerID": "ves-openapi-manager",
"timestamp": 1627273577050,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-26T04:27:53.014Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-26T04:27:53.014Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.014Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297da991-007a-4974-9269-676de77bd57e",
"consumerID": "policy-id",
"timestamp": 1627273576374,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-26T04:27:53.014Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-26T04:27:53.014Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.014Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297da991-007a-4974-9269-676de77bd57e",
"consumerID": "clamp",
"timestamp": 1627273583095,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-26T04:27:53.014Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-26T04:27:53.014Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.014Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297da991-007a-4974-9269-676de77bd57e",
"consumerID": "cds",
"timestamp": 1627273578744,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/basic_onboard_fyzlyg0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-07-26T04:27:53.014Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-26T04:27:53.015Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.015Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297da991-007a-4974-9269-676de77bd57e",
"consumerID": "dcae-sch",
"timestamp": 1627273576222,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/basic_onboard_fyzlyg0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-07-26T04:27:53.015Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-26T04:27:53.015Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.015Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297da991-007a-4974-9269-676de77bd57e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627273579363,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/basic_onboard_fyzlyg0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-07-26T04:27:53.015Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-26T04:27:53.015Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.015Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297da991-007a-4974-9269-676de77bd57e",
"consumerID": "ves-openapi-manager",
"timestamp": 1627273577050,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/basic_onboard_fyzlyg0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-07-26T04:27:53.015Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-26T04:27:53.015Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.015Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297da991-007a-4974-9269-676de77bd57e",
"consumerID": "policy-id",
"timestamp": 1627273576374,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/basic_onboard_fyzlyg0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-07-26T04:27:53.015Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-26T04:27:53.015Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.015Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297da991-007a-4974-9269-676de77bd57e",
"consumerID": "clamp",
"timestamp": 1627273583095,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/basic_onboard_fyzlyg0_modules.json",
"status": "NOTIFIED"
}
2021-07-26T04:27:53.015Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-26T04:27:53.015Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.015Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297da991-007a-4974-9269-676de77bd57e",
"consumerID": "cds",
"timestamp": 1627273578744,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-26T04:27:53.016Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-26T04:27:53.016Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.016Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297da991-007a-4974-9269-676de77bd57e",
"consumerID": "dcae-sch",
"timestamp": 1627273576222,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-26T04:27:53.016Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-26T04:27:53.016Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.016Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297da991-007a-4974-9269-676de77bd57e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627273579363,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-26T04:27:53.016Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-26T04:27:53.016Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.016Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297da991-007a-4974-9269-676de77bd57e",
"consumerID": "ves-openapi-manager",
"timestamp": 1627273577050,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-26T04:27:53.016Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-26T04:27:53.016Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.016Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297da991-007a-4974-9269-676de77bd57e",
"consumerID": "policy-id",
"timestamp": 1627273576374,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-07-26T04:27:53.016Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-26T04:27:53.016Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.016Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297da991-007a-4974-9269-676de77bd57e",
"consumerID": "clamp",
"timestamp": 1627273583095,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-26T04:27:53.016Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-26T04:27:53.016Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.016Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297da991-007a-4974-9269-676de77bd57e",
"consumerID": "cds",
"timestamp": 1627273578744,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-26T04:27:53.017Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-26T04:27:53.017Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.017Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297da991-007a-4974-9269-676de77bd57e",
"consumerID": "dcae-sch",
"timestamp": 1627273576222,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-26T04:27:53.017Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-26T04:27:53.017Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.017Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297da991-007a-4974-9269-676de77bd57e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627273579363,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-26T04:27:53.017Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-26T04:27:53.017Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.017Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297da991-007a-4974-9269-676de77bd57e",
"consumerID": "ves-openapi-manager",
"timestamp": 1627273577050,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-26T04:27:53.017Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-26T04:27:53.017Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.017Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297da991-007a-4974-9269-676de77bd57e",
"consumerID": "policy-id",
"timestamp": 1627273576374,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-26T04:27:53.017Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-26T04:27:53.018Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.018Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297da991-007a-4974-9269-676de77bd57e",
"consumerID": "clamp",
"timestamp": 1627273583095,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-26T04:27:53.018Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-26T04:27:53.018Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.018Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297da991-007a-4974-9269-676de77bd57e",
"consumerID": "cds",
"timestamp": 1627273578744,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-07-26T04:27:53.018Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-26T04:27:53.018Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.018Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297da991-007a-4974-9269-676de77bd57e",
"consumerID": "dcae-sch",
"timestamp": 1627273576222,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-07-26T04:27:53.018Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-26T04:27:53.018Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.018Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297da991-007a-4974-9269-676de77bd57e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627273579363,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-07-26T04:27:53.018Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-26T04:27:53.018Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.018Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297da991-007a-4974-9269-676de77bd57e",
"consumerID": "ves-openapi-manager",
"timestamp": 1627273577050,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-07-26T04:27:53.019Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-26T04:27:53.019Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.019Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297da991-007a-4974-9269-676de77bd57e",
"consumerID": "policy-id",
"timestamp": 1627273576374,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-07-26T04:27:53.019Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-26T04:27:53.019Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.019Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297da991-007a-4974-9269-676de77bd57e",
"consumerID": "clamp",
"timestamp": 1627273583095,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-07-26T04:27:53.019Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-26T04:27:53.019Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.019Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297da991-007a-4974-9269-676de77bd57e",
"consumerID": "aai-ml",
"timestamp": 1627273587418,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-26T04:27:53.019Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-26T04:27:53.019Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.019Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297da991-007a-4974-9269-676de77bd57e",
"consumerID": "cds",
"timestamp": 1627273578744,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/artifacts/service-BasicOnboardFyzlyg-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-26T04:27:53.019Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-26T04:27:53.019Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.019Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297da991-007a-4974-9269-676de77bd57e",
"consumerID": "dcae-sch",
"timestamp": 1627273576222,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/artifacts/service-BasicOnboardFyzlyg-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-26T04:27:53.019Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-26T04:27:53.020Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.020Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297da991-007a-4974-9269-676de77bd57e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627273579363,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/artifacts/service-BasicOnboardFyzlyg-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-26T04:27:53.020Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-26T04:27:53.020Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.020Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297da991-007a-4974-9269-676de77bd57e",
"consumerID": "ves-openapi-manager",
"timestamp": 1627273577050,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/artifacts/service-BasicOnboardFyzlyg-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-26T04:27:53.020Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-26T04:27:53.020Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.020Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297da991-007a-4974-9269-676de77bd57e",
"consumerID": "policy-id",
"timestamp": 1627273576374,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/artifacts/service-BasicOnboardFyzlyg-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-26T04:27:53.020Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-26T04:27:53.020Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.020Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297da991-007a-4974-9269-676de77bd57e",
"consumerID": "clamp",
"timestamp": 1627273583095,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/artifacts/service-BasicOnboardFyzlyg-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-26T04:27:53.020Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-26T04:27:53.020Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.020Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297da991-007a-4974-9269-676de77bd57e",
"consumerID": "aai-ml",
"timestamp": 1627273587418,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/basic_onboard_fyzlyg0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-07-26T04:27:53.020Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-26T04:27:53.021Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.021Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297da991-007a-4974-9269-676de77bd57e",
"consumerID": "cds",
"timestamp": 1627273578744,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/artifacts/service-BasicOnboardFyzlyg-csar.csar",
"status": "NOTIFIED"
}
2021-07-26T04:27:53.021Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-26T04:27:53.021Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.021Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297da991-007a-4974-9269-676de77bd57e",
"consumerID": "dcae-sch",
"timestamp": 1627273576222,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/artifacts/service-BasicOnboardFyzlyg-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-07-26T04:27:53.021Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-26T04:27:53.021Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.021Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297da991-007a-4974-9269-676de77bd57e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627273579363,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/artifacts/service-BasicOnboardFyzlyg-csar.csar",
"status": "NOTIFIED"
}
2021-07-26T04:27:53.021Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-26T04:27:53.021Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.021Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297da991-007a-4974-9269-676de77bd57e",
"consumerID": "ves-openapi-manager",
"timestamp": 1627273577050,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/artifacts/service-BasicOnboardFyzlyg-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-07-26T04:27:53.021Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-26T04:27:53.022Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.022Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297da991-007a-4974-9269-676de77bd57e",
"consumerID": "policy-id",
"timestamp": 1627273576374,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/artifacts/service-BasicOnboardFyzlyg-csar.csar",
"status": "NOTIFIED"
}
2021-07-26T04:27:53.022Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-26T04:27:53.022Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.022Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297da991-007a-4974-9269-676de77bd57e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627273588588,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-26T04:27:53.022Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-26T04:27:53.022Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.022Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297da991-007a-4974-9269-676de77bd57e",
"consumerID": "clamp",
"timestamp": 1627273583095,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/artifacts/service-BasicOnboardFyzlyg-csar.csar",
"status": "NOTIFIED"
}
2021-07-26T04:27:53.022Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-26T04:27:53.022Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.022Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297da991-007a-4974-9269-676de77bd57e",
"consumerID": "aai-ml",
"timestamp": 1627273587418,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-26T04:27:53.022Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-26T04:27:53.022Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.022Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297da991-007a-4974-9269-676de77bd57e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627273588588,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/basic_onboard_fyzlyg0_modules.json",
"status": "NOTIFIED"
}
2021-07-26T04:27:53.022Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-26T04:27:53.023Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.023Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297da991-007a-4974-9269-676de77bd57e",
"consumerID": "aai-ml",
"timestamp": 1627273587418,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-26T04:27:53.023Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-26T04:27:53.023Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.023Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297da991-007a-4974-9269-676de77bd57e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627273588588,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-07-26T04:27:53.023Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-26T04:27:53.023Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.023Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297da991-007a-4974-9269-676de77bd57e",
"consumerID": "cds",
"timestamp": 1627273591747,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/artifacts/service-BasicOnboardFyzlyg-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-26T04:27:53.023Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:27:53.023Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.023Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297da991-007a-4974-9269-676de77bd57e",
"consumerID": "policy-id",
"timestamp": 1627273591781,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/artifacts/service-BasicOnboardFyzlyg-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-26T04:27:53.023Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:27:53.023Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.023Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297da991-007a-4974-9269-676de77bd57e",
"consumerID": "aai-ml",
"timestamp": 1627273587418,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-07-26T04:27:53.023Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-26T04:27:53.024Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.024Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297da991-007a-4974-9269-676de77bd57e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627273592074,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/artifacts/service-BasicOnboardFyzlyg-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-26T04:27:53.024Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:27:53.024Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.024Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297da991-007a-4974-9269-676de77bd57e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627273588588,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-26T04:27:53.024Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-26T04:27:53.024Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.024Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297da991-007a-4974-9269-676de77bd57e",
"consumerID": "cds",
"timestamp": 1627273592751,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/artifacts/service-BasicOnboardFyzlyg-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-07-26T04:27:53.035Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 297da991-007a-4974-9269-676de77bd57e
2021-07-26T04:27:53.035Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 297da991-007a-4974-9269-676de77bd57e 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-26T04:27:53.040Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.040Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297da991-007a-4974-9269-676de77bd57e",
"consumerID": "policy-id",
"timestamp": 1627273592784,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/artifacts/service-BasicOnboardFyzlyg-csar.csar",
"status": "DEPLOY_OK"
}
2021-07-26T04:27:53.040Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:27:53.041Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.041Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297da991-007a-4974-9269-676de77bd57e",
"consumerID": "aai-ml",
"timestamp": 1627273587418,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/artifacts/service-BasicOnboardFyzlyg-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-26T04:27:53.041Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-26T04:27:53.041Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.041Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297da991-007a-4974-9269-676de77bd57e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627273588588,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-07-26T04:27:53.041Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-26T04:27:53.041Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.041Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297da991-007a-4974-9269-676de77bd57e",
"consumerID": "policy-id",
"timestamp": 1627273593786,
"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-26T04:27:53.044Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 297da991-007a-4974-9269-676de77bd57e
2021-07-26T04:27:53.044Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 297da991-007a-4974-9269-676de77bd57e 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-26T04:27:53.050Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.050Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297da991-007a-4974-9269-676de77bd57e",
"consumerID": "aai-ml",
"timestamp": 1627273587418,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/artifacts/service-BasicOnboardFyzlyg-csar.csar",
"status": "NOTIFIED"
}
2021-07-26T04:27:53.050Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-26T04:27:53.050Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.050Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297da991-007a-4974-9269-676de77bd57e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627273588588,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/artifacts/service-BasicOnboardFyzlyg-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-26T04:27:53.050Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-26T04:27:53.050Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.050Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297da991-007a-4974-9269-676de77bd57e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627273594467,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/artifacts/service-BasicOnboardFyzlyg-csar.csar",
"status": "DEPLOY_OK"
}
2021-07-26T04:27:53.050Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:27:53.050Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.050Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297da991-007a-4974-9269-676de77bd57e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627273588588,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/artifacts/service-BasicOnboardFyzlyg-csar.csar",
"status": "NOTIFIED"
}
2021-07-26T04:27:53.050Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-26T04:27:53.050Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.051Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297da991-007a-4974-9269-676de77bd57e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627273595470,
"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-26T04:27:53.055Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 297da991-007a-4974-9269-676de77bd57e
2021-07-26T04:27:53.055Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 297da991-007a-4974-9269-676de77bd57e 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-26T04:27:53.061Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.061Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297da991-007a-4974-9269-676de77bd57e",
"consumerID": "aai-ml",
"timestamp": 1627273596065,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/artifacts/service-BasicOnboardFyzlyg-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-26T04:27:53.061Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:27:53.061Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.061Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297da991-007a-4974-9269-676de77bd57e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627273597242,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/basic_onboard_fyzlyg0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-07-26T04:27:53.061Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:27:53.061Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.061Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297da991-007a-4974-9269-676de77bd57e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627273598961,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-07-26T04:27:53.061Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:27:53.061Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.061Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297da991-007a-4974-9269-676de77bd57e",
"consumerID": "clamp",
"timestamp": 1627273599535,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/artifacts/service-BasicOnboardFyzlyg-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-26T04:27:53.062Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:27:53.062Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.062Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297da991-007a-4974-9269-676de77bd57e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627273600393,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-07-26T04:27:53.062Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:27:53.062Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.062Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297da991-007a-4974-9269-676de77bd57e",
"consumerID": "clamp",
"timestamp": 1627273600554,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/artifacts/service-BasicOnboardFyzlyg-csar.csar",
"status": "DEPLOY_OK"
}
2021-07-26T04:27:53.062Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:27:53.062Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.062Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297da991-007a-4974-9269-676de77bd57e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627273601412,
"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-26T04:27:53.065Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 297da991-007a-4974-9269-676de77bd57e
2021-07-26T04:27:53.065Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 297da991-007a-4974-9269-676de77bd57e 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-26T04:27:53.070Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.070Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297da991-007a-4974-9269-676de77bd57e",
"consumerID": "clamp",
"timestamp": 1627273601557,
"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-26T04:27:53.074Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 297da991-007a-4974-9269-676de77bd57e
2021-07-26T04:27:53.074Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 297da991-007a-4974-9269-676de77bd57e 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-26T04:27:53.080Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.080Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297da991-007a-4974-9269-676de77bd57e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627273602415,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/basic_onboard_fyzlyg0_modules.json",
"status": "DEPLOY_OK"
}
2021-07-26T04:27:53.080Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:27:53.080Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.080Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297da991-007a-4974-9269-676de77bd57e",
"consumerID": "aai-ml",
"timestamp": 1627273602784,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/artifacts/service-BasicOnboardFyzlyg-csar.csar",
"status": "DEPLOY_OK"
}
2021-07-26T04:27:53.080Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:27:53.080Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:27:53.080Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297da991-007a-4974-9269-676de77bd57e",
"consumerID": "aai-ml",
"timestamp": 1627273603789,
"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-26T04:27:53.083Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 297da991-007a-4974-9269-676de77bd57e
2021-07-26T04:27:53.084Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 297da991-007a-4974-9269-676de77bd57e 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-26T04:27:58.321Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/568a9b36-3223-44e4-a25a-09d68967bbda/model-vers/model-ver/01e49f9b-44fe-4ad6-8659-6c866007b3d8?depth=0
2021-07-26T04:27:58.434Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-07-26T04:27:58.992Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/568a9b36-3223-44e4-a25a-09d68967bbda/model-vers/model-ver/01e49f9b-44fe-4ad6-8659-6c866007b3d8?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-26T04:27:58.996Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/568a9b36-3223-44e4-a25a-09d68967bbda/model-vers/model-ver/01e49f9b-44fe-4ad6-8659-6c866007b3d8?depth=0|INFO|500||Invoke
2021-07-26T04:27:59.104Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/568a9b36-3223-44e4-a25a-09d68967bbda/model-vers/model-ver/01e49f9b-44fe-4ad6-8659-6c866007b3d8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-07-26T04:27:59.467Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/568a9b36-3223-44e4-a25a-09d68967bbda/model-vers/model-ver/01e49f9b-44fe-4ad6-8659-6c866007b3d8?depth=0|INFO|500||InvokeReturn
2021-07-26T04:27:59.467Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/568a9b36-3223-44e4-a25a-09d68967bbda/model-vers/model-ver/01e49f9b-44fe-4ad6-8659-6c866007b3d8?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210726-04:27:59:116-44396], vertex-id=[196664], Content-Length=[0], Date=[Mon, 26 Jul 2021 04:27:59 GMT], Content-Type=[application/json]}
2021-07-26T04:27:59.467Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2021-07-26T04:27:59.470Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-07-26T04:27:59.470Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-07-26T04:27:59.474Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-07-26T04:27:59.474Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 18cdb6f6-1c68-4217-a75f-4331aa13e2cb and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-07-26T04:27:59.475Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-07-26T04:27:59.475Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:27:59.476Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:27:59.477Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627273679474,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-26T04:27:59.577Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:27:59.577Z||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-26T04:27:59.577Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:27:59.586Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T04:27:59.586Z||pool-18-thread-1|||||INFO|500||cambria reply ok (9 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-26T04:28:00.486Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:28:00.486Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|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-26T04:28:00.486Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:28:04.791Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T04:28:04.792Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T04:28:04.792Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"297da991-007a-4974-9269-676de77bd57e","serviceName":"basic_onboard_FyzLyG","serviceVersion":"1.0","serviceUUID":"74399694-41e5-4126-a2d6-b0ea6eb46161","serviceDescription":"service","serviceInvariantUUID":"fcc8136d-88ba-4acc-a50a-f7c09f630ccc","resources":[{"resourceInstanceName":"basic_onboard_FyzLyG 0","resourceName":"basic_onboard_FyzLyG","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4ff8dab0-0ff0-4225-a8dc-87c9c777a4ea","resourceInvariantUUID":"7a05f395-b89b-469c-b6d5-056e3d26abc6","resourceCustomizationUUID":"68d77221-1084-4dc6-a671-08d436e0a21e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/vf-license-model.xml","artifactChecksum":"ZTMzM2VkOGRkMTAyYzk4YTg3ZDdmMDE4NmE4ODFmNTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2868dbaf-5dd8-4f28-a9bb-903ae55d5e92","artifactVersion":"1"},{"artifactName":"basic_onboard_fyzlyg0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/basic_onboard_fyzlyg0_modules.json","artifactChecksum":"ZDI1YTRiMDhjYjljYjI2Y2JjYzgwNTY1MjJlYWE5Njg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3ec5115a-00db-445a-9e86-386cef50c773","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"1f9ca66d-1692-431b-abd5-0ce049b60eaf","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4b0d53bc-6f97-4434-b97a-fefe845b20f4","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"5218d778-b890-44b7-a3f9-47bbf96c2341","artifactVersion":"2","generatedFromUUID":"1f9ca66d-1692-431b-abd5-0ce049b60eaf"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardFyzlyg-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/artifacts/service-BasicOnboardFyzlyg-template.yml","artifactChecksum":"NTJkMTE5ODc1Y2FkMGJiZTlkZGY2YjExMDgwMTkyM2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"97d8418a-c443-4449-8afc-c9928861e022","artifactVersion":"1"},{"artifactName":"service-BasicOnboardFyzlyg-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/artifacts/service-BasicOnboardFyzlyg-csar.csar","artifactChecksum":"M2NmNDZmOTEyMzFiMTkyNDlmMDEyNWM1MGIzNjlmYmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e5ec9265-ece4-490c-9544-17bdb9b6d34a","artifactVersion":"1"}],"workloadContext":"Production"}
2021-07-26T04:28:04.794Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-26T04:28:04.794Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:28:04.795Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:28:04.795Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "297da991-007a-4974-9269-676de77bd57e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627273680486,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-26T04:28:04.896Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-07-26T04:28:04.896Z||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-26T04:28:04.896Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:28:04.906Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T04:28:04.906Z||pool-19-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-07-26T04:28:05.796Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-26T04:28:05.796Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:28:05.798Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:28:05.798Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "297da991-007a-4974-9269-676de77bd57e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627273680486,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/basic_onboard_fyzlyg0_modules.json",
"status": "NOTIFIED"
}
2021-07-26T04:28:05.898Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:28:05.899Z||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-26T04:28:05.899Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:28:05.911Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T04:28:05.911Z||pool-20-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:28:06.798Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-26T04:28:06.799Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:28:06.800Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:28:06.800Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "297da991-007a-4974-9269-676de77bd57e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627273680486,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-07-26T04:28:06.901Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-07-26T04:28:06.901Z||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-26T04:28:06.901Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:28:06.909Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T04:28:06.909Z||pool-21-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:28:07.801Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-26T04:28:07.802Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:28:07.803Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:28:07.803Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "297da991-007a-4974-9269-676de77bd57e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627273680486,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-26T04:28:07.904Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-07-26T04:28:07.904Z||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-26T04:28:07.904Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:28:07.913Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T04:28:07.913Z||pool-22-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:28:08.804Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-26T04:28:08.804Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:28:08.806Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:28:08.806Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "297da991-007a-4974-9269-676de77bd57e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627273680486,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-07-26T04:28:08.906Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:28:08.907Z||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-26T04:28:08.907Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:28:08.915Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T04:28:08.916Z||pool-23-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:28:09.806Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-26T04:28:09.807Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:28:09.808Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:28:09.808Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "297da991-007a-4974-9269-676de77bd57e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627273680486,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/artifacts/service-BasicOnboardFyzlyg-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-26T04:28:09.908Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:28:09.909Z||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-26T04:28:09.909Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:28:09.918Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T04:28:09.918Z||pool-24-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:28:10.809Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-26T04:28:10.809Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:28:10.811Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:28:10.811Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "297da991-007a-4974-9269-676de77bd57e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627273680486,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/artifacts/service-BasicOnboardFyzlyg-csar.csar",
"status": "NOTIFIED"
}
2021-07-26T04:28:10.911Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:28:10.912Z||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-26T04:28:10.912Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:28:10.922Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T04:28:10.922Z||pool-25-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:28:11.812Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "297da991-007a-4974-9269-676de77bd57e",
"serviceName": "basic_onboard_FyzLyG",
"serviceVersion": "1.0",
"serviceUUID": "74399694-41e5-4126-a2d6-b0ea6eb46161",
"serviceDescription": "service",
"serviceInvariantUUID": "fcc8136d-88ba-4acc-a50a-f7c09f630ccc",
"resources": [
{
"resourceInstanceName": "basic_onboard_FyzLyG 0",
"resourceCustomizationUUID": "68d77221-1084-4dc6-a671-08d436e0a21e",
"resourceName": "basic_onboard_FyzLyG",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "4ff8dab0-0ff0-4225-a8dc-87c9c777a4ea",
"resourceInvariantUUID": "7a05f395-b89b-469c-b6d5-056e3d26abc6",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_fyzlyg0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/basic_onboard_fyzlyg0_modules.json",
"artifactChecksum": "ZDI1YTRiMDhjYjljYjI2Y2JjYzgwNTY1MjJlYWE5Njg\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "3ec5115a-00db-445a-9e86-386cef50c773",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "1f9ca66d-1692-431b-abd5-0ce049b60eaf",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "5218d778-b890-44b7-a3f9-47bbf96c2341",
"generatedFromUUID": "1f9ca66d-1692-431b-abd5-0ce049b60eaf"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "5218d778-b890-44b7-a3f9-47bbf96c2341",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardFyzlyg-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/artifacts/service-BasicOnboardFyzlyg-csar.csar",
"artifactChecksum": "M2NmNDZmOTEyMzFiMTkyNDlmMDEyNWM1MGIzNjlmYmQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "e5ec9265-ece4-490c-9544-17bdb9b6d34a"
}
],
"workloadContext": "Production"
}
2021-07-26T04:28:11.813Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-07-26T04:28:11.813Z|18cdb6f6-1c68-4217-a75f-4331aa13e2cb|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 74399694-41e5-4126-a2d6-b0ea6eb46161 ASDC
2021-07-26T04:28:11.814Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:297da991-007a-4974-9269-676de77bd57e
ServiceName:basic_onboard_FyzLyG
ServiceVersion:1.0
ServiceUUID:74399694-41e5-4126-a2d6-b0ea6eb46161
ServiceInvariantUUID:fcc8136d-88ba-4acc-a50a-f7c09f630ccc
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardFyzlyg-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/artifacts/service-BasicOnboardFyzlyg-csar.csar
ArtifactUUID:e5ec9265-ece4-490c-9544-17bdb9b6d34a
ArtifactChecksum:M2NmNDZmOTEyMzFiMTkyNDlmMDEyNWM1MGIzNjlmYmQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_FyzLyG 0
ResourceCustomizationUUID:68d77221-1084-4dc6-a671-08d436e0a21e
ResourceInvariantUUID:7a05f395-b89b-469c-b6d5-056e3d26abc6
ResourceName:basic_onboard_FyzLyG
ResourceType:VF
ResourceUUID:4ff8dab0-0ff0-4225-a8dc-87c9c777a4ea
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_fyzlyg0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/basic_onboard_fyzlyg0_modules.json
ArtifactUUID:3ec5115a-00db-445a-9e86-386cef50c773
ArtifactChecksum:ZDI1YTRiMDhjYjljYjI2Y2JjYzgwNTY1MjJlYWE5Njg=
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/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/base_ubuntu18.yaml
ArtifactUUID:1f9ca66d-1692-431b-abd5-0ce049b60eaf
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/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/base_ubuntu18.env
ArtifactUUID:5218d778-b890-44b7-a3f9-47bbf96c2341
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/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/base_ubuntu18.env
ArtifactUUID:5218d778-b890-44b7-a3f9-47bbf96c2341
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-07-26T04:28:11.814Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 74399694-41e5-4126-a2d6-b0ea6eb46161 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-07-26T04:28:11.840Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-26T04:28:11.840Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-07-26T04:28:11.841Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-07-26T04:28:11.841Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: e5ec9265-ece4-490c-9544-17bdb9b6d34a from URL: /sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/artifacts/service-BasicOnboardFyzlyg-csar.csar
2021-07-26T04:28:11.841Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-07-26T04:28:11.841Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/artifacts/service-BasicOnboardFyzlyg-csar.csar
2021-07-26T04:28:12.845Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-07-26T04:28:12.849Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/artifacts/service-BasicOnboardFyzlyg-csar.csar e5ec9265-ece4-490c-9544-17bdb9b6d34a 71384
2021-07-26T04:28:12.849Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/artifacts/service-BasicOnboardFyzlyg-csar.csar ASDC sendASDCNotification
2021-07-26T04:28:12.849Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/artifacts/service-BasicOnboardFyzlyg-csar.csar
2021-07-26T04:28:12.849Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-26T04:28:12.850Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:28:12.851Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:28:12.851Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "297da991-007a-4974-9269-676de77bd57e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627273692849,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/artifacts/service-BasicOnboardFyzlyg-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-26T04:28:12.952Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:28:12.952Z||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-26T04:28:12.952Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:28:12.960Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T04:28:12.960Z||pool-26-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:28:13.852Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-26T04:28:13.853Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-07-26T04:28:13.853Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: e5ec9265-ece4-490c-9544-17bdb9b6d34a, URL: /sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/artifacts/service-BasicOnboardFyzlyg-csar.csar to file: /app/ASDC/1/service-BasicOnboardFyzlyg-csar.csar
2021-07-26T04:28:13.854Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardFyzlyg-csar.csar
2021-07-26T04:28:13.854Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardFyzlyg-csar.csar
2021-07-26T04:28:13.855Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardFyzlyg-csar.csar
2021-07-26T04:28:14.187Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17079134550614918251/Definitions/service-BasicOnboardFyzlyg-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-26T04:28:15.412Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-07-26T04:28:15.412Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-07-26T04:28:15.412Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardFyzlyg-csar.csar
2021-07-26T04:28:15.412Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-07-26T04:28:15.413Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_FyzLyG 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-BasicOnboardFyzlyg-csar.csar
2021-07-26T04:28:15.413Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardFyzlyg-csar.csar
2021-07-26T04:28:15.413Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardFyzlyg-csar.csar
2021-07-26T04:28:15.413Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardFyzlyg-csar.csar
2021-07-26T04:28:15.413Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardFyzlyg-csar.csar
2021-07-26T04:28:15.413Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardFyzlyg-csar.csar
2021-07-26T04:28:15.413Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardFyzlyg-csar.csar
2021-07-26T04:28:15.414Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardFyzlyg-csar.csar
2021-07-26T04:28:15.414Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardFyzlyg-csar.csar
2021-07-26T04:28:15.414Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-07-26T04:28:15.414Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-26T04:28:15.414Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_FyzLyG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:28:15.414Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_FyzLyG 0 is matching search criteria
2021-07-26T04:28:15.415Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-07-26T04:28:15.415Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_FyzLyG 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-26T04:28:15.415Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-26T04:28:15.415Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_FyzLyG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:28:15.415Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_FyzLyG 0 is matching search criteria
2021-07-26T04:28:15.416Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-07-26T04:28:15.416Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_FyzLyG 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-26T04:28:15.416Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-26T04:28:15.416Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_FyzLyG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:28:15.416Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-26T04:28:15.417Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_FyzLyG 0 is not matching search criteria
2021-07-26T04:28:15.417Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-07-26T04:28:15.417Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-07-26T04:28:15.417Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-07-26T04:28:15.417Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-07-26T04:28:15.418Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-07-26T04:28:15.418Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-26T04:28:15.418Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_FyzLyG is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-07-26T04:28:15.418Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-26T04:28:15.419Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_FyzLyG 0 is matching search criteria
2021-07-26T04:28:15.419Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_FyzLyG 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-26T04:28:15.419Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-26T04:28:15.419Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_FyzLyG 0 is matching search criteria
2021-07-26T04:28:15.420Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_FyzLyG 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-26T04:28:15.420Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-26T04:28:15.420Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_FyzLyG 0 is matching search criteria
2021-07-26T04:28:15.420Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_FyzLyG 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-26T04:28:15.420Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-26T04:28:15.421Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_FyzLyG 0 is not matching search criteria
2021-07-26T04:28:15.421Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-07-26T04:28:15.421Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-07-26T04:28:15.421Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=fe946b5e-4c74-4cf2-b608-4016fbf953ab
2021-07-26T04:28:15.421Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-26T04:28:15.422Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_FyzLyG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:28:15.422Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-26T04:28:15.422Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_FyzLyG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:28:15.422Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-26T04:28:15.422Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_FyzLyG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:28:15.422Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-26T04:28:15.423Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_FyzLyG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:28:15.423Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_FyzLyG
Description:service
Model UUID:74399694-41e5-4126-a2d6-b0ea6eb46161
Model Version:NULL
Model InvariantUuid:fcc8136d-88ba-4acc-a50a-f7c09f630ccc
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_FyzLyG
Model UUID:cd80cdb7-c1b0-4598-b185-6fa6b3dd95d8
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:7a05f395-b89b-469c-b6d5-056e3d26abc6
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:68d77221-1084-4dc6-a671-08d436e0a21e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:76825f32-4fa7-4c8d-bc45-288dbde25556
ModelName:BasicOnboardFyzlyg..base_ubuntu18..module-0
ModelUuid:accf488f-ffa4-426f-a817-02db37c4af50
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:fe946b5e-4c74-4cf2-b608-4016fbf953ab
ModelInvariantUuid:73a00237-26c6-4613-a738-6ed38b7bc6a3
ModelName:basic_onboard_FyzLyG-nodes.ubuntu18Cvfc
ModelUuid:40676d11-0320-4f0e-85ab-60926b1c18ea
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:0d61e31f-1029-4b2d-808e-2a71c58a0f4b
ModelInvariantUuid:0ff0b0c7-5374-406d-842a-169bc48cd51a
ModelName:BasicOnboardFyzlyg.compute.nodes.heat.ubuntu18
ModelUuid:44701c6d-d3e2-4bff-b6b6-0b6629fda604
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-26T04:28:15.429Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 4ff8dab0-0ff0-4225-a8dc-87c9c777a4ea
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-26T04:28:15.431Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||INFO|500||basic_onboard_FyzLyG 0
2021-07-26T04:28:15.431Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4ff8dab0-0ff0-4225-a8dc-87c9c777a4ea
2021-07-26T04:28:15.432Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 3ec5115a-00db-445a-9e86-386cef50c773 from URL: /sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/basic_onboard_fyzlyg0_modules.json
2021-07-26T04:28:15.432Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-07-26T04:28:15.432Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/basic_onboard_fyzlyg0_modules.json
2021-07-26T04:28:16.253Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-07-26T04:28:16.253Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/basic_onboard_fyzlyg0_modules.json 3ec5115a-00db-445a-9e86-386cef50c773 798
2021-07-26T04:28:16.253Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/basic_onboard_fyzlyg0_modules.json ASDC sendASDCNotification
2021-07-26T04:28:16.253Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/basic_onboard_fyzlyg0_modules.json
2021-07-26T04:28:16.253Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-26T04:28:16.253Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:28:16.255Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:28:16.255Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "297da991-007a-4974-9269-676de77bd57e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627273696253,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/basic_onboard_fyzlyg0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-07-26T04:28:16.355Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:28:16.356Z||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-26T04:28:16.356Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:28:16.364Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T04:28:16.364Z||pool-27-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:28:17.255Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardFyzlyg..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "76825f32-4fa7-4c8d-bc45-288dbde25556",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "accf488f-ffa4-426f-a817-02db37c4af50",
"vfModuleModelCustomizationUUID": "ba3a6e69-25c8-4535-a9e6-3d6791d7399b",
"isBase": true,
"artifacts": [
"1f9ca66d-1692-431b-abd5-0ce049b60eaf",
"5218d778-b890-44b7-a3f9-47bbf96c2341"
],
"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-26T04:28:17.259Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardFyzlyg..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:accf488f-ffa4-426f-a817-02db37c4af50
VfModuleModelInvariantUUID:76825f32-4fa7-4c8d-bc45-288dbde25556
VfModuleModelDescription:NULL
Artifacts UUID List:{
1f9ca66d-1692-431b-abd5-0ce049b60eaf
,
5218d778-b890-44b7-a3f9-47bbf96c2341
}
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-26T04:28:17.260Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardFyzlyg..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "76825f32-4fa7-4c8d-bc45-288dbde25556",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "accf488f-ffa4-426f-a817-02db37c4af50",
"vfModuleModelCustomizationUUID": "ba3a6e69-25c8-4535-a9e6-3d6791d7399b",
"isBase": true,
"artifacts": [
"1f9ca66d-1692-431b-abd5-0ce049b60eaf",
"5218d778-b890-44b7-a3f9-47bbf96c2341"
],
"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-26T04:28:17.260Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardFyzlyg..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:accf488f-ffa4-426f-a817-02db37c4af50
VfModuleModelInvariantUUID:76825f32-4fa7-4c8d-bc45-288dbde25556
VfModuleModelDescription:NULL
Artifacts UUID List:{
1f9ca66d-1692-431b-abd5-0ce049b60eaf
,
5218d778-b890-44b7-a3f9-47bbf96c2341
}
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-26T04:28:17.260Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 1f9ca66d-1692-431b-abd5-0ce049b60eaf from URL: /sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/base_ubuntu18.yaml
2021-07-26T04:28:17.260Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-07-26T04:28:17.261Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/base_ubuntu18.yaml
2021-07-26T04:28:17.950Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-07-26T04:28:17.950Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/base_ubuntu18.yaml 1f9ca66d-1692-431b-abd5-0ce049b60eaf 5033
2021-07-26T04:28:17.950Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-07-26T04:28:17.950Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/base_ubuntu18.yaml
2021-07-26T04:28:17.951Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-26T04:28:17.951Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:28:17.952Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:28:17.952Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "297da991-007a-4974-9269-676de77bd57e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627273697950,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-07-26T04:28:18.052Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:28:18.053Z||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-26T04:28:18.053Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:28:18.062Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T04:28:18.062Z||pool-28-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:28:18.953Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 5218d778-b890-44b7-a3f9-47bbf96c2341 from URL: /sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/base_ubuntu18.env
2021-07-26T04:28:18.954Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-07-26T04:28:18.954Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/base_ubuntu18.env
2021-07-26T04:28:19.555Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-07-26T04:28:19.555Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/base_ubuntu18.env 5218d778-b890-44b7-a3f9-47bbf96c2341 909
2021-07-26T04:28:19.555Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-07-26T04:28:19.555Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/base_ubuntu18.env
2021-07-26T04:28:19.555Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-26T04:28:19.556Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:28:19.557Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:28:19.557Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "297da991-007a-4974-9269-676de77bd57e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627273699555,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-07-26T04:28:19.657Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:28:19.658Z||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-26T04:28:19.658Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:28:19.666Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T04:28:19.667Z||pool-29-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:28:20.557Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 74399694-41e5-4126-a2d6-b0ea6eb46161
2021-07-26T04:28:20.558Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_FyzLyG 0 4ff8dab0-0ff0-4225-a8dc-87c9c777a4ea 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-26T04:28:20.569Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-26T04:28:20.569Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_FyzLyG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:28:20.569Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic
2021-07-26T04:28:20.569Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 68d77221-1084-4dc6-a671-08d436e0a21e
2021-07-26T04:28:20.569Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 68d77221-1084-4dc6-a671-08d436e0a21e matches Tosca VF Customization UUID: 68d77221-1084-4dc6-a671-08d436e0a21e
2021-07-26T04:28:20.570Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 68d77221-1084-4dc6-a671-08d436e0a21e 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-26T04:28:20.571Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-26T04:28:20.572Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_FyzLyG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:28:20.572Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 68d77221-1084-4dc6-a671-08d436e0a21e: {\"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-26T04:28:20.572Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2c4cd8a5
2021-07-26T04:28:20.573Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-26T04:28:20.573Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_FyzLyG is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-07-26T04:28:20.573Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ba3a6e69-25c8-4535-a9e6-3d6791d7399b
2021-07-26T04:28:20.573Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ba3a6e69-25c8-4535-a9e6-3d6791d7399b
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-26T04:28:20.575Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-26T04:28:20.575Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_FyzLyG 0 is matching search criteria
2021-07-26T04:28:20.575Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_FyzLyG 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-26T04:28:20.576Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-26T04:28:20.576Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_FyzLyG 0 is matching search criteria
2021-07-26T04:28:20.576Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_FyzLyG 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-26T04:28:20.576Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-26T04:28:20.576Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_FyzLyG 0 is not matching search criteria
2021-07-26T04:28:20.577Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-07-26T04:28:20.577Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-07-26T04:28:20.577Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=fe946b5e-4c74-4cf2-b608-4016fbf953ab
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-26T04:28:20.579Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-26T04:28:20.579Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_FyzLyG 0 is matching search criteria
2021-07-26T04:28:20.579Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_FyzLyG 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-26T04:28:20.579Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-26T04:28:20.579Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_FyzLyG 0 is matching search criteria
2021-07-26T04:28:20.580Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_FyzLyG 0] matching following query criteria: sdcType=VF, customizationUUID=68d77221-1084-4dc6-a671-08d436e0a21e
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-26T04:28:20.581Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-26T04:28:20.581Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_FyzLyG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:28:20.581Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 74399694-41e5-4126-a2d6-b0ea6eb46161: basic_onboard_FyzLyG
2021-07-26T04:28:20.582Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-26T04:28:20.582Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_FyzLyG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:28:20.582Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-26T04:28:20.582Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_FyzLyG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:28:20.582Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-26T04:28:20.583Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_FyzLyG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:28:20.583Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-26T04:28:20.583Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_FyzLyG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:28:20.583Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-26T04:28:20.583Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_FyzLyG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:28:20.583Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||INFO|500||Saving Service: basic_onboard_FyzLyG
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-26T04:28:20.641Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_FyzLyG 4ff8dab0-0ff0-4225-a8dc-87c9c777a4ea 1 ASDC deployResourceStructure
2021-07-26T04:28:20.641Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/basic_onboard_fyzlyg0_modules.json ASDC sendASDCNotification
2021-07-26T04:28:20.642Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/basic_onboard_fyzlyg0_modules.json
2021-07-26T04:28:20.642Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-26T04:28:20.642Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:28:20.643Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:28:20.643Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "297da991-007a-4974-9269-676de77bd57e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627273700641,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/basic_onboard_fyzlyg0_modules.json",
"status": "DEPLOY_OK"
}
2021-07-26T04:28:20.743Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:28:20.744Z||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-26T04:28:20.744Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:28:20.752Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T04:28:20.752Z||pool-30-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1}
2021-07-26T04:28:21.644Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-07-26T04:28:21.645Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/base_ubuntu18.yaml
2021-07-26T04:28:21.645Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-26T04:28:21.645Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:28:21.646Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:28:21.646Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "297da991-007a-4974-9269-676de77bd57e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627273701644,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-07-26T04:28:21.747Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:28:21.747Z||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-26T04:28:21.747Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:28:21.755Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T04:28:21.755Z||pool-31-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:28:22.647Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-07-26T04:28:22.647Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/base_ubuntu18.env
2021-07-26T04:28:22.648Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-26T04:28:22.648Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:28:22.649Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:28:22.649Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "297da991-007a-4974-9269-676de77bd57e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627273702647,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-07-26T04:28:22.750Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:28:22.750Z||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-26T04:28:22.750Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:28:22.760Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T04:28:22.760Z||pool-32-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:28:23.650Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/artifacts/service-BasicOnboardFyzlyg-csar.csar ASDC sendASDCNotification
2021-07-26T04:28:23.651Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/artifacts/service-BasicOnboardFyzlyg-csar.csar
2021-07-26T04:28:23.651Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-26T04:28:23.651Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:28:23.653Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:28:23.653Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "297da991-007a-4974-9269-676de77bd57e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627273703650,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/artifacts/service-BasicOnboardFyzlyg-csar.csar",
"status": "DEPLOY_OK"
}
2021-07-26T04:28:23.753Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:28:23.754Z||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-26T04:28:23.754Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:28:23.762Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T04:28:23.762Z||pool-33-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:28:24.654Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 297da991-007a-4974-9269-676de77bd57e
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-26T04:28:24.662Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 297da991-007a-4974-9269-676de77bd57e
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-26T04:28:24.665Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-26T04:28:24.665Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-07-26T04:28:24.665Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-07-26T04:28:24.665Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-07-26T04:28:24.665Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-07-26T04:28:24.665Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-07-26T04:28:24.665Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-07-26T04:28:24.665Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-07-26T04:28:24.665Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-07-26T04:28:24.666Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-07-26T04:28:24.666Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-07-26T04:28:24.670Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-07-26T04:28:52.487Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:28:52.488Z||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-26T04:28:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:28:53.107Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T04:28:53.108Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:28:53.108Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "18cdb6f6-1c68-4217-a75f-4331aa13e2cb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627273679474,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-26T04:28:53.108Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:28:53.108Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:28:53.109Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297da991-007a-4974-9269-676de77bd57e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627273680486,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-26T04:28:53.109Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-26T04:28:53.109Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:28:53.109Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297da991-007a-4974-9269-676de77bd57e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627273680486,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/basic_onboard_fyzlyg0_modules.json",
"status": "NOTIFIED"
}
2021-07-26T04:28:53.109Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-26T04:28:53.109Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:28:53.109Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297da991-007a-4974-9269-676de77bd57e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627273680486,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-07-26T04:28:53.109Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-26T04:28:53.109Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:28:53.109Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297da991-007a-4974-9269-676de77bd57e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627273680486,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-26T04:28:53.109Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-26T04:28:53.109Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:28:53.109Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297da991-007a-4974-9269-676de77bd57e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627273680486,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-07-26T04:28:53.109Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-26T04:28:53.109Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:28:53.110Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297da991-007a-4974-9269-676de77bd57e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627273680486,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/artifacts/service-BasicOnboardFyzlyg-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-26T04:28:53.110Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-26T04:28:53.110Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:28:53.110Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297da991-007a-4974-9269-676de77bd57e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627273680486,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/artifacts/service-BasicOnboardFyzlyg-csar.csar",
"status": "NOTIFIED"
}
2021-07-26T04:28:53.110Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-26T04:28:53.110Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:28:53.110Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297da991-007a-4974-9269-676de77bd57e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627273692849,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/artifacts/service-BasicOnboardFyzlyg-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-26T04:28:53.110Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:28:53.110Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:28:53.110Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297da991-007a-4974-9269-676de77bd57e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627273696253,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/basic_onboard_fyzlyg0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-07-26T04:28:53.110Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:28:53.111Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:28:53.111Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297da991-007a-4974-9269-676de77bd57e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627273697950,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-07-26T04:28:53.111Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:28:53.111Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:28:53.111Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297da991-007a-4974-9269-676de77bd57e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627273699555,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-07-26T04:28:53.111Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:28:53.111Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:28:53.111Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297da991-007a-4974-9269-676de77bd57e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627273700641,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/basic_onboard_fyzlyg0_modules.json",
"status": "DEPLOY_OK"
}
2021-07-26T04:28:53.111Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:28:53.111Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:28:53.111Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297da991-007a-4974-9269-676de77bd57e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627273701644,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-07-26T04:28:53.111Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:28:53.111Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:28:53.111Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297da991-007a-4974-9269-676de77bd57e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627273702647,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/resourceInstances/basic_onboard_fyzlyg0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-07-26T04:28:53.111Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:28:53.111Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:28:53.111Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297da991-007a-4974-9269-676de77bd57e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627273703650,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFyzlyg/1.0/artifacts/service-BasicOnboardFyzlyg-csar.csar",
"status": "DEPLOY_OK"
}
2021-07-26T04:28:53.111Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:28:54.670Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 297da991-007a-4974-9269-676de77bd57e 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-26T04:28:54.675Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 297da991-007a-4974-9269-676de77bd57e and serviceModelVersionId: 74399694-41e5-4126-a2d6-b0ea6eb46161
2021-07-26T04:28:54.675Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fcc8136d-88ba-4acc-a50a-f7c09f630ccc
2021-07-26T04:28:54.676Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fcc8136d-88ba-4acc-a50a-f7c09f630ccc/model-vers/model-ver/74399694-41e5-4126-a2d6-b0ea6eb46161?depth=0
2021-07-26T04:28:54.680Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-07-26T04:28:54.725Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fcc8136d-88ba-4acc-a50a-f7c09f630ccc/model-vers/model-ver/74399694-41e5-4126-a2d6-b0ea6eb46161?depth=0|INFO|500||Invoke
2021-07-26T04:28:54.726Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fcc8136d-88ba-4acc-a50a-f7c09f630ccc/model-vers/model-ver/74399694-41e5-4126-a2d6-b0ea6eb46161?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fcc8136d-88ba-4acc-a50a-f7c09f630ccc/model-vers/model-ver/74399694-41e5-4126-a2d6-b0ea6eb46161?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[297da991-007a-4974-9269-676de77bd57e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[62720a4d-d493-42b6-8e15-cb05ba3b1bc5], X-ECOMP-RequestID=[297da991-007a-4974-9269-676de77bd57e], X-TransactionId=[], X-ONAP-RequestID=[297da991-007a-4974-9269-676de77bd57e], Content-Type=[application/merge-patch+json]}
2021-07-26T04:28:54.749Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fcc8136d-88ba-4acc-a50a-f7c09f630ccc/model-vers/model-ver/74399694-41e5-4126-a2d6-b0ea6eb46161?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-07-26T04:28:55.244Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fcc8136d-88ba-4acc-a50a-f7c09f630ccc/model-vers/model-ver/74399694-41e5-4126-a2d6-b0ea6eb46161?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/fcc8136d-88ba-4acc-a50a-f7c09f630ccc/model-vers/model-ver/74399694-41e5-4126-a2d6-b0ea6eb46161?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210726-04:28:54:760-52258], vertex-id=[213080], Content-Length=[0], Date=[Mon, 26 Jul 2021 04:28:54 GMT], Content-Type=[application/json]}
2021-07-26T04:28:55.244Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fcc8136d-88ba-4acc-a50a-f7c09f630ccc/model-vers/model-ver/74399694-41e5-4126-a2d6-b0ea6eb46161?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-07-26T04:28:55.245Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fcc8136d-88ba-4acc-a50a-f7c09f630ccc/model-vers/model-ver/74399694-41e5-4126-a2d6-b0ea6eb46161?depth=0|INFO|500||InvokeReturn
2021-07-26T04:28:55.245Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-07-26T04:28:55.245Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-07-26T04:28:55.249Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-07-26T04:28:55.249Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 297da991-007a-4974-9269-676de77bd57e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-07-26T04:28:55.249Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-07-26T04:28:55.249Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:28:55.251Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:28:55.251Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "297da991-007a-4974-9269-676de77bd57e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627273735249,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-26T04:28:55.351Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:28:55.351Z||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-26T04:28:55.352Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:28:55.361Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T04:28:55.361Z||pool-34-thread-1|||||INFO|500||cambria reply ok (10 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-26T04:28:56.263Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:28:56.263Z|297da991-007a-4974-9269-676de77bd57e|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-26T04:28:56.263Z|297da991-007a-4974-9269-676de77bd57e|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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:29:05.806Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T04:29:05.806Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:29:05.807Z|297da991-007a-4974-9269-676de77bd57e|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-26T04:29:05.807Z|297da991-007a-4974-9269-676de77bd57e|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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:29:15.343Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T04:29:15.344Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:29:15.344Z|297da991-007a-4974-9269-676de77bd57e|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-26T04:29:15.344Z|297da991-007a-4974-9269-676de77bd57e|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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:29:24.884Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T04:29:52.486Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:29:52.486Z|297da991-007a-4974-9269-676de77bd57e|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-26T04:29:52.486Z|297da991-007a-4974-9269-676de77bd57e|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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:29:52.487Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:29:52.488Z||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-26T04:29:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:29:53.112Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T04:29:53.113Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-26T04:29:53.113Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297da991-007a-4974-9269-676de77bd57e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627273735249,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-26T04:29:53.113Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:30:02.030Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T04:30:52.486Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:30:52.486Z||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-26T04:30:52.487Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:30:52.487Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:30:52.488Z||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-26T04:30:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:31:02.023Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T04:31:02.033Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T04:31:52.486Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:31:52.486Z||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-26T04:31:52.486Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:31:52.487Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:31:52.488Z||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-26T04:31:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:32:02.024Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T04:32:02.025Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T04:32:52.486Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:32:52.486Z||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-26T04:32:52.486Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:32:52.487Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:32:52.488Z||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-26T04:32:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:33:02.028Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T04:33:02.029Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T04:33:52.486Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:33:52.486Z|297da991-007a-4974-9269-676de77bd57e|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-26T04:33:52.486Z|297da991-007a-4974-9269-676de77bd57e|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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:33:52.487Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:33:52.488Z||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-26T04:33:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:34:02.033Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T04:34:02.034Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T04:34:52.486Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:34:52.486Z|297da991-007a-4974-9269-676de77bd57e|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-26T04:34:52.486Z|297da991-007a-4974-9269-676de77bd57e|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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:34:52.487Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:34:52.488Z||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-26T04:34:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:35:02.024Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T04:35:02.025Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T04:35:52.486Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:35:52.486Z|297da991-007a-4974-9269-676de77bd57e|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-26T04:35:52.487Z|297da991-007a-4974-9269-676de77bd57e|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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:35:52.487Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:35:52.488Z||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-26T04:35:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:35:56.988Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T04:35:56.989Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T04:35:56.989Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"faedbe64-5cb5-4289-9ce5-189d024e266e","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"70c3e122-74b2-4924-bd88-5cfde9def436","serviceDescription":"service","serviceInvariantUUID":"80dfcaf2-c022-440c-8246-c855f777d522","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"92c9a32d-ba0f-4659-9555-9e6e79567ff1","resourceInvariantUUID":"9091a329-7288-43af-af8f-e5b3f9a24559","resourceCustomizationUUID":"6a37922f-10bb-43bd-9b40-4516f706a0c7","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":"MTU1NDIxOGZlNmYwZDM1MzU5NThjNThkYWQ2OGQ0M2Y\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c40074d5-02c5-4e4d-9a50-51f2b094b826","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YTE2MTE4NTQ1MTc2ZThlZmQxM2U4MzY5MWZkMDA4YjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"125fce81-5d90-4f20-87cf-3722dc4188d7","artifactVersion":"1"}],"workloadContext":"Production"}
2021-07-26T04:35:56.991Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-26T04:35:56.991Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:35:56.992Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:35:56.992Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "faedbe64-5cb5-4289-9ce5-189d024e266e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627274152486,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-26T04:35:57.093Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:35:57.093Z||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-26T04:35:57.093Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:35:57.109Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T04:35:57.109Z||pool-35-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":6,"count":1}
2021-07-26T04:35:57.221Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T04:35:57.221Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:35:57.221Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "faedbe64-5cb5-4289-9ce5-189d024e266e",
"consumerID": "dcae-sch",
"timestamp": 1627274156222,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-26T04:35:57.222Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-07-26T04:35:57.222Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:35:57.222Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "faedbe64-5cb5-4289-9ce5-189d024e266e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627274152486,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-26T04:35:57.222Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-07-26T04:35:57.993Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-26T04:35:57.994Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:35:57.995Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:35:57.995Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "faedbe64-5cb5-4289-9ce5-189d024e266e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627274152486,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-07-26T04:35:58.095Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:35:58.096Z||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-26T04:35:58.096Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:35:58.103Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T04:35:58.103Z||pool-36-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":1,"count":1}
2021-07-26T04:35:58.996Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "faedbe64-5cb5-4289-9ce5-189d024e266e",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "70c3e122-74b2-4924-bd88-5cfde9def436",
"serviceDescription": "service",
"serviceInvariantUUID": "80dfcaf2-c022-440c-8246-c855f777d522",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "6a37922f-10bb-43bd-9b40-4516f706a0c7",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "92c9a32d-ba0f-4659-9555-9e6e79567ff1",
"resourceInvariantUUID": "9091a329-7288-43af-af8f-e5b3f9a24559",
"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": "YTE2MTE4NTQ1MTc2ZThlZmQxM2U4MzY5MWZkMDA4YjE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "125fce81-5d90-4f20-87cf-3722dc4188d7"
}
],
"workloadContext": "Production"
}
2021-07-26T04:35:58.996Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-07-26T04:35:58.996Z|297da991-007a-4974-9269-676de77bd57e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 70c3e122-74b2-4924-bd88-5cfde9def436 ASDC
2021-07-26T04:35:58.997Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:faedbe64-5cb5-4289-9ce5-189d024e266e
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:70c3e122-74b2-4924-bd88-5cfde9def436
ServiceInvariantUUID:80dfcaf2-c022-440c-8246-c855f777d522
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:125fce81-5d90-4f20-87cf-3722dc4188d7
ArtifactChecksum:YTE2MTE4NTQ1MTc2ZThlZmQxM2U4MzY5MWZkMDA4YjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:6a37922f-10bb-43bd-9b40-4516f706a0c7
ResourceInvariantUUID:9091a329-7288-43af-af8f-e5b3f9a24559
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:92c9a32d-ba0f-4659-9555-9e6e79567ff1
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2021-07-26T04:35:58.997Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 70c3e122-74b2-4924-bd88-5cfde9def436 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-26T04:35:59.017Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-26T04:35:59.018Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-07-26T04:35:59.018Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-07-26T04:35:59.018Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 125fce81-5d90-4f20-87cf-3722dc4188d7 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-07-26T04:35:59.018Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-07-26T04:35:59.018Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-07-26T04:35:59.949Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-07-26T04:35:59.951Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 125fce81-5d90-4f20-87cf-3722dc4188d7 52175
2021-07-26T04:35:59.951Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||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-26T04:35:59.951Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||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-26T04:35:59.951Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-26T04:35:59.952Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:35:59.953Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:35:59.953Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "faedbe64-5cb5-4289-9ce5-189d024e266e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627274159951,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-26T04:36:00.053Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:36:00.054Z||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-26T04:36:00.054Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:36:00.062Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T04:36:00.062Z||pool-37-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:36:00.953Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-26T04:36:00.955Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-07-26T04:36:00.955Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 125fce81-5d90-4f20-87cf-3722dc4188d7, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-07-26T04:36:00.955Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-07-26T04:36:00.956Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-07-26T04:36:00.956Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-07-26T04:36:01.029Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1972797290914048072/Definitions/service-BasicNetwork-template.yml
2021-07-26T04:36:01.373Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-07-26T04:36:01.373Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-07-26T04:36:01.374Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-07-26T04:36:01.374Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-07-26T04:36:01.374Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||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-26T04:36:01.374Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||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-26T04:36:01.374Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||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-26T04:36:01.374Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||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-26T04:36:01.374Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-07-26T04:36:01.374Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||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-26T04:36:01.374Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||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-26T04:36:01.374Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||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-26T04:36:01.374Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-07-26T04:36:01.374Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-26T04:36:01.374Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:36:01.374Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-07-26T04:36:01.375Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-07-26T04:36:01.375Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-26T04:36:01.375Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-26T04:36:01.375Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:36:01.375Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-07-26T04:36:01.375Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-07-26T04:36:01.375Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-26T04:36:01.375Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-26T04:36:01.375Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:36:01.375Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-26T04:36:01.375Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:36:01.376Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-26T04:36:01.376Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:36:01.376Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-26T04:36:01.376Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:36:01.376Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-26T04:36:01.376Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:36:01.377Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:70c3e122-74b2-4924-bd88-5cfde9def436
Model Version:NULL
Model InvariantUuid:80dfcaf2-c022-440c-8246-c855f777d522
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:9091a329-7288-43af-af8f-e5b3f9a24559
Model UUID:420a44ac-0ac4-4769-898f-693ec5acd2cf
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:6a37922f-10bb-43bd-9b40-4516f706a0c7
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-26T04:36:01.383Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||INFO|500||Processing Resource Type: VL, Model UUID: 92c9a32d-ba0f-4659-9555-9e6e79567ff1
2021-07-26T04:36:01.384Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||INFO|500||No resources found for Service: 70c3e122-74b2-4924-bd88-5cfde9def436
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-26T04:36:01.388Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||INFO|500||
2021-07-26T04:36:01.388Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2021-07-26T04:36:01.388Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 70c3e122-74b2-4924-bd88-5cfde9def436
2021-07-26T04:36:01.388Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 70c3e122-74b2-4924-bd88-5cfde9def436
2021-07-26T04:36:01.388Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2021-07-26T04:36:01.389Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||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-26T04:36:01.394Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-26T04:36:01.394Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:36:01.394Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-26T04:36:01.394Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:36:01.395Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 70c3e122-74b2-4924-bd88-5cfde9def436: Generic NeutronNet
2021-07-26T04:36:01.395Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-26T04:36:01.395Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:36:01.395Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-26T04:36:01.395Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||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-26T04:36:01.421Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-26T04:36:01.421Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:36:01.422Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-26T04:36:01.422Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:36:01.422Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-26T04:36:01.422Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:36:01.422Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||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-26T04:36:01.477Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2021-07-26T04:36:01.478Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||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-26T04:36:01.478Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||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-26T04:36:01.478Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-26T04:36:01.478Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:36:01.479Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:36:01.480Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "faedbe64-5cb5-4289-9ce5-189d024e266e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627274161478,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-07-26T04:36:01.580Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:36:01.580Z||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-26T04:36:01.580Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:36:01.589Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T04:36:01.589Z||pool-38-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:36:02.480Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: faedbe64-5cb5-4289-9ce5-189d024e266e
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-26T04:36:02.490Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: faedbe64-5cb5-4289-9ce5-189d024e266e
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-26T04:36:02.491Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-26T04:36:02.491Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-26T04:36:02.492Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-26T04:36:32.492Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: faedbe64-5cb5-4289-9ce5-189d024e266e
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-26T04:36:32.499Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: faedbe64-5cb5-4289-9ce5-189d024e266e
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-26T04:36:32.501Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-26T04:36:32.501Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-26T04:36:32.501Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-26T04:36:52.487Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:36:52.488Z||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-26T04:36:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:36:52.504Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T04:36:52.504Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:36:52.504Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "faedbe64-5cb5-4289-9ce5-189d024e266e",
"consumerID": "cds",
"timestamp": 1627274148744,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-26T04:36:52.505Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-07-26T04:36:52.505Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:36:52.505Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "faedbe64-5cb5-4289-9ce5-189d024e266e",
"consumerID": "clamp",
"timestamp": 1627274153095,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-26T04:36:52.505Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-07-26T04:36:52.505Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:36:52.505Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "faedbe64-5cb5-4289-9ce5-189d024e266e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627274149364,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-26T04:36:52.505Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-07-26T04:37:02.502Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: faedbe64-5cb5-4289-9ce5-189d024e266e
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-26T04:37:02.509Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: faedbe64-5cb5-4289-9ce5-189d024e266e
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-26T04:37:02.511Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-26T04:37:02.511Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-26T04:37:02.511Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-26T04:37:32.511Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: faedbe64-5cb5-4289-9ce5-189d024e266e
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-26T04:37:32.520Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: faedbe64-5cb5-4289-9ce5-189d024e266e
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-26T04:37:32.521Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-26T04:37:32.521Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-26T04:37:32.521Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-26T04:37:52.487Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:37:52.488Z||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-26T04:37:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:37:52.505Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T04:37:52.506Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:37:52.506Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "faedbe64-5cb5-4289-9ce5-189d024e266e",
"consumerID": "policy-id",
"timestamp": 1627274156374,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-26T04:37:52.506Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-07-26T04:37:52.506Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:37:52.507Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "faedbe64-5cb5-4289-9ce5-189d024e266e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627274148588,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-26T04:37:52.507Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-07-26T04:38:02.522Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: faedbe64-5cb5-4289-9ce5-189d024e266e
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-26T04:38:02.530Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: faedbe64-5cb5-4289-9ce5-189d024e266e
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-26T04:38:02.534Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-26T04:38:02.534Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-26T04:38:02.534Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-26T04:38:32.534Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: faedbe64-5cb5-4289-9ce5-189d024e266e
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-26T04:38:32.542Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: faedbe64-5cb5-4289-9ce5-189d024e266e
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-26T04:38:32.543Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-26T04:38:32.543Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-26T04:38:32.543Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-26T04:38:52.487Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:38:52.488Z||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-26T04:38:52.488Z||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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:38:52.506Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T04:38:52.507Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:38:52.507Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "faedbe64-5cb5-4289-9ce5-189d024e266e",
"consumerID": "ves-openapi-manager",
"timestamp": 1627274157050,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-26T04:38:52.508Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-07-26T04:38:52.508Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:38:52.508Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "faedbe64-5cb5-4289-9ce5-189d024e266e",
"consumerID": "cds",
"timestamp": 1627274148744,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-07-26T04:38:52.508Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-07-26T04:38:52.508Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:38:52.508Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "faedbe64-5cb5-4289-9ce5-189d024e266e",
"consumerID": "clamp",
"timestamp": 1627274153095,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-07-26T04:38:52.508Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-07-26T04:38:52.508Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:38:52.508Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "faedbe64-5cb5-4289-9ce5-189d024e266e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627274152486,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-07-26T04:38:52.508Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-07-26T04:38:52.508Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:38:52.508Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "faedbe64-5cb5-4289-9ce5-189d024e266e",
"consumerID": "dcae-sch",
"timestamp": 1627274156222,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-07-26T04:38:52.508Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-07-26T04:38:52.508Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:38:52.508Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "faedbe64-5cb5-4289-9ce5-189d024e266e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627274149364,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-07-26T04:38:52.509Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-07-26T04:38:52.509Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:38:52.509Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "faedbe64-5cb5-4289-9ce5-189d024e266e",
"consumerID": "policy-id",
"timestamp": 1627274156374,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-07-26T04:38:52.509Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-07-26T04:38:52.509Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:38:52.509Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "faedbe64-5cb5-4289-9ce5-189d024e266e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627274148588,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-07-26T04:38:52.509Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-07-26T04:38:52.509Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:38:52.509Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "faedbe64-5cb5-4289-9ce5-189d024e266e",
"consumerID": "aai-ml",
"timestamp": 1627274157418,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-26T04:38:52.509Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-07-26T04:38:52.509Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:38:52.509Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "faedbe64-5cb5-4289-9ce5-189d024e266e",
"consumerID": "ves-openapi-manager",
"timestamp": 1627274157050,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-07-26T04:38:52.509Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-07-26T04:38:52.509Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:38:52.509Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "faedbe64-5cb5-4289-9ce5-189d024e266e",
"consumerID": "aai-ml",
"timestamp": 1627274157418,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-07-26T04:38:52.510Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-07-26T04:38:52.510Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:38:52.510Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "faedbe64-5cb5-4289-9ce5-189d024e266e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627274159951,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-26T04:38:52.510Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:38:52.510Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:38:52.510Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "faedbe64-5cb5-4289-9ce5-189d024e266e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627274159955,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-26T04:38:52.510Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:38:52.510Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:38:52.510Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "faedbe64-5cb5-4289-9ce5-189d024e266e",
"consumerID": "cds",
"timestamp": 1627274159961,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-26T04:38:52.510Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:38:52.510Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:38:52.510Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "faedbe64-5cb5-4289-9ce5-189d024e266e",
"consumerID": "policy-id",
"timestamp": 1627274160055,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-26T04:38:52.510Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:38:52.510Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:38:52.510Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "faedbe64-5cb5-4289-9ce5-189d024e266e",
"consumerID": "aai-ml",
"timestamp": 1627274160774,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-26T04:38:52.510Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:38:52.510Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:38:52.511Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "faedbe64-5cb5-4289-9ce5-189d024e266e",
"consumerID": "cds",
"timestamp": 1627274160965,
"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-26T04:38:52.515Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of faedbe64-5cb5-4289-9ce5-189d024e266e
2021-07-26T04:38:52.515Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId faedbe64-5cb5-4289-9ce5-189d024e266e 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-26T04:38:52.522Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:38:52.522Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "faedbe64-5cb5-4289-9ce5-189d024e266e",
"consumerID": "policy-id",
"timestamp": 1627274161058,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-07-26T04:38:52.522Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:38:52.523Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:38:52.523Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "faedbe64-5cb5-4289-9ce5-189d024e266e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627274161391,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-07-26T04:38:52.523Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:38:52.523Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:38:52.523Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "faedbe64-5cb5-4289-9ce5-189d024e266e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627274161478,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-07-26T04:38:52.523Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:38:52.523Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:38:52.523Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "faedbe64-5cb5-4289-9ce5-189d024e266e",
"consumerID": "policy-id",
"timestamp": 1627274162061,
"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-26T04:38:52.526Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of faedbe64-5cb5-4289-9ce5-189d024e266e
2021-07-26T04:38:52.526Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId faedbe64-5cb5-4289-9ce5-189d024e266e 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-26T04:38:52.534Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:38:52.534Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "faedbe64-5cb5-4289-9ce5-189d024e266e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627274162396,
"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-26T04:38:52.537Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of faedbe64-5cb5-4289-9ce5-189d024e266e
2021-07-26T04:38:52.537Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId faedbe64-5cb5-4289-9ce5-189d024e266e 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-26T04:38:52.543Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:38:52.543Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "faedbe64-5cb5-4289-9ce5-189d024e266e",
"consumerID": "aai-ml",
"timestamp": 1627274164777,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-07-26T04:38:52.543Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:38:52.543Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:38:52.543Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "faedbe64-5cb5-4289-9ce5-189d024e266e",
"consumerID": "aai-ml",
"timestamp": 1627274165781,
"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-26T04:38:52.547Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of faedbe64-5cb5-4289-9ce5-189d024e266e
2021-07-26T04:38:52.547Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId faedbe64-5cb5-4289-9ce5-189d024e266e 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-26T04:38:52.553Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:38:52.553Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "faedbe64-5cb5-4289-9ce5-189d024e266e",
"consumerID": "clamp",
"timestamp": 1627274166634,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-26T04:38:52.553Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:38:52.553Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:38:52.553Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "faedbe64-5cb5-4289-9ce5-189d024e266e",
"consumerID": "clamp",
"timestamp": 1627274168642,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-07-26T04:38:52.553Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-26T04:38:52.553Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-26T04:38:52.553Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "faedbe64-5cb5-4289-9ce5-189d024e266e",
"consumerID": "clamp",
"timestamp": 1627274169645,
"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-26T04:38:52.556Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of faedbe64-5cb5-4289-9ce5-189d024e266e
2021-07-26T04:38:52.556Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId faedbe64-5cb5-4289-9ce5-189d024e266e 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-26T04:39:02.543Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: faedbe64-5cb5-4289-9ce5-189d024e266e
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-26T04:39:02.555Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: faedbe64-5cb5-4289-9ce5-189d024e266e
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-26T04:39:02.556Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-26T04:39:02.556Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-07-26T04:39:02.556Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-07-26T04:39:02.556Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-07-26T04:39:02.557Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-07-26T04:39:02.557Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-07-26T04:39:02.557Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-07-26T04:39:02.557Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-07-26T04:39:02.557Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-07-26T04:39:02.557Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-07-26T04:39:02.557Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-07-26T04:39:02.560Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-07-26T04:39:32.560Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: faedbe64-5cb5-4289-9ce5-189d024e266e 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-26T04:39:32.565Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: faedbe64-5cb5-4289-9ce5-189d024e266e and serviceModelVersionId: 70c3e122-74b2-4924-bd88-5cfde9def436
2021-07-26T04:39:32.565Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 80dfcaf2-c022-440c-8246-c855f777d522
2021-07-26T04:39:32.566Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/80dfcaf2-c022-440c-8246-c855f777d522/model-vers/model-ver/70c3e122-74b2-4924-bd88-5cfde9def436?depth=0
2021-07-26T04:39:32.570Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-07-26T04:39:32.605Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/80dfcaf2-c022-440c-8246-c855f777d522/model-vers/model-ver/70c3e122-74b2-4924-bd88-5cfde9def436?depth=0|INFO|500||Invoke
2021-07-26T04:39:32.605Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/80dfcaf2-c022-440c-8246-c855f777d522/model-vers/model-ver/70c3e122-74b2-4924-bd88-5cfde9def436?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/80dfcaf2-c022-440c-8246-c855f777d522/model-vers/model-ver/70c3e122-74b2-4924-bd88-5cfde9def436?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[faedbe64-5cb5-4289-9ce5-189d024e266e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[373018a4-27e9-450e-bfbe-882dd3c1e67b], X-ECOMP-RequestID=[faedbe64-5cb5-4289-9ce5-189d024e266e], X-TransactionId=[], X-ONAP-RequestID=[faedbe64-5cb5-4289-9ce5-189d024e266e], Content-Type=[application/merge-patch+json]}
2021-07-26T04:39:32.622Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/80dfcaf2-c022-440c-8246-c855f777d522/model-vers/model-ver/70c3e122-74b2-4924-bd88-5cfde9def436?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-07-26T04:39:33.150Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/80dfcaf2-c022-440c-8246-c855f777d522/model-vers/model-ver/70c3e122-74b2-4924-bd88-5cfde9def436?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/80dfcaf2-c022-440c-8246-c855f777d522/model-vers/model-ver/70c3e122-74b2-4924-bd88-5cfde9def436?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210726-04:39:32:629-34672], vertex-id=[221392], Content-Length=[0], Date=[Mon, 26 Jul 2021 04:39:32 GMT], Content-Type=[application/json]}
2021-07-26T04:39:33.150Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/80dfcaf2-c022-440c-8246-c855f777d522/model-vers/model-ver/70c3e122-74b2-4924-bd88-5cfde9def436?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-07-26T04:39:33.151Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/80dfcaf2-c022-440c-8246-c855f777d522/model-vers/model-ver/70c3e122-74b2-4924-bd88-5cfde9def436?depth=0|INFO|500||InvokeReturn
2021-07-26T04:39:33.151Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-07-26T04:39:33.151Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-07-26T04:39:33.154Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-07-26T04:39:33.154Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID faedbe64-5cb5-4289-9ce5-189d024e266e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-07-26T04:39:33.154Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-07-26T04:39:33.155Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:39:33.156Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:39:33.156Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "faedbe64-5cb5-4289-9ce5-189d024e266e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627274373154,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-26T04:39:33.256Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:39:33.257Z||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-26T04:39:33.257Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:39:33.274Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T04:39:33.274Z||pool-39-thread-1|||||INFO|500||cambria reply ok (17 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-26T04:39:34.168Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-26T04:39:34.169Z|faedbe64-5cb5-4289-9ce5-189d024e266e|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-26T04:39:34.169Z|faedbe64-5cb5-4289-9ce5-189d024e266e|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 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:39:38.464Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T04:39:38.464Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-26T04:39:38.464Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"80407bb0-8b51-4e34-8f62-1dd06abd0556","serviceName":"Demo_pNF_Qj0KTXsbWx4KRNyGX39l","serviceVersion":"1.0","serviceUUID":"ad173c9a-444f-4e00-9e45-18e2cffc63e4","serviceDescription":"catalog service description","serviceInvariantUUID":"65a2c730-78d2-4011-b54e-51e824543711","resources":[{"resourceInstanceName":"pNF 6d4110e7-4961 0","resourceName":"pNF 6d4110e7-4961","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"00544de3-6a59-4fca-b411-937304621be2","resourceInvariantUUID":"f270a6a2-554d-4d51-b977-d67ec0e23123","resourceCustomizationUUID":"85fb40bb-f140-42bf-bd9f-99a9b2b4ea18","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQj0ktxsbwx4krnygx39l/1.0/resourceInstances/pnf6d4110e749610/artifacts/vf-license-model.xml","artifactChecksum":"NzY0ZDAxYzFmNDYwM2NiZTNiY2U1ZDU3ODA4MmJmNjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d6e0d5b1-c66c-47c0-af24-1488d703ecae","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQj0ktxsbwx4krnygx39l/1.0/resourceInstances/pnf6d4110e749610/artifacts/pNF.csar","artifactChecksum":"MmJlZDBiMjk5MzIyN2VkYTJkYjI1YzJmMWE2ZDdiZmM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e3a9f7c3-9455-4474-85b1-72cddc4286c2","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQj0ktxsbwx4krnygx39l/1.0/resourceInstances/pnf6d4110e749610/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2b1f9f10-3bc7-48ad-8ca9-a4caccab3cee","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQj0ktxsbwx4krnygx39l/1.0/resourceInstances/pnf6d4110e749610/artifacts/vendor-license-model.xml","artifactChecksum":"YzQ1MWZiM2ExNDgyNjM4NzE3MmUyZjJmYTRjMWVmZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8c7f98b6-2e12-4d82-afa6-72c4b27a5a78","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfQj0ktxsbwx4krnygx39l/1.0/resourceInstances/pnf6d4110e749610/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"45339369-125d-4465-b7a5-53ebff28951d","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfQj0ktxsbwx4krnygx39l/1.0/resourceInstances/pnf6d4110e749610/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c3a17860-38b4-4486-a8d3-223c900b013c","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfQj0ktxsbwx4krnygx39l-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQj0ktxsbwx4krnygx39l/1.0/artifacts/service-DemoPnfQj0ktxsbwx4krnygx39l-template.yml","artifactChecksum":"OTIyZjc5MGNiMjcxYjg4ZjI0NTdkMWQ3N2MyZDMwMDY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"14f5092b-72a5-4e7e-a016-2ad5a6e024cc","artifactVersion":"1"},{"artifactName":"service-DemoPnfQj0ktxsbwx4krnygx39l-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfQj0ktxsbwx4krnygx39l/1.0/artifacts/service-DemoPnfQj0ktxsbwx4krnygx39l-csar.csar","artifactChecksum":"Y2E5NzY0NDdiMjgxYTA3ZDhjNDM1ZTE1MDgzNWM4NDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4341cc95-f975-4493-bb19-c64255e45c6d","artifactVersion":"1"}],"workloadContext":"Production"}
2021-07-26T04:39:38.466Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-26T04:39:38.466Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:39:38.467Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:39:38.468Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "80407bb0-8b51-4e34-8f62-1dd06abd0556",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627274374168,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQj0ktxsbwx4krnygx39l/1.0/resourceInstances/pnf6d4110e749610/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-26T04:39:38.568Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-07-26T04:39:38.568Z||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-26T04:39:38.568Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:39:38.577Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T04:39:38.577Z||pool-40-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:39:39.468Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-26T04:39:39.469Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:39:39.470Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:39:39.470Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "80407bb0-8b51-4e34-8f62-1dd06abd0556",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627274374168,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQj0ktxsbwx4krnygx39l/1.0/resourceInstances/pnf6d4110e749610/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-07-26T04:39:39.571Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:39:39.571Z||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-26T04:39:39.571Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:39:39.580Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T04:39:39.580Z||pool-41-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:39:40.471Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-26T04:39:40.471Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:39:40.473Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:39:40.473Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "80407bb0-8b51-4e34-8f62-1dd06abd0556",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627274374168,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQj0ktxsbwx4krnygx39l/1.0/resourceInstances/pnf6d4110e749610/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-07-26T04:39:40.573Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:39:40.573Z||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-26T04:39:40.574Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:39:40.582Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T04:39:40.583Z||pool-42-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:39:41.473Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-26T04:39:41.474Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:39:41.475Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:39:41.475Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "80407bb0-8b51-4e34-8f62-1dd06abd0556",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627274374168,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQj0ktxsbwx4krnygx39l/1.0/resourceInstances/pnf6d4110e749610/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-26T04:39:41.575Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:39:41.576Z||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-26T04:39:41.576Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:39:41.584Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T04:39:41.584Z||pool-43-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:39:42.476Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-26T04:39:42.476Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:39:42.478Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:39:42.478Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "80407bb0-8b51-4e34-8f62-1dd06abd0556",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627274374168,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQj0ktxsbwx4krnygx39l/1.0/resourceInstances/pnf6d4110e749610/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-26T04:39:42.578Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:39:42.578Z||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-26T04:39:42.579Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:39:42.586Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T04:39:42.586Z||pool-44-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:39:43.478Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-26T04:39:43.479Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:39:43.481Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:39:43.481Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "80407bb0-8b51-4e34-8f62-1dd06abd0556",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627274374168,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQj0ktxsbwx4krnygx39l/1.0/resourceInstances/pnf6d4110e749610/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-26T04:39:43.581Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:39:43.582Z||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-26T04:39:43.582Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:39:43.590Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T04:39:43.590Z||pool-45-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:39:44.482Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-26T04:39:44.482Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:39:44.484Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:39:44.484Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "80407bb0-8b51-4e34-8f62-1dd06abd0556",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627274374168,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQj0ktxsbwx4krnygx39l/1.0/artifacts/service-DemoPnfQj0ktxsbwx4krnygx39l-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-26T04:39:44.584Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:39:44.585Z||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-26T04:39:44.585Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:39:44.593Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T04:39:44.594Z||pool-46-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:39:45.484Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-26T04:39:45.485Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:39:45.487Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:39:45.487Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "80407bb0-8b51-4e34-8f62-1dd06abd0556",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627274374168,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQj0ktxsbwx4krnygx39l/1.0/artifacts/service-DemoPnfQj0ktxsbwx4krnygx39l-csar.csar",
"status": "NOTIFIED"
}
2021-07-26T04:39:45.587Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-07-26T04:39:45.588Z||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-26T04:39:45.588Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:39:45.597Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T04:39:45.597Z||pool-47-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:39:46.489Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "80407bb0-8b51-4e34-8f62-1dd06abd0556",
"serviceName": "Demo_pNF_Qj0KTXsbWx4KRNyGX39l",
"serviceVersion": "1.0",
"serviceUUID": "ad173c9a-444f-4e00-9e45-18e2cffc63e4",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "65a2c730-78d2-4011-b54e-51e824543711",
"resources": [
{
"resourceInstanceName": "pNF 6d4110e7-4961 0",
"resourceCustomizationUUID": "85fb40bb-f140-42bf-bd9f-99a9b2b4ea18",
"resourceName": "pNF 6d4110e7-4961",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "00544de3-6a59-4fca-b411-937304621be2",
"resourceInvariantUUID": "f270a6a2-554d-4d51-b977-d67ec0e23123",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfQj0ktxsbwx4krnygx39l-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQj0ktxsbwx4krnygx39l/1.0/artifacts/service-DemoPnfQj0ktxsbwx4krnygx39l-csar.csar",
"artifactChecksum": "Y2E5NzY0NDdiMjgxYTA3ZDhjNDM1ZTE1MDgzNWM4NDQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "4341cc95-f975-4493-bb19-c64255e45c6d"
}
],
"workloadContext": "Production"
}
2021-07-26T04:39:46.489Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-07-26T04:39:46.489Z|faedbe64-5cb5-4289-9ce5-189d024e266e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 ad173c9a-444f-4e00-9e45-18e2cffc63e4 ASDC
2021-07-26T04:39:46.489Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:80407bb0-8b51-4e34-8f62-1dd06abd0556
ServiceName:Demo_pNF_Qj0KTXsbWx4KRNyGX39l
ServiceVersion:1.0
ServiceUUID:ad173c9a-444f-4e00-9e45-18e2cffc63e4
ServiceInvariantUUID:65a2c730-78d2-4011-b54e-51e824543711
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfQj0ktxsbwx4krnygx39l-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfQj0ktxsbwx4krnygx39l/1.0/artifacts/service-DemoPnfQj0ktxsbwx4krnygx39l-csar.csar
ArtifactUUID:4341cc95-f975-4493-bb19-c64255e45c6d
ArtifactChecksum:Y2E5NzY0NDdiMjgxYTA3ZDhjNDM1ZTE1MDgzNWM4NDQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 6d4110e7-4961 0
ResourceCustomizationUUID:85fb40bb-f140-42bf-bd9f-99a9b2b4ea18
ResourceInvariantUUID:f270a6a2-554d-4d51-b977-d67ec0e23123
ResourceName:pNF 6d4110e7-4961
ResourceType:PNF
ResourceUUID:00544de3-6a59-4fca-b411-937304621be2
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2021-07-26T04:39:46.490Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ad173c9a-444f-4e00-9e45-18e2cffc63e4 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-26T04:39:46.514Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-26T04:39:46.514Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-07-26T04:39:46.515Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-07-26T04:39:46.515Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 4341cc95-f975-4493-bb19-c64255e45c6d from URL: /sdc/v1/catalog/services/DemoPnfQj0ktxsbwx4krnygx39l/1.0/artifacts/service-DemoPnfQj0ktxsbwx4krnygx39l-csar.csar
2021-07-26T04:39:46.515Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-07-26T04:39:46.515Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfQj0ktxsbwx4krnygx39l/1.0/artifacts/service-DemoPnfQj0ktxsbwx4krnygx39l-csar.csar
2021-07-26T04:39:47.985Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-07-26T04:39:47.989Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfQj0ktxsbwx4krnygx39l/1.0/artifacts/service-DemoPnfQj0ktxsbwx4krnygx39l-csar.csar 4341cc95-f975-4493-bb19-c64255e45c6d 82538
2021-07-26T04:39:47.989Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfQj0ktxsbwx4krnygx39l/1.0/artifacts/service-DemoPnfQj0ktxsbwx4krnygx39l-csar.csar ASDC sendASDCNotification
2021-07-26T04:39:47.989Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQj0ktxsbwx4krnygx39l/1.0/artifacts/service-DemoPnfQj0ktxsbwx4krnygx39l-csar.csar
2021-07-26T04:39:47.989Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-26T04:39:47.990Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-26T04:39:47.991Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-26T04:39:47.991Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "80407bb0-8b51-4e34-8f62-1dd06abd0556",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627274387989,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQj0ktxsbwx4krnygx39l/1.0/artifacts/service-DemoPnfQj0ktxsbwx4krnygx39l-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-26T04:39:48.091Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-26T04:39:48.092Z||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-26T04:39:48.092Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8gIaz5GKGB3CzSNM) ...
2021-07-26T04:39:48.100Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-26T04:39:48.100Z||pool-48-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-26T04:39:48.992Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-26T04:39:48.993Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-07-26T04:39:48.993Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 4341cc95-f975-4493-bb19-c64255e45c6d, URL: /sdc/v1/catalog/services/DemoPnfQj0ktxsbwx4krnygx39l/1.0/artifacts/service-DemoPnfQj0ktxsbwx4krnygx39l-csar.csar to file: /app/ASDC/1/service-DemoPnfQj0ktxsbwx4krnygx39l-csar.csar
2021-07-26T04:39:48.993Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfQj0ktxsbwx4krnygx39l-csar.csar
2021-07-26T04:39:48.993Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfQj0ktxsbwx4krnygx39l-csar.csar
2021-07-26T04:39:48.993Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfQj0ktxsbwx4krnygx39l-csar.csar
2021-07-26T04:39:49.832Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12060660438847228979/Definitions/service-DemoPnfQj0ktxsbwx4krnygx39l-template.yml
2021-07-26T04:39:50.361Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-07-26T04:39:50.361Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-07-26T04:39:50.361Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfQj0ktxsbwx4krnygx39l-csar.csar
2021-07-26T04:39:50.361Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-07-26T04:39:50.361Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 6d4110e7-4961 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-DemoPnfQj0ktxsbwx4krnygx39l-csar.csar
2021-07-26T04:39:50.361Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||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-DemoPnfQj0ktxsbwx4krnygx39l-csar.csar
2021-07-26T04:39:50.361Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfQj0ktxsbwx4krnygx39l-csar.csar
2021-07-26T04:39:50.362Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||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-DemoPnfQj0ktxsbwx4krnygx39l-csar.csar
2021-07-26T04:39:50.362Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQj0ktxsbwx4krnygx39l-csar.csar
2021-07-26T04:39:50.362Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQj0ktxsbwx4krnygx39l-csar.csar
2021-07-26T04:39:50.362Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQj0ktxsbwx4krnygx39l-csar.csar
2021-07-26T04:39:50.362Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-07-26T04:39:50.362Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-26T04:39:50.362Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Qj0KTXsbWx4KRNyGX39l is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:39:50.362Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||DEBUG|500||Node template pNF 6d4110e7-4961 0 is matching search criteria
2021-07-26T04:39:50.363Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-07-26T04:39:50.363Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 6d4110e7-4961 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-26T04:39:50.363Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-26T04:39:50.363Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Qj0KTXsbWx4KRNyGX39l is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:39:50.363Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||DEBUG|500||Node template pNF 6d4110e7-4961 0 is matching search criteria
2021-07-26T04:39:50.363Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-07-26T04:39:50.364Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 6d4110e7-4961 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-26T04:39:50.364Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-26T04:39:50.364Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Qj0KTXsbWx4KRNyGX39l is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:39:50.364Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-26T04:39:50.364Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Qj0KTXsbWx4KRNyGX39l is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:39:50.364Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-26T04:39:50.364Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Qj0KTXsbWx4KRNyGX39l is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:39:50.365Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-26T04:39:50.365Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Qj0KTXsbWx4KRNyGX39l is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:39:50.365Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-26T04:39:50.365Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Qj0KTXsbWx4KRNyGX39l is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:39:50.365Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_Qj0KTXsbWx4KRNyGX39l
Description:catalog service description
Model UUID:ad173c9a-444f-4e00-9e45-18e2cffc63e4
Model Version:NULL
Model InvariantUuid:65a2c730-78d2-4011-b54e-51e824543711
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-26T04:39:50.370Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: 00544de3-6a59-4fca-b411-937304621be2
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-26T04:39:50.372Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||INFO|500||pNF 6d4110e7-4961 0
2021-07-26T04:39:50.372Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 00544de3-6a59-4fca-b411-937304621be2
2021-07-26T04:39:50.372Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||DEBUG|500||No resources found for Service: ad173c9a-444f-4e00-9e45-18e2cffc63e4
2021-07-26T04:39:50.373Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: ad173c9a-444f-4e00-9e45-18e2cffc63e4
2021-07-26T04:39:50.373Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 6d4110e7-4961 0 00544de3-6a59-4fca-b411-937304621be2 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-26T04:39:50.376Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-26T04:39:50.377Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Qj0KTXsbWx4KRNyGX39l is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-26T04:39:50.377Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid ad173c9a-444f-4e00-9e45-18e2cffc63e4: pNF 6d4110e7-4961
2021-07-26T04:39:50.377Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||INFO|500||Processing PNF resource: 00544de3-6a59-4fca-b411-937304621be2
2021-07-26T04:39:50.377Z|80407bb0-8b51-4e34-8f62-1dd06abd0556|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery