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-13T08:51:29.184Z||main|||||INFO|500||The following profiles are active: basic
2021-09-13T08:51:38.591Z||main|||||INFO|500||Starting service [Tomcat]
2021-09-13T08:51:38.592Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-09-13T08:51:38.673Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-09-13T08:51:40.818Z||main|||||INFO|500||catdb-pool - Starting...
2021-09-13T08:51:40.967Z||main|||||INFO|500||catdb-pool - Start completed.
2021-09-13T08:51:41.276Z||main|||||INFO|500||reqdb-pool - Starting...
2021-09-13T08:51:41.279Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-09-13T08:51:41.359Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-09-13T08:51:41.520Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-09-13T08:51:41.872Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-09-13T08:51:42.823Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-09-13T08:51:44.759Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-09-13T08:51:44.815Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-09-13T08:51:45.221Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-09-13T08:51:45.468Z||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-13T08:51:46.496Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-09-13T08:51:47.486Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-09-13T08:51:47.501Z||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$$b1350f81.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-13T08:51:47.501Z||main|||||WARN|500||The sdc end point is not alive
2021-09-13T08:51:50.175Z||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-13T08:51:52.494Z||main|||||WARN|500||---
2021-09-13T08:51:52.495Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-09-13T08:51:52.495Z||main|||||WARN|500||---
2021-09-13T08:51:52.934Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-09-13T08:51:57.234Z||main|||||INFO|500||Started Application in 32.248 seconds (JVM running for 33.299)
2021-09-13T08:51:57.250Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-13T08:51:57.250Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-13T08:51:57.260Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-13T08:51:57.322Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-13T08:51:57.372Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 75f216d8-6d5b-40bd-b871-239f264727ef url= /sdc/v1/artifactTypes
2021-09-13T08:51:57.373Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-13T08:51:57.632Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-09-13T08:51:57.648Z||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-13T08:51:57.668Z||scheduling-1|||||DEBUG|500||create keys
2021-09-13T08:51:57.675Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-09-13T08:52:01.891Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:52:01.907Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 58757c77-27ea-44f2-874c-2b697d9cf3d4 url= /sdc/v1/registerForDistribution
2021-09-13T08:52:02.008Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 58757c77-27ea-44f2-874c-2b697d9cf3d4 url= /sdc/v1/registerForDistribution
2021-09-13T08:52:02.009Z||scheduling-1|||||INFO|500||start DistributionClient
2021-09-13T08:52:02.017Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:52:02.018Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:52:02.022Z||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-13T08:52:02.022Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T08:52:02.025Z||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-13T08:52:02.026Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T08:52:02.026Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-09-13T08:52:12.296Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:52:12.298Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:53:02.015Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:53:02.016Z||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-13T08:53:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T08:53:02.017Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:53:02.019Z||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-13T08:53:02.019Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T08:53:11.569Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:53:11.570Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:54:02.015Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:54:02.016Z||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-13T08:54:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T08:54:02.017Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:54:02.018Z||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-13T08:54:02.019Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T08:54:11.566Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:54:11.567Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:55:02.015Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:55:02.016Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T08:55:02.016Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6n06PbCGINsoJSR6) ...
2021-09-13T08:55:02.017Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:55:02.018Z||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-13T08:55:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T08:55:11.564Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:55:11.570Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:56:02.015Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:56:02.016Z||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-13T08:56:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T08:56:02.017Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:56:02.018Z||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-13T08:56:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T08:56:11.565Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:56:11.566Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:57:02.015Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:57:02.017Z||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-13T08:57:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T08:57:02.017Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:57:02.018Z||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-13T08:57:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T08:57:11.584Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:57:11.584Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:58:02.015Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:58:02.017Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:58:02.017Z||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-13T08:58:02.017Z||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-13T08:58:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T08:58:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T08:58:11.565Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:58:11.567Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:59:02.015Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:59:02.017Z||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-13T08:59:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T08:59:02.017Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T08:59:02.020Z||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-13T08:59:02.020Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T08:59:11.563Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T08:59:11.567Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T09:00:02.015Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:00:02.016Z||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-13T09:00:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:00:02.017Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:00:02.017Z||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-13T09:00:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:00:11.566Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T09:00:11.567Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T09:01:02.015Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:01:02.016Z||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-13T09:01:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:01:02.017Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:01:02.017Z||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-13T09:01:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:01:11.568Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T09:01:11.570Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T09:01:28.127Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-09-13T09:02:02.015Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:02:02.017Z||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-13T09:02:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:02:02.017Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:02:02.017Z||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-13T09:02:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:02:11.568Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T09:02:11.569Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T09:03:02.015Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:03:02.016Z||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-13T09:03:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:03:02.017Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:03:02.018Z||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-13T09:03:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:03:11.565Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T09:03:11.565Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T09:04:02.015Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:04:02.016Z||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-13T09:04:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:04:02.017Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:04:02.018Z||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-13T09:04:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:04:11.562Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T09:04:11.564Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T09:05:02.015Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:05:02.016Z||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-13T09:05:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:05:02.017Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:05:02.018Z||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-13T09:05:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:05:11.568Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T09:05:11.568Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T09:06:02.015Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:06:02.016Z||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-13T09:06:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:06:02.017Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:06:02.018Z||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-13T09:06:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:06:11.565Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T09:06:11.565Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T09:07:02.015Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:07:02.016Z||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-13T09:07:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:07:02.017Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:07:02.017Z||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-13T09:07:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:07:11.559Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T09:07:11.561Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T09:08:02.015Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:08:02.016Z||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-13T09:08:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:08:02.017Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:08:02.018Z||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-13T09:08:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:08:11.560Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T09:08:11.561Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T09:09:02.015Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:09:02.016Z||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-13T09:09:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:09:02.017Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:09:02.018Z||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-13T09:09:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:09:11.562Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T09:09:11.563Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T09:10:02.015Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:10:02.016Z||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-13T09:10:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:10:02.017Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:10:02.017Z||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-13T09:10:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:10:11.562Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T09:10:11.563Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T09:11:02.015Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:11:02.016Z||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-13T09:11:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:11:02.017Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:11:02.018Z||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-13T09:11:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:11:11.563Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T09:11:11.564Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T09:12:02.015Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:12:02.016Z||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-13T09:12:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:12:02.017Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:12:02.017Z||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-13T09:12:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:12:11.563Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T09:12:11.563Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T09:13:02.015Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:13:02.016Z||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-13T09:13:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:13:02.017Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:13:02.018Z||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-13T09:13:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:13:11.593Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T09:13:11.597Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T09:14:02.015Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:14:02.016Z||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-13T09:14:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:14:02.017Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:14:02.017Z||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-13T09:14:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:14:11.563Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T09:14:11.564Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T09:15:02.015Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:15:02.016Z||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-13T09:15:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:15:02.017Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:15:02.017Z||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-13T09:15:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:15:11.560Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T09:15:11.560Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T09:16:02.015Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:16:02.017Z||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-13T09:16:02.017Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:16:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:16:02.017Z||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-13T09:16:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:16:11.568Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T09:16:11.569Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T09:17:02.015Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:17:02.016Z||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-13T09:17:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:17:02.017Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:17:02.018Z||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-13T09:17:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:17:11.563Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T09:17:11.572Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T09:18:02.015Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:18:02.016Z||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-13T09:18:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:18:02.017Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:18:02.017Z||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-13T09:18:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:18:11.562Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T09:18:11.563Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T09:19:02.015Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:19:02.016Z||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-13T09:19:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:19:02.017Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:19:02.018Z||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-13T09:19:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:19:11.564Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T09:19:11.564Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T09:20:02.015Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:20:02.016Z||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-13T09:20:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:20:02.017Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:20:02.018Z||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-13T09:20:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:20:11.564Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T09:20:11.564Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T09:21:02.015Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:21:02.016Z||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-13T09:21:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:21:02.017Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:21:02.018Z||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-13T09:21:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:21:11.554Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T09:21:11.556Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T09:22:02.015Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:22:02.016Z||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-13T09:22:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:22:02.017Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:22:02.018Z||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-13T09:22:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:22:11.563Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T09:22:11.564Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T09:23:02.015Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:23:02.016Z||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-13T09:23:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:23:02.017Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:23:02.018Z||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-13T09:23:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:23:11.563Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T09:23:11.564Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T09:24:02.015Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:24:02.016Z||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-13T09:24:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:24:02.017Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:24:02.017Z||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-13T09:24:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:24:11.560Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T09:24:11.561Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T09:25:02.015Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:25:02.016Z||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-13T09:25:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:25:02.017Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:25:02.017Z||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-13T09:25:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:25:11.562Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T09:25:11.562Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T09:26:02.015Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:26:02.016Z||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-13T09:26:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:26:02.017Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:26:02.018Z||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-13T09:26:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:26:11.559Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T09:26:11.560Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T09:27:02.015Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:27:02.016Z||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-13T09:27:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:27:02.017Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:27:02.017Z||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-13T09:27:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:27:11.562Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T09:27:11.564Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T09:28:02.015Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:28:02.016Z||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-13T09:28:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:28:02.017Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:28:02.017Z||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-13T09:28:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:28:11.560Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T09:28:11.561Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T09:29:02.015Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:29:02.016Z||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-13T09:29:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:29:02.017Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:29:02.018Z||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-13T09:29:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:29:11.560Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T09:29:11.560Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T09:30:02.015Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:30:02.016Z||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-13T09:30:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:30:02.017Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:30:02.017Z||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-13T09:30:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:30:11.563Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T09:30:11.575Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T09:31:02.015Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:31:02.016Z||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-13T09:31:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:31:02.017Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:31:02.018Z||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-13T09:31:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:31:11.561Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T09:31:11.561Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T09:32:02.015Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:32:02.016Z||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-13T09:32:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:32:02.017Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:32:02.018Z||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-13T09:32:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:32:11.572Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T09:32:11.572Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T09:33:02.015Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:33:02.016Z||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-13T09:33:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:33:02.017Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:33:02.019Z||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-13T09:33:02.019Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:33:11.564Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T09:33:11.564Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T09:34:02.015Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:34:02.016Z||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-13T09:34:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:34:02.017Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:34:02.018Z||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-13T09:34:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:34:11.557Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T09:34:11.559Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T09:35:02.015Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:35:02.016Z||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-13T09:35:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:35:02.017Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:35:02.017Z||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-13T09:35:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:35:11.559Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T09:35:11.581Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T09:36:02.015Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:36:02.017Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:36:02.017Z||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-13T09:36:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:36:02.017Z||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-13T09:36:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:36:11.563Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T09:36:11.568Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T09:37:02.015Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:37:02.016Z||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-13T09:37:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:37:02.017Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:37:02.017Z||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-13T09:37:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:37:11.558Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T09:37:11.558Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T09:38:02.015Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:38:02.016Z||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-13T09:38:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:38:02.017Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:38:02.018Z||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-13T09:38:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:38:11.562Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T09:38:11.562Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T09:39:02.015Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:39:02.017Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:39:02.017Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T09:39:02.017Z||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-13T09:39:02.017Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6n06PbCGINsoJSR6) ...
2021-09-13T09:39:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:39:11.563Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T09:39:11.564Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T09:40:02.015Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:40:02.017Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:40:02.018Z||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-13T09:40:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:40:02.018Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T09:40:02.018Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6n06PbCGINsoJSR6) ...
2021-09-13T09:40:11.568Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T09:40:11.569Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T09:41:02.015Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:41:02.016Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T09:41:02.016Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6n06PbCGINsoJSR6) ...
2021-09-13T09:41:02.017Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:41:02.017Z||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-13T09:41:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:41:11.567Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T09:41:11.567Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T09:42:02.015Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:42:02.016Z||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-13T09:42:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:42:02.018Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:42:02.018Z||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-13T09:42:02.019Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:42:11.560Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T09:42:11.560Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T09:43:02.015Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:43:02.017Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:43:02.017Z||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-13T09:43:02.017Z||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-13T09:43:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:43:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:43:11.563Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T09:43:11.565Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T09:44:02.015Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:44:02.016Z||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-13T09:44:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:44:02.017Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:44:02.017Z||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-13T09:44:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:44:11.562Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T09:44:11.562Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T09:45:02.015Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:45:02.016Z||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-13T09:45:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:45:02.017Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:45:02.018Z||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-13T09:45:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:45:11.559Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T09:45:11.560Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T09:46:02.015Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:46:02.016Z||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-13T09:46:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:46:02.017Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:46:02.018Z||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-13T09:46:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:46:11.561Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T09:46:11.561Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T09:47:02.015Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:47:02.016Z||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-13T09:47:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:47:02.017Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:47:02.017Z||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-13T09:47:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:47:11.562Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T09:47:11.563Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T09:48:02.015Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:48:02.016Z||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-13T09:48:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:48:02.017Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:48:02.017Z||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-13T09:48:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:48:11.567Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T09:48:11.567Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T09:49:02.015Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:49:02.017Z||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-13T09:49:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:49:02.017Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:49:02.017Z||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-13T09:49:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:49:11.564Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T09:49:11.564Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T09:50:02.015Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:50:02.016Z||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-13T09:50:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:50:02.017Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:50:02.018Z||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-13T09:50:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:50:11.557Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T09:50:11.562Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T09:51:02.015Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:51:02.016Z||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-13T09:51:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:51:02.017Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:51:02.017Z||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-13T09:51:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:51:11.561Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T09:51:11.561Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T09:52:02.015Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:52:02.016Z||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-13T09:52:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:52:02.017Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:52:02.017Z||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-13T09:52:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:52:11.559Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T09:52:11.559Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T09:53:02.015Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:53:02.016Z||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-13T09:53:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:53:02.017Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:53:02.018Z||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-13T09:53:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:53:11.563Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T09:53:11.565Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T09:54:02.015Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:54:02.016Z||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-13T09:54:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:54:02.017Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:54:02.017Z||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-13T09:54:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:54:11.561Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T09:54:11.561Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T09:55:02.015Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:55:02.016Z||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-13T09:55:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:55:02.017Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:55:02.018Z||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-13T09:55:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:55:11.561Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T09:55:11.562Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T09:56:02.015Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:56:02.016Z||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-13T09:56:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:56:02.017Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:56:02.018Z||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-13T09:56:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:56:11.564Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T09:56:11.564Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T09:57:02.015Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:57:02.016Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T09:57:02.016Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6n06PbCGINsoJSR6) ...
2021-09-13T09:57:02.017Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:57:02.018Z||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-13T09:57:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:57:11.560Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T09:57:11.565Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T09:58:02.015Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:58:02.016Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T09:58:02.016Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6n06PbCGINsoJSR6) ...
2021-09-13T09:58:02.017Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:58:02.018Z||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-13T09:58:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:58:11.560Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T09:58:11.566Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T09:59:02.015Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:59:02.016Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T09:59:02.016Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6n06PbCGINsoJSR6) ...
2021-09-13T09:59:02.017Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T09:59:02.017Z||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-13T09:59:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T09:59:11.561Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T09:59:11.567Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T10:00:02.015Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:00:02.016Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T10:00:02.016Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6n06PbCGINsoJSR6) ...
2021-09-13T10:00:02.017Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:00:02.017Z||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-13T10:00:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:00:11.561Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T10:00:11.561Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T10:01:02.015Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:01:02.016Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T10:01:02.016Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6n06PbCGINsoJSR6) ...
2021-09-13T10:01:02.017Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:01:02.017Z||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-13T10:01:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:01:11.565Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T10:01:11.566Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T10:02:02.016Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:02:02.017Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:02:02.017Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T10:02:02.017Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6n06PbCGINsoJSR6) ...
2021-09-13T10:02:02.018Z||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-13T10:02:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:02:11.568Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T10:02:11.572Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T10:03:02.015Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:03:02.016Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T10:03:02.016Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6n06PbCGINsoJSR6) ...
2021-09-13T10:03:02.017Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:03:02.018Z||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-13T10:03:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:03:11.560Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T10:03:11.561Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T10:04:02.015Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:04:02.016Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T10:04:02.016Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6n06PbCGINsoJSR6) ...
2021-09-13T10:04:02.017Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:04:02.018Z||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-13T10:04:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:04:11.560Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T10:04:11.561Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T10:05:02.015Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:05:02.016Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T10:05:02.016Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6n06PbCGINsoJSR6) ...
2021-09-13T10:05:02.017Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:05:02.017Z||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-13T10:05:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:05:11.566Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T10:05:11.571Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T10:06:02.015Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:06:02.016Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T10:06:02.016Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6n06PbCGINsoJSR6) ...
2021-09-13T10:06:02.017Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:06:02.018Z||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-13T10:06:02.019Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:06:11.560Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T10:06:11.562Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T10:07:02.015Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:07:02.016Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T10:07:02.016Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6n06PbCGINsoJSR6) ...
2021-09-13T10:07:02.017Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:07:02.018Z||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-13T10:07:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:07:11.561Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T10:07:11.564Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T10:08:02.015Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:08:02.016Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T10:08:02.016Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6n06PbCGINsoJSR6) ...
2021-09-13T10:08:02.017Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:08:02.017Z||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-13T10:08:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:08:11.563Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T10:08:11.564Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T10:09:02.015Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:09:02.016Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T10:09:02.016Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6n06PbCGINsoJSR6) ...
2021-09-13T10:09:02.017Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:09:02.017Z||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-13T10:09:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:09:11.565Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T10:09:11.567Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T10:10:02.015Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:10:02.016Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T10:10:02.016Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6n06PbCGINsoJSR6) ...
2021-09-13T10:10:02.017Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:10:02.017Z||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-13T10:10:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:10:11.559Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T10:10:11.589Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T10:11:02.015Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:11:02.016Z||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-13T10:11:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:11:02.017Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:11:02.018Z||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-13T10:11:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:11:11.560Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T10:11:11.560Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T10:12:02.015Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:12:02.016Z||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-13T10:12:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:12:02.017Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:12:02.018Z||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-13T10:12:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:12:11.563Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T10:12:11.566Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T10:13:02.015Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:13:02.016Z||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-13T10:13:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:13:02.017Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:13:02.017Z||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-13T10:13:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:13:11.557Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T10:13:11.559Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T10:14:02.015Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:14:02.016Z||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-13T10:14:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:14:02.017Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:14:02.017Z||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-13T10:14:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:14:11.560Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T10:14:11.560Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T10:15:02.015Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:15:02.016Z||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-13T10:15:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:15:02.017Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:15:02.017Z||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-13T10:15:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:15:11.559Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T10:15:11.561Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T10:16:02.015Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:16:02.016Z||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-13T10:16:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:16:02.017Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:16:02.018Z||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-13T10:16:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:16:11.559Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T10:16:11.560Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T10:17:02.015Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:17:02.016Z||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-13T10:17:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:17:02.017Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:17:02.018Z||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-13T10:17:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:17:11.558Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T10:17:11.560Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T10:18:02.015Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:18:02.016Z||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-13T10:18:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:18:02.017Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:18:02.018Z||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-13T10:18:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:18:11.563Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T10:18:11.563Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T10:19:02.015Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:19:02.016Z||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-13T10:19:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:19:02.017Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:19:02.017Z||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-13T10:19:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:19:11.561Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T10:19:11.561Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T10:20:02.015Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:20:02.016Z||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-13T10:20:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:20:02.017Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:20:02.017Z||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-13T10:20:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:20:11.562Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T10:20:11.565Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T10:21:02.015Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:21:02.016Z||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-13T10:21:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:21:02.017Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:21:02.017Z||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-13T10:21:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:21:11.557Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T10:21:11.557Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T10:22:02.015Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:22:02.016Z||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-13T10:22:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:22:02.017Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:22:02.017Z||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-13T10:22:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:22:11.557Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T10:22:11.561Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T10:23:02.017Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:23:02.017Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:23:02.021Z||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-13T10:23:02.021Z||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-13T10:23:02.021Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:23:02.021Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:23:11.573Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T10:23:11.573Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T10:24:02.015Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:24:02.016Z||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-13T10:24:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:24:02.017Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:24:02.017Z||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-13T10:24:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:24:11.560Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T10:24:11.561Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T10:25:02.015Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:25:02.017Z||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-13T10:25:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:25:02.017Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:25:02.018Z||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-13T10:25:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:25:11.559Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T10:25:11.561Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T10:26:02.015Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:26:02.016Z||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-13T10:26:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:26:02.017Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:26:02.017Z||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-13T10:26:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:26:11.563Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T10:26:11.563Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T10:27:02.015Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:27:02.016Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T10:27:02.016Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6n06PbCGINsoJSR6) ...
2021-09-13T10:27:02.017Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:27:02.018Z||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-13T10:27:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:27:11.560Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T10:27:11.560Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T10:28:02.016Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:28:02.017Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:28:02.017Z||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-13T10:28:02.017Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T10:28:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:28:02.017Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6n06PbCGINsoJSR6) ...
2021-09-13T10:28:11.562Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T10:28:11.563Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T10:29:02.015Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:29:02.016Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T10:29:02.016Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6n06PbCGINsoJSR6) ...
2021-09-13T10:29:02.017Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:29:02.017Z||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-13T10:29:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:29:11.555Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T10:29:11.558Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T10:30:02.015Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:30:02.016Z||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-13T10:30:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:30:02.018Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:30:02.018Z||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-13T10:30:02.019Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:30:11.575Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T10:30:11.590Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T10:31:02.015Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:31:02.016Z||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-13T10:31:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:31:02.017Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:31:02.017Z||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-13T10:31:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:31:11.565Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T10:31:11.565Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T10:32:02.015Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:32:02.016Z||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-13T10:32:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:32:02.017Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:32:02.017Z||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-13T10:32:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:32:11.559Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T10:32:11.568Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T10:33:02.015Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:33:02.016Z||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-13T10:33:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:33:02.017Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:33:02.018Z||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-13T10:33:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:33:11.559Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T10:33:11.561Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T10:34:02.015Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:34:02.016Z||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-13T10:34:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:34:02.017Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:34:02.017Z||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-13T10:34:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:34:11.561Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T10:34:11.562Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T10:35:02.015Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:35:02.016Z||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-13T10:35:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:35:02.017Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:35:02.018Z||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-13T10:35:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:35:11.566Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T10:35:11.567Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T10:36:02.015Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:36:02.016Z||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-13T10:36:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:36:02.017Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:36:02.017Z||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-13T10:36:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:36:11.562Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T10:36:11.567Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T10:37:02.015Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:37:02.016Z||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-13T10:37:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:37:02.017Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:37:02.017Z||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-13T10:37:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:37:11.556Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T10:37:11.557Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T10:38:02.015Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:38:02.016Z||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-13T10:38:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:38:02.017Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:38:02.017Z||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-13T10:38:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:38:11.554Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T10:38:11.560Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T10:39:02.015Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:39:02.016Z||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-13T10:39:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:39:02.017Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:39:02.017Z||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-13T10:39:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:39:11.560Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T10:39:11.563Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T10:40:02.015Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:40:02.016Z||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-13T10:40:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:40:02.017Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:40:02.018Z||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-13T10:40:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:40:11.559Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T10:40:11.559Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T10:41:02.015Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:41:02.016Z||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-13T10:41:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:41:02.017Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:41:02.017Z||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-13T10:41:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:41:11.562Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T10:41:11.562Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T10:42:02.015Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:42:02.016Z||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-13T10:42:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:42:02.017Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:42:02.017Z||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-13T10:42:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:42:11.560Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T10:42:11.561Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T10:43:02.015Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:43:02.016Z||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-13T10:43:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:43:02.017Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:43:02.017Z||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-13T10:43:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:43:11.558Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T10:43:11.559Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T10:44:02.015Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:44:02.016Z||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-13T10:44:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:44:02.017Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:44:02.018Z||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-13T10:44:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:44:11.558Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T10:44:11.559Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T10:45:02.015Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:45:02.016Z||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-13T10:45:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:45:02.017Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:45:02.017Z||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-13T10:45:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:45:11.557Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T10:45:11.557Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T10:46:02.015Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:46:02.016Z||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-13T10:46:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:46:02.017Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:46:02.017Z||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-13T10:46:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:46:11.561Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T10:46:11.561Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T10:47:02.015Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:47:02.016Z||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-13T10:47:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:47:02.017Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:47:02.017Z||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-13T10:47:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:47:11.558Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T10:47:11.559Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T10:48:02.015Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:48:02.016Z||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-13T10:48:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:48:02.017Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:48:02.017Z||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-13T10:48:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:48:11.562Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T10:48:11.564Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T10:49:02.015Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:49:02.016Z||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-13T10:49:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:49:02.017Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:49:02.018Z||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-13T10:49:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:49:11.562Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T10:49:11.563Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T10:50:02.015Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:50:02.016Z||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-13T10:50:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:50:02.017Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:50:02.017Z||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-13T10:50:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:50:11.560Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T10:50:11.562Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T10:51:02.015Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:51:02.016Z||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-13T10:51:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:51:02.017Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:51:02.017Z||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-13T10:51:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:51:11.565Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T10:51:11.566Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T10:52:02.015Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:52:02.016Z||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-13T10:52:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:52:02.017Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:52:02.017Z||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-13T10:52:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:52:11.559Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T10:52:11.560Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T10:53:02.015Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:53:02.016Z||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-13T10:53:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:53:02.017Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:53:02.017Z||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-13T10:53:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:53:11.563Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T10:53:11.565Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T10:54:02.015Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:54:02.016Z||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-13T10:54:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:54:02.017Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:54:02.017Z||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-13T10:54:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:54:11.561Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T10:54:11.564Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T10:55:02.015Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:55:02.016Z||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-13T10:55:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:55:02.017Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:55:02.017Z||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-13T10:55:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:55:11.564Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T10:55:11.565Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T10:56:02.016Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:56:02.017Z||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-13T10:56:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:56:02.017Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:56:02.018Z||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-13T10:56:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:56:11.561Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T10:56:11.561Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T10:57:02.015Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:57:02.016Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T10:57:02.016Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6n06PbCGINsoJSR6) ...
2021-09-13T10:57:02.017Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:57:02.017Z||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-13T10:57:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:57:11.560Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T10:57:11.560Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T10:58:02.015Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:58:02.017Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T10:58:02.017Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:58:02.017Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6n06PbCGINsoJSR6) ...
2021-09-13T10:58:02.018Z||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-13T10:58:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:58:11.561Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T10:58:11.562Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T10:59:02.015Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:59:02.016Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T10:59:02.016Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6n06PbCGINsoJSR6) ...
2021-09-13T10:59:02.017Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T10:59:02.018Z||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-13T10:59:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T10:59:11.564Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T10:59:11.565Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T11:00:02.015Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:00:02.016Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T11:00:02.016Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:00:02.017Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:00:02.017Z||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-13T11:00:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T11:00:11.561Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T11:00:11.561Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T11:01:02.015Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:01:02.016Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T11:01:02.016Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:01:02.017Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:01:02.017Z||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-13T11:01:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T11:01:11.560Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T11:01:11.561Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T11:02:02.015Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:02:02.016Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T11:02:02.016Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:02:02.017Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:02:02.017Z||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-13T11:02:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T11:02:11.559Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T11:02:11.560Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T11:03:02.015Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:03:02.016Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T11:03:02.016Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:03:02.017Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:03:02.017Z||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-13T11:03:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T11:03:11.560Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T11:03:11.561Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T11:04:02.015Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:04:02.015Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T11:04:02.016Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:04:02.017Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:04:02.017Z||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-13T11:04:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T11:04:11.559Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T11:04:11.560Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T11:05:02.015Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:05:02.016Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T11:05:02.016Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:05:02.017Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:05:02.017Z||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-13T11:05:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T11:05:11.556Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T11:05:11.557Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T11:06:02.015Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:06:02.016Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T11:06:02.016Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:06:02.017Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:06:02.018Z||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-13T11:06:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T11:06:11.562Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T11:06:11.564Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T11:07:02.015Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:07:02.016Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T11:07:02.016Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:07:02.017Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:07:02.017Z||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-13T11:07:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T11:07:11.561Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T11:07:11.564Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T11:08:02.015Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:08:02.016Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T11:08:02.016Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:08:02.017Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:08:02.017Z||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-13T11:08:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T11:08:11.558Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T11:08:11.572Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T11:09:02.015Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:09:02.016Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T11:09:02.016Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:09:02.017Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:09:02.017Z||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-13T11:09:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T11:09:11.559Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T11:09:11.561Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T11:10:02.015Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:10:02.016Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T11:10:02.016Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:10:02.017Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:10:02.017Z||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-13T11:10:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T11:10:11.563Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T11:10:11.587Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T11:11:02.015Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:11:02.016Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T11:11:02.016Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:11:02.017Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:11:02.017Z||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-13T11:11:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T11:11:11.557Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T11:11:11.557Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T11:12:02.015Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:12:02.016Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T11:12:02.016Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:12:02.017Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:12:02.017Z||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-13T11:12:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T11:12:11.560Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T11:12:11.560Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T11:13:02.015Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:13:02.016Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T11:13:02.016Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:13:02.017Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:13:02.017Z||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-13T11:13:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T11:13:11.559Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T11:13:11.561Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T11:14:02.015Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:14:02.015Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T11:14:02.016Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:14:02.017Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:14:02.017Z||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-13T11:14:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T11:14:11.556Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T11:14:11.561Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T11:15:02.015Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:15:02.016Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T11:15:02.016Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:15:02.017Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:15:02.017Z||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-13T11:15:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T11:15:11.567Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T11:15:11.569Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T11:16:02.015Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:16:02.016Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T11:16:02.016Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:16:02.017Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:16:02.017Z||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-13T11:16:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T11:16:11.561Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T11:16:11.561Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T11:17:02.015Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:17:02.016Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T11:17:02.016Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:17:02.017Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:17:02.018Z||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-13T11:17:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T11:17:11.562Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T11:17:11.564Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T11:18:02.015Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:18:02.016Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T11:18:02.016Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:18:02.017Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:18:02.017Z||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-13T11:18:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T11:18:11.559Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T11:18:11.559Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T11:19:02.015Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:19:02.016Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T11:19:02.016Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:19:02.017Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:19:02.017Z||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-13T11:19:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T11:19:11.556Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T11:19:11.568Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T11:20:02.015Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:20:02.016Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T11:20:02.016Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:20:02.017Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:20:02.017Z||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-13T11:20:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T11:20:11.554Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T11:20:11.554Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T11:21:02.015Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:21:02.016Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T11:21:02.016Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:21:02.017Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:21:02.018Z||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-13T11:21:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T11:21:11.559Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T11:21:11.559Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T11:22:02.015Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:22:02.015Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T11:22:02.016Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:22:02.017Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:22:02.017Z||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-13T11:22:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T11:22:11.564Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T11:22:11.565Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T11:23:02.015Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:23:02.015Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T11:23:02.016Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:23:02.017Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:23:02.017Z||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-13T11:23:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T11:23:11.553Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T11:23:11.554Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T11:24:02.015Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:24:02.015Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T11:24:02.016Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:24:02.017Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:24:02.017Z||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-13T11:24:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T11:24:11.562Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T11:24:11.562Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T11:25:02.015Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:25:02.015Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T11:25:02.016Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:25:02.017Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:25:02.017Z||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-13T11:25:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T11:25:11.559Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T11:25:11.563Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T11:26:02.015Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:26:02.015Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T11:26:02.016Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:26:02.017Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:26:02.017Z||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-13T11:26:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T11:26:11.558Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T11:26:11.560Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T11:27:02.015Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:27:02.016Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T11:27:02.016Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:27:02.017Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:27:02.017Z||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-13T11:27:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T11:27:08.224Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T11:27:08.225Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-13T11:27:08.225Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"00d45f13-d7ff-4fc6-a6b8-624f6a18db36","serviceName":"vFW 2021-09-13 11-24-28","serviceVersion":"1.0","serviceUUID":"c3e81547-858a-43d6-83c8-a356e66301bc","serviceDescription":"catalog service description","serviceInvariantUUID":"45c62db8-4a40-42ff-abe6-8d860f345367","resources":[{"resourceInstanceName":"vFW 58ef4432-99b1 0","resourceName":"vFW 58ef4432-99b1","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4e32b2cf-0b34-4107-aa27-6f4a4f542631","resourceInvariantUUID":"fefd72b2-73c7-4286-930a-4af4b6f8023e","resourceCustomizationUUID":"8541ff99-0496-477f-b6e5-03059e480ed9","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/vf-license-model.xml","artifactChecksum":"MjFiYzg0NDU5MGVkNjI3NDg3ZTlkMjE4ZjNjMDBjMGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"09da93ed-582c-4186-ac4a-b89376352d10","artifactVersion":"1"},{"artifactName":"vfw58ef443299b10_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/vfw58ef443299b10_modules.json","artifactChecksum":"ZjY5YTA4ZjFhNWU0NWFmZDc3OWNmZDkyYWE4ZTI1MTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"fe832ffc-d3ed-4fcc-b26c-73c88e5b2c8d","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"1fa26674-aaef-493d-96bc-c2eb4239f95b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/vendor-license-model.xml","artifactChecksum":"OTQzNTRkY2IwOTJhZDMxZDM0NTdjODE3NTMzZjZjZWU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a244cf6e-ed4f-41f8-b872-ab1b56c7eaf4","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ee5f3e72-8703-4cdc-925a-2d615d70482c","artifactVersion":"2","generatedFromUUID":"1fa26674-aaef-493d-96bc-c2eb4239f95b"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210913112428-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210913112428/1.0/artifacts/service-Vfw20210913112428-template.yml","artifactChecksum":"ZjcxNjBkYWRiZTE2Y2UyMDBlZTZhNmE1ZDQ1NmRhNzI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5816b843-a69b-49b1-bc05-0ad94edfc680","artifactVersion":"1"},{"artifactName":"service-Vfw20210913112428-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210913112428/1.0/artifacts/service-Vfw20210913112428-csar.csar","artifactChecksum":"ZGZhMDU0NjAyYzI5ZjNjNjUwMWYzZDljZWRiMTQwYzM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8d69fe87-b173-407f-8796-124e62184499","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-13T11:27:08.234Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T11:27:08.238Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:27:08.246Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:27:08.246Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631532422015,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-13T11:27:08.346Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-09-13T11:27:08.349Z||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-13T11:27:08.350Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:27:08.364Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T11:27:08.365Z||pool-3-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":4,"count":1}
2021-09-13T11:27:08.478Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T11:27:08.479Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:27:08.479Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631532422015,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-13T11:27:08.492Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-13T11:27:08.493Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:27:08.493Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
"consumerID": "dcae-sch",
"timestamp": 1631532425911,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-13T11:27:08.493Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-13T11:27:09.250Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T11:27:09.250Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:27:09.251Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:27:09.252Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631532422015,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/vfw58ef443299b10_modules.json",
"status": "NOTIFIED"
}
2021-09-13T11:27:09.352Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:27:09.352Z||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-13T11:27:09.352Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:27:09.361Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T11:27:09.361Z||pool-4-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-13T11:27:10.252Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T11:27:10.253Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:27:10.255Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:27:10.255Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631532422015,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-09-13T11:27:10.355Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:27:10.356Z||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-13T11:27:10.356Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:27:10.374Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T11:27:10.374Z||pool-5-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2021-09-13T11:27:11.255Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T11:27:11.256Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:27:11.258Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:27:11.258Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631532422015,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-13T11:27:11.358Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:27:11.359Z||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-13T11:27:11.359Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:27:11.368Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T11:27:11.369Z||pool-6-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-09-13T11:27:12.258Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T11:27:12.259Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:27:12.261Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:27:12.261Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631532422015,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-09-13T11:27:12.361Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:27:12.362Z||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-13T11:27:12.362Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:27:12.370Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T11:27:12.370Z||pool-7-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-13T11:27:13.261Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T11:27:13.262Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:27:13.263Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:27:13.264Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631532422015,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/artifacts/service-Vfw20210913112428-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-13T11:27:13.364Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:27:13.365Z||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-13T11:27:13.365Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:27:13.377Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T11:27:13.377Z||pool-8-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-09-13T11:27:14.264Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T11:27:14.265Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:27:14.267Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:27:14.267Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631532422015,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/artifacts/service-Vfw20210913112428-csar.csar",
"status": "NOTIFIED"
}
2021-09-13T11:27:14.367Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:27:14.368Z||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-13T11:27:14.368Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:27:14.376Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T11:27:14.376Z||pool-9-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-13T11:27:15.268Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
"serviceName": "vFW 2021-09-13 11-24-28",
"serviceVersion": "1.0",
"serviceUUID": "c3e81547-858a-43d6-83c8-a356e66301bc",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "45c62db8-4a40-42ff-abe6-8d860f345367",
"resources": [
{
"resourceInstanceName": "vFW 58ef4432-99b1 0",
"resourceCustomizationUUID": "8541ff99-0496-477f-b6e5-03059e480ed9",
"resourceName": "vFW 58ef4432-99b1",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "4e32b2cf-0b34-4107-aa27-6f4a4f542631",
"resourceInvariantUUID": "fefd72b2-73c7-4286-930a-4af4b6f8023e",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw58ef443299b10_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/vfw58ef443299b10_modules.json",
"artifactChecksum": "ZjY5YTA4ZjFhNWU0NWFmZDc3OWNmZDkyYWE4ZTI1MTM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "fe832ffc-d3ed-4fcc-b26c-73c88e5b2c8d",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "1fa26674-aaef-493d-96bc-c2eb4239f95b",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "ee5f3e72-8703-4cdc-925a-2d615d70482c",
"generatedFromUUID": "1fa26674-aaef-493d-96bc-c2eb4239f95b"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "ee5f3e72-8703-4cdc-925a-2d615d70482c",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20210913112428-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/artifacts/service-Vfw20210913112428-csar.csar",
"artifactChecksum": "ZGZhMDU0NjAyYzI5ZjNjNjUwMWYzZDljZWRiMTQwYzM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "8d69fe87-b173-407f-8796-124e62184499"
}
],
"workloadContext": "Production"
}
2021-09-13T11:27:15.269Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-13T11:27:15.269Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c3e81547-858a-43d6-83c8-a356e66301bc ASDC
2021-09-13T11:27:15.376Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:00d45f13-d7ff-4fc6-a6b8-624f6a18db36
ServiceName:vFW 2021-09-13 11-24-28
ServiceVersion:1.0
ServiceUUID:c3e81547-858a-43d6-83c8-a356e66301bc
ServiceInvariantUUID:45c62db8-4a40-42ff-abe6-8d860f345367
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210913112428-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210913112428/1.0/artifacts/service-Vfw20210913112428-csar.csar
ArtifactUUID:8d69fe87-b173-407f-8796-124e62184499
ArtifactChecksum:ZGZhMDU0NjAyYzI5ZjNjNjUwMWYzZDljZWRiMTQwYzM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 58ef4432-99b1 0
ResourceCustomizationUUID:8541ff99-0496-477f-b6e5-03059e480ed9
ResourceInvariantUUID:fefd72b2-73c7-4286-930a-4af4b6f8023e
ResourceName:vFW 58ef4432-99b1
ResourceType:VF
ResourceUUID:4e32b2cf-0b34-4107-aa27-6f4a4f542631
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw58ef443299b10_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/vfw58ef443299b10_modules.json
ArtifactUUID:fe832ffc-d3ed-4fcc-b26c-73c88e5b2c8d
ArtifactChecksum:ZjY5YTA4ZjFhNWU0NWFmZDc3OWNmZDkyYWE4ZTI1MTM=
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/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/base_vfw.yaml
ArtifactUUID:1fa26674-aaef-493d-96bc-c2eb4239f95b
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/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/base_vfw.env
ArtifactUUID:ee5f3e72-8703-4cdc-925a-2d615d70482c
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/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/base_vfw.env
ArtifactUUID:ee5f3e72-8703-4cdc-925a-2d615d70482c
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-09-13T11:27:15.376Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c3e81547-858a-43d6-83c8-a356e66301bc 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-13T11:27:15.529Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-13T11:27:15.530Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-13T11:27:15.530Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-13T11:27:15.530Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 8d69fe87-b173-407f-8796-124e62184499 from URL: /sdc/v1/catalog/services/Vfw20210913112428/1.0/artifacts/service-Vfw20210913112428-csar.csar
2021-09-13T11:27:15.530Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-13T11:27:15.531Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210913112428/1.0/artifacts/service-Vfw20210913112428-csar.csar
2021-09-13T11:27:17.067Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-13T11:27:17.082Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210913112428/1.0/artifacts/service-Vfw20210913112428-csar.csar 8d69fe87-b173-407f-8796-124e62184499 98776
2021-09-13T11:27:17.083Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210913112428/1.0/artifacts/service-Vfw20210913112428-csar.csar ASDC sendASDCNotification
2021-09-13T11:27:17.083Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210913112428/1.0/artifacts/service-Vfw20210913112428-csar.csar
2021-09-13T11:27:17.084Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-13T11:27:17.085Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:27:17.086Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:27:17.086Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631532437082,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/artifacts/service-Vfw20210913112428-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-13T11:27:17.186Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:27:17.187Z||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-13T11:27:17.187Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:27:17.197Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T11:27:17.197Z||pool-10-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-13T11:27:18.086Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-13T11:27:18.087Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-13T11:27:18.087Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 8d69fe87-b173-407f-8796-124e62184499, URL: /sdc/v1/catalog/services/Vfw20210913112428/1.0/artifacts/service-Vfw20210913112428-csar.csar to file: /app/ASDC/1/service-Vfw20210913112428-csar.csar
2021-09-13T11:27:18.088Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210913112428-csar.csar
2021-09-13T11:27:18.140Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210913112428-csar.csar
2021-09-13T11:27:18.140Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210913112428-csar.csar
2021-09-13T11:27:18.564Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11520998340060153246/Definitions/service-Vfw20210913112428-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_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2021-09-13T11:27:21.092Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-13T11:27:21.096Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-13T11:27:21.097Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210913112428-csar.csar
2021-09-13T11:27:21.097Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-09-13T11:27:21.097Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20210913112428-csar.csar
2021-09-13T11:27:21.097Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20210913112428-csar.csar
2021-09-13T11:27:21.097Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210913112428-csar.csar
2021-09-13T11:27:21.097Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210913112428-csar.csar
2021-09-13T11:27:21.097Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210913112428-csar.csar
2021-09-13T11:27:21.097Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20210913112428-csar.csar
2021-09-13T11:27:21.097Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210913112428-csar.csar
2021-09-13T11:27:21.097Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210913112428-csar.csar
2021-09-13T11:27:21.097Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210913112428-csar.csar
2021-09-13T11:27:21.097Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20210913112428-csar.csar
2021-09-13T11:27:21.097Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210913112428-csar.csar
2021-09-13T11:27:21.097Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210913112428-csar.csar
2021-09-13T11:27:21.097Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 58ef4432-99b1 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-Vfw20210913112428-csar.csar
2021-09-13T11:27:21.097Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-13T11:27:21.103Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T11:27:21.105Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-13 11-24-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:27:21.107Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template vFW 58ef4432-99b1 0 is matching search criteria
2021-09-13T11:27:21.108Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-13T11:27:21.109Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 58ef4432-99b1 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-13T11:27:21.110Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T11:27:21.111Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-13 11-24-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:27:21.111Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template vFW 58ef4432-99b1 0 is matching search criteria
2021-09-13T11:27:21.111Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-13T11:27:21.111Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 58ef4432-99b1 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-13T11:27:21.111Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T11:27:21.112Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-13 11-24-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:27:21.114Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T11:27:21.115Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template vFW 58ef4432-99b1 0 is not matching search criteria
2021-09-13T11:27:21.115Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-13T11:27:21.115Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-13T11:27:21.115Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-13T11:27:21.115Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-13T11:27:21.115Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-13T11:27:21.115Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-13T11:27:21.116Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-13T11:27:21.116Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-13T11:27:21.116Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-13T11:27:21.116Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-13T11:27:21.116Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-13T11:27:21.116Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-13T11:27:21.116Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-13T11:27:21.117Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-13T11:27:21.117Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-13T11:27:21.117Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-13T11:27:21.117Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T11:27:21.117Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-13 11-24-28 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-13T11:27:21.118Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T11:27:21.118Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template vFW 58ef4432-99b1 0 is matching search criteria
2021-09-13T11:27:21.118Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 58ef4432-99b1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-13T11:27:21.118Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T11:27:21.119Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template vFW 58ef4432-99b1 0 is matching search criteria
2021-09-13T11:27:21.119Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 58ef4432-99b1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-13T11:27:21.119Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T11:27:21.119Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template vFW 58ef4432-99b1 0 is matching search criteria
2021-09-13T11:27:21.119Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 58ef4432-99b1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-13T11:27:21.120Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T11:27:21.120Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template vFW 58ef4432-99b1 0 is not matching search criteria
2021-09-13T11:27:21.120Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-13T11:27:21.120Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-13T11:27:21.120Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-13T11:27:21.120Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-13T11:27:21.120Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-13T11:27:21.120Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-13T11:27:21.120Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-13T11:27:21.121Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-13T11:27:21.121Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-13T11:27:21.121Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-13T11:27:21.121Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-13T11:27:21.121Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=6af47382-cec5-47f9-ab5f-613543d7536e
2021-09-13T11:27:21.121Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T11:27:21.121Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template vFW 58ef4432-99b1 0 is not matching search criteria
2021-09-13T11:27:21.121Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-13T11:27:21.122Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-13T11:27:21.122Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-13T11:27:21.122Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-13T11:27:21.122Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-13T11:27:21.122Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-13T11:27:21.122Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-13T11:27:21.122Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-09-13T11:27:21.122Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-13T11:27:21.122Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-13T11:27:21.122Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-13T11:27:21.122Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-13T11:27:21.123Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=9524e5d0-b7d7-48c2-af99-0f7b8175c58a
2021-09-13T11:27:21.123Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T11:27:21.123Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template vFW 58ef4432-99b1 0 is not matching search criteria
2021-09-13T11:27:21.123Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-13T11:27:21.123Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-13T11:27:21.123Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-13T11:27:21.124Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-13T11:27:21.124Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-13T11:27:21.124Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-13T11:27:21.124Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-13T11:27:21.124Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-13T11:27:21.124Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-13T11:27:21.124Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-13T11:27:21.124Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-13T11:27:21.124Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-09-13T11:27:21.124Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=38514dd5-e909-4c4c-a71a-b6088ce04817
2021-09-13T11:27:21.125Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T11:27:21.125Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-13 11-24-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:27:21.125Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T11:27:21.125Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-13 11-24-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:27:21.125Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T11:27:21.125Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-13 11-24-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:27:21.125Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T11:27:21.125Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-13 11-24-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:27:21.125Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-09-13 11-24-28
Description:catalog service description
Model UUID:c3e81547-858a-43d6-83c8-a356e66301bc
Model Version:NULL
Model InvariantUuid:45c62db8-4a40-42ff-abe6-8d860f345367
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 58ef4432-99b1
Model UUID:0d32a26e-65e6-47c5-898b-ed4d61fe4877
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:fefd72b2-73c7-4286-930a-4af4b6f8023e
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:8541ff99-0496-477f-b6e5-03059e480ed9
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:33fc9bf6-fd83-4c4f-8348-7636c5849b74
ModelName:Vfw58ef443299b1..base_vfw..module-0
ModelUuid:0932c61b-a82b-4d75-b1f7-0bff2ac6d3b3
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:6af47382-cec5-47f9-ab5f-613543d7536e
ModelInvariantUuid:8e23c117-f33d-446f-8625-90b0b90625ab
ModelName:vFW 58ef4432-99b1-nodes.vfwCvfc
ModelUuid:00e702a5-57bf-4a6e-a14e-61f6ae65474b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:c4def92e-3de8-4826-8037-954e67df53dc
ModelInvariantUuid:804cf084-9f04-4476-86f7-2dae8572f2e0
ModelName:Vfw58ef443299b1.compute.nodes.heat.vfw
ModelUuid:fe36dd9d-e1f6-4148-b6cb-73c8b69cd679
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:9524e5d0-b7d7-48c2-af99-0f7b8175c58a
ModelInvariantUuid:fb8f7a5e-b92e-4f87-9cb4-75fb38c86b8d
ModelName:vFW 58ef4432-99b1-nodes.vsnCvfc
ModelUuid:807022b0-c530-4d31-bafc-f003718cabb3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:42b4759b-4160-473a-9800-38e8c921ecd2
ModelInvariantUuid:b0297db2-9fbc-4a33-b82b-7d46fbdf2fa9
ModelName:Vfw58ef443299b1.compute.nodes.heat.vsn
ModelUuid:32f2e8df-babf-4a20-83e8-fda8cc77af67
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:38514dd5-e909-4c4c-a71a-b6088ce04817
ModelInvariantUuid:fab6a9f7-755e-4102-96ff-611e2b423275
ModelName:vFW 58ef4432-99b1-nodes.vpgCvfc
ModelUuid:f37eb5ed-e1cc-4d74-aa82-9c346b0609c4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:0261d05e-fa94-4d13-ac4c-956b3656bfac
ModelInvariantUuid:444c8a66-fb68-4da8-aaa0-1d5bea577138
ModelName:Vfw58ef443299b1.compute.nodes.heat.vpg
ModelUuid:5bc88397-8df6-4341-81d9-1bebe5865f67
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-13T11:27:21.146Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 4e32b2cf-0b34-4107-aa27-6f4a4f542631
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-13T11:27:21.226Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||INFO|500||vFW 58ef4432-99b1 0
2021-09-13T11:27:21.233Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4e32b2cf-0b34-4107-aa27-6f4a4f542631
2021-09-13T11:27:21.233Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: fe832ffc-d3ed-4fcc-b26c-73c88e5b2c8d from URL: /sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/vfw58ef443299b10_modules.json
2021-09-13T11:27:21.233Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-13T11:27:21.233Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/vfw58ef443299b10_modules.json
2021-09-13T11:27:21.740Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-13T11:27:21.741Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/vfw58ef443299b10_modules.json fe832ffc-d3ed-4fcc-b26c-73c88e5b2c8d 785
2021-09-13T11:27:21.741Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/vfw58ef443299b10_modules.json ASDC sendASDCNotification
2021-09-13T11:27:21.741Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/vfw58ef443299b10_modules.json
2021-09-13T11:27:21.741Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-13T11:27:21.741Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:27:21.744Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:27:21.745Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631532441741,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/vfw58ef443299b10_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-13T11:27:21.845Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:27:21.845Z||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-13T11:27:21.846Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:27:21.855Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T11:27:21.856Z||pool-11-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-13T11:27:22.746Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw58ef443299b1..base_vfw..module-0",
"vfModuleModelInvariantUUID": "33fc9bf6-fd83-4c4f-8348-7636c5849b74",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "0932c61b-a82b-4d75-b1f7-0bff2ac6d3b3",
"vfModuleModelCustomizationUUID": "dd168b1d-2693-4660-a5ce-42e129484220",
"isBase": true,
"artifacts": [
"1fa26674-aaef-493d-96bc-c2eb4239f95b",
"ee5f3e72-8703-4cdc-925a-2d615d70482c"
],
"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-13T11:27:22.757Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw58ef443299b1..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0932c61b-a82b-4d75-b1f7-0bff2ac6d3b3
VfModuleModelInvariantUUID:33fc9bf6-fd83-4c4f-8348-7636c5849b74
VfModuleModelDescription:NULL
Artifacts UUID List:{
1fa26674-aaef-493d-96bc-c2eb4239f95b
,
ee5f3e72-8703-4cdc-925a-2d615d70482c
}
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-13T11:27:22.760Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw58ef443299b1..base_vfw..module-0",
"vfModuleModelInvariantUUID": "33fc9bf6-fd83-4c4f-8348-7636c5849b74",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "0932c61b-a82b-4d75-b1f7-0bff2ac6d3b3",
"vfModuleModelCustomizationUUID": "dd168b1d-2693-4660-a5ce-42e129484220",
"isBase": true,
"artifacts": [
"1fa26674-aaef-493d-96bc-c2eb4239f95b",
"ee5f3e72-8703-4cdc-925a-2d615d70482c"
],
"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-13T11:27:22.760Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw58ef443299b1..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0932c61b-a82b-4d75-b1f7-0bff2ac6d3b3
VfModuleModelInvariantUUID:33fc9bf6-fd83-4c4f-8348-7636c5849b74
VfModuleModelDescription:NULL
Artifacts UUID List:{
1fa26674-aaef-493d-96bc-c2eb4239f95b
,
ee5f3e72-8703-4cdc-925a-2d615d70482c
}
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-13T11:27:22.760Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 1fa26674-aaef-493d-96bc-c2eb4239f95b from URL: /sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/base_vfw.yaml
2021-09-13T11:27:22.760Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-13T11:27:22.760Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/base_vfw.yaml
2021-09-13T11:27:23.128Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-13T11:27:23.128Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/base_vfw.yaml 1fa26674-aaef-493d-96bc-c2eb4239f95b 20368
2021-09-13T11:27:23.129Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-09-13T11:27:23.129Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/base_vfw.yaml
2021-09-13T11:27:23.129Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-13T11:27:23.129Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:27:23.130Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:27:23.130Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631532443129,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-13T11:27:23.230Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:27:23.231Z||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-13T11:27:23.231Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:27:23.240Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T11:27:23.240Z||pool-12-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-13T11:27:24.131Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ee5f3e72-8703-4cdc-925a-2d615d70482c from URL: /sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/base_vfw.env
2021-09-13T11:27:24.132Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-13T11:27:24.132Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/base_vfw.env
2021-09-13T11:27:24.731Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-13T11:27:24.731Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/base_vfw.env ee5f3e72-8703-4cdc-925a-2d615d70482c 2098
2021-09-13T11:27:24.731Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/base_vfw.env ASDC sendASDCNotification
2021-09-13T11:27:24.731Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/base_vfw.env
2021-09-13T11:27:24.731Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-13T11:27:24.732Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:27:24.733Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:27:24.733Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631532444731,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-09-13T11:27:24.834Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-13T11:27:24.834Z||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-13T11:27:24.834Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:27:24.843Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T11:27:24.844Z||pool-13-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-13T11:27:25.734Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: c3e81547-858a-43d6-83c8-a356e66301bc
2021-09-13T11:27:25.734Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 58ef4432-99b1 0 4e32b2cf-0b34-4107-aa27-6f4a4f542631 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-13T11:27:25.760Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@534e8ae2, org.onap.sdc.toscaparser.api.parameters.Input@601ad891, org.onap.sdc.toscaparser.api.parameters.Input@506f8767, org.onap.sdc.toscaparser.api.parameters.Input@71834988, org.onap.sdc.toscaparser.api.parameters.Input@563dc4c0]
2021-09-13T11:27:25.763Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T11:27:25.763Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-13 11-24-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:27:25.763Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic
2021-09-13T11:27:25.763Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 8541ff99-0496-477f-b6e5-03059e480ed9
2021-09-13T11:27:25.763Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8541ff99-0496-477f-b6e5-03059e480ed9 matches Tosca VF Customization UUID: 8541ff99-0496-477f-b6e5-03059e480ed9
2021-09-13T11:27:25.763Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 8541ff99-0496-477f-b6e5-03059e480ed9 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-13T11:27:25.768Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T11:27:25.768Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-13 11-24-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:27:25.769Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 8541ff99-0496-477f-b6e5-03059e480ed9: {\"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-13T11:27:25.769Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7b9cc5c2
2021-09-13T11:27:25.769Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T11:27:25.769Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-13 11-24-28 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-13T11:27:25.770Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : dd168b1d-2693-4660-a5ce-42e129484220
2021-09-13T11:27:25.770Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID dd168b1d-2693-4660-a5ce-42e129484220
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-13T11:27:25.775Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T11:27:25.775Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template vFW 58ef4432-99b1 0 is matching search criteria
2021-09-13T11:27:25.775Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 58ef4432-99b1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-13T11:27:25.775Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T11:27:25.776Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template vFW 58ef4432-99b1 0 is matching search criteria
2021-09-13T11:27:25.776Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 58ef4432-99b1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-13T11:27:25.776Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T11:27:25.776Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template vFW 58ef4432-99b1 0 is not matching search criteria
2021-09-13T11:27:25.776Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-13T11:27:25.776Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-13T11:27:25.776Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-13T11:27:25.776Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-13T11:27:25.777Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-13T11:27:25.777Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-13T11:27:25.777Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-13T11:27:25.777Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-13T11:27:25.777Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-13T11:27:25.777Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-13T11:27:25.777Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-13T11:27:25.777Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=6af47382-cec5-47f9-ab5f-613543d7536e
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-13T11:27:25.782Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T11:27:25.782Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template vFW 58ef4432-99b1 0 is matching search criteria
2021-09-13T11:27:25.782Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 58ef4432-99b1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-13T11:27:25.783Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T11:27:25.783Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template vFW 58ef4432-99b1 0 is not matching search criteria
2021-09-13T11:27:25.783Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-13T11:27:25.783Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-13T11:27:25.783Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-13T11:27:25.783Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-13T11:27:25.783Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-13T11:27:25.783Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-13T11:27:25.784Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-13T11:27:25.784Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-09-13T11:27:25.784Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-13T11:27:25.784Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-13T11:27:25.784Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-13T11:27:25.784Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-13T11:27:25.784Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=9524e5d0-b7d7-48c2-af99-0f7b8175c58a
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-13T11:27:25.786Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T11:27:25.786Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template vFW 58ef4432-99b1 0 is matching search criteria
2021-09-13T11:27:25.786Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 58ef4432-99b1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-13T11:27:25.788Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T11:27:25.788Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template vFW 58ef4432-99b1 0 is not matching search criteria
2021-09-13T11:27:25.788Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-13T11:27:25.788Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-13T11:27:25.788Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-13T11:27:25.788Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-13T11:27:25.788Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-13T11:27:25.788Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-13T11:27:25.788Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-13T11:27:25.789Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-13T11:27:25.789Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-13T11:27:25.789Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-13T11:27:25.789Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-13T11:27:25.789Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-09-13T11:27:25.789Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=38514dd5-e909-4c4c-a71a-b6088ce04817
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-13T11:27:25.790Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T11:27:25.791Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template vFW 58ef4432-99b1 0 is matching search criteria
2021-09-13T11:27:25.791Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 58ef4432-99b1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-13T11:27:25.791Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T11:27:25.791Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Node template vFW 58ef4432-99b1 0 is matching search criteria
2021-09-13T11:27:25.791Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 58ef4432-99b1 0] matching following query criteria: sdcType=VF, customizationUUID=8541ff99-0496-477f-b6e5-03059e480ed9
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-13T11:27:25.792Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T11:27:25.792Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-13 11-24-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:27:25.793Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid c3e81547-858a-43d6-83c8-a356e66301bc: vFW 58ef4432-99b1
2021-09-13T11:27:25.793Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T11:27:25.793Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-13 11-24-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:27:25.793Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T11:27:25.793Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-13 11-24-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:27:25.793Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T11:27:25.793Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-13 11-24-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:27:25.793Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T11:27:25.794Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-13 11-24-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:27:25.794Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T11:27:25.794Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-13 11-24-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:27:25.794Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||INFO|500||Saving Service: vFW 2021-09-13 11-24-28
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-13T11:27:25.991Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 58ef4432-99b1 4e32b2cf-0b34-4107-aa27-6f4a4f542631 1 ASDC deployResourceStructure
2021-09-13T11:27:25.991Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/vfw58ef443299b10_modules.json ASDC sendASDCNotification
2021-09-13T11:27:25.992Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/vfw58ef443299b10_modules.json
2021-09-13T11:27:25.992Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-13T11:27:25.992Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:27:25.993Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:27:25.993Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631532445991,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/vfw58ef443299b10_modules.json",
"status": "DEPLOY_OK"
}
2021-09-13T11:27:26.094Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:27:26.094Z||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-13T11:27:26.094Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:27:26.104Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T11:27:26.104Z||pool-14-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-13T11:27:26.994Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-09-13T11:27:26.994Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/base_vfw.yaml
2021-09-13T11:27:26.995Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-13T11:27:26.995Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:27:26.996Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:27:26.996Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631532446994,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-09-13T11:27:27.096Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:27:27.097Z||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-13T11:27:27.097Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:27:27.106Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T11:27:27.106Z||pool-15-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-13T11:27:27.997Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/base_vfw.env ASDC sendASDCNotification
2021-09-13T11:27:27.997Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/base_vfw.env
2021-09-13T11:27:27.997Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-13T11:27:27.998Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:27:27.999Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:27:27.999Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631532447997,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-09-13T11:27:28.099Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:27:28.100Z||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-13T11:27:28.100Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:27:28.109Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T11:27:28.110Z||pool-16-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-13T11:27:29.000Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210913112428/1.0/artifacts/service-Vfw20210913112428-csar.csar ASDC sendASDCNotification
2021-09-13T11:27:29.000Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210913112428/1.0/artifacts/service-Vfw20210913112428-csar.csar
2021-09-13T11:27:29.000Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-13T11:27:29.000Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:27:29.002Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:27:29.002Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631532449000,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/artifacts/service-Vfw20210913112428-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-13T11:27:29.102Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:27:29.103Z||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-13T11:27:29.103Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:27:29.111Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T11:27:29.112Z||pool-17-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-13T11:27:30.003Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00d45f13-d7ff-4fc6-a6b8-624f6a18db36
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-13T11:27:30.028Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00d45f13-d7ff-4fc6-a6b8-624f6a18db36
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-13T11:27:30.030Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-13T11:27:30.030Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-13T11:27:30.030Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-13T11:28:00.031Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00d45f13-d7ff-4fc6-a6b8-624f6a18db36
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-13T11:28:00.040Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00d45f13-d7ff-4fc6-a6b8-624f6a18db36
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-13T11:28:00.042Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-13T11:28:00.042Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-13T11:28:00.042Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-13T11:28:02.017Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:28:02.017Z||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-13T11:28:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T11:28:02.035Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T11:28:02.035Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:28:02.035Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631532423035,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-13T11:28:02.036Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-13T11:28:30.042Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00d45f13-d7ff-4fc6-a6b8-624f6a18db36
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-13T11:28:30.053Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00d45f13-d7ff-4fc6-a6b8-624f6a18db36
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-13T11:28:30.055Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-13T11:28:30.055Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-13T11:28:30.055Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-13T11:29:00.055Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00d45f13-d7ff-4fc6-a6b8-624f6a18db36
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-13T11:29:00.064Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00d45f13-d7ff-4fc6-a6b8-624f6a18db36
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-13T11:29:00.066Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-13T11:29:00.066Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-13T11:29:00.066Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-13T11:29:02.017Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:29:02.017Z||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-13T11:29:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T11:29:02.037Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T11:29:02.038Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:29:02.038Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
"consumerID": "aai-ml",
"timestamp": 1631532423980,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-13T11:29:02.038Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-13T11:29:30.066Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00d45f13-d7ff-4fc6-a6b8-624f6a18db36
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-13T11:29:30.076Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00d45f13-d7ff-4fc6-a6b8-624f6a18db36
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-13T11:29:30.084Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-13T11:29:30.084Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-13T11:29:30.084Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-13T11:30:00.084Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00d45f13-d7ff-4fc6-a6b8-624f6a18db36
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-13T11:30:00.093Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00d45f13-d7ff-4fc6-a6b8-624f6a18db36
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-13T11:30:00.095Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-13T11:30:00.095Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-13T11:30:00.095Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-13T11:30:02.017Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:30:02.017Z||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-13T11:30:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T11:30:02.039Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T11:30:02.043Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.043Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
"consumerID": "policy-id",
"timestamp": 1631532425892,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-13T11:30:02.043Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-13T11:30:02.043Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.044Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631532425196,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-13T11:30:02.044Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-13T11:30:02.044Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.044Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631532422015,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/vfw58ef443299b10_modules.json",
"status": "NOTIFIED"
}
2021-09-13T11:30:02.044Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-13T11:30:02.044Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.044Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
"consumerID": "dcae-sch",
"timestamp": 1631532425911,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/vfw58ef443299b10_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-13T11:30:02.044Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-13T11:30:02.044Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.044Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
"consumerID": "aai-ml",
"timestamp": 1631532423980,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/vfw58ef443299b10_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-13T11:30:02.044Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-13T11:30:02.044Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.044Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631532423035,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/vfw58ef443299b10_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-13T11:30:02.044Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-13T11:30:02.045Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.045Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
"consumerID": "policy-id",
"timestamp": 1631532425892,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/vfw58ef443299b10_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-13T11:30:02.045Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-13T11:30:02.045Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.045Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631532425196,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/vfw58ef443299b10_modules.json",
"status": "NOTIFIED"
}
2021-09-13T11:30:02.045Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-13T11:30:02.045Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.045Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
"consumerID": "dcae-sch",
"timestamp": 1631532425911,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-13T11:30:02.045Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-13T11:30:02.045Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.045Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
"consumerID": "aai-ml",
"timestamp": 1631532423980,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-13T11:30:02.045Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-13T11:30:02.045Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.045Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631532423035,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-13T11:30:02.045Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-13T11:30:02.045Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.046Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631532422015,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-09-13T11:30:02.046Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-13T11:30:02.046Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.046Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
"consumerID": "policy-id",
"timestamp": 1631532425892,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-09-13T11:30:02.046Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-13T11:30:02.046Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.046Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631532425196,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-09-13T11:30:02.047Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-13T11:30:02.047Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.047Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631532422015,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-13T11:30:02.047Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-13T11:30:02.047Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.047Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631532423035,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-13T11:30:02.047Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-13T11:30:02.047Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.047Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
"consumerID": "dcae-sch",
"timestamp": 1631532425911,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-13T11:30:02.047Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-13T11:30:02.047Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.047Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
"consumerID": "aai-ml",
"timestamp": 1631532423980,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-13T11:30:02.047Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-13T11:30:02.047Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.047Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
"consumerID": "policy-id",
"timestamp": 1631532425892,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-13T11:30:02.048Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-13T11:30:02.048Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.048Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631532425196,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-13T11:30:02.048Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-13T11:30:02.048Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.048Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631532422015,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-09-13T11:30:02.048Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-13T11:30:02.048Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.048Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631532423035,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-13T11:30:02.048Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-13T11:30:02.048Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.048Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
"consumerID": "aai-ml",
"timestamp": 1631532423980,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-13T11:30:02.048Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-13T11:30:02.049Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.049Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
"consumerID": "dcae-sch",
"timestamp": 1631532425911,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-13T11:30:02.049Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-13T11:30:02.049Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.049Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
"consumerID": "policy-id",
"timestamp": 1631532425892,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-13T11:30:02.049Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-13T11:30:02.049Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.049Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
"consumerID": "cds",
"timestamp": 1631532431798,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-13T11:30:02.049Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-13T11:30:02.049Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.049Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
"consumerID": "ves-openapi-manager",
"timestamp": 1631532431879,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-13T11:30:02.049Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-13T11:30:02.049Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.049Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631532425196,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-09-13T11:30:02.049Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-13T11:30:02.049Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.049Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631532423035,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/artifacts/service-Vfw20210913112428-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-13T11:30:02.050Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-13T11:30:02.050Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.050Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631532422015,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/artifacts/service-Vfw20210913112428-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-13T11:30:02.050Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-13T11:30:02.050Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.050Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
"consumerID": "aai-ml",
"timestamp": 1631532423980,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/artifacts/service-Vfw20210913112428-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-13T11:30:02.050Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-13T11:30:02.050Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.050Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
"consumerID": "dcae-sch",
"timestamp": 1631532425911,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/artifacts/service-Vfw20210913112428-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-13T11:30:02.050Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-13T11:30:02.050Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.050Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
"consumerID": "policy-id",
"timestamp": 1631532425892,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/artifacts/service-Vfw20210913112428-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-13T11:30:02.050Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-13T11:30:02.050Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.050Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
"consumerID": "cds",
"timestamp": 1631532431798,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/vfw58ef443299b10_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-13T11:30:02.050Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-13T11:30:02.050Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.051Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
"consumerID": "ves-openapi-manager",
"timestamp": 1631532431879,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/vfw58ef443299b10_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-13T11:30:02.051Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-13T11:30:02.051Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.051Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631532425196,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/artifacts/service-Vfw20210913112428-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-13T11:30:02.051Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-13T11:30:02.051Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.051Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631532422015,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/artifacts/service-Vfw20210913112428-csar.csar",
"status": "NOTIFIED"
}
2021-09-13T11:30:02.051Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-13T11:30:02.051Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.051Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
"consumerID": "dcae-sch",
"timestamp": 1631532425911,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/artifacts/service-Vfw20210913112428-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-13T11:30:02.051Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-13T11:30:02.051Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.051Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631532423035,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/artifacts/service-Vfw20210913112428-csar.csar",
"status": "NOTIFIED"
}
2021-09-13T11:30:02.052Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-13T11:30:02.052Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.052Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
"consumerID": "aai-ml",
"timestamp": 1631532423980,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/artifacts/service-Vfw20210913112428-csar.csar",
"status": "NOTIFIED"
}
2021-09-13T11:30:02.052Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-13T11:30:02.052Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.052Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
"consumerID": "policy-id",
"timestamp": 1631532425892,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/artifacts/service-Vfw20210913112428-csar.csar",
"status": "NOTIFIED"
}
2021-09-13T11:30:02.052Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-13T11:30:02.052Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.052Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
"consumerID": "cds",
"timestamp": 1631532431798,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-13T11:30:02.052Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-13T11:30:02.052Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.052Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
"consumerID": "ves-openapi-manager",
"timestamp": 1631532431879,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-13T11:30:02.053Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-13T11:30:02.053Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.053Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631532425196,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/artifacts/service-Vfw20210913112428-csar.csar",
"status": "NOTIFIED"
}
2021-09-13T11:30:02.053Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-13T11:30:02.053Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.053Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
"consumerID": "cds",
"timestamp": 1631532431798,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-13T11:30:02.053Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-13T11:30:02.053Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.053Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
"consumerID": "ves-openapi-manager",
"timestamp": 1631532431879,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-13T11:30:02.053Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-13T11:30:02.053Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.053Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
"consumerID": "aai-ml",
"timestamp": 1631532436147,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/artifacts/service-Vfw20210913112428-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-13T11:30:02.053Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:30:02.053Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.053Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
"consumerID": "policy-id",
"timestamp": 1631532436314,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/artifacts/service-Vfw20210913112428-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-13T11:30:02.053Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:30:02.054Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.054Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
"consumerID": "cds",
"timestamp": 1631532431798,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-13T11:30:02.054Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-13T11:30:02.054Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.054Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631532436474,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/artifacts/service-Vfw20210913112428-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-13T11:30:02.054Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:30:02.054Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.054Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
"consumerID": "ves-openapi-manager",
"timestamp": 1631532431879,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-13T11:30:02.054Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-13T11:30:02.054Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.054Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631532437082,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/artifacts/service-Vfw20210913112428-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-13T11:30:02.054Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:30:02.054Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.054Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
"consumerID": "policy-id",
"timestamp": 1631532437320,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/artifacts/service-Vfw20210913112428-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-13T11:30:02.054Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:30:02.054Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.054Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
"consumerID": "cds",
"timestamp": 1631532431798,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/artifacts/service-Vfw20210913112428-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-13T11:30:02.055Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-13T11:30:02.055Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.055Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
"consumerID": "ves-openapi-manager",
"timestamp": 1631532431879,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/artifacts/service-Vfw20210913112428-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-13T11:30:02.055Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-13T11:30:02.055Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.055Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631532438337,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/vfw58ef443299b10_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-13T11:30:02.055Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:30:02.055Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.055Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
"consumerID": "policy-id",
"timestamp": 1631532438324,
"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-13T11:30:02.063Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 00d45f13-d7ff-4fc6-a6b8-624f6a18db36
2021-09-13T11:30:02.063Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 00d45f13-d7ff-4fc6-a6b8-624f6a18db36 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-13T11:30:02.071Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.071Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
"consumerID": "cds",
"timestamp": 1631532431798,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/artifacts/service-Vfw20210913112428-csar.csar",
"status": "NOTIFIED"
}
2021-09-13T11:30:02.071Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-13T11:30:02.071Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.071Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
"consumerID": "ves-openapi-manager",
"timestamp": 1631532431879,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/artifacts/service-Vfw20210913112428-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-13T11:30:02.072Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-13T11:30:02.072Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.072Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631532440005,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-13T11:30:02.072Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:30:02.072Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.072Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
"consumerID": "cds",
"timestamp": 1631532440056,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/artifacts/service-Vfw20210913112428-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-13T11:30:02.072Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:30:02.072Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.072Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631532440869,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/artifacts/service-Vfw20210913112428-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-13T11:30:02.073Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:30:02.073Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.073Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
"consumerID": "cds",
"timestamp": 1631532441073,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/artifacts/service-Vfw20210913112428-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-13T11:30:02.077Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 00d45f13-d7ff-4fc6-a6b8-624f6a18db36
2021-09-13T11:30:02.077Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 00d45f13-d7ff-4fc6-a6b8-624f6a18db36 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-13T11:30:02.085Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.085Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631532441450,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-09-13T11:30:02.085Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:30:02.085Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.085Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631532441741,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/vfw58ef443299b10_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-13T11:30:02.086Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:30:02.086Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.086Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
"consumerID": "clamp",
"timestamp": 1631532441139,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-13T11:30:02.086Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-13T11:30:02.086Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.086Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631532441872,
"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-13T11:30:02.090Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 00d45f13-d7ff-4fc6-a6b8-624f6a18db36
2021-09-13T11:30:02.090Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 00d45f13-d7ff-4fc6-a6b8-624f6a18db36 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-13T11:30:02.097Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.098Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
"consumerID": "clamp",
"timestamp": 1631532441139,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/vfw58ef443299b10_modules.json",
"status": "NOTIFIED"
}
2021-09-13T11:30:02.098Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-13T11:30:02.098Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.098Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631532443129,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-13T11:30:02.098Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:30:02.098Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.098Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
"consumerID": "clamp",
"timestamp": 1631532441139,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-13T11:30:02.098Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-13T11:30:02.098Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.098Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631532443966,
"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-13T11:30:02.102Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 00d45f13-d7ff-4fc6-a6b8-624f6a18db36
2021-09-13T11:30:02.102Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 00d45f13-d7ff-4fc6-a6b8-624f6a18db36 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-13T11:30:02.108Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.108Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631532444731,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-09-13T11:30:02.108Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:30:02.108Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.108Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
"consumerID": "clamp",
"timestamp": 1631532441139,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-13T11:30:02.108Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-13T11:30:02.108Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.108Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631532444972,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/vfw58ef443299b10_modules.json",
"status": "DEPLOY_OK"
}
2021-09-13T11:30:02.108Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:30:02.108Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.108Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
"consumerID": "clamp",
"timestamp": 1631532441139,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-13T11:30:02.108Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-13T11:30:02.108Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.109Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631532445991,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/vfw58ef443299b10_modules.json",
"status": "DEPLOY_OK"
}
2021-09-13T11:30:02.109Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:30:02.109Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.109Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
"consumerID": "clamp",
"timestamp": 1631532441139,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/artifacts/service-Vfw20210913112428-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-13T11:30:02.109Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-13T11:30:02.109Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.109Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631532446994,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-09-13T11:30:02.109Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:30:02.109Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.109Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
"consumerID": "clamp",
"timestamp": 1631532441139,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/artifacts/service-Vfw20210913112428-csar.csar",
"status": "NOTIFIED"
}
2021-09-13T11:30:02.109Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-13T11:30:02.109Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.109Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
"consumerID": "aai-ml",
"timestamp": 1631532447875,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/artifacts/service-Vfw20210913112428-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-13T11:30:02.109Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:30:02.109Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.109Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631532447997,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/resourceInstances/vfw58ef443299b10/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-09-13T11:30:02.110Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:30:02.110Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.110Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
"consumerID": "aai-ml",
"timestamp": 1631532448879,
"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-13T11:30:02.113Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 00d45f13-d7ff-4fc6-a6b8-624f6a18db36
2021-09-13T11:30:02.113Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 00d45f13-d7ff-4fc6-a6b8-624f6a18db36 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-13T11:30:02.119Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.120Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631532449000,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/artifacts/service-Vfw20210913112428-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-13T11:30:02.120Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:30:02.120Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.120Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
"consumerID": "clamp",
"timestamp": 1631532461006,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/artifacts/service-Vfw20210913112428-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-13T11:30:02.120Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:30:02.120Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.120Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
"consumerID": "clamp",
"timestamp": 1631532462813,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210913112428/1.0/artifacts/service-Vfw20210913112428-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-13T11:30:02.120Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:30:02.120Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.121Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
"consumerID": "clamp",
"timestamp": 1631532463816,
"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-13T11:30:02.124Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 00d45f13-d7ff-4fc6-a6b8-624f6a18db36
2021-09-13T11:30:02.124Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 00d45f13-d7ff-4fc6-a6b8-624f6a18db36 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-13T11:30:02.130Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.130Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
"consumerID": "ves-openapi-manager",
"timestamp": 1631532471880,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-13T11:30:02.130Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-13T11:30:02.130Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.130Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
"consumerID": "cds",
"timestamp": 1631532476798,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-13T11:30:02.131Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-13T11:30:02.131Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.131Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
"consumerID": "clamp",
"timestamp": 1631532471139,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-13T11:30:02.131Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-13T11:30:02.131Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.131Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
"consumerID": "ves-openapi-manager",
"timestamp": 1631532471880,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/basic_onboard_txownq0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-13T11:30:02.131Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-13T11:30:02.131Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.132Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
"consumerID": "cds",
"timestamp": 1631532476798,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/basic_onboard_txownq0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-13T11:30:02.132Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-13T11:30:02.132Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:30:02.132Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
"consumerID": "clamp",
"timestamp": 1631532471139,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/basic_onboard_txownq0_modules.json",
"status": "NOTIFIED"
}
2021-09-13T11:30:02.132Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-13T11:30:30.095Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00d45f13-d7ff-4fc6-a6b8-624f6a18db36
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-13T11:30:30.105Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00d45f13-d7ff-4fc6-a6b8-624f6a18db36
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-13T11:30:30.107Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-13T11:30:30.107Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-13T11:30:30.107Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-13T11:30:30.107Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-13T11:30:30.107Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-13T11:30:30.107Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-13T11:30:30.107Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-13T11:30:30.107Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-13T11:30:30.107Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-13T11:30:30.107Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-13T11:30:30.107Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-13T11:30:30.112Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-13T11:31:00.113Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 00d45f13-d7ff-4fc6-a6b8-624f6a18db36 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-13T11:31:00.119Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 00d45f13-d7ff-4fc6-a6b8-624f6a18db36 and serviceModelVersionId: c3e81547-858a-43d6-83c8-a356e66301bc
2021-09-13T11:31:00.119Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 45c62db8-4a40-42ff-abe6-8d860f345367
2021-09-13T11:31:02.017Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:31:02.017Z||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-13T11:31:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T11:31:02.539Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T11:31:02.542Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:31:02.542Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
"consumerID": "ves-openapi-manager",
"timestamp": 1631532471880,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-13T11:31:02.543Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-13T11:31:02.543Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:31:02.543Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
"consumerID": "cds",
"timestamp": 1631532476798,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-13T11:31:02.544Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-13T11:31:02.544Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:31:02.544Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
"consumerID": "clamp",
"timestamp": 1631532471139,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-13T11:31:02.544Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-13T11:31:02.544Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:31:02.544Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631532483035,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-13T11:31:02.544Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-13T11:31:02.544Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:31:02.544Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
"consumerID": "ves-openapi-manager",
"timestamp": 1631532471880,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-13T11:31:02.544Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-13T11:31:02.544Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:31:02.544Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
"consumerID": "cds",
"timestamp": 1631532476798,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-13T11:31:02.544Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-13T11:31:02.545Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:31:02.545Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
"consumerID": "clamp",
"timestamp": 1631532471139,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-13T11:31:02.545Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-13T11:31:02.545Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:31:02.545Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
"consumerID": "aai-ml",
"timestamp": 1631532483980,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-13T11:31:02.545Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-13T11:31:02.545Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:31:02.545Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631532483035,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/basic_onboard_txownq0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-13T11:31:02.545Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-13T11:31:02.545Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:31:02.546Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
"consumerID": "ves-openapi-manager",
"timestamp": 1631532471880,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-13T11:31:02.546Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-13T11:31:02.546Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:31:02.546Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
"consumerID": "cds",
"timestamp": 1631532476798,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-13T11:31:02.546Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-13T11:31:02.546Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:31:02.546Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
"consumerID": "clamp",
"timestamp": 1631532471139,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-13T11:31:02.546Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-13T11:31:02.546Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:31:02.546Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
"consumerID": "aai-ml",
"timestamp": 1631532483980,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/basic_onboard_txownq0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-13T11:31:02.546Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-13T11:31:02.546Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:31:02.546Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631532483035,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-13T11:31:02.546Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-13T11:31:02.546Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:31:02.546Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
"consumerID": "ves-openapi-manager",
"timestamp": 1631532471880,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/artifacts/service-BasicOnboardTxownq-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-13T11:31:02.546Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-13T11:31:02.546Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:31:02.547Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
"consumerID": "cds",
"timestamp": 1631532476798,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/artifacts/service-BasicOnboardTxownq-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-13T11:31:02.547Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-13T11:31:02.547Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:31:02.547Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
"consumerID": "clamp",
"timestamp": 1631532471139,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/artifacts/service-BasicOnboardTxownq-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-13T11:31:02.547Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-13T11:31:02.547Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:31:02.547Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631532485196,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-13T11:31:02.547Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-13T11:31:02.547Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:31:02.547Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
"consumerID": "dcae-sch",
"timestamp": 1631532485911,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-13T11:31:02.547Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-13T11:31:02.547Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:31:02.547Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
"consumerID": "policy-id",
"timestamp": 1631532485892,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-13T11:31:02.547Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-13T11:31:02.547Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:31:02.547Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
"consumerID": "aai-ml",
"timestamp": 1631532483980,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-13T11:31:02.548Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-13T11:31:02.548Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:31:02.548Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631532483035,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-13T11:31:02.548Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-13T11:31:02.548Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:31:02.548Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
"consumerID": "ves-openapi-manager",
"timestamp": 1631532471880,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/artifacts/service-BasicOnboardTxownq-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-13T11:31:02.548Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-13T11:31:02.548Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:31:02.548Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
"consumerID": "cds",
"timestamp": 1631532476798,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/artifacts/service-BasicOnboardTxownq-csar.csar",
"status": "NOTIFIED"
}
2021-09-13T11:31:02.548Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-13T11:31:02.548Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:31:02.548Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
"consumerID": "clamp",
"timestamp": 1631532471139,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/artifacts/service-BasicOnboardTxownq-csar.csar",
"status": "NOTIFIED"
}
2021-09-13T11:31:02.548Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-13T11:31:02.548Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:31:02.548Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631532485196,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/basic_onboard_txownq0_modules.json",
"status": "NOTIFIED"
}
2021-09-13T11:31:02.549Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-13T11:31:02.549Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:31:02.549Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
"consumerID": "dcae-sch",
"timestamp": 1631532485911,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/basic_onboard_txownq0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-13T11:31:02.549Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-13T11:31:02.549Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:31:02.549Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
"consumerID": "policy-id",
"timestamp": 1631532485892,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/basic_onboard_txownq0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-13T11:31:02.549Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-13T11:31:02.549Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:31:02.549Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
"consumerID": "aai-ml",
"timestamp": 1631532483980,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-13T11:31:02.549Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-13T11:31:02.549Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:31:02.549Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631532483035,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-13T11:31:02.549Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-13T11:31:02.549Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:31:02.549Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631532485196,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-13T11:31:02.549Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-13T11:31:02.549Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:31:02.549Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
"consumerID": "cds",
"timestamp": 1631532487936,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/artifacts/service-BasicOnboardTxownq-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-13T11:31:02.550Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:31:02.550Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:31:02.550Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
"consumerID": "dcae-sch",
"timestamp": 1631532485911,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-13T11:31:02.550Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-13T11:31:02.550Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:31:02.550Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
"consumerID": "policy-id",
"timestamp": 1631532485892,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-13T11:31:02.550Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-13T11:31:02.550Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:31:02.550Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
"consumerID": "aai-ml",
"timestamp": 1631532483980,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-13T11:31:02.550Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-13T11:31:02.550Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:31:02.550Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631532483035,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/artifacts/service-BasicOnboardTxownq-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-13T11:31:02.550Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-13T11:31:02.550Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:31:02.550Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631532485196,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-13T11:31:02.550Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-13T11:31:02.550Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:31:02.550Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
"consumerID": "cds",
"timestamp": 1631532488941,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/artifacts/service-BasicOnboardTxownq-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-13T11:31:02.564Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 09d18726-9ef5-4c71-b26c-e63af6863b7c
2021-09-13T11:31:02.565Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 09d18726-9ef5-4c71-b26c-e63af6863b7c 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-13T11:31:02.572Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:31:02.572Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
"consumerID": "dcae-sch",
"timestamp": 1631532485911,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-13T11:31:02.572Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-13T11:31:02.572Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:31:02.573Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
"consumerID": "policy-id",
"timestamp": 1631532485892,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-13T11:31:02.573Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-13T11:31:02.573Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:31:02.573Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
"consumerID": "aai-ml",
"timestamp": 1631532483980,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/artifacts/service-BasicOnboardTxownq-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-13T11:31:02.573Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-13T11:31:02.573Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:31:02.573Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631532483035,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/artifacts/service-BasicOnboardTxownq-csar.csar",
"status": "NOTIFIED"
}
2021-09-13T11:31:02.573Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-13T11:31:02.573Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:31:02.573Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631532485196,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-09-13T11:31:02.573Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-13T11:31:02.573Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:31:02.573Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
"consumerID": "dcae-sch",
"timestamp": 1631532485911,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-13T11:31:02.573Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-13T11:31:02.573Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:31:02.574Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
"consumerID": "policy-id",
"timestamp": 1631532485892,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-13T11:31:02.574Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-13T11:31:02.574Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:31:02.574Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
"consumerID": "aai-ml",
"timestamp": 1631532483980,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/artifacts/service-BasicOnboardTxownq-csar.csar",
"status": "NOTIFIED"
}
2021-09-13T11:31:02.574Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-13T11:31:02.574Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:31:02.574Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631532485196,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/artifacts/service-BasicOnboardTxownq-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-13T11:31:02.574Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-13T11:31:02.574Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:31:02.574Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
"consumerID": "dcae-sch",
"timestamp": 1631532485911,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/artifacts/service-BasicOnboardTxownq-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-13T11:31:02.574Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-13T11:31:02.574Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:31:02.574Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
"consumerID": "policy-id",
"timestamp": 1631532485892,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/artifacts/service-BasicOnboardTxownq-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-13T11:31:02.574Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-13T11:31:02.574Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:31:02.574Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631532491692,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/artifacts/service-BasicOnboardTxownq-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-13T11:31:02.574Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:31:02.574Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:31:02.575Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631532485196,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/artifacts/service-BasicOnboardTxownq-csar.csar",
"status": "NOTIFIED"
}
2021-09-13T11:31:02.575Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-13T11:31:02.575Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:31:02.575Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
"consumerID": "dcae-sch",
"timestamp": 1631532485911,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/artifacts/service-BasicOnboardTxownq-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-13T11:31:02.575Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-13T11:31:02.575Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:31:02.575Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
"consumerID": "policy-id",
"timestamp": 1631532485892,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/artifacts/service-BasicOnboardTxownq-csar.csar",
"status": "NOTIFIED"
}
2021-09-13T11:31:02.575Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-13T11:31:02.575Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:31:02.575Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
"consumerID": "aai-ml",
"timestamp": 1631532492584,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/artifacts/service-BasicOnboardTxownq-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-13T11:31:02.575Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:31:02.575Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:31:02.575Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631532493069,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/basic_onboard_txownq0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-13T11:31:02.575Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:31:02.575Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:31:02.576Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
"consumerID": "policy-id",
"timestamp": 1631532493714,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/artifacts/service-BasicOnboardTxownq-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-13T11:31:02.576Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:31:02.576Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:31:02.576Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631532493980,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/artifacts/service-BasicOnboardTxownq-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-13T11:31:02.576Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:31:02.576Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:31:02.576Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631532494239,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-13T11:31:02.576Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:31:02.576Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:31:02.576Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
"consumerID": "policy-id",
"timestamp": 1631532494719,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/artifacts/service-BasicOnboardTxownq-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-13T11:31:02.576Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:31:02.577Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:31:02.577Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631532494983,
"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-13T11:31:02.581Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 09d18726-9ef5-4c71-b26c-e63af6863b7c
2021-09-13T11:31:02.582Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 09d18726-9ef5-4c71-b26c-e63af6863b7c 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-13T11:31:02.590Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:31:02.590Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
"consumerID": "policy-id",
"timestamp": 1631532495721,
"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-13T11:31:02.595Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 09d18726-9ef5-4c71-b26c-e63af6863b7c
2021-09-13T11:31:02.595Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 09d18726-9ef5-4c71-b26c-e63af6863b7c 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-13T11:31:02.624Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:31:02.624Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631532495800,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-09-13T11:31:02.624Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:31:02.624Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:31:02.624Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631532496843,
"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-13T11:31:02.629Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 09d18726-9ef5-4c71-b26c-e63af6863b7c
2021-09-13T11:31:02.629Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 09d18726-9ef5-4c71-b26c-e63af6863b7c 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-13T11:31:02.635Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:31:02.635Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631532497846,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/basic_onboard_txownq0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-13T11:31:02.635Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:31:02.635Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:31:02.635Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
"consumerID": "aai-ml",
"timestamp": 1631532500589,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/artifacts/service-BasicOnboardTxownq-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-13T11:31:02.635Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:31:02.636Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:31:02.636Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
"consumerID": "aai-ml",
"timestamp": 1631532501594,
"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-13T11:31:02.640Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 09d18726-9ef5-4c71-b26c-e63af6863b7c
2021-09-13T11:31:02.640Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 09d18726-9ef5-4c71-b26c-e63af6863b7c 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-13T11:31:02.648Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:31:02.648Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
"consumerID": "clamp",
"timestamp": 1631532502802,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/artifacts/service-BasicOnboardTxownq-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-13T11:31:02.648Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:31:02.648Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:31:02.648Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
"consumerID": "clamp",
"timestamp": 1631532504813,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/artifacts/service-BasicOnboardTxownq-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-13T11:31:02.648Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:31:02.648Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:31:02.648Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
"consumerID": "clamp",
"timestamp": 1631532505816,
"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-13T11:31:02.652Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 09d18726-9ef5-4c71-b26c-e63af6863b7c
2021-09-13T11:31:02.652Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 09d18726-9ef5-4c71-b26c-e63af6863b7c 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-13T11:31:11.703Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/45c62db8-4a40-42ff-abe6-8d860f345367/model-vers/model-ver/c3e81547-858a-43d6-83c8-a356e66301bc?depth=0
2021-09-13T11:31:11.790Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-09-13T11:31:12.266Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/45c62db8-4a40-42ff-abe6-8d860f345367/model-vers/model-ver/c3e81547-858a-43d6-83c8-a356e66301bc?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-13T11:31:12.270Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/45c62db8-4a40-42ff-abe6-8d860f345367/model-vers/model-ver/c3e81547-858a-43d6-83c8-a356e66301bc?depth=0|INFO|500||Invoke
2021-09-13T11:31:12.537Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/45c62db8-4a40-42ff-abe6-8d860f345367/model-vers/model-ver/c3e81547-858a-43d6-83c8-a356e66301bc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-09-13T11:31:12.781Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/45c62db8-4a40-42ff-abe6-8d860f345367/model-vers/model-ver/c3e81547-858a-43d6-83c8-a356e66301bc?depth=0|INFO|500||InvokeReturn
2021-09-13T11:31:12.781Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/45c62db8-4a40-42ff-abe6-8d860f345367/model-vers/model-ver/c3e81547-858a-43d6-83c8-a356e66301bc?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210913-11:31:12:546-8694], vertex-id=[327848], Content-Length=[0], Date=[Mon, 13 Sep 2021 11:31:12 GMT], Content-Type=[application/json]}
2021-09-13T11:31:12.782Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2021-09-13T11:31:12.784Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-13T11:31:12.784Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-13T11:31:12.788Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-09-13T11:31:12.788Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 00d45f13-d7ff-4fc6-a6b8-624f6a18db36 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-13T11:31:12.789Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-13T11:31:12.789Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:31:12.791Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:31:12.791Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631532672789,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-13T11:31:12.891Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:31:12.892Z||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-13T11:31:12.892Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:31:12.900Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T11:31:12.900Z||pool-18-thread-1|||||INFO|500||cambria reply ok (8 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-13T11:31:13.802Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:31:13.802Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T11:31:13.802Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:31:18.109Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T11:31:18.110Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-13T11:31:18.110Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"09d18726-9ef5-4c71-b26c-e63af6863b7c","serviceName":"basic_onboard_TxOwnQ","serviceVersion":"1.0","serviceUUID":"9417bb8a-a4b3-4e80-b0dc-bb330e72862a","serviceDescription":"service","serviceInvariantUUID":"fc96c8d3-11d5-4998-ba21-dd3989be204f","resources":[{"resourceInstanceName":"basic_onboard_TxOwnQ 0","resourceName":"basic_onboard_TxOwnQ","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"aa90ca3a-1277-46ee-8910-9ee60d058321","resourceInvariantUUID":"95fb20fb-7d27-4c32-9054-f33cb04459bf","resourceCustomizationUUID":"b4095213-4ddc-4d6b-b51e-9c013aca878a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/vf-license-model.xml","artifactChecksum":"OGY0NTk5MGNkMzIwNjQzNzYwYjFhYjQ2MjlmZDk0NDY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bf1da104-8910-4d22-89c6-d4572119d97c","artifactVersion":"1"},{"artifactName":"basic_onboard_txownq0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/basic_onboard_txownq0_modules.json","artifactChecksum":"M2NhNzZmNzdiZDRmMTQ4NjdkM2UzNzc0YWRiMTczYmM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"625dee69-69fb-41fe-884b-e5697b098f19","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"68e5e912-e4ed-4882-a94b-e917f069ca5f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"71fb18b5-b2bb-4a51-a1f3-947179c359d6","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"2e7a620c-bbe8-4713-a927-3a8313c60e55","artifactVersion":"2","generatedFromUUID":"68e5e912-e4ed-4882-a94b-e917f069ca5f"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardTxownq-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/artifacts/service-BasicOnboardTxownq-template.yml","artifactChecksum":"YzQzNWYzMjcxZmFkYWI1ZWIzOGEzOGRmMGJlNDA3YmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"451c40c5-98dd-4665-92ca-bb0012a5a383","artifactVersion":"1"},{"artifactName":"service-BasicOnboardTxownq-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/artifacts/service-BasicOnboardTxownq-csar.csar","artifactChecksum":"ODczMjE2MWFjY2E5NmQ3Y2E3ODAzMzQ1NTg3N2YxMGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"26eb8621-47c9-43bb-bc8d-3cdcc78522ed","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-13T11:31:18.112Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T11:31:18.112Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:31:18.114Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:31:18.114Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631532673802,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-13T11:31:18.214Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:31:18.215Z||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-13T11:31:18.215Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:31:18.224Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T11:31:18.225Z||pool-19-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-13T11:31:19.115Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T11:31:19.116Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:31:19.118Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:31:19.119Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631532673802,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/basic_onboard_txownq0_modules.json",
"status": "NOTIFIED"
}
2021-09-13T11:31:19.219Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:31:19.220Z||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-13T11:31:19.220Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:31:19.230Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T11:31:19.230Z||pool-20-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-13T11:31:20.119Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T11:31:20.120Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:31:20.122Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:31:20.122Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631532673802,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-13T11:31:20.222Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:31:20.222Z||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-13T11:31:20.222Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:31:20.232Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T11:31:20.232Z||pool-21-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-13T11:31:21.122Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T11:31:21.123Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:31:21.125Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:31:21.125Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631532673802,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-13T11:31:21.226Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-13T11:31:21.226Z||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-13T11:31:21.226Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:31:21.235Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T11:31:21.235Z||pool-22-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-13T11:31:22.126Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T11:31:22.126Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:31:22.128Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:31:22.128Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631532673802,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-09-13T11:31:22.228Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:31:22.229Z||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-13T11:31:22.229Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:31:22.238Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T11:31:22.238Z||pool-23-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-13T11:31:23.129Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T11:31:23.130Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:31:23.131Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:31:23.131Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631532673802,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/artifacts/service-BasicOnboardTxownq-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-13T11:31:23.232Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-13T11:31:23.232Z||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-13T11:31:23.232Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:31:23.246Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T11:31:23.246Z||pool-24-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-13T11:31:24.132Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T11:31:24.132Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:31:24.134Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:31:24.134Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631532673802,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/artifacts/service-BasicOnboardTxownq-csar.csar",
"status": "NOTIFIED"
}
2021-09-13T11:31:24.234Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:31:24.235Z||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-13T11:31:24.235Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:31:24.252Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T11:31:24.252Z||pool-25-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-09-13T11:31:25.136Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
"serviceName": "basic_onboard_TxOwnQ",
"serviceVersion": "1.0",
"serviceUUID": "9417bb8a-a4b3-4e80-b0dc-bb330e72862a",
"serviceDescription": "service",
"serviceInvariantUUID": "fc96c8d3-11d5-4998-ba21-dd3989be204f",
"resources": [
{
"resourceInstanceName": "basic_onboard_TxOwnQ 0",
"resourceCustomizationUUID": "b4095213-4ddc-4d6b-b51e-9c013aca878a",
"resourceName": "basic_onboard_TxOwnQ",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "aa90ca3a-1277-46ee-8910-9ee60d058321",
"resourceInvariantUUID": "95fb20fb-7d27-4c32-9054-f33cb04459bf",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_txownq0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/basic_onboard_txownq0_modules.json",
"artifactChecksum": "M2NhNzZmNzdiZDRmMTQ4NjdkM2UzNzc0YWRiMTczYmM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "625dee69-69fb-41fe-884b-e5697b098f19",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "68e5e912-e4ed-4882-a94b-e917f069ca5f",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "2e7a620c-bbe8-4713-a927-3a8313c60e55",
"generatedFromUUID": "68e5e912-e4ed-4882-a94b-e917f069ca5f"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "2e7a620c-bbe8-4713-a927-3a8313c60e55",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardTxownq-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/artifacts/service-BasicOnboardTxownq-csar.csar",
"artifactChecksum": "ODczMjE2MWFjY2E5NmQ3Y2E3ODAzMzQ1NTg3N2YxMGM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "26eb8621-47c9-43bb-bc8d-3cdcc78522ed"
}
],
"workloadContext": "Production"
}
2021-09-13T11:31:25.136Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-13T11:31:25.136Z|00d45f13-d7ff-4fc6-a6b8-624f6a18db36|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9417bb8a-a4b3-4e80-b0dc-bb330e72862a ASDC
2021-09-13T11:31:25.136Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:09d18726-9ef5-4c71-b26c-e63af6863b7c
ServiceName:basic_onboard_TxOwnQ
ServiceVersion:1.0
ServiceUUID:9417bb8a-a4b3-4e80-b0dc-bb330e72862a
ServiceInvariantUUID:fc96c8d3-11d5-4998-ba21-dd3989be204f
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardTxownq-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/artifacts/service-BasicOnboardTxownq-csar.csar
ArtifactUUID:26eb8621-47c9-43bb-bc8d-3cdcc78522ed
ArtifactChecksum:ODczMjE2MWFjY2E5NmQ3Y2E3ODAzMzQ1NTg3N2YxMGM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_TxOwnQ 0
ResourceCustomizationUUID:b4095213-4ddc-4d6b-b51e-9c013aca878a
ResourceInvariantUUID:95fb20fb-7d27-4c32-9054-f33cb04459bf
ResourceName:basic_onboard_TxOwnQ
ResourceType:VF
ResourceUUID:aa90ca3a-1277-46ee-8910-9ee60d058321
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_txownq0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/basic_onboard_txownq0_modules.json
ArtifactUUID:625dee69-69fb-41fe-884b-e5697b098f19
ArtifactChecksum:M2NhNzZmNzdiZDRmMTQ4NjdkM2UzNzc0YWRiMTczYmM=
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/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/base_ubuntu18.yaml
ArtifactUUID:68e5e912-e4ed-4882-a94b-e917f069ca5f
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/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/base_ubuntu18.env
ArtifactUUID:2e7a620c-bbe8-4713-a927-3a8313c60e55
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/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/base_ubuntu18.env
ArtifactUUID:2e7a620c-bbe8-4713-a927-3a8313c60e55
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-09-13T11:31:25.137Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9417bb8a-a4b3-4e80-b0dc-bb330e72862a 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-13T11:31:25.165Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-13T11:31:25.165Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-13T11:31:25.165Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-13T11:31:25.165Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 26eb8621-47c9-43bb-bc8d-3cdcc78522ed from URL: /sdc/v1/catalog/services/BasicOnboardTxownq/1.0/artifacts/service-BasicOnboardTxownq-csar.csar
2021-09-13T11:31:25.166Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-13T11:31:25.166Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/artifacts/service-BasicOnboardTxownq-csar.csar
2021-09-13T11:31:25.336Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-13T11:31:25.338Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardTxownq/1.0/artifacts/service-BasicOnboardTxownq-csar.csar 26eb8621-47c9-43bb-bc8d-3cdcc78522ed 71390
2021-09-13T11:31:25.339Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardTxownq/1.0/artifacts/service-BasicOnboardTxownq-csar.csar ASDC sendASDCNotification
2021-09-13T11:31:25.339Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/artifacts/service-BasicOnboardTxownq-csar.csar
2021-09-13T11:31:25.339Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-13T11:31:25.339Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:31:25.340Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:31:25.341Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631532685339,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/artifacts/service-BasicOnboardTxownq-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-13T11:31:25.441Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:31:25.442Z||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-13T11:31:25.442Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:31:25.450Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T11:31:25.450Z||pool-26-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-13T11:31:26.341Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-13T11:31:26.342Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-13T11:31:26.342Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 26eb8621-47c9-43bb-bc8d-3cdcc78522ed, URL: /sdc/v1/catalog/services/BasicOnboardTxownq/1.0/artifacts/service-BasicOnboardTxownq-csar.csar to file: /app/ASDC/1/service-BasicOnboardTxownq-csar.csar
2021-09-13T11:31:26.343Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardTxownq-csar.csar
2021-09-13T11:31:26.343Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardTxownq-csar.csar
2021-09-13T11:31:26.343Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardTxownq-csar.csar
2021-09-13T11:31:26.602Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5192144953962920385/Definitions/service-BasicOnboardTxownq-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-13T11:31:27.844Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-13T11:31:27.845Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-13T11:31:27.845Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardTxownq-csar.csar
2021-09-13T11:31:27.845Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-09-13T11:31:27.845Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_TxOwnQ 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-BasicOnboardTxownq-csar.csar
2021-09-13T11:31:27.846Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardTxownq-csar.csar
2021-09-13T11:31:27.846Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardTxownq-csar.csar
2021-09-13T11:31:27.846Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardTxownq-csar.csar
2021-09-13T11:31:27.846Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardTxownq-csar.csar
2021-09-13T11:31:27.846Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardTxownq-csar.csar
2021-09-13T11:31:27.846Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardTxownq-csar.csar
2021-09-13T11:31:27.846Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardTxownq-csar.csar
2021-09-13T11:31:27.846Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardTxownq-csar.csar
2021-09-13T11:31:27.846Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-13T11:31:27.846Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T11:31:27.846Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_TxOwnQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:31:27.847Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_TxOwnQ 0 is matching search criteria
2021-09-13T11:31:27.847Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-13T11:31:27.847Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_TxOwnQ 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-13T11:31:27.847Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T11:31:27.847Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_TxOwnQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:31:27.847Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_TxOwnQ 0 is matching search criteria
2021-09-13T11:31:27.847Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-13T11:31:27.847Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_TxOwnQ 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-13T11:31:27.848Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T11:31:27.848Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_TxOwnQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:31:27.848Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T11:31:27.848Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_TxOwnQ 0 is not matching search criteria
2021-09-13T11:31:27.848Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-09-13T11:31:27.848Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-09-13T11:31:27.848Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-09-13T11:31:27.848Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-13T11:31:27.848Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-13T11:31:27.849Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T11:31:27.849Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_TxOwnQ is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-13T11:31:27.849Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T11:31:27.849Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_TxOwnQ 0 is matching search criteria
2021-09-13T11:31:27.849Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_TxOwnQ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-13T11:31:27.849Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T11:31:27.849Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_TxOwnQ 0 is matching search criteria
2021-09-13T11:31:27.849Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_TxOwnQ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-13T11:31:27.850Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T11:31:27.850Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_TxOwnQ 0 is matching search criteria
2021-09-13T11:31:27.850Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_TxOwnQ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-13T11:31:27.850Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T11:31:27.850Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_TxOwnQ 0 is not matching search criteria
2021-09-13T11:31:27.850Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-13T11:31:27.850Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-13T11:31:27.850Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=f0f6569e-1b91-4af8-a768-076dd4af6396
2021-09-13T11:31:27.850Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T11:31:27.850Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_TxOwnQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:31:27.851Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T11:31:27.851Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_TxOwnQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:31:27.851Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T11:31:27.851Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_TxOwnQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:31:27.851Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T11:31:27.851Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_TxOwnQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:31:27.851Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_TxOwnQ
Description:service
Model UUID:9417bb8a-a4b3-4e80-b0dc-bb330e72862a
Model Version:NULL
Model InvariantUuid:fc96c8d3-11d5-4998-ba21-dd3989be204f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_TxOwnQ
Model UUID:85a66fba-ac03-40c3-96cc-268b0895e8a6
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:95fb20fb-7d27-4c32-9054-f33cb04459bf
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:b4095213-4ddc-4d6b-b51e-9c013aca878a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:bd363d5c-7156-46f0-b24c-23b0be7011d2
ModelName:BasicOnboardTxownq..base_ubuntu18..module-0
ModelUuid:3e35ea5c-39a5-469c-9e75-0b9d26eb49d2
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:f0f6569e-1b91-4af8-a768-076dd4af6396
ModelInvariantUuid:f4f408f6-bd0f-4bf4-8485-a4556bc298e9
ModelName:basic_onboard_TxOwnQ-nodes.ubuntu18Cvfc
ModelUuid:a2f57bb7-420d-4302-821a-9aa01aeb83c3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:1c3b07c4-5335-42e3-b878-3162aa97ab66
ModelInvariantUuid:76e7e193-d95d-44a0-aa88-de6f6526caf2
ModelName:BasicOnboardTxownq.compute.nodes.heat.ubuntu18
ModelUuid:4ec36d6f-b861-4189-a763-ffb411169ac0
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-13T11:31:27.856Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: aa90ca3a-1277-46ee-8910-9ee60d058321
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-13T11:31:27.858Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||INFO|500||basic_onboard_TxOwnQ 0
2021-09-13T11:31:27.858Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: aa90ca3a-1277-46ee-8910-9ee60d058321
2021-09-13T11:31:27.858Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 625dee69-69fb-41fe-884b-e5697b098f19 from URL: /sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/basic_onboard_txownq0_modules.json
2021-09-13T11:31:27.858Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-13T11:31:27.858Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/basic_onboard_txownq0_modules.json
2021-09-13T11:31:28.005Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-13T11:31:28.005Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/basic_onboard_txownq0_modules.json 625dee69-69fb-41fe-884b-e5697b098f19 798
2021-09-13T11:31:28.005Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/basic_onboard_txownq0_modules.json ASDC sendASDCNotification
2021-09-13T11:31:28.005Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/basic_onboard_txownq0_modules.json
2021-09-13T11:31:28.005Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-13T11:31:28.006Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:31:28.007Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:31:28.007Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631532688005,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/basic_onboard_txownq0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-13T11:31:28.107Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:31:28.108Z||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-13T11:31:28.108Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:31:28.116Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T11:31:28.116Z||pool-27-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-13T11:31:29.008Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardTxownq..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "bd363d5c-7156-46f0-b24c-23b0be7011d2",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "3e35ea5c-39a5-469c-9e75-0b9d26eb49d2",
"vfModuleModelCustomizationUUID": "04a67ca1-1980-45d8-b6ef-2b8119a5f19c",
"isBase": true,
"artifacts": [
"68e5e912-e4ed-4882-a94b-e917f069ca5f",
"2e7a620c-bbe8-4713-a927-3a8313c60e55"
],
"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-13T11:31:29.011Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardTxownq..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3e35ea5c-39a5-469c-9e75-0b9d26eb49d2
VfModuleModelInvariantUUID:bd363d5c-7156-46f0-b24c-23b0be7011d2
VfModuleModelDescription:NULL
Artifacts UUID List:{
68e5e912-e4ed-4882-a94b-e917f069ca5f
,
2e7a620c-bbe8-4713-a927-3a8313c60e55
}
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-13T11:31:29.013Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardTxownq..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "bd363d5c-7156-46f0-b24c-23b0be7011d2",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "3e35ea5c-39a5-469c-9e75-0b9d26eb49d2",
"vfModuleModelCustomizationUUID": "04a67ca1-1980-45d8-b6ef-2b8119a5f19c",
"isBase": true,
"artifacts": [
"68e5e912-e4ed-4882-a94b-e917f069ca5f",
"2e7a620c-bbe8-4713-a927-3a8313c60e55"
],
"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-13T11:31:29.013Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardTxownq..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3e35ea5c-39a5-469c-9e75-0b9d26eb49d2
VfModuleModelInvariantUUID:bd363d5c-7156-46f0-b24c-23b0be7011d2
VfModuleModelDescription:NULL
Artifacts UUID List:{
68e5e912-e4ed-4882-a94b-e917f069ca5f
,
2e7a620c-bbe8-4713-a927-3a8313c60e55
}
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-13T11:31:29.013Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 68e5e912-e4ed-4882-a94b-e917f069ca5f from URL: /sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/base_ubuntu18.yaml
2021-09-13T11:31:29.013Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-13T11:31:29.013Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/base_ubuntu18.yaml
2021-09-13T11:31:30.394Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-13T11:31:30.395Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/base_ubuntu18.yaml 68e5e912-e4ed-4882-a94b-e917f069ca5f 5033
2021-09-13T11:31:30.395Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-13T11:31:30.395Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/base_ubuntu18.yaml
2021-09-13T11:31:30.395Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-13T11:31:30.395Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:31:30.397Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:31:30.397Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631532690395,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-13T11:31:30.497Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:31:30.497Z||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-13T11:31:30.497Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:31:30.506Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T11:31:30.506Z||pool-28-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-09-13T11:31:31.397Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 2e7a620c-bbe8-4713-a927-3a8313c60e55 from URL: /sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/base_ubuntu18.env
2021-09-13T11:31:31.398Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-13T11:31:31.398Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/base_ubuntu18.env
2021-09-13T11:31:32.492Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-13T11:31:32.493Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/base_ubuntu18.env 2e7a620c-bbe8-4713-a927-3a8313c60e55 909
2021-09-13T11:31:32.493Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-13T11:31:32.493Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/base_ubuntu18.env
2021-09-13T11:31:32.493Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-13T11:31:32.493Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:31:32.495Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:31:32.495Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631532692493,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-09-13T11:31:32.595Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:31:32.595Z||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-13T11:31:32.596Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:31:32.608Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T11:31:32.608Z||pool-29-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-13T11:31:33.495Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 9417bb8a-a4b3-4e80-b0dc-bb330e72862a
2021-09-13T11:31:33.496Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_TxOwnQ 0 aa90ca3a-1277-46ee-8910-9ee60d058321 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-13T11:31:33.507Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@763fb08d, org.onap.sdc.toscaparser.api.parameters.Input@11ffdce2, org.onap.sdc.toscaparser.api.parameters.Input@24b58dd9, org.onap.sdc.toscaparser.api.parameters.Input@50d409b2, org.onap.sdc.toscaparser.api.parameters.Input@5be470fd]
2021-09-13T11:31:33.508Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T11:31:33.508Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_TxOwnQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:31:33.509Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic
2021-09-13T11:31:33.509Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= b4095213-4ddc-4d6b-b51e-9c013aca878a
2021-09-13T11:31:33.509Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b4095213-4ddc-4d6b-b51e-9c013aca878a matches Tosca VF Customization UUID: b4095213-4ddc-4d6b-b51e-9c013aca878a
2021-09-13T11:31:33.509Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: b4095213-4ddc-4d6b-b51e-9c013aca878a 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-13T11:31:33.510Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T11:31:33.510Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_TxOwnQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:31:33.511Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id b4095213-4ddc-4d6b-b51e-9c013aca878a: {\"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-13T11:31:33.511Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@79ec20b
2021-09-13T11:31:33.511Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T11:31:33.511Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_TxOwnQ is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-13T11:31:33.511Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 04a67ca1-1980-45d8-b6ef-2b8119a5f19c
2021-09-13T11:31:33.512Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 04a67ca1-1980-45d8-b6ef-2b8119a5f19c
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-13T11:31:33.513Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T11:31:33.514Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_TxOwnQ 0 is matching search criteria
2021-09-13T11:31:33.514Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_TxOwnQ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-13T11:31:33.514Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T11:31:33.514Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_TxOwnQ 0 is matching search criteria
2021-09-13T11:31:33.514Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_TxOwnQ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-13T11:31:33.514Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T11:31:33.515Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_TxOwnQ 0 is not matching search criteria
2021-09-13T11:31:33.515Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-13T11:31:33.515Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-13T11:31:33.515Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=f0f6569e-1b91-4af8-a768-076dd4af6396
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-13T11:31:33.517Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T11:31:33.517Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_TxOwnQ 0 is matching search criteria
2021-09-13T11:31:33.517Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_TxOwnQ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-13T11:31:33.517Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T11:31:33.518Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_TxOwnQ 0 is matching search criteria
2021-09-13T11:31:33.518Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_TxOwnQ 0] matching following query criteria: sdcType=VF, customizationUUID=b4095213-4ddc-4d6b-b51e-9c013aca878a
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-13T11:31:33.519Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T11:31:33.519Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_TxOwnQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:31:33.520Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 9417bb8a-a4b3-4e80-b0dc-bb330e72862a: basic_onboard_TxOwnQ
2021-09-13T11:31:33.520Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T11:31:33.520Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_TxOwnQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:31:33.520Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T11:31:33.520Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_TxOwnQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:31:33.520Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T11:31:33.520Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_TxOwnQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:31:33.520Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T11:31:33.520Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_TxOwnQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:31:33.521Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T11:31:33.521Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_TxOwnQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:31:33.521Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||INFO|500||Saving Service: basic_onboard_TxOwnQ
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-13T11:31:33.576Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_TxOwnQ aa90ca3a-1277-46ee-8910-9ee60d058321 1 ASDC deployResourceStructure
2021-09-13T11:31:33.576Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/basic_onboard_txownq0_modules.json ASDC sendASDCNotification
2021-09-13T11:31:33.576Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/basic_onboard_txownq0_modules.json
2021-09-13T11:31:33.576Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-13T11:31:33.577Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:31:33.578Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:31:33.578Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631532693576,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/basic_onboard_txownq0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-13T11:31:33.678Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:31:33.679Z||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-13T11:31:33.679Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:31:33.688Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T11:31:33.688Z||pool-30-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-09-13T11:31:34.579Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-13T11:31:34.580Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/base_ubuntu18.yaml
2021-09-13T11:31:34.580Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-13T11:31:34.580Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:31:34.582Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:31:34.582Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631532694579,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-09-13T11:31:34.682Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:31:34.683Z||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-13T11:31:34.683Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:31:34.692Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T11:31:34.692Z||pool-31-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-13T11:31:35.583Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-13T11:31:35.583Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/base_ubuntu18.env
2021-09-13T11:31:35.583Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-13T11:31:35.584Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:31:35.585Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:31:35.585Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631532695582,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-09-13T11:31:35.685Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:31:35.686Z||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-13T11:31:35.686Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:31:35.696Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T11:31:35.696Z||pool-32-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-09-13T11:31:36.586Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardTxownq/1.0/artifacts/service-BasicOnboardTxownq-csar.csar ASDC sendASDCNotification
2021-09-13T11:31:36.586Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/artifacts/service-BasicOnboardTxownq-csar.csar
2021-09-13T11:31:36.586Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-13T11:31:36.587Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:31:36.589Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:31:36.589Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631532696586,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/artifacts/service-BasicOnboardTxownq-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-13T11:31:36.689Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:31:36.689Z||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-13T11:31:36.689Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:31:36.698Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T11:31:36.698Z||pool-33-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-13T11:31:37.590Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 09d18726-9ef5-4c71-b26c-e63af6863b7c
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-13T11:31:37.600Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 09d18726-9ef5-4c71-b26c-e63af6863b7c
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-13T11:31:37.603Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-13T11:31:37.603Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-13T11:31:37.603Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-13T11:31:37.603Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-13T11:31:37.603Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-13T11:31:37.604Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-13T11:31:37.604Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-13T11:31:37.604Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-13T11:31:37.604Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-13T11:31:37.604Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-13T11:31:37.604Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-13T11:31:37.609Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-13T11:32:02.017Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:32:02.017Z||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-13T11:32:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T11:32:02.640Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T11:32:02.641Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:32:02.641Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d45f13-d7ff-4fc6-a6b8-624f6a18db36",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631532672789,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-13T11:32:02.642Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:32:02.642Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:32:02.642Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631532673802,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-13T11:32:02.642Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-13T11:32:02.642Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:32:02.642Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631532673802,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/basic_onboard_txownq0_modules.json",
"status": "NOTIFIED"
}
2021-09-13T11:32:02.643Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-13T11:32:02.643Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:32:02.643Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631532673802,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-13T11:32:02.643Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-13T11:32:02.643Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:32:02.643Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631532673802,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-13T11:32:02.643Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-13T11:32:02.643Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:32:02.643Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631532673802,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-09-13T11:32:02.643Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-13T11:32:02.643Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:32:02.643Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631532673802,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/artifacts/service-BasicOnboardTxownq-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-13T11:32:02.643Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-13T11:32:02.644Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:32:02.644Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631532673802,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/artifacts/service-BasicOnboardTxownq-csar.csar",
"status": "NOTIFIED"
}
2021-09-13T11:32:02.644Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-13T11:32:02.644Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:32:02.644Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631532685339,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/artifacts/service-BasicOnboardTxownq-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-13T11:32:02.644Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:32:02.644Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:32:02.644Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631532688005,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/basic_onboard_txownq0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-13T11:32:02.644Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:32:02.644Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:32:02.644Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631532690395,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-13T11:32:02.644Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:32:02.644Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:32:02.644Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631532692493,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-09-13T11:32:02.645Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:32:02.645Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:32:02.645Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631532693576,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/basic_onboard_txownq0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-13T11:32:02.645Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:32:02.645Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:32:02.645Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631532694579,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-09-13T11:32:02.645Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:32:02.645Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:32:02.645Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631532695582,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/resourceInstances/basic_onboard_txownq0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-09-13T11:32:02.645Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:32:02.646Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-13T11:32:02.646Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631532696586,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTxownq/1.0/artifacts/service-BasicOnboardTxownq-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-13T11:32:02.646Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:32:07.609Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 09d18726-9ef5-4c71-b26c-e63af6863b7c 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-13T11:32:07.613Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 09d18726-9ef5-4c71-b26c-e63af6863b7c and serviceModelVersionId: 9417bb8a-a4b3-4e80-b0dc-bb330e72862a
2021-09-13T11:32:07.613Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fc96c8d3-11d5-4998-ba21-dd3989be204f
2021-09-13T11:32:07.614Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fc96c8d3-11d5-4998-ba21-dd3989be204f/model-vers/model-ver/9417bb8a-a4b3-4e80-b0dc-bb330e72862a?depth=0
2021-09-13T11:32:07.618Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-09-13T11:32:07.652Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fc96c8d3-11d5-4998-ba21-dd3989be204f/model-vers/model-ver/9417bb8a-a4b3-4e80-b0dc-bb330e72862a?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-13T11:32:07.653Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fc96c8d3-11d5-4998-ba21-dd3989be204f/model-vers/model-ver/9417bb8a-a4b3-4e80-b0dc-bb330e72862a?depth=0|INFO|500||Invoke
2021-09-13T11:32:07.688Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fc96c8d3-11d5-4998-ba21-dd3989be204f/model-vers/model-ver/9417bb8a-a4b3-4e80-b0dc-bb330e72862a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-09-13T11:32:07.766Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fc96c8d3-11d5-4998-ba21-dd3989be204f/model-vers/model-ver/9417bb8a-a4b3-4e80-b0dc-bb330e72862a?depth=0|INFO|500||InvokeReturn
2021-09-13T11:32:07.767Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fc96c8d3-11d5-4998-ba21-dd3989be204f/model-vers/model-ver/9417bb8a-a4b3-4e80-b0dc-bb330e72862a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210913-11:32:07:695-26551], vertex-id=[213000], Content-Length=[0], Date=[Mon, 13 Sep 2021 11:32:07 GMT], Content-Type=[application/json]}
2021-09-13T11:32:07.767Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2021-09-13T11:32:07.767Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-13T11:32:07.767Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-13T11:32:07.770Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-09-13T11:32:07.771Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 09d18726-9ef5-4c71-b26c-e63af6863b7c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-13T11:32:07.771Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-13T11:32:07.771Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:32:07.773Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:32:07.773Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631532727771,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-13T11:32:07.873Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:32:07.874Z||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-13T11:32:07.874Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:32:07.885Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T11:32:07.885Z||pool-34-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-13T11:32:08.786Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:32:08.787Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T11:32:08.787Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:32:18.331Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T11:32:18.331Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:32:18.332Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T11:32:18.332Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:32:27.875Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T11:32:27.876Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:32:27.876Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T11:32:27.876Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:32:37.408Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T11:32:37.408Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:32:37.409Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T11:32:37.409Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:32:46.952Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T11:33:02.015Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:33:02.016Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-13T11:33:02.016Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:33:02.017Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:33:02.017Z||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-13T11:33:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T11:33:02.636Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T11:33:02.637Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-13T11:33:02.637Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09d18726-9ef5-4c71-b26c-e63af6863b7c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631532727771,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-13T11:33:02.638Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:33:11.556Z|09d18726-9ef5-4c71-b26c-e63af6863b7c|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T11:34:02.015Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:34:02.016Z||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-13T11:34:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T11:34:02.017Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:34:02.017Z||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-13T11:34:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T11:34:11.562Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T11:34:11.564Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T11:35:02.015Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:35:02.016Z||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-13T11:35:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T11:35:02.017Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:35:02.017Z||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-13T11:35:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T11:35:11.565Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T11:35:11.566Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T11:36:02.015Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:36:02.016Z||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-13T11:36:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T11:36:02.017Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:36:02.017Z||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-13T11:36:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T11:36:11.555Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T11:36:11.560Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T11:37:02.015Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:37:02.016Z||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-13T11:37:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T11:37:02.017Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:37:02.017Z||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-13T11:37:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T11:37:11.561Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T11:37:11.562Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T11:38:02.015Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:38:02.015Z||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-13T11:38:02.016Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T11:38:02.017Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:38:02.017Z||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-13T11:38:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T11:38:11.560Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T11:38:11.560Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T11:39:02.016Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:39:02.017Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:39:02.017Z||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-13T11:39:02.017Z||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-13T11:39:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T11:39:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T11:39:02.638Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T11:39:02.639Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T11:39:02.639Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"4c407d3c-d3f0-4a87-89c8-8c1336f1d78e","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"b40ed5d9-60c5-4a66-bbf2-74cdf5da5c4c","serviceDescription":"service","serviceInvariantUUID":"65cac366-51cd-46be-9edb-8d26b36579cd","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"64f142bd-aef6-4c26-a3d6-50007a74fd13","resourceInvariantUUID":"882b7224-f8c9-49b1-ad81-830380a6d101","resourceCustomizationUUID":"dfdbeb3e-f3a0-4d79-ad1a-90b635829933","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":"ZjE0NzY4ODVmOTU1Mjk3ZDA1NjZiMTlmM2E4MjZhNWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9c4ce8cd-1acf-4c5d-b80a-630602363e48","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NTI3NjAzOWJmOTk4MWRkNWViNjg3MTAxNmFhMzYxM2Y\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"26c862e4-34e0-4449-8c54-5cb1ac6dd7b2","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-13T11:39:02.642Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T11:39:02.643Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:39:02.645Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:39:02.645Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T11:39:02.645Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "4c407d3c-d3f0-4a87-89c8-8c1336f1d78e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631533142016,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-13T11:39:02.645Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T11:39:02.645Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c407d3c-d3f0-4a87-89c8-8c1336f1d78e",
"consumerID": "clamp",
"timestamp": 1631533131139,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-13T11:39:02.646Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-13T11:39:02.646Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T11:39:02.646Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c407d3c-d3f0-4a87-89c8-8c1336f1d78e",
"consumerID": "ves-openapi-manager",
"timestamp": 1631533131879,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-13T11:39:02.646Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-13T11:39:02.646Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T11:39:02.646Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c407d3c-d3f0-4a87-89c8-8c1336f1d78e",
"consumerID": "cds",
"timestamp": 1631533136798,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-13T11:39:02.646Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-13T11:39:02.646Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T11:39:02.646Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c407d3c-d3f0-4a87-89c8-8c1336f1d78e",
"consumerID": "clamp",
"timestamp": 1631533131139,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-13T11:39:02.647Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-13T11:39:02.647Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T11:39:02.647Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c407d3c-d3f0-4a87-89c8-8c1336f1d78e",
"consumerID": "ves-openapi-manager",
"timestamp": 1631533131879,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-13T11:39:02.647Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-13T11:39:02.647Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T11:39:02.647Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c407d3c-d3f0-4a87-89c8-8c1336f1d78e",
"consumerID": "cds",
"timestamp": 1631533136798,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-13T11:39:02.647Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-13T11:39:02.647Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T11:39:02.647Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c407d3c-d3f0-4a87-89c8-8c1336f1d78e",
"consumerID": "cds",
"timestamp": 1631533140265,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-13T11:39:02.647Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:39:02.647Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T11:39:02.648Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c407d3c-d3f0-4a87-89c8-8c1336f1d78e",
"consumerID": "cds",
"timestamp": 1631533141270,
"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-13T11:39:02.660Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4c407d3c-d3f0-4a87-89c8-8c1336f1d78e
2021-09-13T11:39:02.661Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4c407d3c-d3f0-4a87-89c8-8c1336f1d78e 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-13T11:39:02.745Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:39:02.745Z||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-13T11:39:02.746Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:39:02.759Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T11:39:02.760Z||pool-35-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-13T11:39:03.646Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T11:39:03.646Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:39:03.648Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:39:03.648Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "4c407d3c-d3f0-4a87-89c8-8c1336f1d78e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631533142016,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-13T11:39:03.748Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:39:03.749Z||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-13T11:39:03.749Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:39:03.758Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T11:39:03.759Z||pool-36-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-13T11:39:04.649Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "4c407d3c-d3f0-4a87-89c8-8c1336f1d78e",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "b40ed5d9-60c5-4a66-bbf2-74cdf5da5c4c",
"serviceDescription": "service",
"serviceInvariantUUID": "65cac366-51cd-46be-9edb-8d26b36579cd",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "dfdbeb3e-f3a0-4d79-ad1a-90b635829933",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "64f142bd-aef6-4c26-a3d6-50007a74fd13",
"resourceInvariantUUID": "882b7224-f8c9-49b1-ad81-830380a6d101",
"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": "NTI3NjAzOWJmOTk4MWRkNWViNjg3MTAxNmFhMzYxM2Y\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "26c862e4-34e0-4449-8c54-5cb1ac6dd7b2"
}
],
"workloadContext": "Production"
}
2021-09-13T11:39:04.649Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-13T11:39:04.649Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b40ed5d9-60c5-4a66-bbf2-74cdf5da5c4c ASDC
2021-09-13T11:39:04.650Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:4c407d3c-d3f0-4a87-89c8-8c1336f1d78e
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:b40ed5d9-60c5-4a66-bbf2-74cdf5da5c4c
ServiceInvariantUUID:65cac366-51cd-46be-9edb-8d26b36579cd
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:26c862e4-34e0-4449-8c54-5cb1ac6dd7b2
ArtifactChecksum:NTI3NjAzOWJmOTk4MWRkNWViNjg3MTAxNmFhMzYxM2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:dfdbeb3e-f3a0-4d79-ad1a-90b635829933
ResourceInvariantUUID:882b7224-f8c9-49b1-ad81-830380a6d101
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:64f142bd-aef6-4c26-a3d6-50007a74fd13
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2021-09-13T11:39:04.650Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b40ed5d9-60c5-4a66-bbf2-74cdf5da5c4c 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-13T11:39:04.672Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-13T11:39:04.673Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-13T11:39:04.673Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-13T11:39:04.673Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 26c862e4-34e0-4449-8c54-5cb1ac6dd7b2 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-13T11:39:04.673Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-13T11:39:04.673Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-13T11:39:05.145Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-13T11:39:05.147Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 26c862e4-34e0-4449-8c54-5cb1ac6dd7b2 52177
2021-09-13T11:39:05.148Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||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-13T11:39:05.148Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||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-13T11:39:05.148Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-13T11:39:05.148Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:39:05.150Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:39:05.150Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "4c407d3c-d3f0-4a87-89c8-8c1336f1d78e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631533145148,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-13T11:39:05.250Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:39:05.251Z||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-13T11:39:05.251Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:39:05.260Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T11:39:05.260Z||pool-37-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-13T11:39:06.150Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-13T11:39:06.151Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-13T11:39:06.152Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 26c862e4-34e0-4449-8c54-5cb1ac6dd7b2, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-13T11:39:06.152Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-09-13T11:39:06.152Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-13T11:39:06.152Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-13T11:39:06.252Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8541491437883643072/Definitions/service-BasicNetwork-template.yml
2021-09-13T11:39:06.552Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-13T11:39:06.561Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-09-13T11:39:06.561Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-13T11:39:06.561Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-09-13T11:39:06.561Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||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-13T11:39:06.562Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||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-13T11:39:06.562Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||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-13T11:39:06.562Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||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-13T11:39:06.562Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|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-BasicNetwork-csar.csar
2021-09-13T11:39:06.562Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||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-13T11:39:06.563Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||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-13T11:39:06.563Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||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-13T11:39:06.563Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-09-13T11:39:06.563Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T11:39:06.563Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:39:06.564Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-09-13T11:39:06.564Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-09-13T11:39:06.564Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-13T11:39:06.564Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T11:39:06.564Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:39:06.564Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-09-13T11:39:06.565Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-09-13T11:39:06.565Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-13T11:39:06.565Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T11:39:06.565Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:39:06.565Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T11:39:06.565Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:39:06.566Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T11:39:06.566Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:39:06.566Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T11:39:06.566Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:39:06.566Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T11:39:06.566Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:39:06.567Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:b40ed5d9-60c5-4a66-bbf2-74cdf5da5c4c
Model Version:NULL
Model InvariantUuid:65cac366-51cd-46be-9edb-8d26b36579cd
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:882b7224-f8c9-49b1-ad81-830380a6d101
Model UUID:52f19968-ed1e-4a91-9a51-71ee7452a1f5
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:dfdbeb3e-f3a0-4d79-ad1a-90b635829933
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-13T11:39:06.571Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||INFO|500||Processing Resource Type: VL, Model UUID: 64f142bd-aef6-4c26-a3d6-50007a74fd13
2021-09-13T11:39:06.571Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||INFO|500||No resources found for Service: b40ed5d9-60c5-4a66-bbf2-74cdf5da5c4c
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-13T11:39:06.574Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||INFO|500||
2021-09-13T11:39:06.575Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2021-09-13T11:39:06.575Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||No resources found for Service: b40ed5d9-60c5-4a66-bbf2-74cdf5da5c4c
2021-09-13T11:39:06.575Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: b40ed5d9-60c5-4a66-bbf2-74cdf5da5c4c
2021-09-13T11:39:06.576Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2021-09-13T11:39:06.576Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||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-13T11:39:06.579Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6ecb69df, org.onap.sdc.toscaparser.api.parameters.Input@73e02088, org.onap.sdc.toscaparser.api.parameters.Input@1698d70a, org.onap.sdc.toscaparser.api.parameters.Input@6af866d6, org.onap.sdc.toscaparser.api.parameters.Input@5f486fc7]
2021-09-13T11:39:06.580Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T11:39:06.580Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:39:06.581Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T11:39:06.581Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:39:06.581Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid b40ed5d9-60c5-4a66-bbf2-74cdf5da5c4c: Generic NeutronNet
2021-09-13T11:39:06.581Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T11:39:06.581Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:39:06.582Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T11:39:06.582Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||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-13T11:39:06.603Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T11:39:06.603Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:39:06.604Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T11:39:06.604Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:39:06.604Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T11:39:06.604Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:39:06.604Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||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-13T11:39:06.650Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2021-09-13T11:39:06.650Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||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-13T11:39:06.650Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||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-13T11:39:06.650Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-13T11:39:06.651Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:39:06.652Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:39:06.653Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "4c407d3c-d3f0-4a87-89c8-8c1336f1d78e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631533146650,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-13T11:39:06.753Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:39:06.753Z||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-13T11:39:06.753Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:39:06.760Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T11:39:06.761Z||pool-38-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-13T11:39:07.657Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4c407d3c-d3f0-4a87-89c8-8c1336f1d78e
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-13T11:39:07.666Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4c407d3c-d3f0-4a87-89c8-8c1336f1d78e
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-13T11:39:07.669Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-13T11:39:07.669Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-13T11:39:07.669Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-13T11:39:37.669Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4c407d3c-d3f0-4a87-89c8-8c1336f1d78e
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-13T11:39:37.678Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4c407d3c-d3f0-4a87-89c8-8c1336f1d78e
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-13T11:39:37.680Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-13T11:39:37.680Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-13T11:39:37.680Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-13T11:40:02.017Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:40:02.018Z||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-13T11:40:02.018Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T11:40:02.142Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T11:40:02.143Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T11:40:02.143Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c407d3c-d3f0-4a87-89c8-8c1336f1d78e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631533142016,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-13T11:40:02.143Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-13T11:40:07.681Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4c407d3c-d3f0-4a87-89c8-8c1336f1d78e
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-13T11:40:07.689Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4c407d3c-d3f0-4a87-89c8-8c1336f1d78e
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-13T11:40:07.693Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-13T11:40:07.693Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-13T11:40:07.693Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-13T11:40:37.693Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4c407d3c-d3f0-4a87-89c8-8c1336f1d78e
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-13T11:40:37.702Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4c407d3c-d3f0-4a87-89c8-8c1336f1d78e
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-13T11:40:37.705Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-13T11:40:37.705Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-13T11:40:37.705Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-13T11:41:02.017Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:41:02.017Z||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-13T11:41:02.017Z||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 6n06PbCGINsoJSR6) ...
2021-09-13T11:41:02.039Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T11:41:02.040Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T11:41:02.040Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c407d3c-d3f0-4a87-89c8-8c1336f1d78e",
"consumerID": "clamp",
"timestamp": 1631533142907,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-13T11:41:02.040Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:41:02.040Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T11:41:02.040Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c407d3c-d3f0-4a87-89c8-8c1336f1d78e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631533142016,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-13T11:41:02.040Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-13T11:41:02.040Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T11:41:02.041Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c407d3c-d3f0-4a87-89c8-8c1336f1d78e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631533143035,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-13T11:41:02.041Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-13T11:41:02.041Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T11:41:02.041Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c407d3c-d3f0-4a87-89c8-8c1336f1d78e",
"consumerID": "aai-ml",
"timestamp": 1631533143980,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-13T11:41:02.041Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-13T11:41:02.041Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T11:41:02.041Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c407d3c-d3f0-4a87-89c8-8c1336f1d78e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631533143035,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-13T11:41:02.041Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-13T11:41:02.041Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T11:41:02.041Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c407d3c-d3f0-4a87-89c8-8c1336f1d78e",
"consumerID": "clamp",
"timestamp": 1631533144914,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-13T11:41:02.041Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:41:02.041Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T11:41:02.041Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c407d3c-d3f0-4a87-89c8-8c1336f1d78e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631533145148,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-13T11:41:02.041Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:41:02.042Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T11:41:02.042Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c407d3c-d3f0-4a87-89c8-8c1336f1d78e",
"consumerID": "aai-ml",
"timestamp": 1631533143980,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-13T11:41:02.042Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-13T11:41:02.042Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T11:41:02.042Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c407d3c-d3f0-4a87-89c8-8c1336f1d78e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631533145196,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-13T11:41:02.042Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-13T11:41:02.042Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T11:41:02.042Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c407d3c-d3f0-4a87-89c8-8c1336f1d78e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631533145829,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-13T11:41:02.042Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:41:02.042Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T11:41:02.042Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c407d3c-d3f0-4a87-89c8-8c1336f1d78e",
"consumerID": "clamp",
"timestamp": 1631533145916,
"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-13T11:41:02.049Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 4c407d3c-d3f0-4a87-89c8-8c1336f1d78e
2021-09-13T11:41:02.049Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4c407d3c-d3f0-4a87-89c8-8c1336f1d78e 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-13T11:41:02.059Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T11:41:02.059Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c407d3c-d3f0-4a87-89c8-8c1336f1d78e",
"consumerID": "dcae-sch",
"timestamp": 1631533145911,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-13T11:41:02.059Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-13T11:41:02.059Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T11:41:02.059Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c407d3c-d3f0-4a87-89c8-8c1336f1d78e",
"consumerID": "policy-id",
"timestamp": 1631533145892,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-13T11:41:02.059Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-13T11:41:02.059Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T11:41:02.059Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c407d3c-d3f0-4a87-89c8-8c1336f1d78e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631533146650,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-13T11:41:02.060Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:41:02.060Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T11:41:02.060Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c407d3c-d3f0-4a87-89c8-8c1336f1d78e",
"consumerID": "aai-ml",
"timestamp": 1631533146793,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-13T11:41:02.060Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:41:02.060Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T11:41:02.060Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c407d3c-d3f0-4a87-89c8-8c1336f1d78e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631533145196,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-13T11:41:02.060Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-13T11:41:02.060Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T11:41:02.060Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c407d3c-d3f0-4a87-89c8-8c1336f1d78e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631533147257,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-13T11:41:02.060Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:41:02.060Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T11:41:02.060Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c407d3c-d3f0-4a87-89c8-8c1336f1d78e",
"consumerID": "dcae-sch",
"timestamp": 1631533145911,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-13T11:41:02.060Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-13T11:41:02.060Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T11:41:02.061Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c407d3c-d3f0-4a87-89c8-8c1336f1d78e",
"consumerID": "policy-id",
"timestamp": 1631533145892,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-13T11:41:02.061Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-13T11:41:02.061Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T11:41:02.061Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c407d3c-d3f0-4a87-89c8-8c1336f1d78e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631533148260,
"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-13T11:41:02.065Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4c407d3c-d3f0-4a87-89c8-8c1336f1d78e
2021-09-13T11:41:02.065Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4c407d3c-d3f0-4a87-89c8-8c1336f1d78e 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-13T11:41:02.072Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T11:41:02.072Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c407d3c-d3f0-4a87-89c8-8c1336f1d78e",
"consumerID": "policy-id",
"timestamp": 1631533148713,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-13T11:41:02.072Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:41:02.072Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T11:41:02.072Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c407d3c-d3f0-4a87-89c8-8c1336f1d78e",
"consumerID": "policy-id",
"timestamp": 1631533149717,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-13T11:41:02.072Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:41:02.072Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T11:41:02.072Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c407d3c-d3f0-4a87-89c8-8c1336f1d78e",
"consumerID": "aai-ml",
"timestamp": 1631533150592,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-13T11:41:02.072Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-13T11:41:02.072Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T11:41:02.072Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c407d3c-d3f0-4a87-89c8-8c1336f1d78e",
"consumerID": "policy-id",
"timestamp": 1631533150720,
"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-13T11:41:02.077Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4c407d3c-d3f0-4a87-89c8-8c1336f1d78e
2021-09-13T11:41:02.077Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4c407d3c-d3f0-4a87-89c8-8c1336f1d78e 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-13T11:41:02.085Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-13T11:41:02.085Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4c407d3c-d3f0-4a87-89c8-8c1336f1d78e",
"consumerID": "aai-ml",
"timestamp": 1631533151596,
"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-13T11:41:02.089Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4c407d3c-d3f0-4a87-89c8-8c1336f1d78e
2021-09-13T11:41:02.089Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4c407d3c-d3f0-4a87-89c8-8c1336f1d78e 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-13T11:41:07.705Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4c407d3c-d3f0-4a87-89c8-8c1336f1d78e
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-13T11:41:07.714Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4c407d3c-d3f0-4a87-89c8-8c1336f1d78e
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-13T11:41:07.716Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-13T11:41:07.717Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-13T11:41:07.717Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-13T11:41:07.717Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-13T11:41:07.717Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-13T11:41:07.717Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-13T11:41:07.717Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-13T11:41:07.717Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-13T11:41:07.717Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-13T11:41:07.717Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-13T11:41:07.717Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||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-13T11:41:07.721Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-13T11:41:37.722Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4c407d3c-d3f0-4a87-89c8-8c1336f1d78e 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-13T11:41:37.727Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4c407d3c-d3f0-4a87-89c8-8c1336f1d78e and serviceModelVersionId: b40ed5d9-60c5-4a66-bbf2-74cdf5da5c4c
2021-09-13T11:41:37.727Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 65cac366-51cd-46be-9edb-8d26b36579cd
2021-09-13T11:41:37.728Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/65cac366-51cd-46be-9edb-8d26b36579cd/model-vers/model-ver/b40ed5d9-60c5-4a66-bbf2-74cdf5da5c4c?depth=0
2021-09-13T11:41:37.732Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2021-09-13T11:41:37.768Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/65cac366-51cd-46be-9edb-8d26b36579cd/model-vers/model-ver/b40ed5d9-60c5-4a66-bbf2-74cdf5da5c4c?depth=0|INFO|500||Invoke
2021-09-13T11:41:37.768Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/65cac366-51cd-46be-9edb-8d26b36579cd/model-vers/model-ver/b40ed5d9-60c5-4a66-bbf2-74cdf5da5c4c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/65cac366-51cd-46be-9edb-8d26b36579cd/model-vers/model-ver/b40ed5d9-60c5-4a66-bbf2-74cdf5da5c4c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4c407d3c-d3f0-4a87-89c8-8c1336f1d78e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9f0494cf-021d-455f-aeb1-17f5eac1695a], X-ECOMP-RequestID=[4c407d3c-d3f0-4a87-89c8-8c1336f1d78e], X-TransactionId=[], X-ONAP-RequestID=[4c407d3c-d3f0-4a87-89c8-8c1336f1d78e], Content-Type=[application/merge-patch+json]}
2021-09-13T11:41:37.786Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/65cac366-51cd-46be-9edb-8d26b36579cd/model-vers/model-ver/b40ed5d9-60c5-4a66-bbf2-74cdf5da5c4c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-09-13T11:41:38.691Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/65cac366-51cd-46be-9edb-8d26b36579cd/model-vers/model-ver/b40ed5d9-60c5-4a66-bbf2-74cdf5da5c4c?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/65cac366-51cd-46be-9edb-8d26b36579cd/model-vers/model-ver/b40ed5d9-60c5-4a66-bbf2-74cdf5da5c4c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210913-11:41:37:793-12452], vertex-id=[159776], Content-Length=[0], Date=[Mon, 13 Sep 2021 11:41:37 GMT], Content-Type=[application/json]}
2021-09-13T11:41:38.691Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/65cac366-51cd-46be-9edb-8d26b36579cd/model-vers/model-ver/b40ed5d9-60c5-4a66-bbf2-74cdf5da5c4c?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-13T11:41:38.692Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/65cac366-51cd-46be-9edb-8d26b36579cd/model-vers/model-ver/b40ed5d9-60c5-4a66-bbf2-74cdf5da5c4c?depth=0|INFO|500||InvokeReturn
2021-09-13T11:41:38.692Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-13T11:41:38.692Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||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-13T11:41:38.696Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||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-13T11:41:38.696Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4c407d3c-d3f0-4a87-89c8-8c1336f1d78e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-13T11:41:38.696Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-13T11:41:38.696Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:41:38.698Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:41:38.698Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "4c407d3c-d3f0-4a87-89c8-8c1336f1d78e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631533298696,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-13T11:41:38.798Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:41:38.798Z||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-13T11:41:38.798Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:41:38.810Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T11:41:38.810Z||pool-39-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-13T11:41:39.708Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-13T11:41:39.709Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|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-13T11:41:39.709Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|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 6n06PbCGINsoJSR6) ...
2021-09-13T11:41:43.998Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T11:41:43.999Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-13T11:41:43.999Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"b29ab317-3d38-4231-82c1-e40238083cd4","serviceName":"Demo_pNF_GZBo632eleMEupghmYVs","serviceVersion":"1.0","serviceUUID":"a013e8c8-f2dd-47b0-ac22-9eca93099ffb","serviceDescription":"catalog service description","serviceInvariantUUID":"85d67e71-4047-4652-b8ed-5699ae6d6c6a","resources":[{"resourceInstanceName":"pNF 8631624d-29a0 0","resourceName":"pNF 8631624d-29a0","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"a866c5e8-4d36-443b-baf1-c36be0ab66ee","resourceInvariantUUID":"96e1650c-c15c-4faa-853b-06d22a4d7f2f","resourceCustomizationUUID":"5bb95bb2-e05e-43c4-b997-b5ed69c9eb1a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGzbo632elemeupghmyvs/1.0/resourceInstances/pnf8631624d29a00/artifacts/vf-license-model.xml","artifactChecksum":"YmYxOTYyNTc4Y2ZkZDZkNGQwNzhmM2NiZjIyM2VhYWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d337e77a-29f8-433a-82ba-f1ff0d57e45a","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGzbo632elemeupghmyvs/1.0/resourceInstances/pnf8631624d29a00/artifacts/pNF.csar","artifactChecksum":"ZmY3NjMyYTZlNTM0ZmI1ZGRiZGY0NzUwYjJmY2IyMTI\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2d14e86a-97ec-47bd-a23c-36530543f792","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGzbo632elemeupghmyvs/1.0/resourceInstances/pnf8631624d29a00/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"834c018c-9906-4429-8373-c7b5e4f7790f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGzbo632elemeupghmyvs/1.0/resourceInstances/pnf8631624d29a00/artifacts/vendor-license-model.xml","artifactChecksum":"MDMyZWZhMTRjZWJiNTE0YjdlMDk4NWQyMmRjZjk4MDY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ee28f98b-211b-428b-a4be-bd43ed7328b7","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfGzbo632elemeupghmyvs/1.0/resourceInstances/pnf8631624d29a00/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5cc93301-6511-4efc-a59a-726ac6798cfd","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfGzbo632elemeupghmyvs/1.0/resourceInstances/pnf8631624d29a00/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"06190e9c-d22b-45e7-ae29-e98ceeca4e65","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfGzbo632elemeupghmyvs-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGzbo632elemeupghmyvs/1.0/artifacts/service-DemoPnfGzbo632elemeupghmyvs-template.yml","artifactChecksum":"NTJmZmJmZjViNzcyNDZiOGNmYzUwNDFkOWE4MWQ0Yjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2c92aba7-731b-4aa8-9f15-87ee3e2132ab","artifactVersion":"1"},{"artifactName":"service-DemoPnfGzbo632elemeupghmyvs-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfGzbo632elemeupghmyvs/1.0/artifacts/service-DemoPnfGzbo632elemeupghmyvs-csar.csar","artifactChecksum":"MzEwZmFkMTY4MGQyODI3MjIyY2RjMGRmMmU3NWNjNTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"80ef740a-3a00-43c1-8653-c69c4bb8939a","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-13T11:41:44.001Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T11:41:44.001Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:41:44.003Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:41:44.003Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "b29ab317-3d38-4231-82c1-e40238083cd4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631533299708,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGzbo632elemeupghmyvs/1.0/resourceInstances/pnf8631624d29a00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-13T11:41:44.103Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:41:44.104Z||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-13T11:41:44.104Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:41:44.113Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T11:41:44.113Z||pool-40-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-09-13T11:41:45.004Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T11:41:45.005Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:41:45.006Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:41:45.006Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "b29ab317-3d38-4231-82c1-e40238083cd4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631533299708,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGzbo632elemeupghmyvs/1.0/resourceInstances/pnf8631624d29a00/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-09-13T11:41:45.107Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:41:45.107Z||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-13T11:41:45.107Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:41:45.116Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T11:41:45.117Z||pool-41-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-13T11:41:46.007Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T11:41:46.008Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:41:46.009Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:41:46.009Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "b29ab317-3d38-4231-82c1-e40238083cd4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631533299708,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGzbo632elemeupghmyvs/1.0/resourceInstances/pnf8631624d29a00/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-09-13T11:41:46.109Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:41:46.110Z||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-13T11:41:46.110Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:41:46.119Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T11:41:46.119Z||pool-42-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-09-13T11:41:47.010Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T11:41:47.010Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:41:47.012Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:41:47.012Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "b29ab317-3d38-4231-82c1-e40238083cd4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631533299708,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGzbo632elemeupghmyvs/1.0/resourceInstances/pnf8631624d29a00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-13T11:41:47.112Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:41:47.112Z||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-13T11:41:47.112Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:41:47.121Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T11:41:47.121Z||pool-43-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-13T11:41:48.012Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T11:41:48.013Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:41:48.015Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:41:48.015Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "b29ab317-3d38-4231-82c1-e40238083cd4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631533299708,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGzbo632elemeupghmyvs/1.0/resourceInstances/pnf8631624d29a00/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-13T11:41:48.115Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:41:48.116Z||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-13T11:41:48.116Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:41:48.123Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T11:41:48.124Z||pool-44-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-13T11:41:49.016Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T11:41:49.016Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:41:49.018Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:41:49.018Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "b29ab317-3d38-4231-82c1-e40238083cd4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631533299708,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGzbo632elemeupghmyvs/1.0/resourceInstances/pnf8631624d29a00/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-13T11:41:49.118Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:41:49.119Z||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-13T11:41:49.119Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:41:49.127Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T11:41:49.128Z||pool-45-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-13T11:41:50.018Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T11:41:50.019Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:41:50.021Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:41:50.021Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "b29ab317-3d38-4231-82c1-e40238083cd4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631533299708,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGzbo632elemeupghmyvs/1.0/artifacts/service-DemoPnfGzbo632elemeupghmyvs-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-13T11:41:50.121Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:41:50.122Z||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-13T11:41:50.122Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:41:50.131Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T11:41:50.131Z||pool-46-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-13T11:41:51.022Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-13T11:41:51.022Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:41:51.024Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:41:51.024Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "b29ab317-3d38-4231-82c1-e40238083cd4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631533299708,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGzbo632elemeupghmyvs/1.0/artifacts/service-DemoPnfGzbo632elemeupghmyvs-csar.csar",
"status": "NOTIFIED"
}
2021-09-13T11:41:51.124Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:41:51.124Z||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-13T11:41:51.124Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:41:51.133Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T11:41:51.133Z||pool-47-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-13T11:41:52.025Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "b29ab317-3d38-4231-82c1-e40238083cd4",
"serviceName": "Demo_pNF_GZBo632eleMEupghmYVs",
"serviceVersion": "1.0",
"serviceUUID": "a013e8c8-f2dd-47b0-ac22-9eca93099ffb",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "85d67e71-4047-4652-b8ed-5699ae6d6c6a",
"resources": [
{
"resourceInstanceName": "pNF 8631624d-29a0 0",
"resourceCustomizationUUID": "5bb95bb2-e05e-43c4-b997-b5ed69c9eb1a",
"resourceName": "pNF 8631624d-29a0",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "a866c5e8-4d36-443b-baf1-c36be0ab66ee",
"resourceInvariantUUID": "96e1650c-c15c-4faa-853b-06d22a4d7f2f",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfGzbo632elemeupghmyvs-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGzbo632elemeupghmyvs/1.0/artifacts/service-DemoPnfGzbo632elemeupghmyvs-csar.csar",
"artifactChecksum": "MzEwZmFkMTY4MGQyODI3MjIyY2RjMGRmMmU3NWNjNTk\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "80ef740a-3a00-43c1-8653-c69c4bb8939a"
}
],
"workloadContext": "Production"
}
2021-09-13T11:41:52.025Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-13T11:41:52.025Z|4c407d3c-d3f0-4a87-89c8-8c1336f1d78e|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 a013e8c8-f2dd-47b0-ac22-9eca93099ffb ASDC
2021-09-13T11:41:52.025Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:b29ab317-3d38-4231-82c1-e40238083cd4
ServiceName:Demo_pNF_GZBo632eleMEupghmYVs
ServiceVersion:1.0
ServiceUUID:a013e8c8-f2dd-47b0-ac22-9eca93099ffb
ServiceInvariantUUID:85d67e71-4047-4652-b8ed-5699ae6d6c6a
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfGzbo632elemeupghmyvs-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfGzbo632elemeupghmyvs/1.0/artifacts/service-DemoPnfGzbo632elemeupghmyvs-csar.csar
ArtifactUUID:80ef740a-3a00-43c1-8653-c69c4bb8939a
ArtifactChecksum:MzEwZmFkMTY4MGQyODI3MjIyY2RjMGRmMmU3NWNjNTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 8631624d-29a0 0
ResourceCustomizationUUID:5bb95bb2-e05e-43c4-b997-b5ed69c9eb1a
ResourceInvariantUUID:96e1650c-c15c-4faa-853b-06d22a4d7f2f
ResourceName:pNF 8631624d-29a0
ResourceType:PNF
ResourceUUID:a866c5e8-4d36-443b-baf1-c36be0ab66ee
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2021-09-13T11:41:52.025Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a013e8c8-f2dd-47b0-ac22-9eca93099ffb 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-13T11:41:52.045Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-13T11:41:52.045Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-13T11:41:52.045Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-13T11:41:52.045Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 80ef740a-3a00-43c1-8653-c69c4bb8939a from URL: /sdc/v1/catalog/services/DemoPnfGzbo632elemeupghmyvs/1.0/artifacts/service-DemoPnfGzbo632elemeupghmyvs-csar.csar
2021-09-13T11:41:52.045Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-13T11:41:52.045Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfGzbo632elemeupghmyvs/1.0/artifacts/service-DemoPnfGzbo632elemeupghmyvs-csar.csar
2021-09-13T11:41:52.965Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-13T11:41:52.968Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfGzbo632elemeupghmyvs/1.0/artifacts/service-DemoPnfGzbo632elemeupghmyvs-csar.csar 80ef740a-3a00-43c1-8653-c69c4bb8939a 82532
2021-09-13T11:41:52.968Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfGzbo632elemeupghmyvs/1.0/artifacts/service-DemoPnfGzbo632elemeupghmyvs-csar.csar ASDC sendASDCNotification
2021-09-13T11:41:52.968Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfGzbo632elemeupghmyvs/1.0/artifacts/service-DemoPnfGzbo632elemeupghmyvs-csar.csar
2021-09-13T11:41:52.968Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-13T11:41:52.968Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-13T11:41:52.970Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-13T11:41:52.970Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "b29ab317-3d38-4231-82c1-e40238083cd4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631533312968,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGzbo632elemeupghmyvs/1.0/artifacts/service-DemoPnfGzbo632elemeupghmyvs-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-13T11:41:53.070Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-13T11:41:53.071Z||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-13T11:41:53.071Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6n06PbCGINsoJSR6) ...
2021-09-13T11:41:53.081Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-13T11:41:53.081Z||pool-48-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-13T11:41:53.970Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-13T11:41:53.971Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-13T11:41:53.972Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 80ef740a-3a00-43c1-8653-c69c4bb8939a, URL: /sdc/v1/catalog/services/DemoPnfGzbo632elemeupghmyvs/1.0/artifacts/service-DemoPnfGzbo632elemeupghmyvs-csar.csar to file: /app/ASDC/1/service-DemoPnfGzbo632elemeupghmyvs-csar.csar
2021-09-13T11:41:53.972Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfGzbo632elemeupghmyvs-csar.csar
2021-09-13T11:41:53.972Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfGzbo632elemeupghmyvs-csar.csar
2021-09-13T11:41:53.973Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfGzbo632elemeupghmyvs-csar.csar
2021-09-13T11:41:54.072Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7214537480599910250/Definitions/service-DemoPnfGzbo632elemeupghmyvs-template.yml
2021-09-13T11:41:54.644Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-13T11:41:54.644Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-09-13T11:41:54.644Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfGzbo632elemeupghmyvs-csar.csar
2021-09-13T11:41:54.645Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-09-13T11:41:54.645Z|b29ab317-3d38-4231-82c1-e40238083cd4|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-DemoPnfGzbo632elemeupghmyvs-csar.csar
2021-09-13T11:41:54.645Z|b29ab317-3d38-4231-82c1-e40238083cd4|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-DemoPnfGzbo632elemeupghmyvs-csar.csar
2021-09-13T11:41:54.645Z|b29ab317-3d38-4231-82c1-e40238083cd4|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-DemoPnfGzbo632elemeupghmyvs-csar.csar
2021-09-13T11:41:54.645Z|b29ab317-3d38-4231-82c1-e40238083cd4|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-DemoPnfGzbo632elemeupghmyvs-csar.csar
2021-09-13T11:41:54.645Z|b29ab317-3d38-4231-82c1-e40238083cd4|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-DemoPnfGzbo632elemeupghmyvs-csar.csar
2021-09-13T11:41:54.645Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 8631624d-29a0 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-DemoPnfGzbo632elemeupghmyvs-csar.csar
2021-09-13T11:41:54.645Z|b29ab317-3d38-4231-82c1-e40238083cd4|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-DemoPnfGzbo632elemeupghmyvs-csar.csar
2021-09-13T11:41:54.645Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-09-13T11:41:54.645Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T11:41:54.645Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_GZBo632eleMEupghmYVs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:41:54.645Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||DEBUG|500||Node template pNF 8631624d-29a0 0 is matching search criteria
2021-09-13T11:41:54.645Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-09-13T11:41:54.646Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 8631624d-29a0 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-13T11:41:54.646Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T11:41:54.646Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_GZBo632eleMEupghmYVs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:41:54.646Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||DEBUG|500||Node template pNF 8631624d-29a0 0 is matching search criteria
2021-09-13T11:41:54.646Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-09-13T11:41:54.646Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 8631624d-29a0 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-13T11:41:54.646Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T11:41:54.646Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_GZBo632eleMEupghmYVs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:41:54.646Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T11:41:54.646Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_GZBo632eleMEupghmYVs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:41:54.646Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T11:41:54.647Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_GZBo632eleMEupghmYVs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:41:54.647Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T11:41:54.647Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_GZBo632eleMEupghmYVs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:41:54.647Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T11:41:54.647Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_GZBo632eleMEupghmYVs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:41:54.647Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_GZBo632eleMEupghmYVs
Description:catalog service description
Model UUID:a013e8c8-f2dd-47b0-ac22-9eca93099ffb
Model Version:NULL
Model InvariantUuid:85d67e71-4047-4652-b8ed-5699ae6d6c6a
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-13T11:41:54.653Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: a866c5e8-4d36-443b-baf1-c36be0ab66ee
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-13T11:41:54.655Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||INFO|500||pNF 8631624d-29a0 0
2021-09-13T11:41:54.656Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: a866c5e8-4d36-443b-baf1-c36be0ab66ee
2021-09-13T11:41:54.656Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||DEBUG|500||No resources found for Service: a013e8c8-f2dd-47b0-ac22-9eca93099ffb
2021-09-13T11:41:54.656Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: a013e8c8-f2dd-47b0-ac22-9eca93099ffb
2021-09-13T11:41:54.656Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 8631624d-29a0 0 a866c5e8-4d36-443b-baf1-c36be0ab66ee 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-13T11:41:54.659Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1ef8a473, org.onap.sdc.toscaparser.api.parameters.Input@4021d315, org.onap.sdc.toscaparser.api.parameters.Input@7fd8e410, org.onap.sdc.toscaparser.api.parameters.Input@4ca6ba31, org.onap.sdc.toscaparser.api.parameters.Input@17a654ea]
2021-09-13T11:41:54.659Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-13T11:41:54.659Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_GZBo632eleMEupghmYVs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-13T11:41:54.659Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid a013e8c8-f2dd-47b0-ac22-9eca93099ffb: pNF 8631624d-29a0
2021-09-13T11:41:54.659Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||INFO|500||Processing PNF resource: a866c5e8-4d36-443b-baf1-c36be0ab66ee
2021-09-13T11:41:54.660Z|b29ab317-3d38-4231-82c1-e40238083cd4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery