By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2021-09-23T07:58:27.769Z||main|||||INFO|500||The following profiles are active: basic
2021-09-23T07:58:37.259Z||main|||||INFO|500||Starting service [Tomcat]
2021-09-23T07:58:37.260Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-09-23T07:58:37.350Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-09-23T07:58:39.784Z||main|||||INFO|500||catdb-pool - Starting...
2021-09-23T07:58:39.949Z||main|||||INFO|500||catdb-pool - Start completed.
2021-09-23T07:58:40.386Z||main|||||INFO|500||reqdb-pool - Starting...
2021-09-23T07:58:40.396Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-09-23T07:58:40.468Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-09-23T07:58:40.596Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-09-23T07:58:41.003Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-09-23T07:58:41.751Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-09-23T07:58:43.620Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-09-23T07:58:43.663Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-09-23T07:58:44.068Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-09-23T07:58:44.283Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2021-09-23T07:58:45.353Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-09-23T07:58:46.318Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-09-23T07:58:46.334Z||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$$2c0c0be2.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2021-09-23T07:58:46.334Z||main|||||WARN|500||The sdc end point is not alive
2021-09-23T07:58:49.091Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2021-09-23T07:58:51.697Z||main|||||WARN|500||---
2021-09-23T07:58:51.697Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-09-23T07:58:51.697Z||main|||||WARN|500||---
2021-09-23T07:58:52.070Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-09-23T07:58:56.363Z||main|||||INFO|500||Started Application in 32.94 seconds (JVM running for 34.124)
2021-09-23T07:58:56.378Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-23T07:58:56.379Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-23T07:58:56.388Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-23T07:58:56.466Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-23T07:58:56.559Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a4c7f8a0-4f01-4bde-997e-d4751736d3bd url= /sdc/v1/artifactTypes
2021-09-23T07:58:56.559Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-23T07:58:56.962Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-09-23T07:58:56.978Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-09-23T07:58:56.998Z||scheduling-1|||||DEBUG|500||create keys
2021-09-23T07:58:57.004Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-09-23T07:58:57.034Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T07:58:57.051Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 1c38a348-45b0-4123-b810-63f0c527c24c url= /sdc/v1/registerForDistribution
2021-09-23T07:58:57.134Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 1c38a348-45b0-4123-b810-63f0c527c24c url= /sdc/v1/registerForDistribution
2021-09-23T07:58:57.134Z||scheduling-1|||||INFO|500||start DistributionClient
2021-09-23T07:58:57.141Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:58:57.143Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:58:57.145Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T07:58:57.145Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T07:58:57.145Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T07:58:57.146Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T07:58:57.146Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-09-23T07:59:07.393Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T07:59:07.396Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T07:59:57.140Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:59:57.142Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:59:57.142Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T07:59:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T07:59:57.143Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T07:59:57.143Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:00:06.701Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:00:06.701Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:00:57.140Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:00:57.141Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:00:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:00:57.142Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:00:57.142Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:00:57.143Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:01:06.698Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:01:06.701Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:01:57.140Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:01:57.141Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:01:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:01:57.142Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:01:57.142Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:01:57.143Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:02:06.692Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:02:06.694Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:02:57.140Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:02:57.142Z||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-09-23T08:02:57.142Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:02:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:02:57.142Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:02:57.143Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:03:06.696Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:03:06.696Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:03:57.140Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:03:57.141Z||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-09-23T08:03:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:03:57.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:03:57.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:03:57.143Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:04:06.693Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:04:06.698Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:04:57.140Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:04:57.141Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:04:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:04:57.142Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:04:57.143Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:04:57.144Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:05:06.698Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:05:06.699Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:05:57.140Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:05:57.141Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:05:57.142Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:05:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:05:57.143Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:05:57.143Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:06:06.694Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:06:06.694Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:06:57.140Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:06:57.141Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:06:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:06:57.142Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:06:57.143Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:06:57.143Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:07:06.692Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:07:06.693Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:07:57.140Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:07:57.141Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:07:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:07:57.143Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:07:57.144Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:07:57.145Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:08:06.695Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:08:06.695Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:08:30.784Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-09-23T08:08:57.140Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:08:57.142Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:08:57.142Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:08:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:08:57.142Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:08:57.143Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:09:06.697Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:09:06.704Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:09:57.140Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:09:57.141Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:09:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:09:57.142Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:09:57.142Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:09:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:10:06.693Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:10:06.699Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:10:57.140Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:10:57.141Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:10:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:10:57.142Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:10:57.143Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:10:57.143Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:11:06.696Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:11:06.698Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:11:57.140Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:11:57.141Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:11:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:11:57.142Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:11:57.142Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:11:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:12:06.694Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:12:06.696Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:12:57.140Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:12:57.141Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:12:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:12:57.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:12:57.142Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:12:57.143Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:13:06.693Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:13:06.696Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:13:57.140Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:13:57.141Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:13:57.142Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:13:57.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:13:57.142Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:13:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:14:06.689Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:14:06.690Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:14:57.140Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:14:57.142Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:14:57.142Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:14:57.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:14:57.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:14:57.143Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:15:06.699Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:15:06.699Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:15:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:15:57.141Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:15:57.142Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:15:57.142Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:15:57.143Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:15:57.143Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:16:06.697Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:16:06.697Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:16:57.142Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:16:57.141Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:16:57.144Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:16:57.144Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:16:57.144Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:16:57.144Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:17:06.697Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:17:06.699Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:17:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:17:57.141Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:17:57.141Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:17:57.142Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:17:57.143Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:17:57.143Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:18:06.691Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:18:06.691Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:18:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:18:57.141Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:18:57.141Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:18:57.142Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:18:57.142Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:18:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:19:06.692Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:19:06.695Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:19:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:19:57.141Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:19:57.141Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:19:57.142Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:19:57.142Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:19:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:20:06.709Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:20:06.710Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:20:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:20:57.141Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:20:57.141Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:20:57.142Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:20:57.143Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:20:57.143Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:21:06.702Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:21:06.704Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:21:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:21:57.141Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:21:57.142Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:21:57.142Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:21:57.142Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:21:57.143Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:22:06.692Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:22:06.696Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:22:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:22:57.141Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:22:57.141Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:22:57.142Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:22:57.142Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:22:57.143Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:23:06.686Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:23:06.688Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:23:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:23:57.141Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:23:57.141Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:23:57.142Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:23:57.143Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:23:57.144Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:24:06.690Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:24:06.690Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:24:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:24:57.141Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:24:57.142Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:24:57.142Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:24:57.142Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:24:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:25:06.693Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:25:06.697Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:25:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:25:57.141Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:25:57.141Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:25:57.142Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:25:57.142Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:25:57.143Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:26:06.685Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:26:06.690Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:26:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:26:57.141Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:26:57.141Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:26:57.142Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:26:57.142Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:26:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:27:06.689Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:27:06.693Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:27:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:27:57.141Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:27:57.141Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:27:57.142Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:27:57.142Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:27:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:28:06.696Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:28:06.696Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:28:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:28:57.141Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:28:57.141Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:28:57.142Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:28:57.142Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:28:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:29:06.693Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:29:06.694Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:29:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:29:57.141Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:29:57.141Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:29:57.142Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:29:57.142Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:29:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:30:06.695Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:30:06.696Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:30:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:30:57.141Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:30:57.141Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:30:57.142Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:30:57.142Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:30:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:31:06.691Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:31:06.696Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:31:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:31:57.141Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:31:57.141Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:31:57.142Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:31:57.142Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:31:57.143Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:32:06.689Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:32:06.689Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:32:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:32:57.141Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:32:57.141Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:32:57.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:32:57.142Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:32:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:33:06.690Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:33:06.691Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:33:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:33:57.141Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:33:57.141Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:33:57.142Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:33:57.142Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:33:57.143Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:34:06.693Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:34:06.709Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:34:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:34:57.141Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:34:57.141Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:34:57.142Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:34:57.142Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:34:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:35:06.688Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:35:06.691Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:35:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:35:57.141Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:35:57.141Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:35:57.142Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:35:57.142Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:35:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:36:06.685Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:36:06.692Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:36:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:36:57.141Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:36:57.142Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:36:57.142Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:36:57.143Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:36:57.143Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:37:06.694Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:37:06.696Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:37:57.140Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:37:57.141Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:37:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:37:57.142Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:37:57.143Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:37:57.143Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:38:06.686Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:38:06.692Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:38:57.140Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:38:57.141Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:38:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:38:57.142Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:38:57.142Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:38:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:39:06.693Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:39:06.693Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:39:57.141Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:39:57.142Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:39:57.142Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:39:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:39:57.142Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:39:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:40:06.693Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:40:06.694Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:40:57.140Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:40:57.142Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:40:57.142Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:40:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:40:57.142Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:40:57.143Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:41:06.703Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:41:06.704Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:41:57.140Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:41:57.141Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:41:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:41:57.142Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:41:57.143Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:41:57.143Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:42:06.691Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:42:06.693Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:42:57.140Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:42:57.141Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:42:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:42:57.142Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:42:57.142Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:42:57.143Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:43:06.690Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:43:06.700Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:43:57.140Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:43:57.141Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:43:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:43:57.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:43:57.142Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:43:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:44:06.686Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:44:06.689Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:44:57.140Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:44:57.141Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:44:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:44:57.142Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:44:57.142Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:44:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:45:06.686Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:45:06.700Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:45:57.140Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:45:57.141Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:45:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:45:57.142Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:45:57.142Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:45:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:46:06.693Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:46:06.694Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:46:57.140Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:46:57.141Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:46:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:46:57.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:46:57.142Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:46:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:47:06.691Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:47:06.692Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:47:57.140Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:47:57.141Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:47:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:47:57.142Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:47:57.142Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:47:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:48:06.693Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:48:06.698Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:48:57.140Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:48:57.141Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:48:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:48:57.142Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:48:57.142Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:48:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:49:06.693Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:49:06.693Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:49:57.140Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:49:57.141Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:49:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:49:57.142Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:49:57.142Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:49:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:50:06.694Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:50:06.694Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:50:57.140Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:50:57.141Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:50:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:50:57.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:50:57.142Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:50:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:51:06.690Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:51:06.690Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:51:57.140Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:51:57.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:51:57.142Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:51:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:51:57.142Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:51:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:52:06.687Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:52:06.694Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:52:57.140Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:52:57.141Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:52:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:52:57.142Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:52:57.142Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:52:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:53:06.690Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:53:06.690Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:53:57.140Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:53:57.142Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:53:57.142Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:53:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:53:57.142Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:53:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:54:06.693Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:54:06.693Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:54:57.140Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:54:57.141Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:54:57.142Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:54:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:54:57.142Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:54:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:55:06.693Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:55:06.698Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:55:57.140Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:55:57.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:55:57.142Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:55:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:55:57.142Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:55:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:56:06.692Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:56:06.692Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:56:57.140Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:56:57.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:56:57.142Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:56:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:56:57.142Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:56:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:57:06.691Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:57:06.693Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:57:57.140Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:57:57.141Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:57:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:57:57.142Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:57:57.142Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:57:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:58:06.694Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:58:06.694Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:58:57.140Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:58:57.141Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:58:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:58:57.142Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:58:57.143Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:58:57.143Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:59:06.685Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:59:06.694Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T08:59:57.140Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:59:57.141Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:59:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:59:57.142Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:59:57.142Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T08:59:57.143Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:00:06.688Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T09:00:06.688Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T09:00:57.140Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:00:57.141Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T09:00:57.141Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:00:57.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:00:57.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T09:00:57.143Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:01:06.689Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T09:01:06.690Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T09:01:57.140Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:01:57.141Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T09:01:57.141Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:01:57.142Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:01:57.143Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T09:01:57.143Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:02:06.690Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T09:02:06.691Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T09:02:57.140Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:02:57.141Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T09:02:57.142Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:02:57.142Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:02:57.142Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T09:02:57.143Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:03:06.691Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T09:03:06.691Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T09:03:57.140Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:03:57.141Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T09:03:57.141Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:03:57.142Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:03:57.143Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T09:03:57.143Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:04:06.685Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T09:04:06.688Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T09:04:57.141Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:04:57.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:04:57.145Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T09:04:57.146Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T09:04:57.146Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:04:57.146Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:05:06.700Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T09:05:06.700Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T09:05:57.140Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:05:57.141Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T09:05:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:05:57.142Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:05:57.143Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T09:05:57.143Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:06:06.693Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T09:06:06.694Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T09:06:57.140Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:06:57.141Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T09:06:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:06:57.142Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:06:57.142Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T09:06:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:07:06.685Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T09:07:06.691Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T09:07:57.140Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:07:57.141Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T09:07:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:07:57.142Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:07:57.142Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T09:07:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:08:06.690Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T09:08:06.690Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T09:08:57.140Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:08:57.141Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T09:08:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:08:57.142Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:08:57.142Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T09:08:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:09:06.688Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T09:09:06.688Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T09:09:57.140Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:09:57.141Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T09:09:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:09:57.142Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:09:57.142Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T09:09:57.143Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:10:06.691Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T09:10:06.694Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T09:10:57.140Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:10:57.141Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T09:10:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:10:57.142Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:10:57.142Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T09:10:57.143Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:11:06.690Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T09:11:06.691Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T09:11:57.140Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:11:57.141Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T09:11:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:11:57.142Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:11:57.142Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T09:11:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:12:06.686Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T09:12:06.689Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T09:12:57.140Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:12:57.141Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T09:12:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:12:57.142Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:12:57.142Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T09:12:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:13:06.690Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T09:13:06.691Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T09:13:57.140Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:13:57.141Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T09:13:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:13:57.142Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:13:57.142Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T09:13:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:14:06.686Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T09:14:06.689Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T09:14:57.140Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:14:57.141Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T09:14:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:14:57.142Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:14:57.142Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T09:14:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:15:06.689Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T09:15:06.695Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T09:15:57.140Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:15:57.141Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T09:15:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:15:57.142Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:15:57.143Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T09:15:57.143Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:16:06.684Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T09:16:06.685Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T09:16:57.140Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:16:57.141Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T09:16:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:16:57.142Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:16:57.142Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T09:16:57.143Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:17:06.693Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T09:17:06.694Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T09:17:57.140Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:17:57.141Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T09:17:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:17:57.142Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:17:57.142Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T09:17:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:18:06.693Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T09:18:06.694Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T09:18:57.140Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:18:57.141Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T09:18:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:18:57.142Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:18:57.142Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T09:18:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:19:06.691Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T09:19:06.693Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T09:19:57.140Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:19:57.141Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T09:19:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:19:57.142Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:19:57.142Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T09:19:57.143Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:20:06.693Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T09:20:06.693Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T09:20:57.140Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:20:57.141Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T09:20:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:20:57.142Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:20:57.142Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T09:20:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:21:06.690Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T09:21:06.690Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T09:21:57.140Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:21:57.141Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T09:21:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:21:57.142Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:21:57.142Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T09:21:57.143Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:22:06.689Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T09:22:06.690Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T09:22:57.140Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:22:57.141Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T09:22:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:22:57.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:22:57.142Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T09:22:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:23:06.686Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T09:23:06.688Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T09:23:57.140Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:23:57.141Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T09:23:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:23:57.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:23:57.142Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T09:23:57.143Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:24:06.685Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T09:24:06.690Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T09:24:57.140Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:24:57.141Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T09:24:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:24:57.142Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:24:57.143Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T09:24:57.143Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:25:06.688Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T09:25:06.690Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T09:25:57.140Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:25:57.141Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T09:25:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:25:57.142Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:25:57.142Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T09:25:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:26:06.687Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T09:26:06.694Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T09:26:57.140Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:26:57.141Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T09:26:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:26:57.142Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:26:57.142Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T09:26:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:27:06.690Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T09:27:06.690Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T09:27:57.141Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:27:57.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:27:57.142Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T09:27:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:27:57.142Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T09:27:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:28:06.697Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T09:28:06.697Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T09:28:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:28:57.141Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T09:28:57.141Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:28:57.142Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:28:57.142Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T09:28:57.143Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:29:06.686Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T09:29:06.687Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T09:29:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:29:57.141Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T09:29:57.141Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:29:57.142Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:29:57.142Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T09:29:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:30:06.682Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T09:30:06.688Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T09:30:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:30:57.141Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T09:30:57.142Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:30:57.142Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:30:57.142Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T09:30:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:31:06.694Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T09:31:06.693Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T09:31:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:31:57.141Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T09:31:57.141Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:31:57.142Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:31:57.142Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T09:31:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:32:06.685Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T09:32:06.686Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T09:32:57.141Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:32:57.142Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T09:32:57.142Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:32:57.142Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:32:57.142Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T09:32:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:33:06.693Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T09:33:06.693Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T09:33:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:33:57.141Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T09:33:57.141Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:33:57.142Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:33:57.142Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T09:33:57.143Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:34:06.690Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T09:34:06.696Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T09:34:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:34:57.141Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T09:34:57.141Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:34:57.142Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:34:57.142Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T09:34:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:35:06.686Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T09:35:06.686Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T09:35:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:35:57.141Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T09:35:57.141Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:35:57.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:35:57.142Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T09:35:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:36:06.682Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T09:36:06.684Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T09:36:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:36:57.141Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T09:36:57.141Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:36:57.142Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:36:57.142Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T09:36:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:37:06.690Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T09:37:06.692Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T09:37:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:37:57.141Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T09:37:57.142Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:37:57.142Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:37:57.142Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T09:37:57.143Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:38:06.699Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T09:38:06.700Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T09:38:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:38:57.141Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T09:38:57.141Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:38:57.142Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:38:57.142Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T09:38:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:39:06.688Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T09:39:06.688Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T09:39:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:39:57.141Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T09:39:57.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:39:57.142Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:39:57.142Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T09:39:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:40:06.691Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T09:40:06.696Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T09:40:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:40:57.141Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T09:40:57.141Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:40:57.142Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:40:57.142Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T09:40:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:41:06.691Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T09:41:06.691Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T09:41:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:41:57.141Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T09:41:57.141Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:41:57.142Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:41:57.142Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T09:41:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:42:06.687Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T09:42:06.688Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T09:42:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:42:57.141Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T09:42:57.141Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:42:57.142Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:42:57.142Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T09:42:57.143Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:43:06.689Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T09:43:06.692Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T09:43:57.141Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:43:57.142Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:43:57.142Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T09:43:57.142Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T09:43:57.142Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:43:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:44:06.690Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T09:44:06.691Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T09:44:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:44:57.141Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T09:44:57.141Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:44:57.142Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:44:57.142Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T09:44:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:45:06.682Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T09:45:06.684Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T09:45:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:45:57.141Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T09:45:57.141Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:45:57.142Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:45:57.143Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T09:45:57.143Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:46:06.690Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T09:46:06.693Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T09:46:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:46:57.141Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T09:46:57.141Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:46:57.142Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:46:57.142Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T09:46:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:47:06.689Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T09:47:06.689Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T09:47:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:47:57.141Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T09:47:57.141Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:47:57.142Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:47:57.142Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T09:47:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:48:06.690Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T09:48:06.694Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T09:48:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:48:57.141Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T09:48:57.141Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:48:57.142Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:48:57.142Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T09:48:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:49:06.688Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T09:49:06.690Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T09:49:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:49:57.141Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T09:49:57.141Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:49:57.142Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:49:57.142Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T09:49:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:50:06.683Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T09:50:06.688Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T09:50:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:50:57.141Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T09:50:57.141Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:50:57.142Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:50:57.142Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T09:50:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:51:06.689Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T09:51:06.690Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T09:51:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:51:57.141Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T09:51:57.141Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:51:57.142Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:51:57.142Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T09:51:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:52:06.684Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T09:52:06.685Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T09:52:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:52:57.141Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T09:52:57.141Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:52:57.142Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:52:57.142Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T09:52:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:53:06.692Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T09:53:06.693Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T09:53:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:53:57.141Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T09:53:57.141Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:53:57.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:53:57.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T09:53:57.143Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:54:06.689Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T09:54:06.690Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T09:54:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:54:57.141Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T09:54:57.141Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:54:57.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:54:57.142Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T09:54:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:55:06.686Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T09:55:06.687Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T09:55:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:55:57.141Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T09:55:57.141Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:55:57.142Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:55:57.142Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T09:55:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:56:06.685Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T09:56:06.687Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T09:56:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:56:57.141Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T09:56:57.141Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:56:57.142Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:56:57.142Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T09:56:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:57:06.684Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T09:57:06.690Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T09:57:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:57:57.141Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T09:57:57.141Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:57:57.142Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:57:57.142Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T09:57:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:58:06.713Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T09:58:06.715Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T09:58:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:58:57.141Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T09:58:57.142Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:58:57.142Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:58:57.142Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T09:58:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:59:06.691Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T09:59:06.691Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T09:59:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:59:57.141Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T09:59:57.141Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:59:57.142Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:59:57.142Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T09:59:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:00:06.689Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T10:00:06.689Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T10:00:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:00:57.141Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T10:00:57.141Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:00:57.142Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:00:57.142Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T10:00:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:01:06.689Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T10:01:06.690Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T10:01:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:01:57.141Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T10:01:57.141Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:01:57.142Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:01:57.142Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T10:01:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:02:06.690Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T10:02:06.690Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T10:02:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:02:57.141Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T10:02:57.142Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:02:57.142Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:02:57.142Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T10:02:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:03:06.690Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T10:03:06.690Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T10:03:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:03:57.141Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T10:03:57.141Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:03:57.142Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:03:57.142Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T10:03:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:04:06.687Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T10:04:06.689Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T10:04:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:04:57.141Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T10:04:57.141Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:04:57.142Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:04:57.142Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T10:04:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:05:06.690Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T10:05:06.693Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T10:05:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:05:57.141Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T10:05:57.141Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:05:57.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:05:57.142Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T10:05:57.143Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:06:06.688Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T10:06:06.691Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T10:06:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:06:57.141Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T10:06:57.141Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:06:57.142Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:06:57.143Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T10:06:57.143Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:07:06.686Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T10:07:06.687Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T10:07:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:07:57.141Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T10:07:57.142Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:07:57.142Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:07:57.142Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T10:07:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:08:06.690Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T10:08:06.690Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T10:08:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:08:57.141Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T10:08:57.141Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:08:57.142Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:08:57.142Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T10:08:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:09:06.689Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T10:09:06.691Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T10:09:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:09:57.141Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T10:09:57.141Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:09:57.142Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:09:57.142Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T10:09:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:10:06.688Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T10:10:06.690Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T10:10:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:10:57.141Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T10:10:57.141Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:10:57.142Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:10:57.142Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T10:10:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:11:06.684Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T10:11:06.684Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T10:11:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:11:57.141Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T10:11:57.141Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:11:57.142Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:11:57.142Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T10:11:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:12:06.689Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T10:12:06.691Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T10:12:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:12:57.141Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T10:12:57.141Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:12:57.142Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:12:57.142Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T10:12:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:13:06.689Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T10:13:06.691Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T10:13:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:13:57.141Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T10:13:57.141Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:13:57.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:13:57.142Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T10:13:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:14:06.683Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T10:14:06.688Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T10:14:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:14:57.141Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T10:14:57.141Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:14:57.142Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:14:57.142Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T10:14:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:15:06.690Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T10:15:06.690Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T10:15:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:15:57.141Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T10:15:57.141Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:15:57.142Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:15:57.142Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T10:15:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:16:06.686Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T10:16:06.689Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T10:16:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:16:57.141Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T10:16:57.141Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:16:57.142Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:16:57.142Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T10:16:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:17:06.688Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T10:17:06.695Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T10:17:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:17:57.141Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T10:17:57.141Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:17:57.142Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:17:57.142Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T10:17:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:18:06.692Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T10:18:06.694Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T10:18:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:18:57.141Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T10:18:57.141Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:18:57.142Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:18:57.142Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T10:18:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:19:06.687Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T10:19:06.688Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T10:19:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:19:57.141Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T10:19:57.141Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:19:57.142Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:19:57.142Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T10:19:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:20:06.689Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T10:20:06.692Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T10:20:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:20:57.141Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T10:20:57.141Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:20:57.142Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:20:57.142Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T10:20:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:21:06.687Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T10:21:06.690Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T10:21:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:21:57.141Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T10:21:57.141Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:21:57.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:21:57.142Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T10:21:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:22:06.688Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T10:22:06.688Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T10:22:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:22:57.141Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T10:22:57.141Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:22:57.142Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:22:57.142Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T10:22:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:23:06.690Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T10:23:06.691Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T10:23:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:23:57.141Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T10:23:57.141Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:23:57.142Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:23:57.142Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T10:23:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:24:06.689Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T10:24:06.693Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T10:24:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:24:57.141Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T10:24:57.141Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:24:57.142Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:24:57.142Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T10:24:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:25:06.683Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T10:25:06.688Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T10:25:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:25:57.141Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T10:25:57.141Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:25:57.142Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:25:57.142Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T10:25:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:26:06.684Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T10:26:06.685Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T10:26:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:26:57.141Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T10:26:57.141Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:26:57.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:26:57.142Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T10:26:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:27:06.683Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T10:27:06.685Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T10:27:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:27:57.141Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T10:27:57.141Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:27:57.142Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:27:57.142Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T10:27:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:28:06.690Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T10:28:06.690Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T10:28:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:28:57.141Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T10:28:57.142Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:28:57.142Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:28:57.142Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T10:28:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:29:06.690Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T10:29:06.690Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T10:29:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:29:57.141Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T10:29:57.141Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:29:57.142Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:29:57.142Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T10:29:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:30:06.686Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T10:30:06.687Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T10:30:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:30:57.141Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T10:30:57.141Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:30:57.142Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:30:57.142Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T10:30:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:31:06.691Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T10:31:06.692Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T10:31:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:31:57.141Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T10:31:57.141Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:31:57.142Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:31:57.142Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T10:31:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:32:06.701Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T10:32:06.705Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T10:32:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:32:57.141Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T10:32:57.141Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:32:57.142Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:32:57.142Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T10:32:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:33:06.690Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T10:33:06.690Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T10:33:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:33:57.141Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T10:33:57.141Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:33:57.142Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:33:57.142Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T10:33:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:34:06.694Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T10:34:06.694Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T10:34:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:34:57.141Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T10:34:57.141Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:34:57.142Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:34:57.142Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T10:34:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:34:57.768Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T10:34:57.768Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T10:34:57.771Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-23T10:34:57.771Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"46ac8fd9-d19c-41ff-b1cb-b9db60040221","serviceName":"vFW 2021-09-23 10-32-16","serviceVersion":"1.0","serviceUUID":"3e4377cb-08e1-4d7a-8dbf-49734d928fcf","serviceDescription":"catalog service description","serviceInvariantUUID":"fab9db0c-a2d0-482f-930d-ff0fce9709b0","resources":[{"resourceInstanceName":"vFW 1f4edb8e-a205 0","resourceName":"vFW 1f4edb8e-a205","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"19aa65f3-09a5-48a0-bc06-e9b6efe2559d","resourceInvariantUUID":"a9e62ecd-f81d-4299-9f16-7208b0b35a69","resourceCustomizationUUID":"f95cd91d-a362-4de7-a4c3-55791df7c1c3","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/vf-license-model.xml","artifactChecksum":"NjQ1Mzk0MTI5ZmJmNjQ0ODUxMmExODU1MDIyZWI4NzA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a1decd5f-4374-4243-aa70-b573d1da4648","artifactVersion":"1"},{"artifactName":"vfw1f4edb8ea2050_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/vfw1f4edb8ea2050_modules.json","artifactChecksum":"ZDMxZmQ5ZjJlMzVlODM4ODcyMzgyNmY1NDk1MWUzYTE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"fc52fbd0-4310-44dd-ac6c-2d4131f843eb","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"b159c3de-4b37-43f8-9366-f2903d20c624","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/vendor-license-model.xml","artifactChecksum":"YmE1ZGZmZjJkYzIxZWYyMDY0YzU0N2NiMDY3Nzg0YTE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ed6444f3-b75c-4f1a-b39c-3693051f1a7c","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f89ecbc3-c582-442b-96d7-65be0fd7829e","artifactVersion":"2","generatedFromUUID":"b159c3de-4b37-43f8-9366-f2903d20c624"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210923103216-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210923103216/1.0/artifacts/service-Vfw20210923103216-template.yml","artifactChecksum":"NDQ4OWE4ZDAxMThhYTE1ZmNiNTBhMDI1NjY5MTI5N2E\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"79ac4f62-6c94-46c2-ac48-cd4598211554","artifactVersion":"1"},{"artifactName":"service-Vfw20210923103216-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210923103216/1.0/artifacts/service-Vfw20210923103216-csar.csar","artifactChecksum":"ODllNWNjZDViOWIwYTkzZWEwZDUzMTJkMmY1ODRjNTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7bdeea95-8f20-4c0c-aa1e-ac91157c632e","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-23T10:34:57.772Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:34:57.772Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632393284520,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-23T10:34:57.780Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T10:34:57.783Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:34:57.786Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-23T10:34:57.786Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:34:57.786Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
"consumerID": "cds",
"timestamp": 1632393288297,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-23T10:34:57.787Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-23T10:34:57.787Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:34:57.787Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
"consumerID": "ves-openapi-manager",
"timestamp": 1632393287350,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-23T10:34:57.787Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-23T10:34:57.787Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:34:57.787Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
"consumerID": "dcae-sch",
"timestamp": 1632393289009,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-23T10:34:57.787Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-23T10:34:57.787Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:34:57.788Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
"consumerID": "ves-openapi-manager",
"timestamp": 1632393287350,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/vfw1f4edb8ea2050_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-23T10:34:57.790Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-23T10:34:57.790Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:34:57.790Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
"consumerID": "cds",
"timestamp": 1632393288297,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/vfw1f4edb8ea2050_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-23T10:34:57.790Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-23T10:34:57.790Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:34:57.790Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632393284520,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/vfw1f4edb8ea2050_modules.json",
"status": "NOTIFIED"
}
2021-09-23T10:34:57.790Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-23T10:34:57.790Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:34:57.790Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:34:57.790Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632393297140,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-23T10:34:57.790Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
"consumerID": "dcae-sch",
"timestamp": 1632393289009,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/vfw1f4edb8ea2050_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-23T10:34:57.791Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-23T10:34:57.791Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:34:57.791Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
"consumerID": "ves-openapi-manager",
"timestamp": 1632393287350,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-23T10:34:57.791Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-23T10:34:57.791Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:34:57.791Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
"consumerID": "cds",
"timestamp": 1632393288297,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-23T10:34:57.791Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-23T10:34:57.791Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:34:57.791Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632393284520,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-09-23T10:34:57.792Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-23T10:34:57.792Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:34:57.792Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
"consumerID": "dcae-sch",
"timestamp": 1632393289009,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-23T10:34:57.792Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-23T10:34:57.792Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:34:57.792Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632393294083,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-23T10:34:57.792Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-23T10:34:57.793Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:34:57.793Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
"consumerID": "ves-openapi-manager",
"timestamp": 1632393287350,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-23T10:34:57.793Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-23T10:34:57.793Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:34:57.793Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
"consumerID": "cds",
"timestamp": 1632393288297,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-23T10:34:57.793Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-23T10:34:57.793Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:34:57.793Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632393284520,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-23T10:34:57.794Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-23T10:34:57.794Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:34:57.794Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
"consumerID": "dcae-sch",
"timestamp": 1632393289009,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-23T10:34:57.794Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-23T10:34:57.794Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:34:57.794Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632393294083,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/vfw1f4edb8ea2050_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-23T10:34:57.794Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-23T10:34:57.794Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:34:57.794Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
"consumerID": "ves-openapi-manager",
"timestamp": 1632393287350,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-23T10:34:57.794Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-23T10:34:57.794Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:34:57.794Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
"consumerID": "cds",
"timestamp": 1632393288297,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-23T10:34:57.794Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-23T10:34:57.795Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:34:57.795Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632393284520,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-09-23T10:34:57.795Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-23T10:34:57.795Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:34:57.795Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
"consumerID": "dcae-sch",
"timestamp": 1632393289009,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-23T10:34:57.795Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-23T10:34:57.795Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:34:57.795Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632393294083,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-23T10:34:57.795Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-23T10:34:57.891Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2021-09-23T10:34:57.893Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-23T10:34:57.893Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:34:57.909Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T10:34:57.910Z||pool-3-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-09-23T10:34:58.796Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T10:34:58.797Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:34:58.799Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:34:58.799Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632393297140,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/vfw1f4edb8ea2050_modules.json",
"status": "NOTIFIED"
}
2021-09-23T10:34:58.899Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T10:34:58.900Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-23T10:34:58.900Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:34:58.910Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T10:34:58.910Z||pool-4-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-09-23T10:34:59.799Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T10:34:59.801Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:34:59.803Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:34:59.803Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632393297140,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-09-23T10:34:59.903Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T10:34:59.903Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-23T10:34:59.904Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:34:59.913Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T10:34:59.913Z||pool-5-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-09-23T10:35:00.803Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T10:35:00.804Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:35:00.807Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:35:00.807Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632393297140,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-23T10:35:00.907Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T10:35:00.908Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-23T10:35:00.908Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:35:00.919Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T10:35:00.919Z||pool-6-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-09-23T10:35:01.808Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T10:35:01.809Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:35:01.811Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:35:01.811Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632393297140,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-09-23T10:35:01.911Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T10:35:01.911Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-23T10:35:01.912Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:35:01.923Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T10:35:01.924Z||pool-7-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-23T10:35:02.811Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T10:35:02.812Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:35:02.815Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:35:02.815Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632393297140,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/artifacts/service-Vfw20210923103216-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-23T10:35:02.915Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T10:35:02.916Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-23T10:35:02.916Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:35:02.928Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T10:35:02.929Z||pool-8-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-23T10:35:03.815Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T10:35:03.816Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:35:03.818Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:35:03.818Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632393297140,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/artifacts/service-Vfw20210923103216-csar.csar",
"status": "NOTIFIED"
}
2021-09-23T10:35:03.918Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T10:35:03.919Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-23T10:35:03.919Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:35:03.931Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T10:35:03.932Z||pool-9-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-23T10:35:04.820Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
"serviceName": "vFW 2021-09-23 10-32-16",
"serviceVersion": "1.0",
"serviceUUID": "3e4377cb-08e1-4d7a-8dbf-49734d928fcf",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "fab9db0c-a2d0-482f-930d-ff0fce9709b0",
"resources": [
{
"resourceInstanceName": "vFW 1f4edb8e-a205 0",
"resourceCustomizationUUID": "f95cd91d-a362-4de7-a4c3-55791df7c1c3",
"resourceName": "vFW 1f4edb8e-a205",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "19aa65f3-09a5-48a0-bc06-e9b6efe2559d",
"resourceInvariantUUID": "a9e62ecd-f81d-4299-9f16-7208b0b35a69",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw1f4edb8ea2050_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/vfw1f4edb8ea2050_modules.json",
"artifactChecksum": "ZDMxZmQ5ZjJlMzVlODM4ODcyMzgyNmY1NDk1MWUzYTE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "fc52fbd0-4310-44dd-ac6c-2d4131f843eb",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "b159c3de-4b37-43f8-9366-f2903d20c624",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "f89ecbc3-c582-442b-96d7-65be0fd7829e",
"generatedFromUUID": "b159c3de-4b37-43f8-9366-f2903d20c624"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "f89ecbc3-c582-442b-96d7-65be0fd7829e",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20210923103216-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/artifacts/service-Vfw20210923103216-csar.csar",
"artifactChecksum": "ODllNWNjZDViOWIwYTkzZWEwZDUzMTJkMmY1ODRjNTE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "7bdeea95-8f20-4c0c-aa1e-ac91157c632e"
}
],
"workloadContext": "Production"
}
2021-09-23T10:35:04.821Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-23T10:35:04.821Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3e4377cb-08e1-4d7a-8dbf-49734d928fcf ASDC
2021-09-23T10:35:04.907Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:46ac8fd9-d19c-41ff-b1cb-b9db60040221
ServiceName:vFW 2021-09-23 10-32-16
ServiceVersion:1.0
ServiceUUID:3e4377cb-08e1-4d7a-8dbf-49734d928fcf
ServiceInvariantUUID:fab9db0c-a2d0-482f-930d-ff0fce9709b0
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210923103216-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210923103216/1.0/artifacts/service-Vfw20210923103216-csar.csar
ArtifactUUID:7bdeea95-8f20-4c0c-aa1e-ac91157c632e
ArtifactChecksum:ODllNWNjZDViOWIwYTkzZWEwZDUzMTJkMmY1ODRjNTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 1f4edb8e-a205 0
ResourceCustomizationUUID:f95cd91d-a362-4de7-a4c3-55791df7c1c3
ResourceInvariantUUID:a9e62ecd-f81d-4299-9f16-7208b0b35a69
ResourceName:vFW 1f4edb8e-a205
ResourceType:VF
ResourceUUID:19aa65f3-09a5-48a0-bc06-e9b6efe2559d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw1f4edb8ea2050_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/vfw1f4edb8ea2050_modules.json
ArtifactUUID:fc52fbd0-4310-44dd-ac6c-2d4131f843eb
ArtifactChecksum:ZDMxZmQ5ZjJlMzVlODM4ODcyMzgyNmY1NDk1MWUzYTE=
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/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/base_vfw.yaml
ArtifactUUID:b159c3de-4b37-43f8-9366-f2903d20c624
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/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/base_vfw.env
ArtifactUUID:f89ecbc3-c582-442b-96d7-65be0fd7829e
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/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/base_vfw.env
ArtifactUUID:f89ecbc3-c582-442b-96d7-65be0fd7829e
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-09-23T10:35:04.907Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3e4377cb-08e1-4d7a-8dbf-49734d928fcf ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-23T10:35:05.106Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-23T10:35:05.106Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-23T10:35:05.107Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-23T10:35:05.107Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 7bdeea95-8f20-4c0c-aa1e-ac91157c632e from URL: /sdc/v1/catalog/services/Vfw20210923103216/1.0/artifacts/service-Vfw20210923103216-csar.csar
2021-09-23T10:35:05.107Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-09-23T10:35:05.108Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210923103216/1.0/artifacts/service-Vfw20210923103216-csar.csar
2021-09-23T10:35:06.059Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-09-23T10:35:06.075Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210923103216/1.0/artifacts/service-Vfw20210923103216-csar.csar 7bdeea95-8f20-4c0c-aa1e-ac91157c632e 98740
2021-09-23T10:35:06.076Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210923103216/1.0/artifacts/service-Vfw20210923103216-csar.csar ASDC sendASDCNotification
2021-09-23T10:35:06.077Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210923103216/1.0/artifacts/service-Vfw20210923103216-csar.csar
2021-09-23T10:35:06.077Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-23T10:35:06.078Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:35:06.079Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:35:06.079Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632393306076,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/artifacts/service-Vfw20210923103216-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-23T10:35:06.180Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T10:35:06.180Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-23T10:35:06.180Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:35:06.191Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T10:35:06.192Z||pool-10-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-23T10:35:07.080Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-23T10:35:07.081Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-23T10:35:07.081Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 7bdeea95-8f20-4c0c-aa1e-ac91157c632e, URL: /sdc/v1/catalog/services/Vfw20210923103216/1.0/artifacts/service-Vfw20210923103216-csar.csar to file: /app/ASDC/1/service-Vfw20210923103216-csar.csar
2021-09-23T10:35:07.081Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210923103216-csar.csar
2021-09-23T10:35:07.204Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210923103216-csar.csar
2021-09-23T10:35:07.204Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210923103216-csar.csar
2021-09-23T10:35:07.903Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16985492142992151699/Definitions/service-Vfw20210923103216-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2021-09-23T10:35:10.719Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-23T10:35:10.723Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-09-23T10:35:10.724Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210923103216-csar.csar
2021-09-23T10:35:10.724Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-09-23T10:35:10.724Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20210923103216-csar.csar
2021-09-23T10:35:10.724Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20210923103216-csar.csar
2021-09-23T10:35:10.724Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210923103216-csar.csar
2021-09-23T10:35:10.724Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210923103216-csar.csar
2021-09-23T10:35:10.724Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210923103216-csar.csar
2021-09-23T10:35:10.724Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20210923103216-csar.csar
2021-09-23T10:35:10.724Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210923103216-csar.csar
2021-09-23T10:35:10.724Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210923103216-csar.csar
2021-09-23T10:35:10.724Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 1f4edb8e-a205 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-Vfw20210923103216-csar.csar
2021-09-23T10:35:10.724Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210923103216-csar.csar
2021-09-23T10:35:10.725Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20210923103216-csar.csar
2021-09-23T10:35:10.725Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210923103216-csar.csar
2021-09-23T10:35:10.725Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210923103216-csar.csar
2021-09-23T10:35:10.725Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-09-23T10:35:10.729Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T10:35:10.730Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-23 10-32-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:35:10.733Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template vFW 1f4edb8e-a205 0 is matching search criteria
2021-09-23T10:35:10.733Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-09-23T10:35:10.734Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 1f4edb8e-a205 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-23T10:35:10.735Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T10:35:10.735Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-23 10-32-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:35:10.735Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template vFW 1f4edb8e-a205 0 is matching search criteria
2021-09-23T10:35:10.735Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-09-23T10:35:10.735Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 1f4edb8e-a205 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-23T10:35:10.735Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T10:35:10.735Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-23 10-32-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:35:10.738Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T10:35:10.738Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template vFW 1f4edb8e-a205 0 is not matching search criteria
2021-09-23T10:35:10.738Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-23T10:35:10.738Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-23T10:35:10.738Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-23T10:35:10.738Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-23T10:35:10.738Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-23T10:35:10.738Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-23T10:35:10.738Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-23T10:35:10.738Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-23T10:35:10.738Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-23T10:35:10.739Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-23T10:35:10.739Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-23T10:35:10.739Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-23T10:35:10.739Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-23T10:35:10.739Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-23T10:35:10.739Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-23T10:35:10.739Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-23T10:35:10.739Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T10:35:10.739Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-23 10-32-16 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-23T10:35:10.740Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T10:35:10.743Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template vFW 1f4edb8e-a205 0 is matching search criteria
2021-09-23T10:35:10.743Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 1f4edb8e-a205 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-23T10:35:10.743Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T10:35:10.743Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template vFW 1f4edb8e-a205 0 is matching search criteria
2021-09-23T10:35:10.744Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 1f4edb8e-a205 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-23T10:35:10.744Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T10:35:10.744Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template vFW 1f4edb8e-a205 0 is matching search criteria
2021-09-23T10:35:10.744Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 1f4edb8e-a205 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-23T10:35:10.745Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T10:35:10.745Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template vFW 1f4edb8e-a205 0 is not matching search criteria
2021-09-23T10:35:10.745Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-23T10:35:10.745Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-23T10:35:10.745Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-23T10:35:10.746Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-23T10:35:10.746Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-23T10:35:10.746Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-23T10:35:10.746Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-23T10:35:10.746Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-23T10:35:10.747Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-23T10:35:10.747Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-23T10:35:10.747Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-23T10:35:10.747Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c5faeb01-6599-49ab-8a27-a0a6d1c534d5
2021-09-23T10:35:10.747Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T10:35:10.748Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template vFW 1f4edb8e-a205 0 is not matching search criteria
2021-09-23T10:35:10.748Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-23T10:35:10.748Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-23T10:35:10.748Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-23T10:35:10.748Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-23T10:35:10.749Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-23T10:35:10.749Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-23T10:35:10.749Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-23T10:35:10.749Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-09-23T10:35:10.749Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-23T10:35:10.750Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-23T10:35:10.750Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-23T10:35:10.750Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-23T10:35:10.750Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=7310696f-7e55-4802-bf85-a08a23030ac4
2021-09-23T10:35:10.750Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T10:35:10.751Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template vFW 1f4edb8e-a205 0 is not matching search criteria
2021-09-23T10:35:10.751Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-23T10:35:10.751Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-23T10:35:10.751Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-23T10:35:10.751Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-23T10:35:10.752Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-23T10:35:10.752Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-23T10:35:10.752Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-23T10:35:10.752Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-23T10:35:10.753Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-23T10:35:10.753Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-23T10:35:10.753Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-23T10:35:10.753Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-09-23T10:35:10.753Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=bfdfdfaf-fbb2-48bc-a9e7-0f36260cd3fe
2021-09-23T10:35:10.754Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T10:35:10.754Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-23 10-32-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:35:10.754Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T10:35:10.754Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-23 10-32-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:35:10.754Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T10:35:10.755Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-23 10-32-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:35:10.755Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T10:35:10.755Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-23 10-32-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:35:10.755Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-09-23 10-32-16
Description:catalog service description
Model UUID:3e4377cb-08e1-4d7a-8dbf-49734d928fcf
Model Version:NULL
Model InvariantUuid:fab9db0c-a2d0-482f-930d-ff0fce9709b0
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 1f4edb8e-a205
Model UUID:473e275f-3d0c-4317-8214-e8a8057d5217
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:a9e62ecd-f81d-4299-9f16-7208b0b35a69
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:f95cd91d-a362-4de7-a4c3-55791df7c1c3
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:ea8df102-3d02-4875-989c-75305d510582
ModelName:Vfw1f4edb8eA205..base_vfw..module-0
ModelUuid:f2476ae9-973d-4960-8b82-547c5355a05e
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:c5faeb01-6599-49ab-8a27-a0a6d1c534d5
ModelInvariantUuid:b5084cf7-fe29-486f-8dc6-cb311927df6a
ModelName:vFW 1f4edb8e-a205-nodes.vfwCvfc
ModelUuid:2557c141-ee60-417b-9622-6cc82594465f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:485361c3-270f-4413-b355-695530ec7664
ModelInvariantUuid:c407a2e1-0ee6-4e26-97ee-8db15c451d07
ModelName:Vfw1f4edb8eA205.compute.nodes.heat.vfw
ModelUuid:d007a881-9161-4513-a78f-dcd833b28229
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:7310696f-7e55-4802-bf85-a08a23030ac4
ModelInvariantUuid:ae28a031-602c-4b05-b187-ff34c2e69d57
ModelName:vFW 1f4edb8e-a205-nodes.vsnCvfc
ModelUuid:67f7461d-1855-44e5-b471-c1bf3173a524
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:a8e974e5-8ace-4b8f-84f5-4c2b5bfd82ee
ModelInvariantUuid:b87cad4f-5c48-4866-85f3-1e50186f0019
ModelName:Vfw1f4edb8eA205.compute.nodes.heat.vsn
ModelUuid:a034adbb-1e13-42aa-b744-c3caaa2ba046
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:bfdfdfaf-fbb2-48bc-a9e7-0f36260cd3fe
ModelInvariantUuid:04098c90-93de-4bfa-8532-2d75838bfd02
ModelName:vFW 1f4edb8e-a205-nodes.vpgCvfc
ModelUuid:e1edc39e-582a-4590-88a9-71702ecbe1da
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:c10bac47-c886-437a-96a6-5b10dd36a8e6
ModelInvariantUuid:d02bcc64-7725-40f9-a1d4-abf84809e6c5
ModelName:Vfw1f4edb8eA205.compute.nodes.heat.vpg
ModelUuid:4f1c2bf5-aa51-48d8-896f-44f040748697
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-23T10:35:10.773Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 19aa65f3-09a5-48a0-bc06-e9b6efe2559d
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-23T10:35:10.889Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||INFO|500||vFW 1f4edb8e-a205 0
2021-09-23T10:35:10.895Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 19aa65f3-09a5-48a0-bc06-e9b6efe2559d
2021-09-23T10:35:10.896Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: fc52fbd0-4310-44dd-ac6c-2d4131f843eb from URL: /sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/vfw1f4edb8ea2050_modules.json
2021-09-23T10:35:10.896Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-09-23T10:35:10.896Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/vfw1f4edb8ea2050_modules.json
2021-09-23T10:35:12.593Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-09-23T10:35:12.593Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/vfw1f4edb8ea2050_modules.json fc52fbd0-4310-44dd-ac6c-2d4131f843eb 785
2021-09-23T10:35:12.594Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/vfw1f4edb8ea2050_modules.json ASDC sendASDCNotification
2021-09-23T10:35:12.594Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/vfw1f4edb8ea2050_modules.json
2021-09-23T10:35:12.595Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-23T10:35:12.595Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:35:12.597Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:35:12.597Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632393312594,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/vfw1f4edb8ea2050_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-23T10:35:12.698Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T10:35:12.700Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-23T10:35:12.700Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:35:12.711Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T10:35:12.711Z||pool-11-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-23T10:35:13.602Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw1f4edb8eA205..base_vfw..module-0",
"vfModuleModelInvariantUUID": "ea8df102-3d02-4875-989c-75305d510582",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "f2476ae9-973d-4960-8b82-547c5355a05e",
"vfModuleModelCustomizationUUID": "b5384081-58ae-4922-9f9c-b2dfb76a2ad3",
"isBase": true,
"artifacts": [
"b159c3de-4b37-43f8-9366-f2903d20c624",
"f89ecbc3-c582-442b-96d7-65be0fd7829e"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-09-23T10:35:13.617Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw1f4edb8eA205..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f2476ae9-973d-4960-8b82-547c5355a05e
VfModuleModelInvariantUUID:ea8df102-3d02-4875-989c-75305d510582
VfModuleModelDescription:NULL
Artifacts UUID List:{
b159c3de-4b37-43f8-9366-f2903d20c624
,
f89ecbc3-c582-442b-96d7-65be0fd7829e
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-09-23T10:35:13.619Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw1f4edb8eA205..base_vfw..module-0",
"vfModuleModelInvariantUUID": "ea8df102-3d02-4875-989c-75305d510582",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "f2476ae9-973d-4960-8b82-547c5355a05e",
"vfModuleModelCustomizationUUID": "b5384081-58ae-4922-9f9c-b2dfb76a2ad3",
"isBase": true,
"artifacts": [
"b159c3de-4b37-43f8-9366-f2903d20c624",
"f89ecbc3-c582-442b-96d7-65be0fd7829e"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-09-23T10:35:13.620Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw1f4edb8eA205..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f2476ae9-973d-4960-8b82-547c5355a05e
VfModuleModelInvariantUUID:ea8df102-3d02-4875-989c-75305d510582
VfModuleModelDescription:NULL
Artifacts UUID List:{
b159c3de-4b37-43f8-9366-f2903d20c624
,
f89ecbc3-c582-442b-96d7-65be0fd7829e
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-09-23T10:35:13.620Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: b159c3de-4b37-43f8-9366-f2903d20c624 from URL: /sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/base_vfw.yaml
2021-09-23T10:35:13.620Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-09-23T10:35:13.620Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/base_vfw.yaml
2021-09-23T10:35:14.802Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-09-23T10:35:14.803Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/base_vfw.yaml b159c3de-4b37-43f8-9366-f2903d20c624 20368
2021-09-23T10:35:14.804Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-09-23T10:35:14.804Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/base_vfw.yaml
2021-09-23T10:35:14.804Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-23T10:35:14.804Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:35:14.806Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:35:14.806Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632393314804,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-23T10:35:14.906Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T10:35:14.907Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-23T10:35:14.907Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:35:14.918Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T10:35:14.918Z||pool-12-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-23T10:35:15.807Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: f89ecbc3-c582-442b-96d7-65be0fd7829e from URL: /sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/base_vfw.env
2021-09-23T10:35:15.807Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-09-23T10:35:15.808Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/base_vfw.env
2021-09-23T10:35:16.376Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-09-23T10:35:16.376Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/base_vfw.env f89ecbc3-c582-442b-96d7-65be0fd7829e 2098
2021-09-23T10:35:16.377Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/base_vfw.env ASDC sendASDCNotification
2021-09-23T10:35:16.377Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/base_vfw.env
2021-09-23T10:35:16.377Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-23T10:35:16.378Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:35:16.379Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:35:16.380Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632393316377,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-09-23T10:35:16.480Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T10:35:16.481Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-23T10:35:16.481Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:35:16.494Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T10:35:16.495Z||pool-13-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-23T10:35:17.380Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 3e4377cb-08e1-4d7a-8dbf-49734d928fcf
2021-09-23T10:35:17.381Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 1f4edb8e-a205 0 19aa65f3-09a5-48a0-bc06-e9b6efe2559d ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-23T10:35:17.423Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7533334f, org.onap.sdc.toscaparser.api.parameters.Input@31f78e34, org.onap.sdc.toscaparser.api.parameters.Input@7b6e9f5e, org.onap.sdc.toscaparser.api.parameters.Input@5d189bef, org.onap.sdc.toscaparser.api.parameters.Input@31dd6248]
2021-09-23T10:35:17.425Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T10:35:17.426Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-23 10-32-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:35:17.426Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic
2021-09-23T10:35:17.426Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= f95cd91d-a362-4de7-a4c3-55791df7c1c3
2021-09-23T10:35:17.426Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f95cd91d-a362-4de7-a4c3-55791df7c1c3 matches Tosca VF Customization UUID: f95cd91d-a362-4de7-a4c3-55791df7c1c3
2021-09-23T10:35:17.426Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: f95cd91d-a362-4de7-a4c3-55791df7c1c3 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-09-23T10:35:17.432Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T10:35:17.432Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-23 10-32-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:35:17.433Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id f95cd91d-a362-4de7-a4c3-55791df7c1c3: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2021-09-23T10:35:17.433Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6cd6064
2021-09-23T10:35:17.433Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T10:35:17.433Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-23 10-32-16 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-23T10:35:17.433Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b5384081-58ae-4922-9f9c-b2dfb76a2ad3
2021-09-23T10:35:17.434Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b5384081-58ae-4922-9f9c-b2dfb76a2ad3
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-09-23T10:35:17.439Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T10:35:17.439Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template vFW 1f4edb8e-a205 0 is matching search criteria
2021-09-23T10:35:17.439Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 1f4edb8e-a205 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-23T10:35:17.439Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T10:35:17.440Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template vFW 1f4edb8e-a205 0 is matching search criteria
2021-09-23T10:35:17.440Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 1f4edb8e-a205 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-23T10:35:17.440Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T10:35:17.440Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template vFW 1f4edb8e-a205 0 is not matching search criteria
2021-09-23T10:35:17.440Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-23T10:35:17.440Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-23T10:35:17.440Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-23T10:35:17.440Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-23T10:35:17.440Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-23T10:35:17.441Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-23T10:35:17.441Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-23T10:35:17.441Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-23T10:35:17.441Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-23T10:35:17.441Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-23T10:35:17.441Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-23T10:35:17.441Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c5faeb01-6599-49ab-8a27-a0a6d1c534d5
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-23T10:35:17.447Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T10:35:17.448Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template vFW 1f4edb8e-a205 0 is matching search criteria
2021-09-23T10:35:17.448Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 1f4edb8e-a205 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-23T10:35:17.448Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T10:35:17.448Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template vFW 1f4edb8e-a205 0 is not matching search criteria
2021-09-23T10:35:17.449Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-23T10:35:17.449Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-23T10:35:17.449Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-23T10:35:17.449Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-23T10:35:17.449Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-23T10:35:17.449Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-23T10:35:17.449Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-23T10:35:17.450Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-09-23T10:35:17.450Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-23T10:35:17.450Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-23T10:35:17.450Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-23T10:35:17.450Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-23T10:35:17.450Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=7310696f-7e55-4802-bf85-a08a23030ac4
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-23T10:35:17.453Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T10:35:17.453Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template vFW 1f4edb8e-a205 0 is matching search criteria
2021-09-23T10:35:17.453Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 1f4edb8e-a205 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-23T10:35:17.455Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T10:35:17.456Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template vFW 1f4edb8e-a205 0 is not matching search criteria
2021-09-23T10:35:17.456Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-23T10:35:17.456Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-23T10:35:17.456Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-23T10:35:17.456Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-23T10:35:17.457Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-23T10:35:17.457Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-23T10:35:17.457Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-23T10:35:17.457Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-23T10:35:17.457Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-23T10:35:17.457Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-23T10:35:17.457Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-23T10:35:17.458Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-09-23T10:35:17.458Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=bfdfdfaf-fbb2-48bc-a9e7-0f36260cd3fe
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-23T10:35:17.460Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T10:35:17.460Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template vFW 1f4edb8e-a205 0 is matching search criteria
2021-09-23T10:35:17.460Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 1f4edb8e-a205 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-23T10:35:17.461Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T10:35:17.461Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template vFW 1f4edb8e-a205 0 is matching search criteria
2021-09-23T10:35:17.461Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 1f4edb8e-a205 0] matching following query criteria: sdcType=VF, customizationUUID=f95cd91d-a362-4de7-a4c3-55791df7c1c3
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-23T10:35:17.463Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T10:35:17.463Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-23 10-32-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:35:17.463Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 3e4377cb-08e1-4d7a-8dbf-49734d928fcf: vFW 1f4edb8e-a205
2021-09-23T10:35:17.464Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T10:35:17.464Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-23 10-32-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:35:17.464Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T10:35:17.464Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-23 10-32-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:35:17.464Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T10:35:17.464Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-23 10-32-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:35:17.465Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T10:35:17.465Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-23 10-32-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:35:17.465Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T10:35:17.465Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-23 10-32-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:35:17.465Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||INFO|500||Saving Service: vFW 2021-09-23 10-32-16
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-23T10:35:17.792Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 1f4edb8e-a205 19aa65f3-09a5-48a0-bc06-e9b6efe2559d 1 ASDC deployResourceStructure
2021-09-23T10:35:17.793Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/vfw1f4edb8ea2050_modules.json ASDC sendASDCNotification
2021-09-23T10:35:17.793Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/vfw1f4edb8ea2050_modules.json
2021-09-23T10:35:17.793Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-23T10:35:17.793Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:35:17.794Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:35:17.795Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632393317793,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/vfw1f4edb8ea2050_modules.json",
"status": "DEPLOY_OK"
}
2021-09-23T10:35:17.895Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T10:35:17.896Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-23T10:35:17.896Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:35:17.907Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T10:35:17.907Z||pool-14-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-23T10:35:18.795Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-09-23T10:35:18.796Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/base_vfw.yaml
2021-09-23T10:35:18.796Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-23T10:35:18.797Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:35:18.799Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:35:18.799Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632393318795,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-09-23T10:35:18.900Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-23T10:35:18.901Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-23T10:35:18.901Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:35:18.912Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T10:35:18.912Z||pool-15-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-23T10:35:19.800Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/base_vfw.env ASDC sendASDCNotification
2021-09-23T10:35:19.800Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/base_vfw.env
2021-09-23T10:35:19.801Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-23T10:35:19.801Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:35:19.803Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:35:19.803Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632393319800,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-09-23T10:35:19.903Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T10:35:19.904Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-23T10:35:19.904Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:35:19.916Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T10:35:19.916Z||pool-16-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-09-23T10:35:20.803Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210923103216/1.0/artifacts/service-Vfw20210923103216-csar.csar ASDC sendASDCNotification
2021-09-23T10:35:20.804Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210923103216/1.0/artifacts/service-Vfw20210923103216-csar.csar
2021-09-23T10:35:20.804Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-23T10:35:20.804Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:35:20.807Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:35:20.807Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632393320803,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/artifacts/service-Vfw20210923103216-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-23T10:35:20.907Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-23T10:35:20.907Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-23T10:35:20.907Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:35:20.920Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T10:35:20.920Z||pool-17-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-23T10:35:21.808Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 46ac8fd9-d19c-41ff-b1cb-b9db60040221
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-23T10:35:21.833Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 46ac8fd9-d19c-41ff-b1cb-b9db60040221
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-23T10:35:21.836Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-23T10:35:21.836Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-23T10:35:21.836Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-23T10:35:51.837Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 46ac8fd9-d19c-41ff-b1cb-b9db60040221
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-23T10:35:51.849Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 46ac8fd9-d19c-41ff-b1cb-b9db60040221
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-23T10:35:51.852Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-23T10:35:51.852Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-23T10:35:51.852Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-23T10:35:57.142Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:35:57.143Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T10:35:57.143Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:35:57.170Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T10:35:57.171Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:35:57.171Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
"consumerID": "ves-openapi-manager",
"timestamp": 1632393287350,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/artifacts/service-Vfw20210923103216-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-23T10:35:57.172Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-23T10:36:21.853Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 46ac8fd9-d19c-41ff-b1cb-b9db60040221
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-23T10:36:21.863Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 46ac8fd9-d19c-41ff-b1cb-b9db60040221
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-23T10:36:21.865Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-23T10:36:21.866Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-23T10:36:21.866Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-23T10:36:51.866Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 46ac8fd9-d19c-41ff-b1cb-b9db60040221
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-23T10:36:51.882Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 46ac8fd9-d19c-41ff-b1cb-b9db60040221
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-23T10:36:51.884Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-23T10:36:51.885Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-23T10:36:51.885Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-23T10:36:57.142Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:36:57.143Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T10:36:57.143Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:36:57.170Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T10:36:57.170Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:36:57.170Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
"consumerID": "cds",
"timestamp": 1632393288297,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/artifacts/service-Vfw20210923103216-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-23T10:36:57.172Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-23T10:37:21.885Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 46ac8fd9-d19c-41ff-b1cb-b9db60040221
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-23T10:37:21.896Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 46ac8fd9-d19c-41ff-b1cb-b9db60040221
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-23T10:37:21.899Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-23T10:37:21.900Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-23T10:37:21.900Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-23T10:37:51.900Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 46ac8fd9-d19c-41ff-b1cb-b9db60040221
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-23T10:37:51.912Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 46ac8fd9-d19c-41ff-b1cb-b9db60040221
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-23T10:37:51.915Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-23T10:37:51.915Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-23T10:37:51.915Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-23T10:37:57.142Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:37:57.143Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T10:37:57.143Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:37:57.174Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T10:37:57.180Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:37:57.180Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632393284520,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/artifacts/service-Vfw20210923103216-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-23T10:37:57.181Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-23T10:37:57.181Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:37:57.181Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
"consumerID": "dcae-sch",
"timestamp": 1632393289009,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/artifacts/service-Vfw20210923103216-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-23T10:37:57.181Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-23T10:37:57.181Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:37:57.181Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632393294083,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-23T10:37:57.181Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-23T10:37:57.182Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:37:57.182Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632393297140,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-23T10:37:57.182Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-23T10:37:57.182Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:37:57.182Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
"consumerID": "ves-openapi-manager",
"timestamp": 1632393287350,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/artifacts/service-Vfw20210923103216-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-23T10:37:57.182Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-23T10:37:57.182Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:37:57.182Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
"consumerID": "cds",
"timestamp": 1632393288297,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/artifacts/service-Vfw20210923103216-csar.csar",
"status": "NOTIFIED"
}
2021-09-23T10:37:57.182Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-23T10:37:57.182Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:37:57.182Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632393284520,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/artifacts/service-Vfw20210923103216-csar.csar",
"status": "NOTIFIED"
}
2021-09-23T10:37:57.183Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-23T10:37:57.183Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:37:57.183Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
"consumerID": "dcae-sch",
"timestamp": 1632393289009,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/artifacts/service-Vfw20210923103216-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-23T10:37:57.183Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-23T10:37:57.183Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:37:57.183Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632393294083,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-23T10:37:57.183Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-23T10:37:57.183Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:37:57.183Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632393297140,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/vfw1f4edb8ea2050_modules.json",
"status": "NOTIFIED"
}
2021-09-23T10:37:57.183Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-23T10:37:57.183Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:37:57.183Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632393294083,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/artifacts/service-Vfw20210923103216-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-23T10:37:57.184Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-23T10:37:57.184Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:37:57.184Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632393297140,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-09-23T10:37:57.184Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-23T10:37:57.184Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:37:57.184Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632393294083,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/artifacts/service-Vfw20210923103216-csar.csar",
"status": "NOTIFIED"
}
2021-09-23T10:37:57.184Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-23T10:37:57.184Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:37:57.184Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632393297140,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-23T10:37:57.185Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-23T10:37:57.185Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:37:57.185Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
"consumerID": "policy-id",
"timestamp": 1632393300411,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-23T10:37:57.185Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-23T10:37:57.185Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:37:57.185Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
"consumerID": "cds",
"timestamp": 1632393301707,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/artifacts/service-Vfw20210923103216-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-23T10:37:57.185Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:37:57.186Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:37:57.186Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632393297140,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-09-23T10:37:57.186Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-23T10:37:57.186Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:37:57.186Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
"consumerID": "policy-id",
"timestamp": 1632393300411,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/vfw1f4edb8ea2050_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-23T10:37:57.186Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-23T10:37:57.186Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:37:57.186Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632393302289,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/vfw1f4edb8ea2050_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-23T10:37:57.186Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:37:57.186Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:37:57.186Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
"consumerID": "cds",
"timestamp": 1632393302726,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/artifacts/service-Vfw20210923103216-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-23T10:37:57.193Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 46ac8fd9-d19c-41ff-b1cb-b9db60040221
2021-09-23T10:37:57.193Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 46ac8fd9-d19c-41ff-b1cb-b9db60040221 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-23T10:37:57.204Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:37:57.204Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632393297140,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/artifacts/service-Vfw20210923103216-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-23T10:37:57.205Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-23T10:37:57.205Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:37:57.205Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
"consumerID": "policy-id",
"timestamp": 1632393300411,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-09-23T10:37:57.205Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-23T10:37:57.206Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:37:57.206Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632393303216,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/artifacts/service-Vfw20210923103216-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-23T10:37:57.206Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:37:57.206Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:37:57.206Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632393297140,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/artifacts/service-Vfw20210923103216-csar.csar",
"status": "NOTIFIED"
}
2021-09-23T10:37:57.206Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-23T10:37:57.206Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:37:57.207Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
"consumerID": "policy-id",
"timestamp": 1632393300411,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-23T10:37:57.207Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-23T10:37:57.207Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:37:57.207Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632393304567,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-23T10:37:57.207Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:37:57.207Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:37:57.207Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
"consumerID": "clamp",
"timestamp": 1632393304190,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-23T10:37:57.208Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-23T10:37:57.208Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:37:57.208Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
"consumerID": "policy-id",
"timestamp": 1632393300411,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-23T10:37:57.208Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-23T10:37:57.208Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:37:57.208Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
"consumerID": "clamp",
"timestamp": 1632393304190,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/vfw1f4edb8ea2050_modules.json",
"status": "NOTIFIED"
}
2021-09-23T10:37:57.209Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-23T10:37:57.209Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:37:57.209Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632393306076,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/artifacts/service-Vfw20210923103216-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-23T10:37:57.209Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:37:57.209Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:37:57.209Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
"consumerID": "policy-id",
"timestamp": 1632393300411,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/artifacts/service-Vfw20210923103216-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-23T10:37:57.210Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-23T10:37:57.210Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:37:57.210Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632393306350,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-09-23T10:37:57.210Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:37:57.210Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:37:57.210Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
"consumerID": "clamp",
"timestamp": 1632393304190,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-23T10:37:57.211Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-23T10:37:57.211Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:37:57.211Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
"consumerID": "policy-id",
"timestamp": 1632393300411,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/artifacts/service-Vfw20210923103216-csar.csar",
"status": "NOTIFIED"
}
2021-09-23T10:37:57.211Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-23T10:37:57.211Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:37:57.211Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632393307486,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-23T10:37:57.217Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 46ac8fd9-d19c-41ff-b1cb-b9db60040221
2021-09-23T10:37:57.217Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 46ac8fd9-d19c-41ff-b1cb-b9db60040221 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-23T10:37:57.227Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:37:57.227Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
"consumerID": "clamp",
"timestamp": 1632393304190,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-23T10:37:57.227Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-23T10:37:57.227Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:37:57.228Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632393308490,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/vfw1f4edb8ea2050_modules.json",
"status": "DEPLOY_OK"
}
2021-09-23T10:37:57.228Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:37:57.228Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:37:57.228Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632393308555,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/artifacts/service-Vfw20210923103216-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-23T10:37:57.229Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:37:57.229Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:37:57.229Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
"consumerID": "policy-id",
"timestamp": 1632393308667,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/artifacts/service-Vfw20210923103216-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-23T10:37:57.230Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:37:57.230Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:37:57.230Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
"consumerID": "clamp",
"timestamp": 1632393304190,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-23T10:37:57.230Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-23T10:37:57.230Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:37:57.231Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632393309560,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-23T10:37:57.236Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 46ac8fd9-d19c-41ff-b1cb-b9db60040221
2021-09-23T10:37:57.236Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 46ac8fd9-d19c-41ff-b1cb-b9db60040221 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-23T10:37:57.245Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:37:57.245Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
"consumerID": "policy-id",
"timestamp": 1632393309673,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/artifacts/service-Vfw20210923103216-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-23T10:37:57.246Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:37:57.246Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:37:57.246Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
"consumerID": "clamp",
"timestamp": 1632393304190,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/artifacts/service-Vfw20210923103216-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-23T10:37:57.247Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-23T10:37:57.247Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:37:57.247Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
"consumerID": "aai-ml",
"timestamp": 1632393310020,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-23T10:37:57.248Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-23T10:37:57.248Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:37:57.248Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
"consumerID": "policy-id",
"timestamp": 1632393310675,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-23T10:37:57.255Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 46ac8fd9-d19c-41ff-b1cb-b9db60040221
2021-09-23T10:37:57.255Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 46ac8fd9-d19c-41ff-b1cb-b9db60040221 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-09-23T10:37:57.263Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:37:57.264Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
"consumerID": "clamp",
"timestamp": 1632393304190,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/artifacts/service-Vfw20210923103216-csar.csar",
"status": "NOTIFIED"
}
2021-09-23T10:37:57.264Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-23T10:37:57.264Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:37:57.264Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
"consumerID": "aai-ml",
"timestamp": 1632393310020,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/vfw1f4edb8ea2050_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-23T10:37:57.265Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-23T10:37:57.265Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:37:57.265Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632393312594,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/vfw1f4edb8ea2050_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-23T10:37:57.265Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:37:57.265Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:37:57.265Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
"consumerID": "aai-ml",
"timestamp": 1632393310020,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-23T10:37:57.266Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-23T10:37:57.266Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:37:57.266Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
"consumerID": "aai-ml",
"timestamp": 1632393310020,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-23T10:37:57.266Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-23T10:37:57.266Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:37:57.267Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
"consumerID": "aai-ml",
"timestamp": 1632393310020,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-23T10:37:57.267Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-23T10:37:57.267Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:37:57.267Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632393314804,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-23T10:37:57.267Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:37:57.267Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:37:57.268Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
"consumerID": "aai-ml",
"timestamp": 1632393310020,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/artifacts/service-Vfw20210923103216-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-23T10:37:57.268Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-23T10:37:57.268Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:37:57.268Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632393316377,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-09-23T10:37:57.269Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:37:57.269Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:37:57.269Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
"consumerID": "aai-ml",
"timestamp": 1632393310020,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/artifacts/service-Vfw20210923103216-csar.csar",
"status": "NOTIFIED"
}
2021-09-23T10:37:57.269Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-23T10:37:57.269Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:37:57.269Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632393317793,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/vfw1f4edb8ea2050_modules.json",
"status": "DEPLOY_OK"
}
2021-09-23T10:37:57.270Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:37:57.270Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:37:57.270Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
"consumerID": "aai-ml",
"timestamp": 1632393318312,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/artifacts/service-Vfw20210923103216-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-23T10:37:57.270Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:37:57.271Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:37:57.271Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632393318795,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-09-23T10:37:57.271Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:37:57.271Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:37:57.272Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632393319800,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-09-23T10:37:57.272Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:37:57.272Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:37:57.272Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632393320803,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/artifacts/service-Vfw20210923103216-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-23T10:37:57.273Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:37:57.273Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:37:57.273Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
"consumerID": "aai-ml",
"timestamp": 1632393328468,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/artifacts/service-Vfw20210923103216-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-23T10:37:57.273Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:37:57.273Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:37:57.273Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
"consumerID": "clamp",
"timestamp": 1632393328462,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/artifacts/service-Vfw20210923103216-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-23T10:37:57.274Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:37:57.274Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:37:57.274Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
"consumerID": "aai-ml",
"timestamp": 1632393329475,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-23T10:37:57.279Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 46ac8fd9-d19c-41ff-b1cb-b9db60040221
2021-09-23T10:37:57.280Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 46ac8fd9-d19c-41ff-b1cb-b9db60040221 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-23T10:37:57.288Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:37:57.288Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
"consumerID": "clamp",
"timestamp": 1632393330468,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/artifacts/service-Vfw20210923103216-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-23T10:37:57.288Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:37:57.288Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:37:57.289Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
"consumerID": "clamp",
"timestamp": 1632393331471,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-23T10:37:57.293Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 46ac8fd9-d19c-41ff-b1cb-b9db60040221
2021-09-23T10:37:57.293Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 46ac8fd9-d19c-41ff-b1cb-b9db60040221 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-23T10:38:21.915Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 46ac8fd9-d19c-41ff-b1cb-b9db60040221
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-23T10:38:21.928Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 46ac8fd9-d19c-41ff-b1cb-b9db60040221
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-23T10:38:21.931Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-23T10:38:21.931Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-23T10:38:21.931Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-23T10:38:21.931Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-23T10:38:21.931Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-23T10:38:21.931Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-23T10:38:21.931Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-23T10:38:21.931Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-23T10:38:21.931Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-23T10:38:21.931Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-23T10:38:21.931Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-23T10:38:21.937Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-23T10:38:51.938Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 46ac8fd9-d19c-41ff-b1cb-b9db60040221 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-09-23T10:38:51.947Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 46ac8fd9-d19c-41ff-b1cb-b9db60040221 and serviceModelVersionId: 3e4377cb-08e1-4d7a-8dbf-49734d928fcf
2021-09-23T10:38:51.947Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fab9db0c-a2d0-482f-930d-ff0fce9709b0
2021-09-23T10:38:57.142Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:38:57.142Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T10:38:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:38:57.668Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T10:38:57.670Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.670Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
"consumerID": "cds",
"timestamp": 1632393363297,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-23T10:38:57.671Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-23T10:38:57.671Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.671Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632393364520,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-23T10:38:57.671Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-23T10:38:57.671Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.671Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
"consumerID": "policy-id",
"timestamp": 1632393360411,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-23T10:38:57.671Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-23T10:38:57.671Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.671Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
"consumerID": "clamp",
"timestamp": 1632393364190,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-23T10:38:57.671Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-23T10:38:57.671Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.671Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
"consumerID": "ves-openapi-manager",
"timestamp": 1632393367350,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-23T10:38:57.671Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-23T10:38:57.671Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.671Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
"consumerID": "cds",
"timestamp": 1632393363297,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/basic_onboard_nrbhnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-23T10:38:57.672Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-23T10:38:57.672Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.672Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632393364520,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/basic_onboard_nrbhnf0_modules.json",
"status": "NOTIFIED"
}
2021-09-23T10:38:57.672Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-23T10:38:57.672Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.672Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
"consumerID": "policy-id",
"timestamp": 1632393360411,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/basic_onboard_nrbhnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-23T10:38:57.672Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-23T10:38:57.672Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.672Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
"consumerID": "clamp",
"timestamp": 1632393364190,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/basic_onboard_nrbhnf0_modules.json",
"status": "NOTIFIED"
}
2021-09-23T10:38:57.672Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-23T10:38:57.672Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.672Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
"consumerID": "ves-openapi-manager",
"timestamp": 1632393367350,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/basic_onboard_nrbhnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-23T10:38:57.672Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-23T10:38:57.672Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.672Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
"consumerID": "cds",
"timestamp": 1632393363297,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-23T10:38:57.672Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-23T10:38:57.672Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.672Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632393364520,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-23T10:38:57.673Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-23T10:38:57.673Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.673Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
"consumerID": "policy-id",
"timestamp": 1632393360411,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-23T10:38:57.673Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-23T10:38:57.673Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.673Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
"consumerID": "clamp",
"timestamp": 1632393364190,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-23T10:38:57.673Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-23T10:38:57.673Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.673Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
"consumerID": "dcae-sch",
"timestamp": 1632393369009,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-23T10:38:57.673Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-23T10:38:57.673Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.673Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
"consumerID": "ves-openapi-manager",
"timestamp": 1632393367350,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-23T10:38:57.673Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-23T10:38:57.673Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.673Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
"consumerID": "cds",
"timestamp": 1632393363297,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-23T10:38:57.673Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-23T10:38:57.673Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.673Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632393364520,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-23T10:38:57.674Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-23T10:38:57.674Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.674Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
"consumerID": "policy-id",
"timestamp": 1632393360411,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-23T10:38:57.674Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-23T10:38:57.674Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.674Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
"consumerID": "clamp",
"timestamp": 1632393364190,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-23T10:38:57.674Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-23T10:38:57.674Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.674Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
"consumerID": "dcae-sch",
"timestamp": 1632393369009,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/basic_onboard_nrbhnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-23T10:38:57.674Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-23T10:38:57.674Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.674Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
"consumerID": "aai-ml",
"timestamp": 1632393370019,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-23T10:38:57.674Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-23T10:38:57.674Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.674Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
"consumerID": "ves-openapi-manager",
"timestamp": 1632393367350,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-23T10:38:57.674Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-23T10:38:57.674Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.675Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
"consumerID": "cds",
"timestamp": 1632393363297,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-23T10:38:57.675Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-23T10:38:57.675Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.675Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632393364520,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-09-23T10:38:57.675Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-23T10:38:57.675Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.675Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
"consumerID": "policy-id",
"timestamp": 1632393360411,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-23T10:38:57.675Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-23T10:38:57.675Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.675Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
"consumerID": "clamp",
"timestamp": 1632393364190,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-23T10:38:57.675Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-23T10:38:57.675Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.675Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
"consumerID": "dcae-sch",
"timestamp": 1632393369009,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-23T10:38:57.675Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-23T10:38:57.675Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.675Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
"consumerID": "aai-ml",
"timestamp": 1632393370019,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/basic_onboard_nrbhnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-23T10:38:57.676Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-23T10:38:57.676Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.676Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
"consumerID": "ves-openapi-manager",
"timestamp": 1632393367350,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-23T10:38:57.676Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-23T10:38:57.676Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.676Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
"consumerID": "cds",
"timestamp": 1632393363297,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/artifacts/service-BasicOnboardNrbhnf-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-23T10:38:57.676Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-23T10:38:57.676Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.676Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632393364520,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/artifacts/service-BasicOnboardNrbhnf-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-23T10:38:57.676Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-23T10:38:57.676Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.676Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
"consumerID": "policy-id",
"timestamp": 1632393360411,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/artifacts/service-BasicOnboardNrbhnf-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-23T10:38:57.676Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-23T10:38:57.677Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.677Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
"consumerID": "clamp",
"timestamp": 1632393364190,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/artifacts/service-BasicOnboardNrbhnf-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-23T10:38:57.677Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-23T10:38:57.677Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.677Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
"consumerID": "dcae-sch",
"timestamp": 1632393369009,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-23T10:38:57.677Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-23T10:38:57.677Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.677Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
"consumerID": "aai-ml",
"timestamp": 1632393370019,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-23T10:38:57.677Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-23T10:38:57.677Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.677Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
"consumerID": "ves-openapi-manager",
"timestamp": 1632393367350,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/artifacts/service-BasicOnboardNrbhnf-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-23T10:38:57.677Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-23T10:38:57.678Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.678Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
"consumerID": "cds",
"timestamp": 1632393363297,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/artifacts/service-BasicOnboardNrbhnf-csar.csar",
"status": "NOTIFIED"
}
2021-09-23T10:38:57.678Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-23T10:38:57.678Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.678Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632393364520,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/artifacts/service-BasicOnboardNrbhnf-csar.csar",
"status": "NOTIFIED"
}
2021-09-23T10:38:57.678Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-23T10:38:57.678Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.678Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
"consumerID": "policy-id",
"timestamp": 1632393360411,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/artifacts/service-BasicOnboardNrbhnf-csar.csar",
"status": "NOTIFIED"
}
2021-09-23T10:38:57.678Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-23T10:38:57.678Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.678Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
"consumerID": "clamp",
"timestamp": 1632393364190,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/artifacts/service-BasicOnboardNrbhnf-csar.csar",
"status": "NOTIFIED"
}
2021-09-23T10:38:57.678Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-23T10:38:57.678Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.678Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
"consumerID": "dcae-sch",
"timestamp": 1632393369009,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-23T10:38:57.678Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-23T10:38:57.678Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.678Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
"consumerID": "aai-ml",
"timestamp": 1632393370019,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-23T10:38:57.678Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-23T10:38:57.679Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.679Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
"consumerID": "ves-openapi-manager",
"timestamp": 1632393367350,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/artifacts/service-BasicOnboardNrbhnf-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-23T10:38:57.679Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-23T10:38:57.679Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.679Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
"consumerID": "dcae-sch",
"timestamp": 1632393369009,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/artifacts/service-BasicOnboardNrbhnf-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-23T10:38:57.679Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-23T10:38:57.679Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.679Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
"consumerID": "aai-ml",
"timestamp": 1632393370019,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-23T10:38:57.679Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-23T10:38:57.679Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.679Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632393375301,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/basic_onboard_nrbhnf0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-23T10:38:57.679Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:38:57.679Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.679Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
"consumerID": "policy-id",
"timestamp": 1632393375298,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/artifacts/service-BasicOnboardNrbhnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-23T10:38:57.679Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:38:57.679Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.679Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
"consumerID": "cds",
"timestamp": 1632393375398,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/artifacts/service-BasicOnboardNrbhnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-23T10:38:57.679Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:38:57.680Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.680Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
"consumerID": "dcae-sch",
"timestamp": 1632393369009,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/artifacts/service-BasicOnboardNrbhnf-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-23T10:38:57.680Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-23T10:38:57.680Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.680Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
"consumerID": "aai-ml",
"timestamp": 1632393370019,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/artifacts/service-BasicOnboardNrbhnf-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-23T10:38:57.680Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-23T10:38:57.680Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.680Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
"consumerID": "policy-id",
"timestamp": 1632393376300,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/artifacts/service-BasicOnboardNrbhnf-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-23T10:38:57.680Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:38:57.680Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.680Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
"consumerID": "cds",
"timestamp": 1632393376404,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/artifacts/service-BasicOnboardNrbhnf-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-23T10:38:57.699Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d8ad27bc-f4e9-43d7-857d-eecb8f455afe
2021-09-23T10:38:57.699Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d8ad27bc-f4e9-43d7-857d-eecb8f455afe and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-23T10:38:57.708Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.708Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
"consumerID": "aai-ml",
"timestamp": 1632393370019,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/artifacts/service-BasicOnboardNrbhnf-csar.csar",
"status": "NOTIFIED"
}
2021-09-23T10:38:57.708Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-23T10:38:57.708Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.708Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632393376670,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-23T10:38:57.708Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:38:57.708Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.708Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
"consumerID": "policy-id",
"timestamp": 1632393377302,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-23T10:38:57.713Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d8ad27bc-f4e9-43d7-857d-eecb8f455afe
2021-09-23T10:38:57.713Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d8ad27bc-f4e9-43d7-857d-eecb8f455afe and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-23T10:38:57.723Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.723Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
"consumerID": "aai-ml",
"timestamp": 1632393378294,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/artifacts/service-BasicOnboardNrbhnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-23T10:38:57.723Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:38:57.723Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.723Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632393378468,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-09-23T10:38:57.723Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:38:57.723Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.723Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632393379491,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-23T10:38:57.749Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d8ad27bc-f4e9-43d7-857d-eecb8f455afe
2021-09-23T10:38:57.749Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d8ad27bc-f4e9-43d7-857d-eecb8f455afe and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-09-23T10:38:57.756Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.757Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
"consumerID": "clamp",
"timestamp": 1632393379782,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/artifacts/service-BasicOnboardNrbhnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-23T10:38:57.757Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:38:57.757Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.757Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632393380496,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/basic_onboard_nrbhnf0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-23T10:38:57.757Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:38:57.757Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.757Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
"consumerID": "clamp",
"timestamp": 1632393381471,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/artifacts/service-BasicOnboardNrbhnf-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-23T10:38:57.757Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:38:57.757Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.758Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
"consumerID": "clamp",
"timestamp": 1632393382474,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-23T10:38:57.762Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d8ad27bc-f4e9-43d7-857d-eecb8f455afe
2021-09-23T10:38:57.763Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d8ad27bc-f4e9-43d7-857d-eecb8f455afe and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-23T10:38:57.772Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.772Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632393384083,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-23T10:38:57.772Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-23T10:38:57.772Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.772Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
"consumerID": "aai-ml",
"timestamp": 1632393384833,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/artifacts/service-BasicOnboardNrbhnf-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-23T10:38:57.773Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:38:57.773Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.773Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632393384083,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/basic_onboard_nrbhnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-23T10:38:57.773Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-23T10:38:57.773Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.773Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
"consumerID": "aai-ml",
"timestamp": 1632393385838,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-23T10:38:57.778Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d8ad27bc-f4e9-43d7-857d-eecb8f455afe
2021-09-23T10:38:57.778Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d8ad27bc-f4e9-43d7-857d-eecb8f455afe and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-23T10:38:57.788Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.788Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632393384083,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-23T10:38:57.788Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-23T10:38:57.788Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.789Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632393384083,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-23T10:38:57.789Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-23T10:38:57.789Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.789Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632393384083,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-23T10:38:57.789Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-23T10:38:57.789Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.789Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632393384083,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/artifacts/service-BasicOnboardNrbhnf-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-23T10:38:57.789Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-23T10:38:57.789Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.789Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632393384083,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/artifacts/service-BasicOnboardNrbhnf-csar.csar",
"status": "NOTIFIED"
}
2021-09-23T10:38:57.790Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-23T10:38:57.790Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.790Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632393393286,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/artifacts/service-BasicOnboardNrbhnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-23T10:38:57.790Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:38:57.790Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.790Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632393395516,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/artifacts/service-BasicOnboardNrbhnf-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-23T10:38:57.790Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:38:57.790Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.790Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632393396520,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-23T10:38:57.796Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d8ad27bc-f4e9-43d7-857d-eecb8f455afe
2021-09-23T10:38:57.796Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d8ad27bc-f4e9-43d7-857d-eecb8f455afe and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-23T10:39:03.496Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fab9db0c-a2d0-482f-930d-ff0fce9709b0/model-vers/model-ver/3e4377cb-08e1-4d7a-8dbf-49734d928fcf?depth=0
2021-09-23T10:39:03.590Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-09-23T10:39:03.975Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fab9db0c-a2d0-482f-930d-ff0fce9709b0/model-vers/model-ver/3e4377cb-08e1-4d7a-8dbf-49734d928fcf?depth=0|INFO|500||Invoke
2021-09-23T10:39:03.981Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fab9db0c-a2d0-482f-930d-ff0fce9709b0/model-vers/model-ver/3e4377cb-08e1-4d7a-8dbf-49734d928fcf?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fab9db0c-a2d0-482f-930d-ff0fce9709b0/model-vers/model-ver/3e4377cb-08e1-4d7a-8dbf-49734d928fcf?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[46ac8fd9-d19c-41ff-b1cb-b9db60040221], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9a33158b-5d8c-48e3-9e1d-ee171481ba79], X-ECOMP-RequestID=[46ac8fd9-d19c-41ff-b1cb-b9db60040221], X-TransactionId=[], X-ONAP-RequestID=[46ac8fd9-d19c-41ff-b1cb-b9db60040221], Content-Type=[application/merge-patch+json]}
2021-09-23T10:39:04.099Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fab9db0c-a2d0-482f-930d-ff0fce9709b0/model-vers/model-ver/3e4377cb-08e1-4d7a-8dbf-49734d928fcf?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-09-23T10:39:04.274Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fab9db0c-a2d0-482f-930d-ff0fce9709b0/model-vers/model-ver/3e4377cb-08e1-4d7a-8dbf-49734d928fcf?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/fab9db0c-a2d0-482f-930d-ff0fce9709b0/model-vers/model-ver/3e4377cb-08e1-4d7a-8dbf-49734d928fcf?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210923-10:39:04:109-84079], vertex-id=[184544], Content-Length=[0], Date=[Thu, 23 Sep 2021 10:39:04 GMT], Content-Type=[application/json]}
2021-09-23T10:39:04.276Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fab9db0c-a2d0-482f-930d-ff0fce9709b0/model-vers/model-ver/3e4377cb-08e1-4d7a-8dbf-49734d928fcf?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-23T10:39:04.276Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fab9db0c-a2d0-482f-930d-ff0fce9709b0/model-vers/model-ver/3e4377cb-08e1-4d7a-8dbf-49734d928fcf?depth=0|INFO|500||InvokeReturn
2021-09-23T10:39:04.279Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-23T10:39:04.279Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-23T10:39:04.283Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-09-23T10:39:04.287Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 46ac8fd9-d19c-41ff-b1cb-b9db60040221 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-23T10:39:04.327Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-23T10:39:04.328Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:39:04.338Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:39:04.341Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632393544287,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-23T10:39:04.438Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2021-09-23T10:39:04.438Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-23T10:39:04.438Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:39:04.449Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T10:39:04.449Z||pool-18-thread-1|||||INFO|500||cambria reply ok (11 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-09-23T10:39:05.352Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:39:05.353Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T10:39:05.353Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:39:09.653Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T10:39:09.654Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-23T10:39:09.655Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"d8ad27bc-f4e9-43d7-857d-eecb8f455afe","serviceName":"basic_onboard_nRbhnF","serviceVersion":"1.0","serviceUUID":"7431a1c6-9051-435d-89f6-5ad0c1158b53","serviceDescription":"service","serviceInvariantUUID":"bdd6634c-0e26-4ae1-948e-e5320232b0d7","resources":[{"resourceInstanceName":"basic_onboard_nRbhnF 0","resourceName":"basic_onboard_nRbhnF","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a3dedf5c-6ddc-4630-9405-310d2f65dfb1","resourceInvariantUUID":"9c035fde-f06f-414c-b9f4-98e7b63f46de","resourceCustomizationUUID":"bc6a5864-5338-4545-80e5-2e193fe2ff0a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/vf-license-model.xml","artifactChecksum":"NjFjN2ZmOGM5ZDBmMTQ5ZTI4YTUzMTRjOGI5N2E4ZDU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"96fd1c6b-be91-456a-bd2b-3b9aecf46a5b","artifactVersion":"1"},{"artifactName":"basic_onboard_nrbhnf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/basic_onboard_nrbhnf0_modules.json","artifactChecksum":"NWMxMmNlYzNlZmYxNWQxZmM1ZDYwNmE1MDdhOTVmNjM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0b73b0b5-ebe2-4d93-8fc0-d008080c189b","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"fe8f68c0-e61a-42cf-943c-309cc87c3aaf","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"075c111e-51ea-4ab1-b871-d929baa9a49a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"466fc484-c162-40e3-bced-02fc02322d4e","artifactVersion":"2","generatedFromUUID":"fe8f68c0-e61a-42cf-943c-309cc87c3aaf"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardNrbhnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/artifacts/service-BasicOnboardNrbhnf-template.yml","artifactChecksum":"MTgzYTk0MDVlNDEyNDc3YThjOTNhMmVkZGI1NzNlOWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"823a25ca-0085-4183-aba4-d52b6fefa913","artifactVersion":"1"},{"artifactName":"service-BasicOnboardNrbhnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/artifacts/service-BasicOnboardNrbhnf-csar.csar","artifactChecksum":"MjYwOTAwMjc1NmE0NmQzMzAxYmMyODk3N2ZjYmM1Yzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b62cf319-717f-475f-8b58-a44af2cb7ef4","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-23T10:39:09.658Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T10:39:09.658Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:39:09.660Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:39:09.660Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632393545352,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-23T10:39:09.760Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T10:39:09.761Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-23T10:39:09.761Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:39:09.774Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T10:39:09.774Z||pool-19-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-23T10:39:10.661Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T10:39:10.662Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:39:10.664Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:39:10.664Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632393545352,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/basic_onboard_nrbhnf0_modules.json",
"status": "NOTIFIED"
}
2021-09-23T10:39:10.764Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T10:39:10.765Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-23T10:39:10.765Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:39:10.778Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T10:39:10.779Z||pool-20-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-23T10:39:11.665Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T10:39:11.665Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:39:11.668Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:39:11.668Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632393545352,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-23T10:39:11.768Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T10:39:11.769Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-23T10:39:11.770Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:39:11.785Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T10:39:11.785Z||pool-21-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-09-23T10:39:12.669Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T10:39:12.670Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:39:12.672Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:39:12.672Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632393545352,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-23T10:39:12.773Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-23T10:39:12.774Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-23T10:39:12.774Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:39:12.785Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T10:39:12.785Z||pool-22-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-23T10:39:13.672Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T10:39:13.673Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:39:13.675Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:39:13.675Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632393545352,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-09-23T10:39:13.775Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-23T10:39:13.776Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-23T10:39:13.776Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:39:13.789Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T10:39:13.790Z||pool-23-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-23T10:39:14.676Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T10:39:14.677Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:39:14.679Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:39:14.679Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632393545352,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/artifacts/service-BasicOnboardNrbhnf-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-23T10:39:14.780Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T10:39:14.780Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-23T10:39:14.780Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:39:14.791Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T10:39:14.792Z||pool-24-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-23T10:39:15.680Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T10:39:15.681Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:39:15.683Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:39:15.683Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632393545352,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/artifacts/service-BasicOnboardNrbhnf-csar.csar",
"status": "NOTIFIED"
}
2021-09-23T10:39:15.783Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T10:39:15.784Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-23T10:39:15.784Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:39:15.797Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T10:39:15.797Z||pool-25-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-23T10:39:16.685Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
"serviceName": "basic_onboard_nRbhnF",
"serviceVersion": "1.0",
"serviceUUID": "7431a1c6-9051-435d-89f6-5ad0c1158b53",
"serviceDescription": "service",
"serviceInvariantUUID": "bdd6634c-0e26-4ae1-948e-e5320232b0d7",
"resources": [
{
"resourceInstanceName": "basic_onboard_nRbhnF 0",
"resourceCustomizationUUID": "bc6a5864-5338-4545-80e5-2e193fe2ff0a",
"resourceName": "basic_onboard_nRbhnF",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "a3dedf5c-6ddc-4630-9405-310d2f65dfb1",
"resourceInvariantUUID": "9c035fde-f06f-414c-b9f4-98e7b63f46de",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_nrbhnf0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/basic_onboard_nrbhnf0_modules.json",
"artifactChecksum": "NWMxMmNlYzNlZmYxNWQxZmM1ZDYwNmE1MDdhOTVmNjM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "0b73b0b5-ebe2-4d93-8fc0-d008080c189b",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "fe8f68c0-e61a-42cf-943c-309cc87c3aaf",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "466fc484-c162-40e3-bced-02fc02322d4e",
"generatedFromUUID": "fe8f68c0-e61a-42cf-943c-309cc87c3aaf"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "466fc484-c162-40e3-bced-02fc02322d4e",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardNrbhnf-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/artifacts/service-BasicOnboardNrbhnf-csar.csar",
"artifactChecksum": "MjYwOTAwMjc1NmE0NmQzMzAxYmMyODk3N2ZjYmM1Yzk\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b62cf319-717f-475f-8b58-a44af2cb7ef4"
}
],
"workloadContext": "Production"
}
2021-09-23T10:39:16.685Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-23T10:39:16.685Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7431a1c6-9051-435d-89f6-5ad0c1158b53 ASDC
2021-09-23T10:39:16.686Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:d8ad27bc-f4e9-43d7-857d-eecb8f455afe
ServiceName:basic_onboard_nRbhnF
ServiceVersion:1.0
ServiceUUID:7431a1c6-9051-435d-89f6-5ad0c1158b53
ServiceInvariantUUID:bdd6634c-0e26-4ae1-948e-e5320232b0d7
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardNrbhnf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/artifacts/service-BasicOnboardNrbhnf-csar.csar
ArtifactUUID:b62cf319-717f-475f-8b58-a44af2cb7ef4
ArtifactChecksum:MjYwOTAwMjc1NmE0NmQzMzAxYmMyODk3N2ZjYmM1Yzk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_nRbhnF 0
ResourceCustomizationUUID:bc6a5864-5338-4545-80e5-2e193fe2ff0a
ResourceInvariantUUID:9c035fde-f06f-414c-b9f4-98e7b63f46de
ResourceName:basic_onboard_nRbhnF
ResourceType:VF
ResourceUUID:a3dedf5c-6ddc-4630-9405-310d2f65dfb1
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_nrbhnf0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/basic_onboard_nrbhnf0_modules.json
ArtifactUUID:0b73b0b5-ebe2-4d93-8fc0-d008080c189b
ArtifactChecksum:NWMxMmNlYzNlZmYxNWQxZmM1ZDYwNmE1MDdhOTVmNjM=
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/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/base_ubuntu18.yaml
ArtifactUUID:fe8f68c0-e61a-42cf-943c-309cc87c3aaf
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/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/base_ubuntu18.env
ArtifactUUID:466fc484-c162-40e3-bced-02fc02322d4e
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/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/base_ubuntu18.env
ArtifactUUID:466fc484-c162-40e3-bced-02fc02322d4e
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-09-23T10:39:16.686Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7431a1c6-9051-435d-89f6-5ad0c1158b53 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-23T10:39:16.723Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-23T10:39:16.724Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-23T10:39:16.724Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-23T10:39:16.724Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: b62cf319-717f-475f-8b58-a44af2cb7ef4 from URL: /sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/artifacts/service-BasicOnboardNrbhnf-csar.csar
2021-09-23T10:39:16.724Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-09-23T10:39:16.724Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/artifacts/service-BasicOnboardNrbhnf-csar.csar
2021-09-23T10:39:16.989Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-09-23T10:39:16.993Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/artifacts/service-BasicOnboardNrbhnf-csar.csar b62cf319-717f-475f-8b58-a44af2cb7ef4 71362
2021-09-23T10:39:16.993Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/artifacts/service-BasicOnboardNrbhnf-csar.csar ASDC sendASDCNotification
2021-09-23T10:39:16.993Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/artifacts/service-BasicOnboardNrbhnf-csar.csar
2021-09-23T10:39:16.994Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-23T10:39:16.994Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:39:16.997Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:39:16.998Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632393556993,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/artifacts/service-BasicOnboardNrbhnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-23T10:39:17.098Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-23T10:39:17.098Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-23T10:39:17.098Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:39:17.111Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T10:39:17.112Z||pool-26-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-23T10:39:17.998Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-23T10:39:17.999Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-23T10:39:17.999Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: b62cf319-717f-475f-8b58-a44af2cb7ef4, URL: /sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/artifacts/service-BasicOnboardNrbhnf-csar.csar to file: /app/ASDC/1/service-BasicOnboardNrbhnf-csar.csar
2021-09-23T10:39:18.000Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardNrbhnf-csar.csar
2021-09-23T10:39:18.000Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardNrbhnf-csar.csar
2021-09-23T10:39:18.001Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardNrbhnf-csar.csar
2021-09-23T10:39:18.128Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3776284984100710954/Definitions/service-BasicOnboardNrbhnf-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2021-09-23T10:39:19.163Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-23T10:39:19.164Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-09-23T10:39:19.164Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardNrbhnf-csar.csar
2021-09-23T10:39:19.164Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-09-23T10:39:19.164Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardNrbhnf-csar.csar
2021-09-23T10:39:19.164Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardNrbhnf-csar.csar
2021-09-23T10:39:19.164Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardNrbhnf-csar.csar
2021-09-23T10:39:19.164Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardNrbhnf-csar.csar
2021-09-23T10:39:19.164Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardNrbhnf-csar.csar
2021-09-23T10:39:19.165Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardNrbhnf-csar.csar
2021-09-23T10:39:19.165Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardNrbhnf-csar.csar
2021-09-23T10:39:19.165Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardNrbhnf-csar.csar
2021-09-23T10:39:19.165Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_nRbhnF 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-BasicOnboardNrbhnf-csar.csar
2021-09-23T10:39:19.165Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-09-23T10:39:19.165Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T10:39:19.165Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nRbhnF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:39:19.165Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_nRbhnF 0 is matching search criteria
2021-09-23T10:39:19.166Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-09-23T10:39:19.166Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_nRbhnF 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-23T10:39:19.166Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T10:39:19.166Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nRbhnF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:39:19.166Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_nRbhnF 0 is matching search criteria
2021-09-23T10:39:19.166Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-09-23T10:39:19.166Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_nRbhnF 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-23T10:39:19.167Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T10:39:19.167Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nRbhnF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:39:19.167Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T10:39:19.167Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_nRbhnF 0 is not matching search criteria
2021-09-23T10:39:19.167Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-09-23T10:39:19.167Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-09-23T10:39:19.168Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-09-23T10:39:19.168Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-23T10:39:19.168Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-23T10:39:19.168Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T10:39:19.168Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nRbhnF is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-23T10:39:19.168Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T10:39:19.168Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_nRbhnF 0 is matching search criteria
2021-09-23T10:39:19.169Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_nRbhnF 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-23T10:39:19.169Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T10:39:19.169Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_nRbhnF 0 is matching search criteria
2021-09-23T10:39:19.169Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_nRbhnF 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-23T10:39:19.169Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T10:39:19.170Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_nRbhnF 0 is matching search criteria
2021-09-23T10:39:19.170Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_nRbhnF 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-23T10:39:19.170Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T10:39:19.170Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_nRbhnF 0 is not matching search criteria
2021-09-23T10:39:19.170Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-23T10:39:19.170Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-23T10:39:19.170Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=7344f413-0c3b-45ca-ba31-ca4c9ee2eebe
2021-09-23T10:39:19.171Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T10:39:19.171Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nRbhnF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:39:19.171Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T10:39:19.171Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nRbhnF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:39:19.171Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T10:39:19.171Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nRbhnF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:39:19.171Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T10:39:19.171Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nRbhnF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:39:19.172Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_nRbhnF
Description:service
Model UUID:7431a1c6-9051-435d-89f6-5ad0c1158b53
Model Version:NULL
Model InvariantUuid:bdd6634c-0e26-4ae1-948e-e5320232b0d7
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_nRbhnF
Model UUID:fdfe313a-27ce-4e7c-8997-4bca764178be
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:9c035fde-f06f-414c-b9f4-98e7b63f46de
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:bc6a5864-5338-4545-80e5-2e193fe2ff0a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:da5971ff-4dc6-49ad-8cd8-a9958c37f468
ModelName:BasicOnboardNrbhnf..base_ubuntu18..module-0
ModelUuid:e72221ec-4544-4ad0-b22d-0f7ee50fad00
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:7344f413-0c3b-45ca-ba31-ca4c9ee2eebe
ModelInvariantUuid:acb68d78-2d35-43f6-bb27-1cbd775eb9ed
ModelName:basic_onboard_nRbhnF-nodes.ubuntu18Cvfc
ModelUuid:baa97343-bb8b-4f99-910a-81488f1035ef
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:db37079d-6b01-48b7-95a1-aab8fdaa8a25
ModelInvariantUuid:926005d9-0dab-4161-810d-149cb1e0e14e
ModelName:BasicOnboardNrbhnf.compute.nodes.heat.ubuntu18
ModelUuid:c2a2edcf-06c5-4e52-9289-4a1bee219f94
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-23T10:39:19.178Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: a3dedf5c-6ddc-4630-9405-310d2f65dfb1
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-23T10:39:19.180Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||INFO|500||basic_onboard_nRbhnF 0
2021-09-23T10:39:19.180Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a3dedf5c-6ddc-4630-9405-310d2f65dfb1
2021-09-23T10:39:19.180Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 0b73b0b5-ebe2-4d93-8fc0-d008080c189b from URL: /sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/basic_onboard_nrbhnf0_modules.json
2021-09-23T10:39:19.180Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-09-23T10:39:19.181Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/basic_onboard_nrbhnf0_modules.json
2021-09-23T10:39:20.252Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-09-23T10:39:20.253Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/basic_onboard_nrbhnf0_modules.json 0b73b0b5-ebe2-4d93-8fc0-d008080c189b 798
2021-09-23T10:39:20.253Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/basic_onboard_nrbhnf0_modules.json ASDC sendASDCNotification
2021-09-23T10:39:20.253Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/basic_onboard_nrbhnf0_modules.json
2021-09-23T10:39:20.253Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-23T10:39:20.253Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:39:20.255Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:39:20.255Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632393560253,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/basic_onboard_nrbhnf0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-23T10:39:20.356Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-23T10:39:20.357Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-23T10:39:20.357Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:39:20.367Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T10:39:20.367Z||pool-27-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-23T10:39:21.256Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardNrbhnf..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "da5971ff-4dc6-49ad-8cd8-a9958c37f468",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "e72221ec-4544-4ad0-b22d-0f7ee50fad00",
"vfModuleModelCustomizationUUID": "93d56245-123e-4399-8db5-5cfbd0ca167b",
"isBase": true,
"artifacts": [
"fe8f68c0-e61a-42cf-943c-309cc87c3aaf",
"466fc484-c162-40e3-bced-02fc02322d4e"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-09-23T10:39:21.261Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardNrbhnf..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e72221ec-4544-4ad0-b22d-0f7ee50fad00
VfModuleModelInvariantUUID:da5971ff-4dc6-49ad-8cd8-a9958c37f468
VfModuleModelDescription:NULL
Artifacts UUID List:{
fe8f68c0-e61a-42cf-943c-309cc87c3aaf
,
466fc484-c162-40e3-bced-02fc02322d4e
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-09-23T10:39:21.264Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardNrbhnf..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "da5971ff-4dc6-49ad-8cd8-a9958c37f468",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "e72221ec-4544-4ad0-b22d-0f7ee50fad00",
"vfModuleModelCustomizationUUID": "93d56245-123e-4399-8db5-5cfbd0ca167b",
"isBase": true,
"artifacts": [
"fe8f68c0-e61a-42cf-943c-309cc87c3aaf",
"466fc484-c162-40e3-bced-02fc02322d4e"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-09-23T10:39:21.264Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardNrbhnf..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e72221ec-4544-4ad0-b22d-0f7ee50fad00
VfModuleModelInvariantUUID:da5971ff-4dc6-49ad-8cd8-a9958c37f468
VfModuleModelDescription:NULL
Artifacts UUID List:{
fe8f68c0-e61a-42cf-943c-309cc87c3aaf
,
466fc484-c162-40e3-bced-02fc02322d4e
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-09-23T10:39:21.264Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: fe8f68c0-e61a-42cf-943c-309cc87c3aaf from URL: /sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/base_ubuntu18.yaml
2021-09-23T10:39:21.264Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-09-23T10:39:21.265Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/base_ubuntu18.yaml
2021-09-23T10:39:22.196Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-09-23T10:39:22.197Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/base_ubuntu18.yaml fe8f68c0-e61a-42cf-943c-309cc87c3aaf 5033
2021-09-23T10:39:22.197Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-23T10:39:22.197Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/base_ubuntu18.yaml
2021-09-23T10:39:22.197Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-23T10:39:22.197Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:39:22.199Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:39:22.199Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632393562197,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-23T10:39:22.300Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T10:39:22.301Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-23T10:39:22.301Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:39:22.314Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T10:39:22.314Z||pool-28-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-23T10:39:23.200Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 466fc484-c162-40e3-bced-02fc02322d4e from URL: /sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/base_ubuntu18.env
2021-09-23T10:39:23.201Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-09-23T10:39:23.201Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/base_ubuntu18.env
2021-09-23T10:39:24.157Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-09-23T10:39:24.157Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/base_ubuntu18.env 466fc484-c162-40e3-bced-02fc02322d4e 909
2021-09-23T10:39:24.157Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-23T10:39:24.157Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/base_ubuntu18.env
2021-09-23T10:39:24.158Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-23T10:39:24.158Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:39:24.160Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:39:24.160Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632393564157,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-09-23T10:39:24.260Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T10:39:24.261Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-23T10:39:24.261Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:39:24.272Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T10:39:24.273Z||pool-29-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-23T10:39:25.160Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 7431a1c6-9051-435d-89f6-5ad0c1158b53
2021-09-23T10:39:25.160Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_nRbhnF 0 a3dedf5c-6ddc-4630-9405-310d2f65dfb1 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-23T10:39:25.174Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2e21a2bc, org.onap.sdc.toscaparser.api.parameters.Input@73956b59, org.onap.sdc.toscaparser.api.parameters.Input@26638b24, org.onap.sdc.toscaparser.api.parameters.Input@67df33db, org.onap.sdc.toscaparser.api.parameters.Input@444849de]
2021-09-23T10:39:25.175Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T10:39:25.175Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nRbhnF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:39:25.175Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic
2021-09-23T10:39:25.175Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= bc6a5864-5338-4545-80e5-2e193fe2ff0a
2021-09-23T10:39:25.176Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: bc6a5864-5338-4545-80e5-2e193fe2ff0a matches Tosca VF Customization UUID: bc6a5864-5338-4545-80e5-2e193fe2ff0a
2021-09-23T10:39:25.176Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: bc6a5864-5338-4545-80e5-2e193fe2ff0a matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-09-23T10:39:25.178Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T10:39:25.178Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nRbhnF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:39:25.178Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id bc6a5864-5338-4545-80e5-2e193fe2ff0a: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2021-09-23T10:39:25.178Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@38800152
2021-09-23T10:39:25.178Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T10:39:25.179Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nRbhnF is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-23T10:39:25.179Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 93d56245-123e-4399-8db5-5cfbd0ca167b
2021-09-23T10:39:25.179Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 93d56245-123e-4399-8db5-5cfbd0ca167b
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-09-23T10:39:25.181Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T10:39:25.181Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_nRbhnF 0 is matching search criteria
2021-09-23T10:39:25.181Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_nRbhnF 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-23T10:39:25.181Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T10:39:25.181Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_nRbhnF 0 is matching search criteria
2021-09-23T10:39:25.182Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_nRbhnF 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-23T10:39:25.182Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T10:39:25.182Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_nRbhnF 0 is not matching search criteria
2021-09-23T10:39:25.182Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-23T10:39:25.182Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-23T10:39:25.182Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=7344f413-0c3b-45ca-ba31-ca4c9ee2eebe
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-23T10:39:25.184Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T10:39:25.184Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_nRbhnF 0 is matching search criteria
2021-09-23T10:39:25.184Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_nRbhnF 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-23T10:39:25.185Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T10:39:25.185Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_nRbhnF 0 is matching search criteria
2021-09-23T10:39:25.185Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_nRbhnF 0] matching following query criteria: sdcType=VF, customizationUUID=bc6a5864-5338-4545-80e5-2e193fe2ff0a
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-23T10:39:25.186Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T10:39:25.187Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nRbhnF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:39:25.187Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 7431a1c6-9051-435d-89f6-5ad0c1158b53: basic_onboard_nRbhnF
2021-09-23T10:39:25.187Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T10:39:25.187Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nRbhnF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:39:25.187Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T10:39:25.187Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nRbhnF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:39:25.187Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T10:39:25.188Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nRbhnF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:39:25.188Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T10:39:25.188Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nRbhnF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:39:25.188Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T10:39:25.188Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nRbhnF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:39:25.188Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||INFO|500||Saving Service: basic_onboard_nRbhnF
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-23T10:39:25.274Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_nRbhnF a3dedf5c-6ddc-4630-9405-310d2f65dfb1 1 ASDC deployResourceStructure
2021-09-23T10:39:25.274Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/basic_onboard_nrbhnf0_modules.json ASDC sendASDCNotification
2021-09-23T10:39:25.274Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/basic_onboard_nrbhnf0_modules.json
2021-09-23T10:39:25.274Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-23T10:39:25.274Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:39:25.277Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:39:25.277Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632393565274,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/basic_onboard_nrbhnf0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-23T10:39:25.377Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T10:39:25.378Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-23T10:39:25.378Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:39:25.389Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T10:39:25.390Z||pool-30-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-09-23T10:39:26.278Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-23T10:39:26.278Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/base_ubuntu18.yaml
2021-09-23T10:39:26.278Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-23T10:39:26.278Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:39:26.279Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:39:26.280Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632393566278,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-09-23T10:39:26.380Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T10:39:26.380Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-23T10:39:26.380Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:39:26.393Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T10:39:26.393Z||pool-31-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-23T10:39:27.280Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-23T10:39:27.281Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/base_ubuntu18.env
2021-09-23T10:39:27.281Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-23T10:39:27.281Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:39:27.284Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:39:27.284Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632393567280,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-09-23T10:39:27.384Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T10:39:27.385Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-23T10:39:27.385Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:39:27.403Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T10:39:27.403Z||pool-32-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-09-23T10:39:28.284Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/artifacts/service-BasicOnboardNrbhnf-csar.csar ASDC sendASDCNotification
2021-09-23T10:39:28.285Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/artifacts/service-BasicOnboardNrbhnf-csar.csar
2021-09-23T10:39:28.285Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-23T10:39:28.285Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:39:28.287Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:39:28.288Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632393568284,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/artifacts/service-BasicOnboardNrbhnf-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-23T10:39:28.388Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T10:39:28.389Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-23T10:39:28.389Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:39:28.402Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T10:39:28.403Z||pool-33-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-23T10:39:29.288Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d8ad27bc-f4e9-43d7-857d-eecb8f455afe
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-23T10:39:29.300Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d8ad27bc-f4e9-43d7-857d-eecb8f455afe
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-23T10:39:29.303Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-23T10:39:29.304Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-23T10:39:29.304Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-23T10:39:29.304Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-23T10:39:29.304Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-23T10:39:29.304Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-23T10:39:29.304Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-23T10:39:29.304Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-23T10:39:29.304Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-23T10:39:29.304Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-23T10:39:29.304Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-23T10:39:29.310Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-23T10:39:57.142Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:39:57.142Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T10:39:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:39:57.767Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T10:39:57.768Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:39:57.768Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632393544287,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-23T10:39:57.769Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:39:57.769Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:39:57.769Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632393545352,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-23T10:39:57.769Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-23T10:39:57.769Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:39:57.769Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632393545352,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/basic_onboard_nrbhnf0_modules.json",
"status": "NOTIFIED"
}
2021-09-23T10:39:57.770Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-23T10:39:57.770Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:39:57.770Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632393545352,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-23T10:39:57.770Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-23T10:39:57.770Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:39:57.770Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632393545352,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-23T10:39:57.770Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-23T10:39:57.770Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:39:57.770Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632393545352,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-09-23T10:39:57.770Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-23T10:39:57.770Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:39:57.771Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632393545352,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/artifacts/service-BasicOnboardNrbhnf-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-23T10:39:57.771Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-23T10:39:57.771Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:39:57.771Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632393545352,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/artifacts/service-BasicOnboardNrbhnf-csar.csar",
"status": "NOTIFIED"
}
2021-09-23T10:39:57.771Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-23T10:39:57.771Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:39:57.771Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632393556993,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/artifacts/service-BasicOnboardNrbhnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-23T10:39:57.771Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:39:57.771Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:39:57.771Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632393560253,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/basic_onboard_nrbhnf0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-23T10:39:57.772Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:39:57.772Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:39:57.772Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632393562197,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-23T10:39:57.772Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:39:57.772Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:39:57.772Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632393564157,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-09-23T10:39:57.772Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:39:57.772Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:39:57.773Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632393565274,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/basic_onboard_nrbhnf0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-23T10:39:57.773Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:39:57.773Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:39:57.773Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632393566278,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-09-23T10:39:57.773Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:39:57.773Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:39:57.773Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632393567280,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-09-23T10:39:57.773Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:39:57.773Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:39:57.773Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632393568284,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/artifacts/service-BasicOnboardNrbhnf-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-23T10:39:57.773Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:39:59.310Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d8ad27bc-f4e9-43d7-857d-eecb8f455afe and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-09-23T10:39:59.316Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d8ad27bc-f4e9-43d7-857d-eecb8f455afe and serviceModelVersionId: 7431a1c6-9051-435d-89f6-5ad0c1158b53
2021-09-23T10:39:59.317Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bdd6634c-0e26-4ae1-948e-e5320232b0d7
2021-09-23T10:39:59.318Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bdd6634c-0e26-4ae1-948e-e5320232b0d7/model-vers/model-ver/7431a1c6-9051-435d-89f6-5ad0c1158b53?depth=0
2021-09-23T10:39:59.322Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-09-23T10:39:59.358Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/bdd6634c-0e26-4ae1-948e-e5320232b0d7/model-vers/model-ver/7431a1c6-9051-435d-89f6-5ad0c1158b53?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-09-23T10:39:59.359Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/bdd6634c-0e26-4ae1-948e-e5320232b0d7/model-vers/model-ver/7431a1c6-9051-435d-89f6-5ad0c1158b53?depth=0|INFO|500||Invoke
2021-09-23T10:39:59.380Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/bdd6634c-0e26-4ae1-948e-e5320232b0d7/model-vers/model-ver/7431a1c6-9051-435d-89f6-5ad0c1158b53?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-09-23T10:39:59.786Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/bdd6634c-0e26-4ae1-948e-e5320232b0d7/model-vers/model-ver/7431a1c6-9051-435d-89f6-5ad0c1158b53?depth=0|INFO|500||InvokeReturn
2021-09-23T10:39:59.786Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/bdd6634c-0e26-4ae1-948e-e5320232b0d7/model-vers/model-ver/7431a1c6-9051-435d-89f6-5ad0c1158b53?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210923-10:39:59:388-73942], vertex-id=[217104], Content-Length=[0], Date=[Thu, 23 Sep 2021 10:39:59 GMT], Content-Type=[application/json]}
2021-09-23T10:39:59.786Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2021-09-23T10:39:59.787Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-23T10:39:59.787Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-23T10:39:59.791Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-09-23T10:39:59.791Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d8ad27bc-f4e9-43d7-857d-eecb8f455afe and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-23T10:39:59.791Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-23T10:39:59.792Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:39:59.793Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:39:59.793Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632393599791,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-23T10:39:59.894Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T10:39:59.895Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-23T10:39:59.895Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:39:59.911Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T10:39:59.911Z||pool-34-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-23T10:40:00.807Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:40:00.807Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T10:40:00.808Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:40:10.367Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T10:40:10.368Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:40:10.368Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T10:40:10.369Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:40:19.911Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T10:40:19.911Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:40:19.912Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T10:40:19.912Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:40:29.456Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T10:40:29.457Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:40:29.457Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T10:40:29.457Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:40:39.003Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T10:40:57.140Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:40:57.141Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T10:40:57.141Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:40:57.142Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:40:57.142Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T10:40:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:40:57.770Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T10:40:57.771Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:40:57.771Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632393599791,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-23T10:40:57.772Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:41:06.685Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T10:41:57.140Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:41:57.141Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T10:41:57.141Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:41:57.142Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:41:57.143Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T10:41:57.143Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:42:06.687Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T10:42:06.689Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T10:42:57.140Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:42:57.141Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T10:42:57.141Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:42:57.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:42:57.142Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T10:42:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:43:06.687Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T10:43:06.697Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T10:43:57.140Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:43:57.141Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T10:43:57.141Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:43:57.142Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:43:57.143Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T10:43:57.143Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:44:06.688Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T10:44:06.691Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T10:44:57.140Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:44:57.141Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T10:44:57.141Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:44:57.142Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:44:57.142Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T10:44:57.142Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:45:06.693Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T10:45:06.695Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T10:45:57.140Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:45:57.141Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T10:45:57.141Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:45:57.142Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:45:57.142Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T10:45:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:46:06.683Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T10:46:06.689Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T10:46:57.140Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:46:57.141Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T10:46:57.141Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:46:57.142Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:46:57.142Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T10:46:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:46:57.768Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T10:46:57.769Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T10:46:57.769Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"1bdc64d0-2e0a-402f-a4a9-101c0ae25363","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"7d13fd65-8211-4b09-9de0-26fb02769e53","serviceDescription":"service","serviceInvariantUUID":"d2e7bad9-3822-4a76-9be1-b094062ee8c8","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"c3fa1f81-1828-4775-87b5-c9e6f35af485","resourceInvariantUUID":"ff0a9367-e152-4e3e-87de-f2953f1ddb3b","resourceCustomizationUUID":"1a2aa0e6-de08-403e-87de-2074bb7dd68a","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":"OTE4M2YzODA3NGFjMjA1OGVkY2QxMjMwMDQ3MjZkYTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7b2895f8-a2d0-4520-b07a-440f95405d79","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ODc5ZmYzNGI1NmQzNGFjYjZjNDVjMDFlM2NhZGM0NTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"082b2da5-5443-45c1-8362-51a61f8fa7f6","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-23T10:46:57.771Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T10:46:57.772Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T10:46:57.772Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bdc64d0-2e0a-402f-a4a9-101c0ae25363",
"consumerID": "dcae-sch",
"timestamp": 1632393969009,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-23T10:46:57.772Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T10:46:57.772Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:46:57.773Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-23T10:46:57.773Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T10:46:57.773Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bdc64d0-2e0a-402f-a4a9-101c0ae25363",
"consumerID": "aai-ml",
"timestamp": 1632393970019,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-23T10:46:57.773Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-23T10:46:57.773Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T10:46:57.773Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bdc64d0-2e0a-402f-a4a9-101c0ae25363",
"consumerID": "cds",
"timestamp": 1632393978297,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-23T10:46:57.773Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-23T10:46:57.773Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T10:46:57.773Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bdc64d0-2e0a-402f-a4a9-101c0ae25363",
"consumerID": "dcae-sch",
"timestamp": 1632393969009,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-23T10:46:57.774Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-23T10:46:57.774Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T10:46:57.774Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bdc64d0-2e0a-402f-a4a9-101c0ae25363",
"consumerID": "aai-ml",
"timestamp": 1632393970019,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-23T10:46:57.774Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-23T10:46:57.774Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T10:46:57.774Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bdc64d0-2e0a-402f-a4a9-101c0ae25363",
"consumerID": "cds",
"timestamp": 1632393978297,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-23T10:46:57.774Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-23T10:46:57.774Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T10:46:57.774Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bdc64d0-2e0a-402f-a4a9-101c0ae25363",
"consumerID": "policy-id",
"timestamp": 1632393980411,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-23T10:46:57.774Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-23T10:46:57.775Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T10:46:57.775Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bdc64d0-2e0a-402f-a4a9-101c0ae25363",
"consumerID": "aai-ml",
"timestamp": 1632393981989,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-23T10:46:57.775Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:46:57.775Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T10:46:57.775Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bdc64d0-2e0a-402f-a4a9-101c0ae25363",
"consumerID": "policy-id",
"timestamp": 1632393980411,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-23T10:46:57.775Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-23T10:46:57.775Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T10:46:57.775Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bdc64d0-2e0a-402f-a4a9-101c0ae25363",
"consumerID": "cds",
"timestamp": 1632393982259,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-23T10:46:57.776Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:46:57.776Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:46:57.776Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T10:46:57.776Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "1bdc64d0-2e0a-402f-a4a9-101c0ae25363",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632394017140,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-23T10:46:57.776Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bdc64d0-2e0a-402f-a4a9-101c0ae25363",
"consumerID": "cds",
"timestamp": 1632393983263,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-23T10:46:57.795Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1bdc64d0-2e0a-402f-a4a9-101c0ae25363
2021-09-23T10:46:57.796Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1bdc64d0-2e0a-402f-a4a9-101c0ae25363 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-23T10:46:57.804Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T10:46:57.804Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bdc64d0-2e0a-402f-a4a9-101c0ae25363",
"consumerID": "policy-id",
"timestamp": 1632393984167,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-23T10:46:57.805Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:46:57.805Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T10:46:57.805Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bdc64d0-2e0a-402f-a4a9-101c0ae25363",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632393984083,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-23T10:46:57.805Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-23T10:46:57.805Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T10:46:57.805Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bdc64d0-2e0a-402f-a4a9-101c0ae25363",
"consumerID": "aai-ml",
"timestamp": 1632393985124,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-23T10:46:57.805Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:46:57.805Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T10:46:57.805Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bdc64d0-2e0a-402f-a4a9-101c0ae25363",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632393984520,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-23T10:46:57.805Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-23T10:46:57.805Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T10:46:57.805Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bdc64d0-2e0a-402f-a4a9-101c0ae25363",
"consumerID": "policy-id",
"timestamp": 1632393985169,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-23T10:46:57.806Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:46:57.806Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T10:46:57.806Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bdc64d0-2e0a-402f-a4a9-101c0ae25363",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632393984083,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-23T10:46:57.806Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-23T10:46:57.806Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T10:46:57.806Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bdc64d0-2e0a-402f-a4a9-101c0ae25363",
"consumerID": "aai-ml",
"timestamp": 1632393986128,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-23T10:46:57.811Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1bdc64d0-2e0a-402f-a4a9-101c0ae25363
2021-09-23T10:46:57.811Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1bdc64d0-2e0a-402f-a4a9-101c0ae25363 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-23T10:46:57.821Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T10:46:57.821Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bdc64d0-2e0a-402f-a4a9-101c0ae25363",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632393984520,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-23T10:46:57.821Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-23T10:46:57.821Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T10:46:57.821Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bdc64d0-2e0a-402f-a4a9-101c0ae25363",
"consumerID": "policy-id",
"timestamp": 1632393986172,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-23T10:46:57.826Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1bdc64d0-2e0a-402f-a4a9-101c0ae25363
2021-09-23T10:46:57.826Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1bdc64d0-2e0a-402f-a4a9-101c0ae25363 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-23T10:46:57.833Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T10:46:57.833Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bdc64d0-2e0a-402f-a4a9-101c0ae25363",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632393986925,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-23T10:46:57.834Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:46:57.834Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T10:46:57.834Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bdc64d0-2e0a-402f-a4a9-101c0ae25363",
"consumerID": "ves-openapi-manager",
"timestamp": 1632393987350,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-23T10:46:57.838Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-23T10:46:57.838Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T10:46:57.838Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bdc64d0-2e0a-402f-a4a9-101c0ae25363",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632393988459,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-23T10:46:57.839Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:46:57.839Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T10:46:57.839Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bdc64d0-2e0a-402f-a4a9-101c0ae25363",
"consumerID": "ves-openapi-manager",
"timestamp": 1632393987350,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-23T10:46:57.839Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-23T10:46:57.839Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T10:46:57.839Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bdc64d0-2e0a-402f-a4a9-101c0ae25363",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632393989465,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-23T10:46:57.844Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1bdc64d0-2e0a-402f-a4a9-101c0ae25363
2021-09-23T10:46:57.844Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1bdc64d0-2e0a-402f-a4a9-101c0ae25363 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-23T10:46:57.855Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T10:46:57.855Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bdc64d0-2e0a-402f-a4a9-101c0ae25363",
"consumerID": "clamp",
"timestamp": 1632393994190,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-23T10:46:57.855Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-23T10:46:57.856Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T10:46:57.856Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bdc64d0-2e0a-402f-a4a9-101c0ae25363",
"consumerID": "clamp",
"timestamp": 1632393994190,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-23T10:46:57.856Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-23T10:46:57.856Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T10:46:57.856Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bdc64d0-2e0a-402f-a4a9-101c0ae25363",
"consumerID": "clamp",
"timestamp": 1632394002567,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-23T10:46:57.856Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:46:57.856Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T10:46:57.856Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bdc64d0-2e0a-402f-a4a9-101c0ae25363",
"consumerID": "clamp",
"timestamp": 1632394004573,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-23T10:46:57.856Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:46:57.856Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T10:46:57.856Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bdc64d0-2e0a-402f-a4a9-101c0ae25363",
"consumerID": "clamp",
"timestamp": 1632394005575,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-23T10:46:57.861Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1bdc64d0-2e0a-402f-a4a9-101c0ae25363
2021-09-23T10:46:57.861Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1bdc64d0-2e0a-402f-a4a9-101c0ae25363 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-23T10:46:57.876Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T10:46:57.877Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-23T10:46:57.877Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:46:57.887Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T10:46:57.887Z||pool-35-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-23T10:46:58.776Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T10:46:58.778Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:46:58.780Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:46:58.780Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "1bdc64d0-2e0a-402f-a4a9-101c0ae25363",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632394017140,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-23T10:46:58.880Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T10:46:58.881Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-23T10:46:58.881Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:46:58.891Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T10:46:58.891Z||pool-36-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-23T10:46:59.781Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "1bdc64d0-2e0a-402f-a4a9-101c0ae25363",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "7d13fd65-8211-4b09-9de0-26fb02769e53",
"serviceDescription": "service",
"serviceInvariantUUID": "d2e7bad9-3822-4a76-9be1-b094062ee8c8",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "1a2aa0e6-de08-403e-87de-2074bb7dd68a",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "c3fa1f81-1828-4775-87b5-c9e6f35af485",
"resourceInvariantUUID": "ff0a9367-e152-4e3e-87de-f2953f1ddb3b",
"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": "ODc5ZmYzNGI1NmQzNGFjYjZjNDVjMDFlM2NhZGM0NTY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "082b2da5-5443-45c1-8362-51a61f8fa7f6"
}
],
"workloadContext": "Production"
}
2021-09-23T10:46:59.781Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-23T10:46:59.781Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 7d13fd65-8211-4b09-9de0-26fb02769e53 ASDC
2021-09-23T10:46:59.781Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:1bdc64d0-2e0a-402f-a4a9-101c0ae25363
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:7d13fd65-8211-4b09-9de0-26fb02769e53
ServiceInvariantUUID:d2e7bad9-3822-4a76-9be1-b094062ee8c8
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:082b2da5-5443-45c1-8362-51a61f8fa7f6
ArtifactChecksum:ODc5ZmYzNGI1NmQzNGFjYjZjNDVjMDFlM2NhZGM0NTY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:1a2aa0e6-de08-403e-87de-2074bb7dd68a
ResourceInvariantUUID:ff0a9367-e152-4e3e-87de-f2953f1ddb3b
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:c3fa1f81-1828-4775-87b5-c9e6f35af485
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2021-09-23T10:46:59.781Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7d13fd65-8211-4b09-9de0-26fb02769e53 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-23T10:46:59.811Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-23T10:46:59.811Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-09-23T10:46:59.811Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-09-23T10:46:59.811Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 082b2da5-5443-45c1-8362-51a61f8fa7f6 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-23T10:46:59.811Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-09-23T10:46:59.812Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-23T10:47:01.985Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-09-23T10:47:01.988Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 082b2da5-5443-45c1-8362-51a61f8fa7f6 52174
2021-09-23T10:47:01.988Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-09-23T10:47:01.988Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-23T10:47:01.988Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-23T10:47:01.988Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:47:01.990Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:47:01.990Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "1bdc64d0-2e0a-402f-a4a9-101c0ae25363",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632394021988,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-23T10:47:02.091Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-23T10:47:02.091Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-23T10:47:02.092Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:47:02.102Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T10:47:02.102Z||pool-37-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-23T10:47:02.991Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-23T10:47:02.992Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-09-23T10:47:02.992Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 082b2da5-5443-45c1-8362-51a61f8fa7f6, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-23T10:47:02.992Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-09-23T10:47:02.993Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-23T10:47:02.993Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-23T10:47:03.071Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5004270536466592777/Definitions/service-BasicNetwork-template.yml
2021-09-23T10:47:03.439Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-23T10:47:03.439Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-09-23T10:47:03.439Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-23T10:47:03.439Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-09-23T10:47:03.439Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-23T10:47:03.439Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-23T10:47:03.439Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-23T10:47:03.439Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-23T10:47:03.440Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-23T10:47:03.440Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-23T10:47:03.440Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-23T10:47:03.440Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-23T10:47:03.440Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-09-23T10:47:03.440Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T10:47:03.440Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:47:03.440Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-09-23T10:47:03.440Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-09-23T10:47:03.440Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-23T10:47:03.440Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T10:47:03.441Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:47:03.441Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-09-23T10:47:03.441Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-09-23T10:47:03.441Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-23T10:47:03.441Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T10:47:03.441Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:47:03.441Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T10:47:03.441Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:47:03.442Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T10:47:03.442Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:47:03.442Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T10:47:03.442Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:47:03.442Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T10:47:03.442Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:47:03.442Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:7d13fd65-8211-4b09-9de0-26fb02769e53
Model Version:NULL
Model InvariantUuid:d2e7bad9-3822-4a76-9be1-b094062ee8c8
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:ff0a9367-e152-4e3e-87de-f2953f1ddb3b
Model UUID:7a9014df-7fab-4972-9e19-aa274bc9a706
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:1a2aa0e6-de08-403e-87de-2074bb7dd68a
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-23T10:47:03.449Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||Processing Resource Type: VL, Model UUID: c3fa1f81-1828-4775-87b5-c9e6f35af485
2021-09-23T10:47:03.449Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||No resources found for Service: 7d13fd65-8211-4b09-9de0-26fb02769e53
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-23T10:47:03.452Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||
2021-09-23T10:47:03.453Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2021-09-23T10:47:03.453Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 7d13fd65-8211-4b09-9de0-26fb02769e53
2021-09-23T10:47:03.453Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 7d13fd65-8211-4b09-9de0-26fb02769e53
2021-09-23T10:47:03.453Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2021-09-23T10:47:03.453Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-23T10:47:03.459Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@59779f45, org.onap.sdc.toscaparser.api.parameters.Input@713a9768, org.onap.sdc.toscaparser.api.parameters.Input@2da356cd, org.onap.sdc.toscaparser.api.parameters.Input@11801001, org.onap.sdc.toscaparser.api.parameters.Input@74e828c3]
2021-09-23T10:47:03.461Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T10:47:03.461Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:47:03.461Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T10:47:03.461Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:47:03.462Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 7d13fd65-8211-4b09-9de0-26fb02769e53: Generic NeutronNet
2021-09-23T10:47:03.462Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T10:47:03.462Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:47:03.462Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T10:47:03.462Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_55_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_55_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_55_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_55_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_, networkres0_.CREATION_TIMESTAMP as creation2_37_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_, networkres0_.NETWORK_ROLE as network_4_37_, networkres0_.NETWORK_SCOPE as network_5_37_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_, networkres0_.NETWORK_TYPE as network_7_37_, networkres0_.RESOURCE_INPUT as resource8_37_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_, networkres0_.RESOURCE_CATEGORY as resource4_36_, networkres0_.CREATION_TIMESTAMP as creation5_36_, networkres0_.DESCRIPTION as descript6_36_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_, networkres0_.MODEL_NAME as model_na8_36_, networkres0_.MODEL_VERSION as model_ve9_36_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_, networkres0_.ORCHESTRATION_MODE as orchest11_36_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2021-09-23T10:47:03.489Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T10:47:03.489Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:47:03.489Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T10:47:03.490Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:47:03.490Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T10:47:03.490Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:47:03.490Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_3_, networkres0_.CREATION_TIMESTAMP as creation2_37_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_3_, networkres0_.NETWORK_ROLE as network_4_37_3_, networkres0_.NETWORK_SCOPE as network_5_37_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_3_, networkres0_.NETWORK_TYPE as network_7_37_3_, networkres0_.RESOURCE_INPUT as resource8_37_3_, networkres1_.MODEL_UUID as model_uu1_36_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_36_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_36_0_, networkres1_.RESOURCE_CATEGORY as resource4_36_0_, networkres1_.CREATION_TIMESTAMP as creation5_36_0_, networkres1_.DESCRIPTION as descript6_36_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_36_0_, networkres1_.MODEL_NAME as model_na8_36_0_, networkres1_.MODEL_VERSION as model_ve9_36_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_36_0_, networkres1_.ORCHESTRATION_MODE as orchest11_36_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_36_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_36_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_1_, collection2_.CREATION_TIMESTAMP as creation2_14_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_14_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_14_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_1_, collection2_.NETWORK_ROLE as network_4_14_1_, collection2_.NETWORK_SCOPE as network_5_14_1_, collection2_.NETWORK_TECHNOLOGY as network_6_14_1_, collection2_.NETWORK_TYPE as network_7_14_1_, heattempla3_.ARTIFACT_UUID as artifact1_28_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_2_, heattempla3_.CREATION_TIMESTAMP as creation3_28_2_, heattempla3_.DESCRIPTION as descript4_28_2_, heattempla3_.BODY as body5_28_2_, heattempla3_.NAME as name6_28_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_2_, heattempla3_.VERSION as version8_28_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_4_, networkres0_.RESOURCE_CATEGORY as resource4_36_4_, networkres0_.CREATION_TIMESTAMP as creation5_36_4_, networkres0_.DESCRIPTION as descript6_36_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_4_, networkres0_.MODEL_NAME as model_na8_36_4_, networkres0_.MODEL_VERSION as model_ve9_36_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_4_, networkres0_.ORCHESTRATION_MODE as orchest11_36_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_0_, collection1_.CREATION_TIMESTAMP as creation2_14_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_14_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_14_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_0_, collection1_.NETWORK_ROLE as network_4_14_0_, collection1_.NETWORK_SCOPE as network_5_14_0_, collection1_.NETWORK_TECHNOLOGY as network_6_14_0_, collection1_.NETWORK_TYPE as network_7_14_0_, instancegr2_.MODEL_UUID as model_uu2_32_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_32_1_, instancegr2_.CREATION_TIMESTAMP as creation3_32_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_32_1_, instancegr2_.MODEL_NAME as model_na5_32_1_, instancegr2_.MODEL_VERSION as model_ve6_32_1_, instancegr2_.ROLE as role7_32_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_32_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_32_1_, instancegr2_.OBJECT_TYPE as object_t1_32_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_16_2_, networkcol3_.CR_MODEL_UUID as cr_model8_16_2_, networkcol3_.CREATION_TIMESTAMP as creation3_16_2_, networkcol3_.FUNCTION as function4_16_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_16_2_, networkcol3_.ROLE as role6_16_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_16_2_, heattempla4_.ARTIFACT_UUID as artifact1_28_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla4_.CREATION_TIMESTAMP as creation3_28_3_, heattempla4_.DESCRIPTION as descript4_28_3_, heattempla4_.BODY as body5_28_3_, heattempla4_.NAME as name6_28_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla4_.VERSION as version8_28_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-09-23T10:47:03.543Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2021-09-23T10:47:03.543Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-09-23T10:47:03.544Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-23T10:47:03.544Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-23T10:47:03.544Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:47:03.546Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:47:03.546Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "1bdc64d0-2e0a-402f-a4a9-101c0ae25363",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632394023543,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-23T10:47:03.646Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T10:47:03.647Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-23T10:47:03.648Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:47:03.659Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T10:47:03.660Z||pool-38-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-23T10:47:04.547Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1bdc64d0-2e0a-402f-a4a9-101c0ae25363
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-23T10:47:04.560Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1bdc64d0-2e0a-402f-a4a9-101c0ae25363
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-23T10:47:04.562Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-23T10:47:04.563Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-23T10:47:04.563Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-23T10:47:04.563Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-23T10:47:04.563Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-23T10:47:04.563Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-23T10:47:04.563Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-23T10:47:04.563Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-23T10:47:04.563Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-23T10:47:04.563Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-23T10:47:04.563Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-23T10:47:04.568Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-23T10:47:34.569Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1bdc64d0-2e0a-402f-a4a9-101c0ae25363 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-09-23T10:47:34.574Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1bdc64d0-2e0a-402f-a4a9-101c0ae25363 and serviceModelVersionId: 7d13fd65-8211-4b09-9de0-26fb02769e53
2021-09-23T10:47:34.574Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d2e7bad9-3822-4a76-9be1-b094062ee8c8
2021-09-23T10:47:34.575Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d2e7bad9-3822-4a76-9be1-b094062ee8c8/model-vers/model-ver/7d13fd65-8211-4b09-9de0-26fb02769e53?depth=0
2021-09-23T10:47:34.579Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2021-09-23T10:47:34.615Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d2e7bad9-3822-4a76-9be1-b094062ee8c8/model-vers/model-ver/7d13fd65-8211-4b09-9de0-26fb02769e53?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-09-23T10:47:34.615Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d2e7bad9-3822-4a76-9be1-b094062ee8c8/model-vers/model-ver/7d13fd65-8211-4b09-9de0-26fb02769e53?depth=0|INFO|500||Invoke
2021-09-23T10:47:34.641Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d2e7bad9-3822-4a76-9be1-b094062ee8c8/model-vers/model-ver/7d13fd65-8211-4b09-9de0-26fb02769e53?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-09-23T10:47:35.166Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d2e7bad9-3822-4a76-9be1-b094062ee8c8/model-vers/model-ver/7d13fd65-8211-4b09-9de0-26fb02769e53?depth=0|INFO|500||InvokeReturn
2021-09-23T10:47:35.166Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d2e7bad9-3822-4a76-9be1-b094062ee8c8/model-vers/model-ver/7d13fd65-8211-4b09-9de0-26fb02769e53?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210923-10:47:34:650-71434], vertex-id=[405528], Content-Length=[0], Date=[Thu, 23 Sep 2021 10:47:34 GMT], Content-Type=[application/json]}
2021-09-23T10:47:35.166Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2021-09-23T10:47:35.167Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-23T10:47:35.167Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-23T10:47:35.170Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-09-23T10:47:35.171Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1bdc64d0-2e0a-402f-a4a9-101c0ae25363 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-23T10:47:35.171Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-23T10:47:35.171Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:47:35.173Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:47:35.173Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "1bdc64d0-2e0a-402f-a4a9-101c0ae25363",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632394055171,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-23T10:47:35.273Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T10:47:35.274Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-23T10:47:35.274Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:47:35.288Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T10:47:35.288Z||pool-39-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-23T10:47:57.140Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:47:57.141Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T10:47:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:47:57.142Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:47:57.142Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T10:47:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:47:57.268Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T10:47:57.269Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T10:47:57.269Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bdc64d0-2e0a-402f-a4a9-101c0ae25363",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632394017140,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-23T10:47:57.270Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-23T10:47:57.764Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T10:47:57.765Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T10:47:57.765Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"5077b9df-6c77-4766-aae6-30687c44960c","serviceName":"Demo_pNF_x50bON4yc7C6TBX6NSgn","serviceVersion":"1.0","serviceUUID":"b400c487-9f04-4096-82a0-312cdf114198","serviceDescription":"catalog service description","serviceInvariantUUID":"583dcfef-eeb0-4493-a29d-3ca366b4473f","resources":[{"resourceInstanceName":"pNF 0ffc292c-9645 0","resourceName":"pNF 0ffc292c-9645","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"c74185bf-ee94-4a86-b9cc-d065b4389d65","resourceInvariantUUID":"242e0152-e4cf-4957-95e5-dff442dc8515","resourceCustomizationUUID":"76e0c017-f7b3-4859-b1ed-3f0f1ae4ba2b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfX50bon4yc7c6tbx6nsgn/1.0/resourceInstances/pnf0ffc292c96450/artifacts/vf-license-model.xml","artifactChecksum":"YWVhZjQ2N2E1ZTA4Y2I0NGZhYzA4YzNjNTdlNmFmZTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"651aeccd-bdc7-46bf-aed0-fb17304e2b0f","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfX50bon4yc7c6tbx6nsgn/1.0/resourceInstances/pnf0ffc292c96450/artifacts/pNF.csar","artifactChecksum":"YjY4M2UxMDhjMjdiNWQxNGZjNjQ4NzJmMjYyZjI4NzY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a6a69e47-8313-4aee-87a7-a0c7edf70203","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfX50bon4yc7c6tbx6nsgn/1.0/resourceInstances/pnf0ffc292c96450/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"038c8a31-b2dc-4362-9829-0b8d1e744edc","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfX50bon4yc7c6tbx6nsgn/1.0/resourceInstances/pnf0ffc292c96450/artifacts/vendor-license-model.xml","artifactChecksum":"NjZjZTcxYjMyZTIyMjIyM2EzZjhjMzM4NDQ1ZWU1MWM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ac42e304-711c-4536-bf42-72f723aa3aae","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfX50bon4yc7c6tbx6nsgn/1.0/resourceInstances/pnf0ffc292c96450/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ee40f30d-02a2-45fa-8ee6-6f5bcfe2a108","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfX50bon4yc7c6tbx6nsgn/1.0/resourceInstances/pnf0ffc292c96450/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a0dbf9ea-44f7-4395-94a1-ecd3ebaa7c6f","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfX50bon4yc7c6tbx6nsgn-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfX50bon4yc7c6tbx6nsgn/1.0/artifacts/service-DemoPnfX50bon4yc7c6tbx6nsgn-template.yml","artifactChecksum":"Yzk4NWVjMjg1NDc5ZWNmNTlmMzUyZDVkNjkwOGUxYjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"dad20cc2-016b-4461-bc38-dafacb5d6d1a","artifactVersion":"1"},{"artifactName":"service-DemoPnfX50bon4yc7c6tbx6nsgn-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfX50bon4yc7c6tbx6nsgn/1.0/artifacts/service-DemoPnfX50bon4yc7c6tbx6nsgn-csar.csar","artifactChecksum":"MWZmNGJmMDAxY2EwZGEyYWE4ZGRlZjk1YzVlOWMzOTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"21345491-37c8-4d77-87d9-e0f06068b55c","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-23T10:47:57.768Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T10:47:57.768Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:47:57.770Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:47:57.770Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "5077b9df-6c77-4766-aae6-30687c44960c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632394077140,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfX50bon4yc7c6tbx6nsgn/1.0/resourceInstances/pnf0ffc292c96450/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-23T10:47:57.870Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T10:47:57.871Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-23T10:47:57.871Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:47:57.880Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T10:47:57.881Z||pool-40-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-23T10:47:58.770Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T10:47:58.771Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:47:58.772Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:47:58.773Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "5077b9df-6c77-4766-aae6-30687c44960c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632394077140,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfX50bon4yc7c6tbx6nsgn/1.0/resourceInstances/pnf0ffc292c96450/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-09-23T10:47:58.873Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T10:47:58.873Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-23T10:47:58.874Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:47:58.885Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T10:47:58.886Z||pool-41-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-23T10:47:59.773Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T10:47:59.774Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:47:59.775Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:47:59.775Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "5077b9df-6c77-4766-aae6-30687c44960c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632394077140,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfX50bon4yc7c6tbx6nsgn/1.0/resourceInstances/pnf0ffc292c96450/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-09-23T10:47:59.875Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T10:47:59.876Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-23T10:47:59.876Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:47:59.885Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T10:47:59.886Z||pool-42-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-23T10:48:00.776Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T10:48:00.777Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:48:00.779Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:48:00.779Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "5077b9df-6c77-4766-aae6-30687c44960c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632394077140,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfX50bon4yc7c6tbx6nsgn/1.0/resourceInstances/pnf0ffc292c96450/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-23T10:48:00.879Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T10:48:00.880Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-23T10:48:00.880Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:48:00.890Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T10:48:00.890Z||pool-43-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-23T10:48:01.779Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T10:48:01.780Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:48:01.782Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:48:01.782Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "5077b9df-6c77-4766-aae6-30687c44960c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632394077140,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfX50bon4yc7c6tbx6nsgn/1.0/resourceInstances/pnf0ffc292c96450/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-23T10:48:01.882Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T10:48:01.883Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-23T10:48:01.883Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:48:01.894Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T10:48:01.895Z||pool-44-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-23T10:48:02.782Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T10:48:02.783Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:48:02.785Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:48:02.785Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "5077b9df-6c77-4766-aae6-30687c44960c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632394077140,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfX50bon4yc7c6tbx6nsgn/1.0/resourceInstances/pnf0ffc292c96450/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-23T10:48:02.885Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T10:48:02.886Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-23T10:48:02.886Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:48:02.896Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T10:48:02.897Z||pool-45-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-23T10:48:03.786Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T10:48:03.786Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:48:03.788Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:48:03.788Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "5077b9df-6c77-4766-aae6-30687c44960c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632394077140,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfX50bon4yc7c6tbx6nsgn/1.0/artifacts/service-DemoPnfX50bon4yc7c6tbx6nsgn-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-23T10:48:03.888Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T10:48:03.889Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-23T10:48:03.890Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:48:03.901Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T10:48:03.902Z||pool-46-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-09-23T10:48:04.789Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T10:48:04.790Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:48:04.792Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:48:04.792Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "5077b9df-6c77-4766-aae6-30687c44960c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632394077140,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfX50bon4yc7c6tbx6nsgn/1.0/artifacts/service-DemoPnfX50bon4yc7c6tbx6nsgn-csar.csar",
"status": "NOTIFIED"
}
2021-09-23T10:48:04.892Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T10:48:04.893Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-23T10:48:04.893Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:48:04.904Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T10:48:04.905Z||pool-47-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-23T10:48:05.793Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "5077b9df-6c77-4766-aae6-30687c44960c",
"serviceName": "Demo_pNF_x50bON4yc7C6TBX6NSgn",
"serviceVersion": "1.0",
"serviceUUID": "b400c487-9f04-4096-82a0-312cdf114198",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "583dcfef-eeb0-4493-a29d-3ca366b4473f",
"resources": [
{
"resourceInstanceName": "pNF 0ffc292c-9645 0",
"resourceCustomizationUUID": "76e0c017-f7b3-4859-b1ed-3f0f1ae4ba2b",
"resourceName": "pNF 0ffc292c-9645",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "c74185bf-ee94-4a86-b9cc-d065b4389d65",
"resourceInvariantUUID": "242e0152-e4cf-4957-95e5-dff442dc8515",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfX50bon4yc7c6tbx6nsgn-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfX50bon4yc7c6tbx6nsgn/1.0/artifacts/service-DemoPnfX50bon4yc7c6tbx6nsgn-csar.csar",
"artifactChecksum": "MWZmNGJmMDAxY2EwZGEyYWE4ZGRlZjk1YzVlOWMzOTI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "21345491-37c8-4d77-87d9-e0f06068b55c"
}
],
"workloadContext": "Production"
}
2021-09-23T10:48:05.793Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-23T10:48:05.793Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b400c487-9f04-4096-82a0-312cdf114198 ASDC
2021-09-23T10:48:05.794Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:5077b9df-6c77-4766-aae6-30687c44960c
ServiceName:Demo_pNF_x50bON4yc7C6TBX6NSgn
ServiceVersion:1.0
ServiceUUID:b400c487-9f04-4096-82a0-312cdf114198
ServiceInvariantUUID:583dcfef-eeb0-4493-a29d-3ca366b4473f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfX50bon4yc7c6tbx6nsgn-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfX50bon4yc7c6tbx6nsgn/1.0/artifacts/service-DemoPnfX50bon4yc7c6tbx6nsgn-csar.csar
ArtifactUUID:21345491-37c8-4d77-87d9-e0f06068b55c
ArtifactChecksum:MWZmNGJmMDAxY2EwZGEyYWE4ZGRlZjk1YzVlOWMzOTI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 0ffc292c-9645 0
ResourceCustomizationUUID:76e0c017-f7b3-4859-b1ed-3f0f1ae4ba2b
ResourceInvariantUUID:242e0152-e4cf-4957-95e5-dff442dc8515
ResourceName:pNF 0ffc292c-9645
ResourceType:PNF
ResourceUUID:c74185bf-ee94-4a86-b9cc-d065b4389d65
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2021-09-23T10:48:05.794Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b400c487-9f04-4096-82a0-312cdf114198 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-23T10:48:05.819Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-23T10:48:05.819Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-23T10:48:05.819Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-23T10:48:05.820Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 21345491-37c8-4d77-87d9-e0f06068b55c from URL: /sdc/v1/catalog/services/DemoPnfX50bon4yc7c6tbx6nsgn/1.0/artifacts/service-DemoPnfX50bon4yc7c6tbx6nsgn-csar.csar
2021-09-23T10:48:05.820Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-23T10:48:05.820Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfX50bon4yc7c6tbx6nsgn/1.0/artifacts/service-DemoPnfX50bon4yc7c6tbx6nsgn-csar.csar
2021-09-23T10:48:06.142Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-23T10:48:06.147Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfX50bon4yc7c6tbx6nsgn/1.0/artifacts/service-DemoPnfX50bon4yc7c6tbx6nsgn-csar.csar 21345491-37c8-4d77-87d9-e0f06068b55c 82540
2021-09-23T10:48:06.148Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfX50bon4yc7c6tbx6nsgn/1.0/artifacts/service-DemoPnfX50bon4yc7c6tbx6nsgn-csar.csar ASDC sendASDCNotification
2021-09-23T10:48:06.148Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfX50bon4yc7c6tbx6nsgn/1.0/artifacts/service-DemoPnfX50bon4yc7c6tbx6nsgn-csar.csar
2021-09-23T10:48:06.148Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-23T10:48:06.148Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:48:06.150Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:48:06.150Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "5077b9df-6c77-4766-aae6-30687c44960c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632394086147,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfX50bon4yc7c6tbx6nsgn/1.0/artifacts/service-DemoPnfX50bon4yc7c6tbx6nsgn-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-23T10:48:06.250Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T10:48:06.251Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-23T10:48:06.251Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:48:06.270Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-23T10:48:06.270Z||pool-48-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-09-23T10:48:07.151Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-23T10:48:07.151Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-23T10:48:07.152Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 21345491-37c8-4d77-87d9-e0f06068b55c, URL: /sdc/v1/catalog/services/DemoPnfX50bon4yc7c6tbx6nsgn/1.0/artifacts/service-DemoPnfX50bon4yc7c6tbx6nsgn-csar.csar to file: /app/ASDC/1/service-DemoPnfX50bon4yc7c6tbx6nsgn-csar.csar
2021-09-23T10:48:07.152Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfX50bon4yc7c6tbx6nsgn-csar.csar
2021-09-23T10:48:07.152Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfX50bon4yc7c6tbx6nsgn-csar.csar
2021-09-23T10:48:07.152Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfX50bon4yc7c6tbx6nsgn-csar.csar
2021-09-23T10:48:07.231Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6926685223910718283/Definitions/service-DemoPnfX50bon4yc7c6tbx6nsgn-template.yml
2021-09-23T10:48:07.891Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-23T10:48:07.891Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-09-23T10:48:07.891Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfX50bon4yc7c6tbx6nsgn-csar.csar
2021-09-23T10:48:07.891Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-09-23T10:48:07.891Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 0ffc292c-9645 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-DemoPnfX50bon4yc7c6tbx6nsgn-csar.csar
2021-09-23T10:48:07.891Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||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-DemoPnfX50bon4yc7c6tbx6nsgn-csar.csar
2021-09-23T10:48:07.891Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfX50bon4yc7c6tbx6nsgn-csar.csar
2021-09-23T10:48:07.891Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||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-DemoPnfX50bon4yc7c6tbx6nsgn-csar.csar
2021-09-23T10:48:07.891Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||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-DemoPnfX50bon4yc7c6tbx6nsgn-csar.csar
2021-09-23T10:48:07.891Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||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-DemoPnfX50bon4yc7c6tbx6nsgn-csar.csar
2021-09-23T10:48:07.892Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||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-DemoPnfX50bon4yc7c6tbx6nsgn-csar.csar
2021-09-23T10:48:07.892Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-09-23T10:48:07.892Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T10:48:07.892Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_x50bON4yc7C6TBX6NSgn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:48:07.892Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||Node template pNF 0ffc292c-9645 0 is matching search criteria
2021-09-23T10:48:07.892Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-09-23T10:48:07.892Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 0ffc292c-9645 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-23T10:48:07.892Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T10:48:07.892Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_x50bON4yc7C6TBX6NSgn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:48:07.892Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||Node template pNF 0ffc292c-9645 0 is matching search criteria
2021-09-23T10:48:07.892Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-09-23T10:48:07.892Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 0ffc292c-9645 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-23T10:48:07.892Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T10:48:07.892Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_x50bON4yc7C6TBX6NSgn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:48:07.893Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T10:48:07.893Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_x50bON4yc7C6TBX6NSgn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:48:07.893Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T10:48:07.893Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_x50bON4yc7C6TBX6NSgn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:48:07.893Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T10:48:07.893Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_x50bON4yc7C6TBX6NSgn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:48:07.893Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T10:48:07.893Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_x50bON4yc7C6TBX6NSgn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:48:07.893Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_x50bON4yc7C6TBX6NSgn
Description:catalog service description
Model UUID:b400c487-9f04-4096-82a0-312cdf114198
Model Version:NULL
Model InvariantUuid:583dcfef-eeb0-4493-a29d-3ca366b4473f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-23T10:48:07.899Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: c74185bf-ee94-4a86-b9cc-d065b4389d65
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-23T10:48:07.901Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||INFO|500||pNF 0ffc292c-9645 0
2021-09-23T10:48:07.902Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: c74185bf-ee94-4a86-b9cc-d065b4389d65
2021-09-23T10:48:07.902Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||No resources found for Service: b400c487-9f04-4096-82a0-312cdf114198
2021-09-23T10:48:07.902Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: b400c487-9f04-4096-82a0-312cdf114198
2021-09-23T10:48:07.902Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 0ffc292c-9645 0 c74185bf-ee94-4a86-b9cc-d065b4389d65 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-23T10:48:07.905Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@33fdb2b5, org.onap.sdc.toscaparser.api.parameters.Input@55b37e5c, org.onap.sdc.toscaparser.api.parameters.Input@168fb4ee, org.onap.sdc.toscaparser.api.parameters.Input@7f05b85f, org.onap.sdc.toscaparser.api.parameters.Input@2133c510]
2021-09-23T10:48:07.906Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-23T10:48:07.906Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_x50bON4yc7C6TBX6NSgn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:48:07.906Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid b400c487-9f04-4096-82a0-312cdf114198: pNF 0ffc292c-9645
2021-09-23T10:48:07.906Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||INFO|500||Processing PNF resource: c74185bf-ee94-4a86-b9cc-d065b4389d65
2021-09-23T10:48:07.906Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery