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-14T06:42:00.455Z||main|||||INFO|500||The following profiles are active: basic
2021-09-14T06:42:15.099Z||main|||||INFO|500||Starting service [Tomcat]
2021-09-14T06:42:15.105Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-09-14T06:42:15.250Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-09-14T06:42:21.023Z||main|||||INFO|500||catdb-pool - Starting...
2021-09-14T06:42:21.539Z||main|||||INFO|500||catdb-pool - Start completed.
2021-09-14T06:42:22.191Z||main|||||INFO|500||reqdb-pool - Starting...
2021-09-14T06:42:22.198Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-09-14T06:42:22.417Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-09-14T06:42:22.801Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-09-14T06:42:23.653Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-09-14T06:42:30.620Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-09-14T06:42:33.415Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-09-14T06:42:33.483Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-09-14T06:42:34.150Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-09-14T06:42:34.379Z||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-14T06:42:35.897Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-09-14T06:42:37.338Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-09-14T06:42:37.359Z||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$$3899c07d.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-14T06:42:37.360Z||main|||||WARN|500||The sdc end point is not alive
2021-09-14T06:42:41.352Z||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-14T06:42:45.060Z||main|||||WARN|500||---
2021-09-14T06:42:45.060Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-09-14T06:42:45.061Z||main|||||WARN|500||---
2021-09-14T06:42:45.742Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-09-14T06:42:52.014Z||main|||||INFO|500||Started Application in 56.625 seconds (JVM running for 63.452)
2021-09-14T06:42:52.059Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-14T06:42:52.067Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-14T06:42:52.085Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-14T06:42:52.118Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-14T06:42:52.203Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f3ee2e7e-a0d9-49a9-a25f-3380faaeaae4 url= /sdc/v1/artifactTypes
2021-09-14T06:42:52.204Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-14T06:42:52.508Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-09-14T06:42:52.529Z||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-14T06:42:52.552Z||scheduling-1|||||DEBUG|500||create keys
2021-09-14T06:42:52.559Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-09-14T06:42:52.596Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T06:42:52.618Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 6769c91a-d67c-4b66-908e-bc5683b3a898 url= /sdc/v1/registerForDistribution
2021-09-14T06:42:52.746Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 6769c91a-d67c-4b66-908e-bc5683b3a898 url= /sdc/v1/registerForDistribution
2021-09-14T06:42:52.747Z||scheduling-1|||||INFO|500||start DistributionClient
2021-09-14T06:42:52.780Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T06:42:52.791Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T06:42:52.797Z||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-14T06:42:52.800Z||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-14T06:42:52.798Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T06:42:52.800Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T06:42:52.802Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-09-14T06:43:03.287Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T06:43:03.315Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T06:43:52.761Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T06:43:52.766Z||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-14T06:43:52.766Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T06:43:52.769Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T06:43:52.770Z||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-14T06:43:52.771Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T06:44:02.450Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T06:44:02.450Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T06:44:52.761Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T06:44:52.765Z||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-14T06:44:52.766Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T06:44:52.769Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T06:44:52.770Z||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-14T06:44:52.770Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T06:45:02.346Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T06:45:02.365Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T06:45:52.764Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T06:45:52.767Z||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-14T06:45:52.767Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T06:45:52.769Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T06:45:52.769Z||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-14T06:45:52.770Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T06:46:02.328Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T06:46:02.339Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T06:46:52.761Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T06:46:52.766Z||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-14T06:46:52.767Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T06:46:52.769Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T06:46:52.771Z||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-14T06:46:52.771Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T06:47:02.338Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T06:47:02.363Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T06:47:52.762Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T06:47:52.765Z||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-14T06:47:52.765Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T06:47:52.769Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T06:47:52.769Z||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-14T06:47:52.770Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T06:48:02.353Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T06:48:02.365Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T06:48:52.762Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T06:48:52.765Z||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-14T06:48:52.765Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T06:48:52.769Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T06:48:52.770Z||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-14T06:48:52.770Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T06:49:02.324Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T06:49:02.324Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T06:49:52.761Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T06:49:52.767Z||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-14T06:49:52.767Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T06:49:52.769Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T06:49:52.774Z||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-14T06:49:52.774Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T06:50:02.341Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T06:50:02.356Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T06:50:52.762Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T06:50:52.766Z||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-14T06:50:52.767Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T06:50:52.769Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T06:50:52.769Z||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-14T06:50:52.769Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T06:51:02.339Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T06:51:02.351Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T06:51:49.651Z||http-nio-8085-exec-2|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-09-14T06:51:52.761Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T06:51:52.763Z||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-14T06:51:52.763Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T06:51:52.769Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T06:51:52.770Z||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-14T06:51:52.770Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T06:52:02.338Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T06:52:02.344Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T06:52:52.761Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T06:52:52.764Z||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-14T06:52:52.764Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T06:52:52.769Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T06:52:52.769Z||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-14T06:52:52.769Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T06:53:02.335Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T06:53:02.354Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T06:53:52.761Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T06:53:52.764Z||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-14T06:53:52.764Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T06:53:52.769Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T06:53:52.769Z||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-14T06:53:52.769Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T06:54:02.345Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T06:54:02.346Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T06:54:52.761Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T06:54:52.762Z||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-14T06:54:52.763Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T06:54:52.768Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T06:54:52.769Z||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-14T06:54:52.769Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T06:55:02.347Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T06:55:02.356Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T06:55:52.761Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T06:55:52.763Z||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-14T06:55:52.764Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T06:55:52.769Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T06:55:52.769Z||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-14T06:55:52.769Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T06:56:02.325Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T06:56:02.328Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T06:56:52.761Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T06:56:52.765Z||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-14T06:56:52.765Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T06:56:52.769Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T06:56:52.769Z||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-14T06:56:52.769Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T06:57:02.328Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T06:57:02.328Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T06:57:52.762Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T06:57:52.765Z||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-14T06:57:52.765Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T06:57:52.769Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T06:57:52.769Z||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-14T06:57:52.769Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T06:58:02.324Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T06:58:02.336Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T06:58:52.761Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T06:58:52.766Z||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-14T06:58:52.767Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T06:58:52.769Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T06:58:52.770Z||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-14T06:58:52.770Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T06:59:02.337Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T06:59:02.347Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T06:59:52.761Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T06:59:52.765Z||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-14T06:59:52.765Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T06:59:52.769Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T06:59:52.769Z||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-14T06:59:52.769Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:00:02.351Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T07:00:02.383Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T07:00:52.763Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:00:52.767Z||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-14T07:00:52.768Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:00:52.769Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:00:52.769Z||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-14T07:00:52.770Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:01:02.430Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T07:01:02.444Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T07:01:52.762Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:01:52.765Z||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-14T07:01:52.765Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:01:52.769Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:01:52.770Z||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-14T07:01:52.770Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:02:02.346Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T07:02:02.347Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T07:02:52.761Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:02:52.764Z||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-14T07:02:52.764Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:02:52.769Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:02:52.770Z||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-14T07:02:52.770Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:03:02.354Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T07:03:02.392Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T07:03:52.761Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:03:52.766Z||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-14T07:03:52.767Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:03:52.769Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:03:52.769Z||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-14T07:03:52.769Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:04:02.398Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T07:04:02.435Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T07:04:52.761Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:04:52.765Z||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-14T07:04:52.766Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:04:52.769Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:04:52.769Z||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-14T07:04:52.769Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:05:02.357Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T07:05:02.359Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T07:05:52.761Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:05:52.764Z||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-14T07:05:52.764Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:05:52.769Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:05:52.769Z||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-14T07:05:52.769Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:06:02.334Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T07:06:02.335Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T07:06:52.762Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:06:52.766Z||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-14T07:06:52.766Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:06:52.769Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:06:52.771Z||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-14T07:06:52.771Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:07:02.329Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T07:07:02.343Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T07:07:52.761Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:07:52.764Z||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-14T07:07:52.764Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:07:52.769Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:07:52.770Z||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-14T07:07:52.770Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:08:02.338Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T07:08:02.340Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T07:08:52.761Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:08:52.766Z||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-14T07:08:52.766Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:08:52.770Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:08:52.771Z||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-14T07:08:52.772Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:09:02.338Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T07:09:02.343Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T07:09:52.764Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:09:52.768Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-14T07:09:52.768Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WPtcGInsZEvlhAbl) ...
2021-09-14T07:09:52.769Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:09:52.769Z||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-14T07:09:52.769Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:10:02.342Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T07:10:02.351Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T07:10:52.763Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:10:52.766Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-14T07:10:52.766Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WPtcGInsZEvlhAbl) ...
2021-09-14T07:10:52.769Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:10:52.771Z||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-14T07:10:52.771Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:11:02.378Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T07:11:02.381Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T07:11:52.762Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:11:52.764Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-14T07:11:52.764Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WPtcGInsZEvlhAbl) ...
2021-09-14T07:11:52.769Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:11:52.769Z||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-14T07:11:52.769Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:12:02.358Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T07:12:02.359Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T07:12:52.765Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:12:52.768Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-14T07:12:52.768Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WPtcGInsZEvlhAbl) ...
2021-09-14T07:12:52.769Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:12:52.769Z||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-14T07:12:52.769Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:13:02.331Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T07:13:02.333Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T07:13:52.761Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:13:52.764Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-14T07:13:52.764Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WPtcGInsZEvlhAbl) ...
2021-09-14T07:13:52.769Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:13:52.769Z||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-14T07:13:52.770Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:14:02.333Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T07:14:02.346Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T07:14:52.761Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:14:52.765Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-14T07:14:52.765Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WPtcGInsZEvlhAbl) ...
2021-09-14T07:14:52.769Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:14:52.769Z||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-14T07:14:52.769Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:15:02.340Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T07:15:02.344Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T07:15:52.761Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:15:52.765Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-14T07:15:52.765Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WPtcGInsZEvlhAbl) ...
2021-09-14T07:15:52.769Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:15:52.769Z||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-14T07:15:52.769Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:16:02.322Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T07:16:02.325Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T07:16:52.761Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:16:52.764Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-14T07:16:52.765Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WPtcGInsZEvlhAbl) ...
2021-09-14T07:16:52.769Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:16:52.769Z||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-14T07:16:52.769Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:17:02.343Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T07:17:02.343Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T07:17:52.761Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:17:52.764Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-14T07:17:52.764Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WPtcGInsZEvlhAbl) ...
2021-09-14T07:17:52.769Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:17:52.769Z||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-14T07:17:52.769Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:18:02.338Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T07:18:02.346Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T07:18:52.761Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:18:52.765Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-14T07:18:52.765Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WPtcGInsZEvlhAbl) ...
2021-09-14T07:18:52.769Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:18:52.769Z||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-14T07:18:52.769Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:19:02.338Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T07:19:02.345Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T07:19:52.762Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:19:52.765Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-14T07:19:52.766Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WPtcGInsZEvlhAbl) ...
2021-09-14T07:19:52.769Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:19:52.770Z||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-14T07:19:52.770Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:20:02.339Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T07:20:02.340Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T07:20:52.761Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:20:52.766Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-14T07:20:52.766Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WPtcGInsZEvlhAbl) ...
2021-09-14T07:20:52.769Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:20:52.769Z||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-14T07:20:52.769Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:21:02.349Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T07:21:02.353Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T07:21:52.761Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:21:52.766Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-14T07:21:52.766Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WPtcGInsZEvlhAbl) ...
2021-09-14T07:21:52.769Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:21:52.770Z||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-14T07:21:52.770Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:22:02.335Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T07:22:02.355Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T07:22:52.761Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:22:52.764Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-14T07:22:52.765Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WPtcGInsZEvlhAbl) ...
2021-09-14T07:22:52.769Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:22:52.769Z||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-14T07:22:52.770Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:23:02.319Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T07:23:02.321Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T07:23:52.761Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:23:52.765Z||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-14T07:23:52.765Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:23:52.769Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:23:52.769Z||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-14T07:23:52.769Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:24:02.344Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T07:24:02.346Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T07:24:52.761Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:24:52.764Z||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-14T07:24:52.765Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:24:52.769Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:24:52.769Z||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-14T07:24:52.769Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:25:02.323Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T07:25:02.330Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T07:25:52.761Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:25:52.765Z||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-14T07:25:52.766Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:25:52.769Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:25:52.769Z||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-14T07:25:52.769Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:26:02.367Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T07:26:02.398Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T07:26:52.761Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:26:52.766Z||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-14T07:26:52.766Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:26:52.769Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:26:52.770Z||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-14T07:26:52.770Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:27:02.339Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T07:27:02.360Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T07:27:52.761Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:27:52.765Z||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-14T07:27:52.765Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:27:52.769Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:27:52.769Z||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-14T07:27:52.769Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:28:02.345Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T07:28:02.357Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T07:28:52.761Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:28:52.765Z||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-14T07:28:52.765Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:28:52.769Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:28:52.769Z||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-14T07:28:52.769Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:29:02.323Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T07:29:02.342Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T07:29:52.761Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:29:52.765Z||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-14T07:29:52.765Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:29:52.769Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:29:52.769Z||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-14T07:29:52.770Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:30:02.338Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T07:30:02.338Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T07:30:52.761Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:30:52.764Z||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-14T07:30:52.764Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:30:52.769Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:30:52.769Z||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-14T07:30:52.770Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:31:02.337Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T07:31:02.346Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T07:31:52.761Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:31:52.765Z||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-14T07:31:52.765Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:31:52.769Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:31:52.769Z||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-14T07:31:52.770Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:32:02.319Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T07:32:02.345Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T07:32:52.762Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:32:52.767Z||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-14T07:32:52.767Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:32:52.769Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:32:52.769Z||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-14T07:32:52.769Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:33:02.334Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T07:33:02.354Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T07:33:52.761Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:33:52.765Z||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-14T07:33:52.765Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:33:52.769Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:33:52.769Z||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-14T07:33:52.770Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:34:02.340Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T07:34:02.367Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T07:34:52.761Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:34:52.764Z||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-14T07:34:52.764Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:34:52.769Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:34:52.770Z||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-14T07:34:52.770Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:35:02.332Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T07:35:02.348Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T07:35:52.761Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:35:52.764Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-14T07:35:52.765Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WPtcGInsZEvlhAbl) ...
2021-09-14T07:35:52.769Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:35:52.769Z||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-14T07:35:52.769Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:36:02.348Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T07:36:02.348Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T07:36:52.761Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:36:52.764Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-14T07:36:52.765Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WPtcGInsZEvlhAbl) ...
2021-09-14T07:36:52.769Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:36:52.770Z||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-14T07:36:52.770Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:37:02.361Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T07:37:02.358Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T07:37:52.761Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:37:52.764Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-14T07:37:52.764Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WPtcGInsZEvlhAbl) ...
2021-09-14T07:37:52.769Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:37:52.769Z||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-14T07:37:52.769Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:38:02.330Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T07:38:02.347Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T07:38:52.761Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:38:52.763Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-14T07:38:52.763Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WPtcGInsZEvlhAbl) ...
2021-09-14T07:38:52.769Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:38:52.769Z||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-14T07:38:52.769Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:39:02.362Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T07:39:02.362Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T07:39:52.763Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:39:52.770Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:39:52.771Z||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-14T07:39:52.772Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:39:52.772Z||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-14T07:39:52.773Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:40:02.382Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T07:40:02.382Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T07:40:52.761Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:40:52.766Z||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-14T07:40:52.766Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:40:52.769Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:40:52.769Z||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-14T07:40:52.769Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:41:02.339Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T07:41:02.358Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T07:41:52.761Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:41:52.765Z||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-14T07:41:52.765Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:41:52.769Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:41:52.769Z||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-14T07:41:52.770Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:42:02.323Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T07:42:02.344Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T07:42:52.762Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:42:52.766Z||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-14T07:42:52.766Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:42:52.769Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:42:52.769Z||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-14T07:42:52.769Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:43:02.340Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T07:43:02.368Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T07:43:52.761Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:43:52.765Z||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-14T07:43:52.765Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:43:52.769Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:43:52.769Z||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-14T07:43:52.770Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:44:02.327Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T07:44:02.340Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T07:44:52.763Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:44:52.768Z||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-14T07:44:52.768Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:44:52.770Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:44:52.770Z||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-14T07:44:52.770Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:45:02.352Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T07:45:02.354Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T07:45:52.761Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:45:52.764Z||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-14T07:45:52.765Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:45:52.769Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:45:52.769Z||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-14T07:45:52.769Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:46:02.330Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T07:46:02.336Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T07:46:52.761Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:46:52.765Z||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-14T07:46:52.765Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:46:52.769Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:46:52.770Z||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-14T07:46:52.770Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:47:02.319Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T07:47:02.320Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T07:47:52.761Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:47:52.764Z||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-14T07:47:52.764Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:47:52.769Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:47:52.769Z||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-14T07:47:52.769Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:48:02.402Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T07:48:02.410Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T07:48:52.761Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:48:52.765Z||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-14T07:48:52.765Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:48:52.769Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:48:52.770Z||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-14T07:48:52.770Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:49:02.323Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T07:49:02.342Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T07:49:52.761Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:49:52.765Z||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-14T07:49:52.765Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:49:52.769Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:49:52.769Z||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-14T07:49:52.769Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:50:02.344Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T07:50:02.347Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T07:50:52.761Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:50:52.766Z||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-14T07:50:52.766Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:50:52.769Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:50:52.769Z||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-14T07:50:52.769Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:51:02.336Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T07:51:02.338Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T07:51:52.761Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:51:52.764Z||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-14T07:51:52.764Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:51:52.769Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:51:52.769Z||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-14T07:51:52.769Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:52:02.337Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T07:52:02.356Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T07:52:52.761Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:52:52.765Z||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-14T07:52:52.765Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:52:52.769Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:52:52.769Z||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-14T07:52:52.770Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:53:02.329Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T07:53:02.331Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T07:53:52.761Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:53:52.764Z||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-14T07:53:52.765Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:53:52.769Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:53:52.770Z||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-14T07:53:52.770Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:54:02.320Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T07:54:02.354Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T07:54:52.761Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:54:52.765Z||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-14T07:54:52.765Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:54:52.769Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:54:52.769Z||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-14T07:54:52.769Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:55:02.332Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T07:55:02.347Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T07:55:52.761Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:55:52.765Z||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-14T07:55:52.765Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:55:52.769Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:55:52.769Z||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-14T07:55:52.769Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:56:02.342Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T07:56:02.347Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T07:56:52.761Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:56:52.764Z||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-14T07:56:52.764Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:56:52.769Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:56:52.770Z||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-14T07:56:52.770Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:57:02.365Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T07:57:02.376Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T07:57:52.761Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:57:52.764Z||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-14T07:57:52.765Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:57:52.769Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:57:52.769Z||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-14T07:57:52.769Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:58:02.326Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T07:58:02.352Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T07:58:52.761Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:58:52.764Z||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-14T07:58:52.764Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:58:52.769Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:58:52.770Z||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-14T07:58:52.770Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:59:02.340Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T07:59:02.345Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T07:59:52.761Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:59:52.764Z||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-14T07:59:52.764Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T07:59:52.769Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T07:59:52.769Z||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-14T07:59:52.769Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:00:02.380Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T08:00:02.382Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T08:00:52.761Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:00:52.764Z||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-14T08:00:52.765Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:00:52.769Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:00:52.769Z||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-14T08:00:52.770Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:01:02.367Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T08:01:02.370Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T08:01:52.761Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:01:52.763Z||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-14T08:01:52.763Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:01:52.769Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:01:52.770Z||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-14T08:01:52.770Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:02:02.339Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T08:02:02.373Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T08:02:52.761Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:02:52.764Z||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-14T08:02:52.764Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:02:52.769Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:02:52.769Z||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-14T08:02:52.769Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:03:02.357Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T08:03:02.358Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T08:03:52.761Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:03:52.763Z||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-14T08:03:52.763Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:03:52.768Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:03:52.769Z||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-14T08:03:52.769Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:04:02.334Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T08:04:02.359Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T08:04:52.761Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:04:52.764Z||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-14T08:04:52.764Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:04:52.769Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:04:52.771Z||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-14T08:04:52.771Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:05:02.368Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T08:05:02.372Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T08:05:52.761Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:05:52.764Z||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-14T08:05:52.764Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:05:52.769Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:05:52.770Z||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-14T08:05:52.770Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:06:02.367Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T08:06:02.373Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T08:06:52.770Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:06:52.763Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:06:52.772Z||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-14T08:06:52.772Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:06:52.773Z||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-14T08:06:52.773Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:07:02.407Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T08:07:02.410Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T08:07:52.761Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:07:52.765Z||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-14T08:07:52.765Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:07:52.769Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:07:52.769Z||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-14T08:07:52.769Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:08:02.332Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T08:08:02.334Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T08:08:52.762Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:08:52.764Z||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-14T08:08:52.765Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:08:52.769Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:08:52.769Z||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-14T08:08:52.769Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:09:02.331Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T08:09:02.339Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T08:09:52.761Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:09:52.765Z||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-14T08:09:52.766Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:09:52.769Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:09:52.769Z||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-14T08:09:52.769Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:10:02.369Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T08:10:02.373Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T08:10:52.761Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:10:52.764Z||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-14T08:10:52.764Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:10:52.769Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:10:52.770Z||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-14T08:10:52.770Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:11:02.347Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T08:11:02.347Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T08:11:52.761Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:11:52.764Z||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-14T08:11:52.764Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:11:52.769Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:11:52.770Z||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-14T08:11:52.770Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:12:02.343Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T08:12:02.350Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T08:12:52.761Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:12:52.764Z||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-14T08:12:52.764Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:12:52.769Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:12:52.769Z||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-14T08:12:52.769Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:13:02.328Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T08:13:02.339Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T08:13:52.761Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:13:52.764Z||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-14T08:13:52.764Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:13:52.769Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:13:52.769Z||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-14T08:13:52.769Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:14:02.370Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T08:14:02.365Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T08:14:52.761Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:14:52.764Z||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-14T08:14:52.764Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:14:52.769Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:14:52.769Z||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-14T08:14:52.770Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:15:02.354Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T08:15:02.360Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T08:15:52.761Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:15:52.765Z||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-14T08:15:52.766Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:15:52.769Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:15:52.769Z||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-14T08:15:52.769Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:16:02.324Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T08:16:02.327Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T08:16:52.762Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:16:52.764Z||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-14T08:16:52.765Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:16:52.769Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:16:52.771Z||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-14T08:16:52.772Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:17:02.398Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T08:17:02.399Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T08:17:52.761Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:17:52.763Z||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-14T08:17:52.764Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:17:52.770Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:17:52.771Z||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-14T08:17:52.771Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:18:02.335Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T08:18:02.338Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T08:18:52.764Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:18:52.767Z||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-14T08:18:52.767Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:18:52.771Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:18:52.771Z||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-14T08:18:52.771Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:18:53.403Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T08:18:53.405Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.406Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"37aa0b96-00f9-4da9-b51f-0a5754555172","serviceName":"vFW 2021-09-14 08-14-49","serviceVersion":"1.0","serviceUUID":"6dc3288a-14b5-45d6-bcf9-1284e3c3fd88","serviceDescription":"catalog service description","serviceInvariantUUID":"2c61b285-1d62-410e-b82a-d978345ca3a8","resources":[{"resourceInstanceName":"vFW 1714ccab-ac24 0","resourceName":"vFW 1714ccab-ac24","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2560c39b-1f78-499c-9646-d31a85aeefd1","resourceInvariantUUID":"c55c1e28-b319-45a9-8cee-6b6b87ccb3a5","resourceCustomizationUUID":"ddefc7ae-747a-4e4a-b200-21f030b82c80","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/vf-license-model.xml","artifactChecksum":"NTgwMzZjOGY3NTUwMDQ5OTAxYzU2OTJkOGIwOTAxNmY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7c3d86ee-80de-4ede-aa49-1ba1f4b7b809","artifactVersion":"1"},{"artifactName":"vfw1714ccabac240_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/vfw1714ccabac240_modules.json","artifactChecksum":"NGU0OTFiNGVhMDc0N2UyMTg4NzZlZTk5Yzk2MDY5N2Q\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e345ce5f-20de-4d73-8d72-e161573f11aa","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c1a05382-6046-46f5-8aec-a584a2bd1d83","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/vendor-license-model.xml","artifactChecksum":"MTNkY2QwNTY2NmUyZDY3MmQyZGE5OWI0ZWMwMGY1ZWM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"dcc0237e-6b5a-41f5-ae19-d61d675c3438","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"54a8ea73-1d96-4058-a64b-800137cf5720","artifactVersion":"2","generatedFromUUID":"c1a05382-6046-46f5-8aec-a584a2bd1d83"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210914081449-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210914081449/1.0/artifacts/service-Vfw20210914081449-template.yml","artifactChecksum":"MGJhMjUxZDk3ZmVjNGI5YjQ2NmI1ODQ3YmI1OGI5NGM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5b038ff5-21e5-402a-adc1-3981a33f8774","artifactVersion":"1"},{"artifactName":"service-Vfw20210914081449-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210914081449/1.0/artifacts/service-Vfw20210914081449-csar.csar","artifactChecksum":"NmU1MGEyZTFkZTJkZGZiNTMyMzRlZDRlOGM0MmUxYWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7e4c24c8-93d4-4095-8efb-a043fe57753e","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-14T08:18:53.409Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T08:18:53.415Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.416Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
"consumerID": "cds",
"timestamp": 1631607481992,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-14T08:18:53.437Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-14T08:18:53.445Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:18:53.452Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-14T08:18:53.452Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.452Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631607489195,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-14T08:18:53.452Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-14T08:18:53.452Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.452Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631607490474,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-14T08:18:53.452Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-14T08:18:53.453Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.453Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
"consumerID": "policy-id",
"timestamp": 1631607488482,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-14T08:18:53.453Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-14T08:18:53.453Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.453Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
"consumerID": "ves-openapi-manager",
"timestamp": 1631607486694,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-14T08:18:53.453Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-14T08:18:53.453Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.453Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
"consumerID": "aai-ml",
"timestamp": 1631607487613,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-14T08:18:53.453Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-14T08:18:53.454Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.454Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
"consumerID": "dcae-sch",
"timestamp": 1631607481915,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-14T08:18:53.454Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-14T08:18:53.454Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.454Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
"consumerID": "cds",
"timestamp": 1631607481992,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/vfw1714ccabac240_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-14T08:18:53.455Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-14T08:18:53.455Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.455Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
"consumerID": "ves-openapi-manager",
"timestamp": 1631607486694,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/vfw1714ccabac240_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-14T08:18:53.455Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-14T08:18:53.455Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.455Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631607490474,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/vfw1714ccabac240_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-14T08:18:53.456Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-14T08:18:53.456Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.456Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631607489195,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/vfw1714ccabac240_modules.json",
"status": "NOTIFIED"
}
2021-09-14T08:18:53.456Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-14T08:18:53.456Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.456Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
"consumerID": "aai-ml",
"timestamp": 1631607487613,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/vfw1714ccabac240_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-14T08:18:53.456Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-14T08:18:53.457Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.457Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
"consumerID": "policy-id",
"timestamp": 1631607488482,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/vfw1714ccabac240_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-14T08:18:53.457Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-14T08:18:53.458Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.458Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
"consumerID": "dcae-sch",
"timestamp": 1631607481915,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/vfw1714ccabac240_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-14T08:18:53.458Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-14T08:18:53.458Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.459Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
"consumerID": "cds",
"timestamp": 1631607481992,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-14T08:18:53.459Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-14T08:18:53.459Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.459Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631607490474,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-14T08:18:53.461Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-14T08:18:53.461Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.461Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631607489195,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-09-14T08:18:53.461Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-14T08:18:53.461Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.461Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
"consumerID": "ves-openapi-manager",
"timestamp": 1631607486694,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-14T08:18:53.462Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-14T08:18:53.462Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.462Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
"consumerID": "aai-ml",
"timestamp": 1631607487613,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-14T08:18:53.462Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-14T08:18:53.462Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.462Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
"consumerID": "policy-id",
"timestamp": 1631607488482,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-09-14T08:18:53.463Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-14T08:18:53.463Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.463Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
"consumerID": "dcae-sch",
"timestamp": 1631607481915,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-14T08:18:53.463Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-14T08:18:53.463Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.463Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
"consumerID": "clamp",
"timestamp": 1631607493498,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-14T08:18:53.463Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:18:53.463Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-14T08:18:53.464Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.464Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631607532764,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-14T08:18:53.464Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
"consumerID": "cds",
"timestamp": 1631607481992,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-14T08:18:53.464Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-14T08:18:53.464Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.464Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
"consumerID": "ves-openapi-manager",
"timestamp": 1631607486694,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-14T08:18:53.464Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-14T08:18:53.464Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.464Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631607489195,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-14T08:18:53.465Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-14T08:18:53.465Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.465Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631607490474,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-14T08:18:53.465Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-14T08:18:53.465Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.465Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
"consumerID": "aai-ml",
"timestamp": 1631607487613,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-14T08:18:53.465Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-14T08:18:53.465Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.465Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
"consumerID": "policy-id",
"timestamp": 1631607488482,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-14T08:18:53.466Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-14T08:18:53.466Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.466Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
"consumerID": "dcae-sch",
"timestamp": 1631607481915,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-14T08:18:53.466Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-14T08:18:53.466Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.467Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
"consumerID": "clamp",
"timestamp": 1631607493498,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/vfw1714ccabac240_modules.json",
"status": "NOTIFIED"
}
2021-09-14T08:18:53.467Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-14T08:18:53.467Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.467Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
"consumerID": "cds",
"timestamp": 1631607481992,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-14T08:18:53.467Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-14T08:18:53.467Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.467Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631607490474,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-14T08:18:53.467Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-14T08:18:53.467Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.468Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
"consumerID": "ves-openapi-manager",
"timestamp": 1631607486694,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-14T08:18:53.468Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-14T08:18:53.468Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.468Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631607489195,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-09-14T08:18:53.468Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-14T08:18:53.468Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.468Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
"consumerID": "aai-ml",
"timestamp": 1631607487613,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-14T08:18:53.469Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-14T08:18:53.469Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.469Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
"consumerID": "policy-id",
"timestamp": 1631607488482,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-14T08:18:53.469Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-14T08:18:53.469Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.469Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
"consumerID": "dcae-sch",
"timestamp": 1631607481915,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-14T08:18:53.469Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-14T08:18:53.469Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.469Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
"consumerID": "clamp",
"timestamp": 1631607493498,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-14T08:18:53.470Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-14T08:18:53.470Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.470Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
"consumerID": "cds",
"timestamp": 1631607481992,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/artifacts/service-Vfw20210914081449-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-14T08:18:53.470Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-14T08:18:53.470Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.470Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631607490474,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/artifacts/service-Vfw20210914081449-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-14T08:18:53.470Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-14T08:18:53.470Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.470Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
"consumerID": "ves-openapi-manager",
"timestamp": 1631607486694,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/artifacts/service-Vfw20210914081449-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-14T08:18:53.470Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-14T08:18:53.470Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.471Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
"consumerID": "aai-ml",
"timestamp": 1631607487613,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/artifacts/service-Vfw20210914081449-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-14T08:18:53.471Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-14T08:18:53.471Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.471Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631607489195,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/artifacts/service-Vfw20210914081449-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-14T08:18:53.471Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-14T08:18:53.471Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.471Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
"consumerID": "policy-id",
"timestamp": 1631607488482,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/artifacts/service-Vfw20210914081449-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-14T08:18:53.471Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-14T08:18:53.472Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.472Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
"consumerID": "dcae-sch",
"timestamp": 1631607481915,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/artifacts/service-Vfw20210914081449-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-14T08:18:53.472Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-14T08:18:53.472Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.472Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
"consumerID": "clamp",
"timestamp": 1631607493498,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-14T08:18:53.473Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-14T08:18:53.473Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.473Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
"consumerID": "cds",
"timestamp": 1631607481992,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/artifacts/service-Vfw20210914081449-csar.csar",
"status": "NOTIFIED"
}
2021-09-14T08:18:53.473Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-14T08:18:53.473Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.473Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
"consumerID": "ves-openapi-manager",
"timestamp": 1631607486694,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/artifacts/service-Vfw20210914081449-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-14T08:18:53.473Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-14T08:18:53.474Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.474Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631607490474,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/artifacts/service-Vfw20210914081449-csar.csar",
"status": "NOTIFIED"
}
2021-09-14T08:18:53.474Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-14T08:18:53.474Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.474Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631607489195,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/artifacts/service-Vfw20210914081449-csar.csar",
"status": "NOTIFIED"
}
2021-09-14T08:18:53.475Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-14T08:18:53.475Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.475Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
"consumerID": "aai-ml",
"timestamp": 1631607487613,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/artifacts/service-Vfw20210914081449-csar.csar",
"status": "NOTIFIED"
}
2021-09-14T08:18:53.475Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-14T08:18:53.475Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.475Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
"consumerID": "policy-id",
"timestamp": 1631607488482,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/artifacts/service-Vfw20210914081449-csar.csar",
"status": "NOTIFIED"
}
2021-09-14T08:18:53.475Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-14T08:18:53.476Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.476Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
"consumerID": "dcae-sch",
"timestamp": 1631607481915,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/artifacts/service-Vfw20210914081449-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-14T08:18:53.476Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-14T08:18:53.476Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.476Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
"consumerID": "clamp",
"timestamp": 1631607493498,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-14T08:18:53.476Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-14T08:18:53.476Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.476Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
"consumerID": "clamp",
"timestamp": 1631607493498,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/artifacts/service-Vfw20210914081449-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-14T08:18:53.477Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-14T08:18:53.477Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.477Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
"consumerID": "clamp",
"timestamp": 1631607493498,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/artifacts/service-Vfw20210914081449-csar.csar",
"status": "NOTIFIED"
}
2021-09-14T08:18:53.477Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-14T08:18:53.477Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.477Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631607501065,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/vfw1714ccabac240_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-14T08:18:53.477Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:18:53.477Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.477Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
"consumerID": "cds",
"timestamp": 1631607501110,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/artifacts/service-Vfw20210914081449-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-14T08:18:53.478Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:18:53.478Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.478Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
"consumerID": "aai-ml",
"timestamp": 1631607501092,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/artifacts/service-Vfw20210914081449-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-14T08:18:53.478Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:18:53.478Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.478Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631607501179,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/artifacts/service-Vfw20210914081449-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-14T08:18:53.478Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:18:53.478Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.479Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
"consumerID": "policy-id",
"timestamp": 1631607501073,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/artifacts/service-Vfw20210914081449-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-14T08:18:53.479Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:18:53.479Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.479Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
"consumerID": "policy-id",
"timestamp": 1631607502081,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/artifacts/service-Vfw20210914081449-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-14T08:18:53.479Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:18:53.479Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.479Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
"consumerID": "cds",
"timestamp": 1631607502150,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/artifacts/service-Vfw20210914081449-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-14T08:18:53.563Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 88 ms
2021-09-14T08:18:53.572Z||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-14T08:18:53.573Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:18:53.590Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T08:18:53.591Z||pool-3-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-14T08:18:53.757Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 37aa0b96-00f9-4da9-b51f-0a5754555172
2021-09-14T08:18:53.782Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 37aa0b96-00f9-4da9-b51f-0a5754555172 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-14T08:18:53.816Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.817Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
"consumerID": "policy-id",
"timestamp": 1631607503084,
"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-14T08:18:53.832Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 37aa0b96-00f9-4da9-b51f-0a5754555172
2021-09-14T08:18:53.832Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 37aa0b96-00f9-4da9-b51f-0a5754555172 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-14T08:18:53.851Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.851Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631607503210,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-14T08:18:53.851Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:18:53.851Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.852Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631607506544,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/artifacts/service-Vfw20210914081449-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-14T08:18:53.852Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:18:53.852Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.852Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631607507547,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-09-14T08:18:53.852Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:18:53.852Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.852Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631607507553,
"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-14T08:18:53.865Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 37aa0b96-00f9-4da9-b51f-0a5754555172
2021-09-14T08:18:53.866Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 37aa0b96-00f9-4da9-b51f-0a5754555172 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-14T08:18:53.885Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.885Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631607508912,
"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-14T08:18:53.897Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 37aa0b96-00f9-4da9-b51f-0a5754555172
2021-09-14T08:18:53.897Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 37aa0b96-00f9-4da9-b51f-0a5754555172 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-14T08:18:53.914Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.914Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631607509917,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/vfw1714ccabac240_modules.json",
"status": "DEPLOY_OK"
}
2021-09-14T08:18:53.914Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:18:53.914Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.914Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
"consumerID": "clamp",
"timestamp": 1631607512342,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/artifacts/service-Vfw20210914081449-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-14T08:18:53.914Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:18:53.915Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.915Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
"consumerID": "clamp",
"timestamp": 1631607514353,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/artifacts/service-Vfw20210914081449-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-14T08:18:53.915Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:18:53.915Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.915Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
"consumerID": "clamp",
"timestamp": 1631607515360,
"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-14T08:18:53.921Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 37aa0b96-00f9-4da9-b51f-0a5754555172
2021-09-14T08:18:53.921Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 37aa0b96-00f9-4da9-b51f-0a5754555172 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-14T08:18:53.944Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.944Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
"consumerID": "aai-ml",
"timestamp": 1631607515808,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/artifacts/service-Vfw20210914081449-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-14T08:18:53.945Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:18:53.945Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:18:53.945Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
"consumerID": "aai-ml",
"timestamp": 1631607516814,
"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-14T08:18:53.967Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 37aa0b96-00f9-4da9-b51f-0a5754555172
2021-09-14T08:18:53.967Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 37aa0b96-00f9-4da9-b51f-0a5754555172 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-14T08:18:54.478Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-14T08:18:54.478Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:18:54.482Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:18:54.482Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631607532764,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/vfw1714ccabac240_modules.json",
"status": "NOTIFIED"
}
2021-09-14T08:18:54.583Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-14T08:18:54.589Z||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-14T08:18:54.590Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:18:54.623Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T08:18:54.624Z||pool-4-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2021-09-14T08:18:55.483Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-14T08:18:55.484Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:18:55.487Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:18:55.487Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631607532764,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-09-14T08:18:55.587Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-14T08:18:55.588Z||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-14T08:18:55.589Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:18:55.598Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T08:18:55.598Z||pool-5-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-09-14T08:18:56.488Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-14T08:18:56.489Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:18:56.491Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:18:56.492Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631607532764,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-14T08:18:56.592Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-14T08:18:56.593Z||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-14T08:18:56.593Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:18:56.619Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T08:18:56.620Z||pool-6-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2021-09-14T08:18:57.493Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-14T08:18:57.494Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:18:57.497Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:18:57.497Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631607532764,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-09-14T08:18:57.597Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-14T08:18:57.598Z||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-14T08:18:57.598Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:18:57.607Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T08:18:57.607Z||pool-7-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-09-14T08:18:58.497Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-14T08:18:58.498Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:18:58.501Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:18:58.502Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631607532764,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/artifacts/service-Vfw20210914081449-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-14T08:18:58.604Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-09-14T08:18:58.605Z||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-14T08:18:58.605Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:18:58.628Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T08:18:58.629Z||pool-8-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2021-09-14T08:18:59.502Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-14T08:18:59.503Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:18:59.506Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:18:59.506Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631607532764,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/artifacts/service-Vfw20210914081449-csar.csar",
"status": "NOTIFIED"
}
2021-09-14T08:18:59.608Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-09-14T08:18:59.609Z||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-14T08:18:59.609Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:18:59.619Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T08:18:59.620Z||pool-9-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-14T08:19:00.513Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
"serviceName": "vFW 2021-09-14 08-14-49",
"serviceVersion": "1.0",
"serviceUUID": "6dc3288a-14b5-45d6-bcf9-1284e3c3fd88",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "2c61b285-1d62-410e-b82a-d978345ca3a8",
"resources": [
{
"resourceInstanceName": "vFW 1714ccab-ac24 0",
"resourceCustomizationUUID": "ddefc7ae-747a-4e4a-b200-21f030b82c80",
"resourceName": "vFW 1714ccab-ac24",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "2560c39b-1f78-499c-9646-d31a85aeefd1",
"resourceInvariantUUID": "c55c1e28-b319-45a9-8cee-6b6b87ccb3a5",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw1714ccabac240_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/vfw1714ccabac240_modules.json",
"artifactChecksum": "NGU0OTFiNGVhMDc0N2UyMTg4NzZlZTk5Yzk2MDY5N2Q\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "e345ce5f-20de-4d73-8d72-e161573f11aa",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "c1a05382-6046-46f5-8aec-a584a2bd1d83",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "54a8ea73-1d96-4058-a64b-800137cf5720",
"generatedFromUUID": "c1a05382-6046-46f5-8aec-a584a2bd1d83"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "54a8ea73-1d96-4058-a64b-800137cf5720",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20210914081449-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/artifacts/service-Vfw20210914081449-csar.csar",
"artifactChecksum": "NmU1MGEyZTFkZTJkZGZiNTMyMzRlZDRlOGM0MmUxYWQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "7e4c24c8-93d4-4095-8efb-a043fe57753e"
}
],
"workloadContext": "Production"
}
2021-09-14T08:19:00.514Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-14T08:19:00.514Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6dc3288a-14b5-45d6-bcf9-1284e3c3fd88 ASDC
2021-09-14T08:19:00.676Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:37aa0b96-00f9-4da9-b51f-0a5754555172
ServiceName:vFW 2021-09-14 08-14-49
ServiceVersion:1.0
ServiceUUID:6dc3288a-14b5-45d6-bcf9-1284e3c3fd88
ServiceInvariantUUID:2c61b285-1d62-410e-b82a-d978345ca3a8
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210914081449-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210914081449/1.0/artifacts/service-Vfw20210914081449-csar.csar
ArtifactUUID:7e4c24c8-93d4-4095-8efb-a043fe57753e
ArtifactChecksum:NmU1MGEyZTFkZTJkZGZiNTMyMzRlZDRlOGM0MmUxYWQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 1714ccab-ac24 0
ResourceCustomizationUUID:ddefc7ae-747a-4e4a-b200-21f030b82c80
ResourceInvariantUUID:c55c1e28-b319-45a9-8cee-6b6b87ccb3a5
ResourceName:vFW 1714ccab-ac24
ResourceType:VF
ResourceUUID:2560c39b-1f78-499c-9646-d31a85aeefd1
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw1714ccabac240_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/vfw1714ccabac240_modules.json
ArtifactUUID:e345ce5f-20de-4d73-8d72-e161573f11aa
ArtifactChecksum:NGU0OTFiNGVhMDc0N2UyMTg4NzZlZTk5Yzk2MDY5N2Q=
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/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/base_vfw.yaml
ArtifactUUID:c1a05382-6046-46f5-8aec-a584a2bd1d83
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/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/base_vfw.env
ArtifactUUID:54a8ea73-1d96-4058-a64b-800137cf5720
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/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/base_vfw.env
ArtifactUUID:54a8ea73-1d96-4058-a64b-800137cf5720
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-09-14T08:19:00.677Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6dc3288a-14b5-45d6-bcf9-1284e3c3fd88 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-14T08:19:00.757Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-14T08:19:00.759Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-14T08:19:00.762Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-14T08:19:00.762Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 7e4c24c8-93d4-4095-8efb-a043fe57753e from URL: /sdc/v1/catalog/services/Vfw20210914081449/1.0/artifacts/service-Vfw20210914081449-csar.csar
2021-09-14T08:19:00.763Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-14T08:19:00.767Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210914081449/1.0/artifacts/service-Vfw20210914081449-csar.csar
2021-09-14T08:19:01.861Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-14T08:19:01.882Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210914081449/1.0/artifacts/service-Vfw20210914081449-csar.csar 7e4c24c8-93d4-4095-8efb-a043fe57753e 98737
2021-09-14T08:19:01.883Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210914081449/1.0/artifacts/service-Vfw20210914081449-csar.csar ASDC sendASDCNotification
2021-09-14T08:19:01.884Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210914081449/1.0/artifacts/service-Vfw20210914081449-csar.csar
2021-09-14T08:19:01.891Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-14T08:19:01.892Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:19:01.894Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:19:01.895Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631607541882,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/artifacts/service-Vfw20210914081449-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-14T08:19:01.995Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-14T08:19:01.996Z||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-14T08:19:01.996Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:19:02.010Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T08:19:02.012Z||pool-10-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-09-14T08:19:02.895Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-14T08:19:02.896Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-14T08:19:02.897Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 7e4c24c8-93d4-4095-8efb-a043fe57753e, URL: /sdc/v1/catalog/services/Vfw20210914081449/1.0/artifacts/service-Vfw20210914081449-csar.csar to file: /app/ASDC/1/service-Vfw20210914081449-csar.csar
2021-09-14T08:19:02.897Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210914081449-csar.csar
2021-09-14T08:19:03.164Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210914081449-csar.csar
2021-09-14T08:19:03.165Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210914081449-csar.csar
2021-09-14T08:19:04.123Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6259153323155807479/Definitions/service-Vfw20210914081449-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_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_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2021-09-14T08:19:07.031Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-14T08:19:07.036Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-09-14T08:19:07.036Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210914081449-csar.csar
2021-09-14T08:19:07.036Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-09-14T08:19:07.036Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||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-Vfw20210914081449-csar.csar
2021-09-14T08:19:07.036Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||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-Vfw20210914081449-csar.csar
2021-09-14T08:19:07.037Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||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-Vfw20210914081449-csar.csar
2021-09-14T08:19:07.037Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210914081449-csar.csar
2021-09-14T08:19:07.037Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210914081449-csar.csar
2021-09-14T08:19:07.037Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||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-Vfw20210914081449-csar.csar
2021-09-14T08:19:07.037Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||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-Vfw20210914081449-csar.csar
2021-09-14T08:19:07.037Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||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-Vfw20210914081449-csar.csar
2021-09-14T08:19:07.037Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210914081449-csar.csar
2021-09-14T08:19:07.037Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||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-Vfw20210914081449-csar.csar
2021-09-14T08:19:07.038Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210914081449-csar.csar
2021-09-14T08:19:07.038Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||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-Vfw20210914081449-csar.csar
2021-09-14T08:19:07.038Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 1714ccab-ac24 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-Vfw20210914081449-csar.csar
2021-09-14T08:19:07.038Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-09-14T08:19:07.044Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T08:19:07.046Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-14 08-14-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T08:19:07.050Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template vFW 1714ccab-ac24 0 is matching search criteria
2021-09-14T08:19:07.050Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-09-14T08:19:07.052Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 1714ccab-ac24 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-14T08:19:07.054Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T08:19:07.054Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-14 08-14-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T08:19:07.054Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template vFW 1714ccab-ac24 0 is matching search criteria
2021-09-14T08:19:07.054Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-09-14T08:19:07.054Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 1714ccab-ac24 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-14T08:19:07.055Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T08:19:07.055Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-14 08-14-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T08:19:07.058Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T08:19:07.059Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template vFW 1714ccab-ac24 0 is not matching search criteria
2021-09-14T08:19:07.059Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-14T08:19:07.059Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-14T08:19:07.059Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-14T08:19:07.060Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-14T08:19:07.060Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-14T08:19:07.060Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-14T08:19:07.060Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-14T08:19:07.060Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-14T08:19:07.061Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-14T08:19:07.061Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-14T08:19:07.061Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-14T08:19:07.061Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-14T08:19:07.061Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-14T08:19:07.062Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-14T08:19:07.062Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-14T08:19:07.062Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-14T08:19:07.062Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T08:19:07.063Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-14 08-14-49 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-14T08:19:07.064Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T08:19:07.065Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template vFW 1714ccab-ac24 0 is matching search criteria
2021-09-14T08:19:07.065Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 1714ccab-ac24 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-14T08:19:07.065Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T08:19:07.066Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template vFW 1714ccab-ac24 0 is matching search criteria
2021-09-14T08:19:07.066Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 1714ccab-ac24 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-14T08:19:07.066Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T08:19:07.066Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template vFW 1714ccab-ac24 0 is matching search criteria
2021-09-14T08:19:07.067Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 1714ccab-ac24 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-14T08:19:07.067Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T08:19:07.067Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template vFW 1714ccab-ac24 0 is not matching search criteria
2021-09-14T08:19:07.067Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-14T08:19:07.067Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-14T08:19:07.068Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-14T08:19:07.068Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-14T08:19:07.068Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-14T08:19:07.068Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-14T08:19:07.069Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-14T08:19:07.072Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-14T08:19:07.072Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-14T08:19:07.072Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-14T08:19:07.072Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-14T08:19:07.073Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=cbf6fccd-709b-4158-96d0-ad0e8e779897
2021-09-14T08:19:07.073Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T08:19:07.073Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template vFW 1714ccab-ac24 0 is not matching search criteria
2021-09-14T08:19:07.073Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-14T08:19:07.074Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-14T08:19:07.074Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-14T08:19:07.074Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-14T08:19:07.074Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-14T08:19:07.074Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-14T08:19:07.075Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-14T08:19:07.075Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-09-14T08:19:07.075Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-14T08:19:07.075Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-14T08:19:07.076Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-14T08:19:07.076Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-14T08:19:07.076Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c586c74c-b259-4844-9f35-ca363503f0ca
2021-09-14T08:19:07.076Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T08:19:07.077Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template vFW 1714ccab-ac24 0 is not matching search criteria
2021-09-14T08:19:07.077Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-14T08:19:07.077Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-14T08:19:07.077Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-14T08:19:07.077Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-14T08:19:07.078Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-14T08:19:07.078Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-14T08:19:07.078Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-14T08:19:07.078Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-14T08:19:07.079Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-14T08:19:07.079Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-14T08:19:07.079Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-14T08:19:07.079Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-09-14T08:19:07.079Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=0483f521-2803-4db9-bed4-4fcccaac851b
2021-09-14T08:19:07.080Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T08:19:07.080Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-14 08-14-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T08:19:07.080Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T08:19:07.080Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-14 08-14-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T08:19:07.080Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T08:19:07.081Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-14 08-14-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T08:19:07.081Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T08:19:07.081Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-14 08-14-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T08:19:07.081Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-09-14 08-14-49
Description:catalog service description
Model UUID:6dc3288a-14b5-45d6-bcf9-1284e3c3fd88
Model Version:NULL
Model InvariantUuid:2c61b285-1d62-410e-b82a-d978345ca3a8
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 1714ccab-ac24
Model UUID:6d259853-07da-4467-b43c-9da22c1b7b2d
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:c55c1e28-b319-45a9-8cee-6b6b87ccb3a5
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:ddefc7ae-747a-4e4a-b200-21f030b82c80
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:de87f8fa-01e0-43bf-8be7-8ecf85b6ddae
ModelName:Vfw1714ccabAc24..base_vfw..module-0
ModelUuid:b9402b2d-9867-4805-86a1-0a295ce19b5f
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:cbf6fccd-709b-4158-96d0-ad0e8e779897
ModelInvariantUuid:32ef81c9-ef59-4ff7-923f-42a2cb1c8f95
ModelName:vFW 1714ccab-ac24-nodes.vfwCvfc
ModelUuid:c257d112-7610-4ed0-ad8c-858733b05248
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:b6fde21d-0200-4670-87df-54c94fd2c75f
ModelInvariantUuid:ec498c5d-49ac-464b-a60c-41838d7546f7
ModelName:Vfw1714ccabAc24.compute.nodes.heat.vfw
ModelUuid:16b1cecf-a917-4173-b393-e9dfb7ad3e57
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:c586c74c-b259-4844-9f35-ca363503f0ca
ModelInvariantUuid:5b6c61b3-af07-4c19-a9f3-ed563cd679f9
ModelName:vFW 1714ccab-ac24-nodes.vsnCvfc
ModelUuid:5fce1e4c-3034-4310-b985-8875f6a12f0a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:547f5d45-2a57-495c-913e-196f71364875
ModelInvariantUuid:04ccdb08-e5ca-4fb4-86fc-5b83ec8aa962
ModelName:Vfw1714ccabAc24.compute.nodes.heat.vsn
ModelUuid:fd80f346-f2f9-40e3-b9fc-0eb53d5255da
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:0483f521-2803-4db9-bed4-4fcccaac851b
ModelInvariantUuid:3e8aeea5-8fbd-4b08-8c43-dc01c9f8fd0e
ModelName:vFW 1714ccab-ac24-nodes.vpgCvfc
ModelUuid:3bf7c6a8-86b4-4ed8-9dce-77518e21769c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:7f0ab7cc-b302-4335-9bb2-d996b7a8c227
ModelInvariantUuid:a69915c7-9aad-40c8-ab5f-567e3eaf43d6
ModelName:Vfw1714ccabAc24.compute.nodes.heat.vpg
ModelUuid:0566eafe-dbfe-4705-b816-f43e76cf234f
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-14T08:19:07.136Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 2560c39b-1f78-499c-9646-d31a85aeefd1
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-14T08:19:07.248Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||vFW 1714ccab-ac24 0
2021-09-14T08:19:07.254Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2560c39b-1f78-499c-9646-d31a85aeefd1
2021-09-14T08:19:07.254Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: e345ce5f-20de-4d73-8d72-e161573f11aa from URL: /sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/vfw1714ccabac240_modules.json
2021-09-14T08:19:07.255Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-14T08:19:07.255Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/vfw1714ccabac240_modules.json
2021-09-14T08:19:08.067Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-14T08:19:08.068Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/vfw1714ccabac240_modules.json e345ce5f-20de-4d73-8d72-e161573f11aa 785
2021-09-14T08:19:08.068Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/vfw1714ccabac240_modules.json ASDC sendASDCNotification
2021-09-14T08:19:08.068Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/vfw1714ccabac240_modules.json
2021-09-14T08:19:08.068Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-14T08:19:08.069Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:19:08.071Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:19:08.071Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631607548068,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/vfw1714ccabac240_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-14T08:19:08.171Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-14T08:19:08.172Z||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-14T08:19:08.173Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:19:08.183Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T08:19:08.183Z||pool-11-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-14T08:19:09.077Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw1714ccabAc24..base_vfw..module-0",
"vfModuleModelInvariantUUID": "de87f8fa-01e0-43bf-8be7-8ecf85b6ddae",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "b9402b2d-9867-4805-86a1-0a295ce19b5f",
"vfModuleModelCustomizationUUID": "67ede325-286d-41e5-9a5e-d688090a0fcd",
"isBase": true,
"artifacts": [
"c1a05382-6046-46f5-8aec-a584a2bd1d83",
"54a8ea73-1d96-4058-a64b-800137cf5720"
],
"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-14T08:19:09.095Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw1714ccabAc24..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b9402b2d-9867-4805-86a1-0a295ce19b5f
VfModuleModelInvariantUUID:de87f8fa-01e0-43bf-8be7-8ecf85b6ddae
VfModuleModelDescription:NULL
Artifacts UUID List:{
c1a05382-6046-46f5-8aec-a584a2bd1d83
,
54a8ea73-1d96-4058-a64b-800137cf5720
}
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-14T08:19:09.098Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw1714ccabAc24..base_vfw..module-0",
"vfModuleModelInvariantUUID": "de87f8fa-01e0-43bf-8be7-8ecf85b6ddae",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "b9402b2d-9867-4805-86a1-0a295ce19b5f",
"vfModuleModelCustomizationUUID": "67ede325-286d-41e5-9a5e-d688090a0fcd",
"isBase": true,
"artifacts": [
"c1a05382-6046-46f5-8aec-a584a2bd1d83",
"54a8ea73-1d96-4058-a64b-800137cf5720"
],
"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-14T08:19:09.098Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw1714ccabAc24..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b9402b2d-9867-4805-86a1-0a295ce19b5f
VfModuleModelInvariantUUID:de87f8fa-01e0-43bf-8be7-8ecf85b6ddae
VfModuleModelDescription:NULL
Artifacts UUID List:{
c1a05382-6046-46f5-8aec-a584a2bd1d83
,
54a8ea73-1d96-4058-a64b-800137cf5720
}
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-14T08:19:09.098Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: c1a05382-6046-46f5-8aec-a584a2bd1d83 from URL: /sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/base_vfw.yaml
2021-09-14T08:19:09.099Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-14T08:19:09.099Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/base_vfw.yaml
2021-09-14T08:19:09.991Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-14T08:19:09.992Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/base_vfw.yaml c1a05382-6046-46f5-8aec-a584a2bd1d83 20368
2021-09-14T08:19:09.992Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-09-14T08:19:09.992Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/base_vfw.yaml
2021-09-14T08:19:09.992Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-14T08:19:09.993Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:19:09.995Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:19:09.995Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631607549992,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-14T08:19:10.095Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-14T08:19:10.096Z||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-14T08:19:10.096Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:19:10.107Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T08:19:10.109Z||pool-12-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-14T08:19:11.000Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 54a8ea73-1d96-4058-a64b-800137cf5720 from URL: /sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/base_vfw.env
2021-09-14T08:19:11.000Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-14T08:19:11.000Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/base_vfw.env
2021-09-14T08:19:11.866Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-14T08:19:11.867Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/base_vfw.env 54a8ea73-1d96-4058-a64b-800137cf5720 2098
2021-09-14T08:19:11.867Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/base_vfw.env ASDC sendASDCNotification
2021-09-14T08:19:11.867Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/base_vfw.env
2021-09-14T08:19:11.868Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-14T08:19:11.868Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:19:11.870Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:19:11.871Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631607551867,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-09-14T08:19:11.971Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-14T08:19:11.972Z||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-14T08:19:11.972Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:19:11.982Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T08:19:11.983Z||pool-13-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-09-14T08:19:12.872Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 6dc3288a-14b5-45d6-bcf9-1284e3c3fd88
2021-09-14T08:19:12.872Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 1714ccab-ac24 0 2560c39b-1f78-499c-9646-d31a85aeefd1 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-14T08:19:12.926Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5bfc0a33, org.onap.sdc.toscaparser.api.parameters.Input@28a7e1a4, org.onap.sdc.toscaparser.api.parameters.Input@52218785, org.onap.sdc.toscaparser.api.parameters.Input@5dd22a5c, org.onap.sdc.toscaparser.api.parameters.Input@66440e47]
2021-09-14T08:19:12.930Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T08:19:12.930Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-14 08-14-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T08:19:12.931Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic
2021-09-14T08:19:12.931Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= ddefc7ae-747a-4e4a-b200-21f030b82c80
2021-09-14T08:19:12.931Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ddefc7ae-747a-4e4a-b200-21f030b82c80 matches Tosca VF Customization UUID: ddefc7ae-747a-4e4a-b200-21f030b82c80
2021-09-14T08:19:12.931Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: ddefc7ae-747a-4e4a-b200-21f030b82c80 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-14T08:19:12.957Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T08:19:12.958Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-14 08-14-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T08:19:12.959Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id ddefc7ae-747a-4e4a-b200-21f030b82c80: {\"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-14T08:19:12.959Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1ac249db
2021-09-14T08:19:12.960Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T08:19:12.960Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-14 08-14-49 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-14T08:19:12.960Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 67ede325-286d-41e5-9a5e-d688090a0fcd
2021-09-14T08:19:12.961Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 67ede325-286d-41e5-9a5e-d688090a0fcd
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-14T08:19:12.969Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T08:19:12.969Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template vFW 1714ccab-ac24 0 is matching search criteria
2021-09-14T08:19:12.969Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 1714ccab-ac24 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-14T08:19:12.970Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T08:19:12.970Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template vFW 1714ccab-ac24 0 is matching search criteria
2021-09-14T08:19:12.971Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 1714ccab-ac24 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-14T08:19:12.971Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T08:19:12.971Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template vFW 1714ccab-ac24 0 is not matching search criteria
2021-09-14T08:19:12.971Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-14T08:19:12.971Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-14T08:19:12.971Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-14T08:19:12.972Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-14T08:19:12.972Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-14T08:19:12.972Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-14T08:19:12.972Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-14T08:19:12.972Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-14T08:19:12.973Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-14T08:19:12.973Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-14T08:19:12.973Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-14T08:19:12.973Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=cbf6fccd-709b-4158-96d0-ad0e8e779897
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-14T08:19:12.996Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T08:19:12.997Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template vFW 1714ccab-ac24 0 is matching search criteria
2021-09-14T08:19:12.997Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 1714ccab-ac24 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-14T08:19:12.997Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T08:19:12.997Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template vFW 1714ccab-ac24 0 is not matching search criteria
2021-09-14T08:19:12.997Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-14T08:19:12.998Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-14T08:19:12.998Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-14T08:19:12.998Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-14T08:19:12.998Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-14T08:19:12.998Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-14T08:19:12.998Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-14T08:19:12.998Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-09-14T08:19:12.999Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-14T08:19:12.999Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-14T08:19:12.999Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-14T08:19:12.999Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-14T08:19:12.999Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c586c74c-b259-4844-9f35-ca363503f0ca
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-14T08:19:13.003Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T08:19:13.003Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template vFW 1714ccab-ac24 0 is matching search criteria
2021-09-14T08:19:13.003Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 1714ccab-ac24 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-14T08:19:13.005Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T08:19:13.006Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template vFW 1714ccab-ac24 0 is not matching search criteria
2021-09-14T08:19:13.006Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-14T08:19:13.006Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-14T08:19:13.006Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-14T08:19:13.006Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-14T08:19:13.006Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-14T08:19:13.007Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-14T08:19:13.007Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-14T08:19:13.007Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-14T08:19:13.007Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-14T08:19:13.007Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-14T08:19:13.007Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-14T08:19:13.008Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-09-14T08:19:13.008Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=0483f521-2803-4db9-bed4-4fcccaac851b
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-14T08:19:13.012Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T08:19:13.012Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template vFW 1714ccab-ac24 0 is matching search criteria
2021-09-14T08:19:13.012Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 1714ccab-ac24 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-14T08:19:13.013Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T08:19:13.013Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Node template vFW 1714ccab-ac24 0 is matching search criteria
2021-09-14T08:19:13.013Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 1714ccab-ac24 0] matching following query criteria: sdcType=VF, customizationUUID=ddefc7ae-747a-4e4a-b200-21f030b82c80
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-14T08:19:13.015Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T08:19:13.015Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-14 08-14-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T08:19:13.016Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 6dc3288a-14b5-45d6-bcf9-1284e3c3fd88: vFW 1714ccab-ac24
2021-09-14T08:19:13.016Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T08:19:13.016Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-14 08-14-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T08:19:13.016Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T08:19:13.017Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-14 08-14-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T08:19:13.017Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T08:19:13.017Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-14 08-14-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T08:19:13.017Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T08:19:13.017Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-14 08-14-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T08:19:13.017Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T08:19:13.018Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-14 08-14-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T08:19:13.018Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||Saving Service: vFW 2021-09-14 08-14-49
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-14T08:19:13.468Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 1714ccab-ac24 2560c39b-1f78-499c-9646-d31a85aeefd1 1 ASDC deployResourceStructure
2021-09-14T08:19:13.469Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/vfw1714ccabac240_modules.json ASDC sendASDCNotification
2021-09-14T08:19:13.469Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/vfw1714ccabac240_modules.json
2021-09-14T08:19:13.470Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-14T08:19:13.470Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:19:13.477Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:19:13.477Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631607553469,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/vfw1714ccabac240_modules.json",
"status": "DEPLOY_OK"
}
2021-09-14T08:19:13.577Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-14T08:19:13.578Z||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-14T08:19:13.578Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:19:13.590Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T08:19:13.591Z||pool-14-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-14T08:19:14.481Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-09-14T08:19:14.482Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/base_vfw.yaml
2021-09-14T08:19:14.482Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-14T08:19:14.482Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:19:14.485Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:19:14.485Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631607554481,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-09-14T08:19:14.585Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-14T08:19:14.586Z||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-14T08:19:14.586Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:19:14.599Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T08:19:14.600Z||pool-15-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-14T08:19:15.486Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/base_vfw.env ASDC sendASDCNotification
2021-09-14T08:19:15.486Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/base_vfw.env
2021-09-14T08:19:15.487Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-14T08:19:15.487Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:19:15.489Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:19:15.489Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631607555486,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-09-14T08:19:15.589Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-14T08:19:15.590Z||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-14T08:19:15.590Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:19:15.598Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T08:19:15.599Z||pool-16-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-14T08:19:16.491Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210914081449/1.0/artifacts/service-Vfw20210914081449-csar.csar ASDC sendASDCNotification
2021-09-14T08:19:16.491Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210914081449/1.0/artifacts/service-Vfw20210914081449-csar.csar
2021-09-14T08:19:16.492Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-14T08:19:16.492Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:19:16.495Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:19:16.495Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631607556490,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/artifacts/service-Vfw20210914081449-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-14T08:19:16.595Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-14T08:19:16.596Z||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-14T08:19:16.596Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:19:16.603Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T08:19:16.604Z||pool-17-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-14T08:19:17.497Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 37aa0b96-00f9-4da9-b51f-0a5754555172
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-14T08:19:17.519Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 37aa0b96-00f9-4da9-b51f-0a5754555172
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-14T08:19:17.524Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-14T08:19:17.524Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-14T08:19:17.524Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-14T08:19:17.525Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-14T08:19:17.525Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-14T08:19:17.525Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-14T08:19:17.525Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-14T08:19:17.526Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-14T08:19:17.526Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-14T08:19:17.526Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-14T08:19:17.526Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||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-14T08:19:17.536Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-14T08:19:47.539Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 37aa0b96-00f9-4da9-b51f-0a5754555172 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-14T08:19:47.571Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 37aa0b96-00f9-4da9-b51f-0a5754555172 and serviceModelVersionId: 6dc3288a-14b5-45d6-bcf9-1284e3c3fd88
2021-09-14T08:19:47.571Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2c61b285-1d62-410e-b82a-d978345ca3a8
2021-09-14T08:19:52.769Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:19:52.771Z||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-14T08:19:52.771Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:19:52.907Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T08:19:52.909Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:19:52.909Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631607532764,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-14T08:19:52.910Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-14T08:20:06.173Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2c61b285-1d62-410e-b82a-d978345ca3a8/model-vers/model-ver/6dc3288a-14b5-45d6-bcf9-1284e3c3fd88?depth=0
2021-09-14T08:20:06.310Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-09-14T08:20:06.857Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2c61b285-1d62-410e-b82a-d978345ca3a8/model-vers/model-ver/6dc3288a-14b5-45d6-bcf9-1284e3c3fd88?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-14T08:20:06.866Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2c61b285-1d62-410e-b82a-d978345ca3a8/model-vers/model-ver/6dc3288a-14b5-45d6-bcf9-1284e3c3fd88?depth=0|INFO|500||Invoke
2021-09-14T08:20:07.009Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2c61b285-1d62-410e-b82a-d978345ca3a8/model-vers/model-ver/6dc3288a-14b5-45d6-bcf9-1284e3c3fd88?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-09-14T08:20:07.579Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2c61b285-1d62-410e-b82a-d978345ca3a8/model-vers/model-ver/6dc3288a-14b5-45d6-bcf9-1284e3c3fd88?depth=0|INFO|500||InvokeReturn
2021-09-14T08:20:07.580Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2c61b285-1d62-410e-b82a-d978345ca3a8/model-vers/model-ver/6dc3288a-14b5-45d6-bcf9-1284e3c3fd88?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210914-08:20:06:999-84032], vertex-id=[352256], Content-Length=[0], Date=[Tue, 14 Sep 2021 08:20:06 GMT], Content-Type=[application/json]}
2021-09-14T08:20:07.581Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2021-09-14T08:20:07.584Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-14T08:20:07.584Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||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-14T08:20:07.591Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||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-14T08:20:07.592Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 37aa0b96-00f9-4da9-b51f-0a5754555172 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-14T08:20:07.593Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-14T08:20:07.593Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:20:07.595Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:20:07.596Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631607607592,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-14T08:20:07.696Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-14T08:20:07.697Z||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-14T08:20:07.697Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:20:07.704Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T08:20:07.705Z||pool-18-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-14T08:20:08.648Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:20:08.648Z|37aa0b96-00f9-4da9-b51f-0a5754555172|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-14T08:20:08.649Z|37aa0b96-00f9-4da9-b51f-0a5754555172|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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:20:18.302Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T08:20:52.761Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:20:52.763Z|37aa0b96-00f9-4da9-b51f-0a5754555172|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-14T08:20:52.763Z|37aa0b96-00f9-4da9-b51f-0a5754555172|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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:20:52.769Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:20:52.770Z||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-14T08:20:52.770Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:20:52.805Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T08:20:52.806Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:20:52.806Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631607532764,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/vfw1714ccabac240_modules.json",
"status": "NOTIFIED"
}
2021-09-14T08:20:52.808Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-14T08:20:52.808Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:20:52.808Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631607532764,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-09-14T08:20:52.808Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-14T08:20:52.808Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:20:52.808Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631607532764,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-14T08:20:52.808Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-14T08:20:52.808Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:20:52.809Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631607532764,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-09-14T08:20:52.810Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-14T08:20:52.810Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:20:52.810Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631607532764,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/artifacts/service-Vfw20210914081449-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-14T08:20:52.810Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-14T08:20:52.810Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:20:52.810Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631607532764,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/artifacts/service-Vfw20210914081449-csar.csar",
"status": "NOTIFIED"
}
2021-09-14T08:20:52.810Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-14T08:20:52.811Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:20:52.811Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631607541882,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/artifacts/service-Vfw20210914081449-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-14T08:20:52.811Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:20:52.811Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:20:52.811Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631607548068,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/vfw1714ccabac240_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-14T08:20:52.811Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:20:52.811Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:20:52.811Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631607549992,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-14T08:20:52.812Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:20:52.812Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:20:52.812Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631607551867,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-09-14T08:20:52.812Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:20:52.812Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:20:52.812Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631607553469,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/vfw1714ccabac240_modules.json",
"status": "DEPLOY_OK"
}
2021-09-14T08:20:52.812Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:20:52.812Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:20:52.812Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631607554481,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-09-14T08:20:52.813Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:20:52.813Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:20:52.813Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631607555486,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/resourceInstances/vfw1714ccabac240/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-09-14T08:20:52.813Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:20:52.813Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:20:52.813Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631607556490,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210914081449/1.0/artifacts/service-Vfw20210914081449-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-14T08:20:52.813Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:21:02.349Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T08:21:52.765Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:21:52.769Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:21:52.772Z||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-14T08:21:52.772Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:21:52.772Z|37aa0b96-00f9-4da9-b51f-0a5754555172|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-14T08:21:52.772Z|37aa0b96-00f9-4da9-b51f-0a5754555172|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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:21:53.308Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T08:21:53.310Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:21:53.311Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37aa0b96-00f9-4da9-b51f-0a5754555172",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631607607592,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-14T08:21:53.317Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:22:02.352Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T08:22:52.762Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:22:52.766Z|37aa0b96-00f9-4da9-b51f-0a5754555172|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-14T08:22:52.766Z|37aa0b96-00f9-4da9-b51f-0a5754555172|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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:22:52.769Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:22:52.769Z||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-14T08:22:52.770Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:23:02.357Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T08:23:02.384Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T08:23:52.762Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:23:52.765Z|37aa0b96-00f9-4da9-b51f-0a5754555172|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-14T08:23:52.765Z|37aa0b96-00f9-4da9-b51f-0a5754555172|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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:23:52.769Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:23:52.769Z||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-14T08:23:52.769Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:24:02.330Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T08:24:02.344Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T08:24:52.761Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:24:52.764Z|37aa0b96-00f9-4da9-b51f-0a5754555172|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-14T08:24:52.764Z|37aa0b96-00f9-4da9-b51f-0a5754555172|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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:24:52.769Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:24:52.769Z||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-14T08:24:52.769Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:24:53.404Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T08:24:53.408Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.409Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
"consumerID": "ves-openapi-manager",
"timestamp": 1631607846692,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-14T08:24:53.410Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-14T08:24:53.410Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.410Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
"consumerID": "aai-ml",
"timestamp": 1631607847615,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-14T08:24:53.410Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-14T08:24:53.411Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.411Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
"consumerID": "cds",
"timestamp": 1631607841993,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-14T08:24:53.411Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-14T08:24:53.411Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.412Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
"consumerID": "dcae-sch",
"timestamp": 1631607841912,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-14T08:24:53.412Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-14T08:24:53.412Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.412Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
"consumerID": "policy-id",
"timestamp": 1631607848482,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-14T08:24:53.413Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-14T08:24:53.413Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.413Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631607849195,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-14T08:24:53.414Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-14T08:24:53.414Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.414Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
"consumerID": "ves-openapi-manager",
"timestamp": 1631607846692,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/basic_onboard_dzcvol0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-14T08:24:53.415Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-14T08:24:53.415Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.415Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
"consumerID": "aai-ml",
"timestamp": 1631607847615,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/basic_onboard_dzcvol0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-14T08:24:53.415Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-14T08:24:53.416Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.416Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
"consumerID": "cds",
"timestamp": 1631607841993,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/basic_onboard_dzcvol0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-14T08:24:53.416Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-14T08:24:53.416Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.416Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
"consumerID": "dcae-sch",
"timestamp": 1631607841912,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/basic_onboard_dzcvol0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-14T08:24:53.417Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-14T08:24:53.417Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.417Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
"consumerID": "policy-id",
"timestamp": 1631607848482,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/basic_onboard_dzcvol0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-14T08:24:53.418Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-14T08:24:53.418Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.418Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631607849195,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/basic_onboard_dzcvol0_modules.json",
"status": "NOTIFIED"
}
2021-09-14T08:24:53.418Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-14T08:24:53.418Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.418Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
"consumerID": "ves-openapi-manager",
"timestamp": 1631607846692,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-14T08:24:53.419Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-14T08:24:53.419Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.419Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
"consumerID": "cds",
"timestamp": 1631607841993,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-14T08:24:53.419Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-14T08:24:53.419Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.420Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
"consumerID": "aai-ml",
"timestamp": 1631607847615,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-14T08:24:53.420Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-14T08:24:53.420Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.420Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
"consumerID": "dcae-sch",
"timestamp": 1631607841912,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-14T08:24:53.420Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-14T08:24:53.420Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.420Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T08:24:53.421Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631607850475,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-14T08:24:53.421Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-14T08:24:53.421Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.421Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
"consumerID": "policy-id",
"timestamp": 1631607848482,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-14T08:24:53.421Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-14T08:24:53.422Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.422Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.422Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631607849195,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-14T08:24:53.422Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"45183997-5fa2-4227-b4c1-5d211532fc0f","serviceName":"basic_onboard_DzcvoL","serviceVersion":"1.0","serviceUUID":"c961be14-59b5-484a-a104-445b8c0b103c","serviceDescription":"service","serviceInvariantUUID":"59c74ba7-3103-4aae-9522-9017f5e98d2a","resources":[{"resourceInstanceName":"basic_onboard_DzcvoL 0","resourceName":"basic_onboard_DzcvoL","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9eaa6b7b-0040-4540-ab76-233732397975","resourceInvariantUUID":"3dfed7fb-2475-465f-b3dc-48db7b088a66","resourceCustomizationUUID":"5906b44f-2040-49d2-a519-ef357e833040","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/vf-license-model.xml","artifactChecksum":"YzQyMmQxZGIzNzFlN2JjYTE5OGFkMGE0NGUyMGIyYTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6c699516-c123-4e9d-941a-07e7d25b951e","artifactVersion":"1"},{"artifactName":"basic_onboard_dzcvol0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/basic_onboard_dzcvol0_modules.json","artifactChecksum":"M2M1OTdmODQ5ZGZkNzI4ZjhmYzk0NDUyYWVhODY4Y2M\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a42c97f1-07b6-44ca-b925-dc083d8b7604","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"16f37386-9875-4ece-a94f-df3cc365d030","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"98835067-e5a2-41a0-bac7-ac311f975d6f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"c832c8bc-ecbd-4c28-928a-547574f0c9a6","artifactVersion":"2","generatedFromUUID":"16f37386-9875-4ece-a94f-df3cc365d030"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardDzcvol-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/artifacts/service-BasicOnboardDzcvol-template.yml","artifactChecksum":"ZTgxZGVjNDNiNjYwODQwMTM2YmU4NzMzMGJmZTE4ODc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"166dcaca-4284-494d-904e-3560cb565ba4","artifactVersion":"1"},{"artifactName":"service-BasicOnboardDzcvol-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/artifacts/service-BasicOnboardDzcvol-csar.csar","artifactChecksum":"NjQ0MDZjZTA3ODMyNTg0ZjIxZjBkYzFkYTQ1YjQ3N2M\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"255e4cb4-adbc-4d84-928b-d549c8a28674","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-14T08:24:53.422Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-14T08:24:53.422Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.422Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
"consumerID": "ves-openapi-manager",
"timestamp": 1631607846692,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-14T08:24:53.422Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-14T08:24:53.423Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.423Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
"consumerID": "aai-ml",
"timestamp": 1631607847615,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-14T08:24:53.423Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-14T08:24:53.423Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.423Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
"consumerID": "cds",
"timestamp": 1631607841993,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-14T08:24:53.424Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-14T08:24:53.424Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.424Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
"consumerID": "dcae-sch",
"timestamp": 1631607841912,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-14T08:24:53.424Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-14T08:24:53.424Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.425Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631607850475,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/basic_onboard_dzcvol0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-14T08:24:53.425Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-14T08:24:53.425Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.425Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
"consumerID": "policy-id",
"timestamp": 1631607848482,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-14T08:24:53.426Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-14T08:24:53.426Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.426Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631607849195,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-14T08:24:53.426Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-14T08:24:53.427Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.427Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
"consumerID": "ves-openapi-manager",
"timestamp": 1631607846692,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-14T08:24:53.427Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-14T08:24:53.428Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.428Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
"consumerID": "aai-ml",
"timestamp": 1631607847615,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-14T08:24:53.428Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-14T08:24:53.429Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.429Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
"consumerID": "cds",
"timestamp": 1631607841993,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-14T08:24:53.429Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-14T08:24:53.429Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.430Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
"consumerID": "dcae-sch",
"timestamp": 1631607841912,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-14T08:24:53.430Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-14T08:24:53.430Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.431Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631607850475,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-14T08:24:53.431Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-14T08:24:53.431Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.431Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
"consumerID": "policy-id",
"timestamp": 1631607848482,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-14T08:24:53.432Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-14T08:24:53.432Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.432Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631607849195,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-09-14T08:24:53.432Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-14T08:24:53.432Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.433Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
"consumerID": "ves-openapi-manager",
"timestamp": 1631607846692,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/artifacts/service-BasicOnboardDzcvol-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-14T08:24:53.431Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-14T08:24:53.433Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-14T08:24:53.433Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.433Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
"consumerID": "aai-ml",
"timestamp": 1631607847615,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/artifacts/service-BasicOnboardDzcvol-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-14T08:24:53.434Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-14T08:24:53.434Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.434Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
"consumerID": "cds",
"timestamp": 1631607841993,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/artifacts/service-BasicOnboardDzcvol-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-14T08:24:53.434Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-14T08:24:53.434Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.435Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
"consumerID": "dcae-sch",
"timestamp": 1631607841912,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/artifacts/service-BasicOnboardDzcvol-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-14T08:24:53.435Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-14T08:24:53.435Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.435Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
"consumerID": "clamp",
"timestamp": 1631607853498,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-14T08:24:53.436Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-14T08:24:53.436Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.436Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631607850475,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-14T08:24:53.434Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:24:53.436Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-14T08:24:53.437Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.437Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
"consumerID": "policy-id",
"timestamp": 1631607848482,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/artifacts/service-BasicOnboardDzcvol-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-14T08:24:53.438Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-14T08:24:53.438Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.438Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631607849195,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/artifacts/service-BasicOnboardDzcvol-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-14T08:24:53.438Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-14T08:24:53.438Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.438Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
"consumerID": "ves-openapi-manager",
"timestamp": 1631607846692,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/artifacts/service-BasicOnboardDzcvol-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-14T08:24:53.439Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-14T08:24:53.439Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.439Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
"consumerID": "aai-ml",
"timestamp": 1631607847615,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/artifacts/service-BasicOnboardDzcvol-csar.csar",
"status": "NOTIFIED"
}
2021-09-14T08:24:53.439Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-14T08:24:53.439Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.440Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
"consumerID": "cds",
"timestamp": 1631607841993,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/artifacts/service-BasicOnboardDzcvol-csar.csar",
"status": "NOTIFIED"
}
2021-09-14T08:24:53.440Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-14T08:24:53.440Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.440Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
"consumerID": "dcae-sch",
"timestamp": 1631607841912,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/artifacts/service-BasicOnboardDzcvol-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-14T08:24:53.441Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-14T08:24:53.441Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.441Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
"consumerID": "clamp",
"timestamp": 1631607853498,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/basic_onboard_dzcvol0_modules.json",
"status": "NOTIFIED"
}
2021-09-14T08:24:53.441Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-14T08:24:53.442Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.442Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631607850475,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-14T08:24:53.443Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-14T08:24:53.443Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.443Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
"consumerID": "policy-id",
"timestamp": 1631607848482,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/artifacts/service-BasicOnboardDzcvol-csar.csar",
"status": "NOTIFIED"
}
2021-09-14T08:24:53.443Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-14T08:24:53.443Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.443Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631607849195,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/artifacts/service-BasicOnboardDzcvol-csar.csar",
"status": "NOTIFIED"
}
2021-09-14T08:24:53.444Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-14T08:24:53.444Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.444Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
"consumerID": "clamp",
"timestamp": 1631607853498,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-14T08:24:53.444Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-14T08:24:53.444Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.445Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631607850475,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/artifacts/service-BasicOnboardDzcvol-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-14T08:24:53.445Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-14T08:24:53.445Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.445Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
"consumerID": "clamp",
"timestamp": 1631607853498,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-14T08:24:53.445Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-14T08:24:53.446Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.446Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631607850475,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/artifacts/service-BasicOnboardDzcvol-csar.csar",
"status": "NOTIFIED"
}
2021-09-14T08:24:53.446Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-14T08:24:53.446Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.446Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
"consumerID": "cds",
"timestamp": 1631607857683,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/artifacts/service-BasicOnboardDzcvol-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-14T08:24:53.447Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:24:53.448Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.449Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:24:53.448Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
"consumerID": "aai-ml",
"timestamp": 1631607857916,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/artifacts/service-BasicOnboardDzcvol-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-14T08:24:53.450Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631607892761,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-14T08:24:53.450Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:24:53.450Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.450Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
"consumerID": "clamp",
"timestamp": 1631607853498,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-14T08:24:53.451Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-14T08:24:53.451Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.451Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
"consumerID": "policy-id",
"timestamp": 1631607858602,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/artifacts/service-BasicOnboardDzcvol-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-14T08:24:53.451Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:24:53.451Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.452Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
"consumerID": "cds",
"timestamp": 1631607858708,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/artifacts/service-BasicOnboardDzcvol-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-14T08:24:53.487Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 45183997-5fa2-4227-b4c1-5d211532fc0f
2021-09-14T08:24:53.487Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 45183997-5fa2-4227-b4c1-5d211532fc0f 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-14T08:24:53.521Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.521Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
"consumerID": "clamp",
"timestamp": 1631607853498,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/artifacts/service-BasicOnboardDzcvol-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-14T08:24:53.522Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-14T08:24:53.522Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.522Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631607859495,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/basic_onboard_dzcvol0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-14T08:24:53.523Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:24:53.523Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.523Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
"consumerID": "policy-id",
"timestamp": 1631607859606,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/artifacts/service-BasicOnboardDzcvol-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-14T08:24:53.524Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:24:53.524Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.524Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
"consumerID": "clamp",
"timestamp": 1631607853498,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/artifacts/service-BasicOnboardDzcvol-csar.csar",
"status": "NOTIFIED"
}
2021-09-14T08:24:53.524Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-14T08:24:53.525Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.525Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631607860295,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/artifacts/service-BasicOnboardDzcvol-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-14T08:24:53.525Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:24:53.525Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.526Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
"consumerID": "policy-id",
"timestamp": 1631607860609,
"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-14T08:24:53.538Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 45183997-5fa2-4227-b4c1-5d211532fc0f
2021-09-14T08:24:53.538Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 45183997-5fa2-4227-b4c1-5d211532fc0f 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-14T08:24:53.555Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2021-09-14T08:24:53.556Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.556Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631607862698,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-14T08:24:53.557Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:24:53.557Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.557Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631607862805,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/artifacts/service-BasicOnboardDzcvol-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-14T08:24:53.557Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:24:53.557Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.557Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631607863812,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
2021-09-14T08:24:53.557Z||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-14T08:24:53.558Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
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-14T08:24:53.569Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 45183997-5fa2-4227-b4c1-5d211532fc0f
2021-09-14T08:24:53.570Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 45183997-5fa2-4227-b4c1-5d211532fc0f and ComponentName SDNC
2021-09-14T08:24:53.573Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T08:24:53.574Z||pool-19-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
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-14T08:24:53.596Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.597Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631607866596,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-09-14T08:24:53.597Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:24:53.598Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.598Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
"consumerID": "aai-ml",
"timestamp": 1631607866991,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/artifacts/service-BasicOnboardDzcvol-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-14T08:24:53.598Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:24:53.598Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.599Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631607867649,
"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-14T08:24:53.607Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 45183997-5fa2-4227-b4c1-5d211532fc0f
2021-09-14T08:24:53.607Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 45183997-5fa2-4227-b4c1-5d211532fc0f 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-14T08:24:53.618Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.619Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
"consumerID": "aai-ml",
"timestamp": 1631607867995,
"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-14T08:24:53.626Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 45183997-5fa2-4227-b4c1-5d211532fc0f
2021-09-14T08:24:53.627Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 45183997-5fa2-4227-b4c1-5d211532fc0f 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-14T08:24:53.641Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.641Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631607868659,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/basic_onboard_dzcvol0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-14T08:24:53.642Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:24:53.642Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.642Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
"consumerID": "clamp",
"timestamp": 1631607870578,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/artifacts/service-BasicOnboardDzcvol-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-14T08:24:53.642Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:24:53.643Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.643Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
"consumerID": "clamp",
"timestamp": 1631607871595,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/artifacts/service-BasicOnboardDzcvol-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-14T08:24:53.643Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:24:53.643Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:24:53.643Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
"consumerID": "clamp",
"timestamp": 1631607872599,
"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-14T08:24:53.651Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 45183997-5fa2-4227-b4c1-5d211532fc0f
2021-09-14T08:24:53.651Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 45183997-5fa2-4227-b4c1-5d211532fc0f 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-14T08:24:54.450Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-14T08:24:54.455Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:24:54.457Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:24:54.458Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631607892761,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/basic_onboard_dzcvol0_modules.json",
"status": "NOTIFIED"
}
2021-09-14T08:24:54.558Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-14T08:24:54.559Z||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-14T08:24:54.559Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:24:54.574Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T08:24:54.575Z||pool-20-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":2,"count":1}
2021-09-14T08:24:55.458Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-14T08:24:55.461Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:24:55.464Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:24:55.464Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631607892761,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-14T08:24:55.563Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-14T08:24:55.564Z||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-14T08:24:55.564Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:24:55.571Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T08:24:55.573Z||pool-21-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-14T08:24:56.468Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-14T08:24:56.468Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:24:56.470Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:24:56.471Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631607892761,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-14T08:24:56.572Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-14T08:24:56.573Z||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-14T08:24:56.574Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:24:56.590Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T08:24:56.593Z||pool-22-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2021-09-14T08:24:57.472Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-14T08:24:57.473Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:24:57.475Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:24:57.475Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631607892761,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-09-14T08:24:57.576Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-14T08:24:57.577Z||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-14T08:24:57.577Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:24:57.601Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T08:24:57.602Z||pool-23-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2021-09-14T08:24:58.476Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-14T08:24:58.477Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:24:58.481Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:24:58.481Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631607892761,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/artifacts/service-BasicOnboardDzcvol-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-14T08:24:58.588Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2021-09-14T08:24:58.589Z||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-14T08:24:58.589Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:24:58.616Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T08:24:58.616Z||pool-24-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2021-09-14T08:24:59.481Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-14T08:24:59.482Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:24:59.484Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:24:59.484Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631607892761,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/artifacts/service-BasicOnboardDzcvol-csar.csar",
"status": "NOTIFIED"
}
2021-09-14T08:24:59.584Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-14T08:24:59.585Z||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-14T08:24:59.585Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:24:59.605Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T08:24:59.606Z||pool-25-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2021-09-14T08:25:00.498Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
"serviceName": "basic_onboard_DzcvoL",
"serviceVersion": "1.0",
"serviceUUID": "c961be14-59b5-484a-a104-445b8c0b103c",
"serviceDescription": "service",
"serviceInvariantUUID": "59c74ba7-3103-4aae-9522-9017f5e98d2a",
"resources": [
{
"resourceInstanceName": "basic_onboard_DzcvoL 0",
"resourceCustomizationUUID": "5906b44f-2040-49d2-a519-ef357e833040",
"resourceName": "basic_onboard_DzcvoL",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "9eaa6b7b-0040-4540-ab76-233732397975",
"resourceInvariantUUID": "3dfed7fb-2475-465f-b3dc-48db7b088a66",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_dzcvol0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/basic_onboard_dzcvol0_modules.json",
"artifactChecksum": "M2M1OTdmODQ5ZGZkNzI4ZjhmYzk0NDUyYWVhODY4Y2M\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "a42c97f1-07b6-44ca-b925-dc083d8b7604",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "16f37386-9875-4ece-a94f-df3cc365d030",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "c832c8bc-ecbd-4c28-928a-547574f0c9a6",
"generatedFromUUID": "16f37386-9875-4ece-a94f-df3cc365d030"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "c832c8bc-ecbd-4c28-928a-547574f0c9a6",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardDzcvol-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/artifacts/service-BasicOnboardDzcvol-csar.csar",
"artifactChecksum": "NjQ0MDZjZTA3ODMyNTg0ZjIxZjBkYzFkYTQ1YjQ3N2M\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "255e4cb4-adbc-4d84-928b-d549c8a28674"
}
],
"workloadContext": "Production"
}
2021-09-14T08:25:00.499Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-14T08:25:00.499Z|37aa0b96-00f9-4da9-b51f-0a5754555172|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c961be14-59b5-484a-a104-445b8c0b103c ASDC
2021-09-14T08:25:00.503Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:45183997-5fa2-4227-b4c1-5d211532fc0f
ServiceName:basic_onboard_DzcvoL
ServiceVersion:1.0
ServiceUUID:c961be14-59b5-484a-a104-445b8c0b103c
ServiceInvariantUUID:59c74ba7-3103-4aae-9522-9017f5e98d2a
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardDzcvol-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/artifacts/service-BasicOnboardDzcvol-csar.csar
ArtifactUUID:255e4cb4-adbc-4d84-928b-d549c8a28674
ArtifactChecksum:NjQ0MDZjZTA3ODMyNTg0ZjIxZjBkYzFkYTQ1YjQ3N2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_DzcvoL 0
ResourceCustomizationUUID:5906b44f-2040-49d2-a519-ef357e833040
ResourceInvariantUUID:3dfed7fb-2475-465f-b3dc-48db7b088a66
ResourceName:basic_onboard_DzcvoL
ResourceType:VF
ResourceUUID:9eaa6b7b-0040-4540-ab76-233732397975
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_dzcvol0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/basic_onboard_dzcvol0_modules.json
ArtifactUUID:a42c97f1-07b6-44ca-b925-dc083d8b7604
ArtifactChecksum:M2M1OTdmODQ5ZGZkNzI4ZjhmYzk0NDUyYWVhODY4Y2M=
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/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/base_ubuntu18.yaml
ArtifactUUID:16f37386-9875-4ece-a94f-df3cc365d030
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/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/base_ubuntu18.env
ArtifactUUID:c832c8bc-ecbd-4c28-928a-547574f0c9a6
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/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/base_ubuntu18.env
ArtifactUUID:c832c8bc-ecbd-4c28-928a-547574f0c9a6
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-09-14T08:25:00.503Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c961be14-59b5-484a-a104-445b8c0b103c 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-14T08:25:00.580Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-14T08:25:00.581Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-14T08:25:00.581Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-14T08:25:00.581Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 255e4cb4-adbc-4d84-928b-d549c8a28674 from URL: /sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/artifacts/service-BasicOnboardDzcvol-csar.csar
2021-09-14T08:25:00.581Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-14T08:25:00.581Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/artifacts/service-BasicOnboardDzcvol-csar.csar
2021-09-14T08:25:01.630Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-14T08:25:01.636Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/artifacts/service-BasicOnboardDzcvol-csar.csar 255e4cb4-adbc-4d84-928b-d549c8a28674 71366
2021-09-14T08:25:01.637Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/artifacts/service-BasicOnboardDzcvol-csar.csar ASDC sendASDCNotification
2021-09-14T08:25:01.637Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/artifacts/service-BasicOnboardDzcvol-csar.csar
2021-09-14T08:25:01.637Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-14T08:25:01.638Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:25:01.641Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:25:01.641Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631607901636,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/artifacts/service-BasicOnboardDzcvol-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-14T08:25:01.742Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-14T08:25:01.749Z||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-14T08:25:01.750Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:25:01.780Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T08:25:01.781Z||pool-26-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
2021-09-14T08:25:02.642Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-14T08:25:02.643Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-14T08:25:02.644Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 255e4cb4-adbc-4d84-928b-d549c8a28674, URL: /sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/artifacts/service-BasicOnboardDzcvol-csar.csar to file: /app/ASDC/1/service-BasicOnboardDzcvol-csar.csar
2021-09-14T08:25:02.645Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardDzcvol-csar.csar
2021-09-14T08:25:02.645Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardDzcvol-csar.csar
2021-09-14T08:25:02.645Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardDzcvol-csar.csar
2021-09-14T08:25:02.996Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12861080709817984391/Definitions/service-BasicOnboardDzcvol-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-14T08:25:04.246Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-14T08:25:04.247Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-09-14T08:25:04.247Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardDzcvol-csar.csar
2021-09-14T08:25:04.247Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-09-14T08:25:04.247Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||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-BasicOnboardDzcvol-csar.csar
2021-09-14T08:25:04.248Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||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-BasicOnboardDzcvol-csar.csar
2021-09-14T08:25:04.248Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_DzcvoL 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-BasicOnboardDzcvol-csar.csar
2021-09-14T08:25:04.248Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||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-BasicOnboardDzcvol-csar.csar
2021-09-14T08:25:04.248Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||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-BasicOnboardDzcvol-csar.csar
2021-09-14T08:25:04.249Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardDzcvol-csar.csar
2021-09-14T08:25:04.249Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardDzcvol-csar.csar
2021-09-14T08:25:04.249Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||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-BasicOnboardDzcvol-csar.csar
2021-09-14T08:25:04.249Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||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-BasicOnboardDzcvol-csar.csar
2021-09-14T08:25:04.250Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-09-14T08:25:04.250Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T08:25:04.250Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_DzcvoL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T08:25:04.251Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_DzcvoL 0 is matching search criteria
2021-09-14T08:25:04.251Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-09-14T08:25:04.251Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_DzcvoL 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-14T08:25:04.252Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T08:25:04.252Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_DzcvoL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T08:25:04.252Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_DzcvoL 0 is matching search criteria
2021-09-14T08:25:04.253Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-09-14T08:25:04.253Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_DzcvoL 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-14T08:25:04.253Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T08:25:04.253Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_DzcvoL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T08:25:04.254Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T08:25:04.254Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_DzcvoL 0 is not matching search criteria
2021-09-14T08:25:04.254Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-09-14T08:25:04.255Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-09-14T08:25:04.255Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-09-14T08:25:04.255Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-14T08:25:04.255Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-14T08:25:04.256Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T08:25:04.256Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_DzcvoL is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-14T08:25:04.256Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T08:25:04.257Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_DzcvoL 0 is matching search criteria
2021-09-14T08:25:04.257Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_DzcvoL 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-14T08:25:04.257Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T08:25:04.258Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_DzcvoL 0 is matching search criteria
2021-09-14T08:25:04.258Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_DzcvoL 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-14T08:25:04.258Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T08:25:04.259Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_DzcvoL 0 is matching search criteria
2021-09-14T08:25:04.259Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_DzcvoL 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-14T08:25:04.259Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T08:25:04.260Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_DzcvoL 0 is not matching search criteria
2021-09-14T08:25:04.260Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-14T08:25:04.260Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-14T08:25:04.261Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=e2fb1c03-3b14-450d-9732-35fac83ee644
2021-09-14T08:25:04.261Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T08:25:04.261Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_DzcvoL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T08:25:04.262Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T08:25:04.262Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_DzcvoL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T08:25:04.262Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T08:25:04.263Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_DzcvoL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T08:25:04.263Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T08:25:04.263Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_DzcvoL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T08:25:04.264Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_DzcvoL
Description:service
Model UUID:c961be14-59b5-484a-a104-445b8c0b103c
Model Version:NULL
Model InvariantUuid:59c74ba7-3103-4aae-9522-9017f5e98d2a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_DzcvoL
Model UUID:bdf36efd-74d7-473b-beec-64074b2c4886
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3dfed7fb-2475-465f-b3dc-48db7b088a66
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:5906b44f-2040-49d2-a519-ef357e833040
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:d385dd41-a0ba-4876-91a9-b3726e2d6eeb
ModelName:BasicOnboardDzcvol..base_ubuntu18..module-0
ModelUuid:1d4a8089-5299-4ef1-9e7c-79539abf3c59
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:e2fb1c03-3b14-450d-9732-35fac83ee644
ModelInvariantUuid:8508ab24-cac4-4cb6-a8a3-ac849e6ca01e
ModelName:basic_onboard_DzcvoL-nodes.ubuntu18Cvfc
ModelUuid:ca5ea978-3fe6-4425-85ef-c4ebe1de1678
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:5ab7c2fa-dea9-4c30-a05f-92e2149757b0
ModelInvariantUuid:14ee2612-ae25-4dd1-b0b9-a59e145f3db6
ModelName:BasicOnboardDzcvol.compute.nodes.heat.ubuntu18
ModelUuid:8ea82256-2a6a-49e5-aad9-b3ebe98b5c83
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-14T08:25:04.281Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 9eaa6b7b-0040-4540-ab76-233732397975
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-14T08:25:04.287Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||basic_onboard_DzcvoL 0
2021-09-14T08:25:04.288Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9eaa6b7b-0040-4540-ab76-233732397975
2021-09-14T08:25:04.288Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: a42c97f1-07b6-44ca-b925-dc083d8b7604 from URL: /sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/basic_onboard_dzcvol0_modules.json
2021-09-14T08:25:04.288Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-14T08:25:04.289Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/basic_onboard_dzcvol0_modules.json
2021-09-14T08:25:06.074Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-14T08:25:06.075Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/basic_onboard_dzcvol0_modules.json a42c97f1-07b6-44ca-b925-dc083d8b7604 798
2021-09-14T08:25:06.075Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/basic_onboard_dzcvol0_modules.json ASDC sendASDCNotification
2021-09-14T08:25:06.075Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/basic_onboard_dzcvol0_modules.json
2021-09-14T08:25:06.075Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-14T08:25:06.076Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:25:06.078Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:25:06.078Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631607906075,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/basic_onboard_dzcvol0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-14T08:25:06.182Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2021-09-14T08:25:06.183Z||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-14T08:25:06.184Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:25:06.194Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T08:25:06.195Z||pool-27-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-14T08:25:07.080Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardDzcvol..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "d385dd41-a0ba-4876-91a9-b3726e2d6eeb",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "1d4a8089-5299-4ef1-9e7c-79539abf3c59",
"vfModuleModelCustomizationUUID": "18ec995f-f7e7-4077-b631-04095e4cd8ee",
"isBase": true,
"artifacts": [
"16f37386-9875-4ece-a94f-df3cc365d030",
"c832c8bc-ecbd-4c28-928a-547574f0c9a6"
],
"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-14T08:25:07.099Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardDzcvol..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1d4a8089-5299-4ef1-9e7c-79539abf3c59
VfModuleModelInvariantUUID:d385dd41-a0ba-4876-91a9-b3726e2d6eeb
VfModuleModelDescription:NULL
Artifacts UUID List:{
16f37386-9875-4ece-a94f-df3cc365d030
,
c832c8bc-ecbd-4c28-928a-547574f0c9a6
}
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-14T08:25:07.101Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardDzcvol..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "d385dd41-a0ba-4876-91a9-b3726e2d6eeb",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "1d4a8089-5299-4ef1-9e7c-79539abf3c59",
"vfModuleModelCustomizationUUID": "18ec995f-f7e7-4077-b631-04095e4cd8ee",
"isBase": true,
"artifacts": [
"16f37386-9875-4ece-a94f-df3cc365d030",
"c832c8bc-ecbd-4c28-928a-547574f0c9a6"
],
"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-14T08:25:07.102Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardDzcvol..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1d4a8089-5299-4ef1-9e7c-79539abf3c59
VfModuleModelInvariantUUID:d385dd41-a0ba-4876-91a9-b3726e2d6eeb
VfModuleModelDescription:NULL
Artifacts UUID List:{
16f37386-9875-4ece-a94f-df3cc365d030
,
c832c8bc-ecbd-4c28-928a-547574f0c9a6
}
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-14T08:25:07.102Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 16f37386-9875-4ece-a94f-df3cc365d030 from URL: /sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/base_ubuntu18.yaml
2021-09-14T08:25:07.102Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-14T08:25:07.102Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/base_ubuntu18.yaml
2021-09-14T08:25:08.185Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-14T08:25:08.187Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/base_ubuntu18.yaml 16f37386-9875-4ece-a94f-df3cc365d030 5033
2021-09-14T08:25:08.187Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-14T08:25:08.188Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/base_ubuntu18.yaml
2021-09-14T08:25:08.188Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-14T08:25:08.189Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:25:08.192Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:25:08.192Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631607908187,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-14T08:25:08.292Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2021-09-14T08:25:08.293Z||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-14T08:25:08.293Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:25:08.311Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T08:25:08.312Z||pool-28-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-09-14T08:25:09.200Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: c832c8bc-ecbd-4c28-928a-547574f0c9a6 from URL: /sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/base_ubuntu18.env
2021-09-14T08:25:09.200Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-14T08:25:09.204Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/base_ubuntu18.env
2021-09-14T08:25:09.895Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-14T08:25:09.895Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/base_ubuntu18.env c832c8bc-ecbd-4c28-928a-547574f0c9a6 909
2021-09-14T08:25:09.895Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-14T08:25:09.895Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/base_ubuntu18.env
2021-09-14T08:25:09.896Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-14T08:25:09.896Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:25:09.898Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:25:09.898Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631607909895,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-09-14T08:25:09.998Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-14T08:25:09.999Z||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-14T08:25:10.000Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:25:10.012Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T08:25:10.012Z||pool-29-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-09-14T08:25:10.898Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: c961be14-59b5-484a-a104-445b8c0b103c
2021-09-14T08:25:10.899Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_DzcvoL 0 9eaa6b7b-0040-4540-ab76-233732397975 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-14T08:25:10.946Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5fd43455, org.onap.sdc.toscaparser.api.parameters.Input@6dc55b57, org.onap.sdc.toscaparser.api.parameters.Input@7dc830ee, org.onap.sdc.toscaparser.api.parameters.Input@31df07bf, org.onap.sdc.toscaparser.api.parameters.Input@4f57eb4d]
2021-09-14T08:25:10.949Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T08:25:10.949Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_DzcvoL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T08:25:10.949Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic
2021-09-14T08:25:10.949Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 5906b44f-2040-49d2-a519-ef357e833040
2021-09-14T08:25:10.949Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5906b44f-2040-49d2-a519-ef357e833040 matches Tosca VF Customization UUID: 5906b44f-2040-49d2-a519-ef357e833040
2021-09-14T08:25:10.949Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 5906b44f-2040-49d2-a519-ef357e833040 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-14T08:25:10.954Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T08:25:10.955Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_DzcvoL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T08:25:10.956Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 5906b44f-2040-49d2-a519-ef357e833040: {\"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-14T08:25:10.956Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7dd70b63
2021-09-14T08:25:10.956Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T08:25:10.956Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_DzcvoL is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-14T08:25:10.957Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 18ec995f-f7e7-4077-b631-04095e4cd8ee
2021-09-14T08:25:10.957Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 18ec995f-f7e7-4077-b631-04095e4cd8ee
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-14T08:25:10.962Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T08:25:10.963Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_DzcvoL 0 is matching search criteria
2021-09-14T08:25:10.963Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_DzcvoL 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-14T08:25:10.963Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T08:25:10.964Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_DzcvoL 0 is matching search criteria
2021-09-14T08:25:10.964Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_DzcvoL 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-14T08:25:10.964Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T08:25:10.965Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_DzcvoL 0 is not matching search criteria
2021-09-14T08:25:10.965Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-14T08:25:10.965Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-14T08:25:10.966Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=e2fb1c03-3b14-450d-9732-35fac83ee644
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-14T08:25:10.970Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T08:25:10.971Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_DzcvoL 0 is matching search criteria
2021-09-14T08:25:10.971Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_DzcvoL 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-14T08:25:10.971Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T08:25:10.972Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_DzcvoL 0 is matching search criteria
2021-09-14T08:25:10.972Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_DzcvoL 0] matching following query criteria: sdcType=VF, customizationUUID=5906b44f-2040-49d2-a519-ef357e833040
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-14T08:25:10.974Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T08:25:10.975Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_DzcvoL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T08:25:10.975Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid c961be14-59b5-484a-a104-445b8c0b103c: basic_onboard_DzcvoL
2021-09-14T08:25:10.975Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T08:25:10.976Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_DzcvoL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T08:25:10.976Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T08:25:10.976Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_DzcvoL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T08:25:10.976Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T08:25:10.977Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_DzcvoL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T08:25:10.977Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T08:25:10.977Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_DzcvoL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T08:25:10.977Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T08:25:10.977Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_DzcvoL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T08:25:10.978Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||Saving Service: basic_onboard_DzcvoL
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-14T08:25:11.195Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_DzcvoL 9eaa6b7b-0040-4540-ab76-233732397975 1 ASDC deployResourceStructure
2021-09-14T08:25:11.195Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/basic_onboard_dzcvol0_modules.json ASDC sendASDCNotification
2021-09-14T08:25:11.195Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/basic_onboard_dzcvol0_modules.json
2021-09-14T08:25:11.195Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-14T08:25:11.196Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:25:11.198Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:25:11.198Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631607911195,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/basic_onboard_dzcvol0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-14T08:25:11.298Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-14T08:25:11.299Z||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-14T08:25:11.299Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:25:11.328Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T08:25:11.329Z||pool-30-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2021-09-14T08:25:12.199Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-14T08:25:12.199Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/base_ubuntu18.yaml
2021-09-14T08:25:12.200Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-14T08:25:12.200Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:25:12.202Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:25:12.202Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631607912199,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-09-14T08:25:12.302Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-14T08:25:12.304Z||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-14T08:25:12.304Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:25:12.311Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T08:25:12.311Z||pool-31-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-14T08:25:13.203Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-14T08:25:13.203Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/base_ubuntu18.env
2021-09-14T08:25:13.204Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-14T08:25:13.204Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:25:13.206Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:25:13.206Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631607913203,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-09-14T08:25:13.306Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-14T08:25:13.307Z||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-14T08:25:13.307Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:25:13.316Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T08:25:13.316Z||pool-32-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-14T08:25:14.207Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/artifacts/service-BasicOnboardDzcvol-csar.csar ASDC sendASDCNotification
2021-09-14T08:25:14.208Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/artifacts/service-BasicOnboardDzcvol-csar.csar
2021-09-14T08:25:14.208Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-14T08:25:14.208Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:25:14.210Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:25:14.210Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631607914207,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/artifacts/service-BasicOnboardDzcvol-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-14T08:25:14.310Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-14T08:25:14.311Z||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-14T08:25:14.311Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:25:14.320Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T08:25:14.320Z||pool-33-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-14T08:25:15.213Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 45183997-5fa2-4227-b4c1-5d211532fc0f
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-14T08:25:15.269Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 45183997-5fa2-4227-b4c1-5d211532fc0f
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-14T08:25:15.274Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-14T08:25:15.274Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-14T08:25:15.274Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-14T08:25:15.274Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-14T08:25:15.275Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-14T08:25:15.275Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-14T08:25:15.275Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-14T08:25:15.275Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-14T08:25:15.276Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-14T08:25:15.276Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-14T08:25:15.276Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||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-14T08:25:15.286Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-14T08:25:45.287Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 45183997-5fa2-4227-b4c1-5d211532fc0f 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-14T08:25:45.301Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 45183997-5fa2-4227-b4c1-5d211532fc0f and serviceModelVersionId: c961be14-59b5-484a-a104-445b8c0b103c
2021-09-14T08:25:45.301Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 59c74ba7-3103-4aae-9522-9017f5e98d2a
2021-09-14T08:25:45.302Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/59c74ba7-3103-4aae-9522-9017f5e98d2a/model-vers/model-ver/c961be14-59b5-484a-a104-445b8c0b103c?depth=0
2021-09-14T08:25:45.309Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-09-14T08:25:45.381Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/59c74ba7-3103-4aae-9522-9017f5e98d2a/model-vers/model-ver/c961be14-59b5-484a-a104-445b8c0b103c?depth=0|INFO|500||Invoke
2021-09-14T08:25:45.382Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/59c74ba7-3103-4aae-9522-9017f5e98d2a/model-vers/model-ver/c961be14-59b5-484a-a104-445b8c0b103c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/59c74ba7-3103-4aae-9522-9017f5e98d2a/model-vers/model-ver/c961be14-59b5-484a-a104-445b8c0b103c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[45183997-5fa2-4227-b4c1-5d211532fc0f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d1053f0b-6700-4c95-a813-1204c0b89bd4], X-ECOMP-RequestID=[45183997-5fa2-4227-b4c1-5d211532fc0f], X-TransactionId=[], X-ONAP-RequestID=[45183997-5fa2-4227-b4c1-5d211532fc0f], Content-Type=[application/merge-patch+json]}
2021-09-14T08:25:45.422Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/59c74ba7-3103-4aae-9522-9017f5e98d2a/model-vers/model-ver/c961be14-59b5-484a-a104-445b8c0b103c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-09-14T08:25:45.700Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/59c74ba7-3103-4aae-9522-9017f5e98d2a/model-vers/model-ver/c961be14-59b5-484a-a104-445b8c0b103c?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/59c74ba7-3103-4aae-9522-9017f5e98d2a/model-vers/model-ver/c961be14-59b5-484a-a104-445b8c0b103c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210914-08:25:45:420-57723], vertex-id=[368640], Content-Length=[0], Date=[Tue, 14 Sep 2021 08:25:45 GMT], Content-Type=[application/json]}
2021-09-14T08:25:45.701Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/59c74ba7-3103-4aae-9522-9017f5e98d2a/model-vers/model-ver/c961be14-59b5-484a-a104-445b8c0b103c?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-14T08:25:45.702Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/59c74ba7-3103-4aae-9522-9017f5e98d2a/model-vers/model-ver/c961be14-59b5-484a-a104-445b8c0b103c?depth=0|INFO|500||InvokeReturn
2021-09-14T08:25:45.705Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-14T08:25:45.705Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||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-14T08:25:45.714Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||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-14T08:25:45.714Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 45183997-5fa2-4227-b4c1-5d211532fc0f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-14T08:25:45.714Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-14T08:25:45.715Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:25:45.719Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:25:45.719Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631607945714,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-14T08:25:45.819Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-14T08:25:45.820Z||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-14T08:25:45.820Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:25:45.840Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T08:25:45.841Z||pool-34-thread-1|||||INFO|500||cambria reply ok (22 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-14T08:25:52.762Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:25:52.763Z|45183997-5fa2-4227-b4c1-5d211532fc0f|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-14T08:25:52.763Z|45183997-5fa2-4227-b4c1-5d211532fc0f|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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:25:52.769Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:25:52.769Z||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-14T08:25:52.770Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:25:52.897Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T08:25:52.899Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:25:52.899Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631607892761,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-14T08:25:52.900Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-14T08:26:02.340Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T08:26:52.761Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:26:52.765Z|45183997-5fa2-4227-b4c1-5d211532fc0f|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-14T08:26:52.766Z|45183997-5fa2-4227-b4c1-5d211532fc0f|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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:26:52.769Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:26:52.769Z||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-14T08:26:52.769Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:26:53.299Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T08:26:53.301Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:26:53.301Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631607892761,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/basic_onboard_dzcvol0_modules.json",
"status": "NOTIFIED"
}
2021-09-14T08:26:53.303Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-14T08:26:53.304Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:26:53.304Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631607892761,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-14T08:26:53.304Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-14T08:26:53.305Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:26:53.305Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631607892761,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-14T08:26:53.305Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-14T08:26:53.305Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:26:53.306Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631607892761,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-09-14T08:26:53.306Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-14T08:26:53.306Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:26:53.307Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631607892761,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/artifacts/service-BasicOnboardDzcvol-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-14T08:26:53.307Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-14T08:26:53.307Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:26:53.307Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631607892761,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/artifacts/service-BasicOnboardDzcvol-csar.csar",
"status": "NOTIFIED"
}
2021-09-14T08:26:53.308Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-14T08:26:53.308Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:26:53.308Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631607901636,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/artifacts/service-BasicOnboardDzcvol-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-14T08:26:53.309Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:26:53.309Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:26:53.309Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631607906075,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/basic_onboard_dzcvol0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-14T08:26:53.309Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:26:53.309Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:26:53.309Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631607908187,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-14T08:26:53.309Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:26:53.309Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:26:53.309Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631607909895,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-09-14T08:26:53.310Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:26:53.310Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:26:53.310Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631607911195,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/basic_onboard_dzcvol0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-14T08:26:53.310Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:26:53.310Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:26:53.311Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631607912199,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-09-14T08:26:53.311Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:26:53.311Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:26:53.311Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631607913203,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/resourceInstances/basic_onboard_dzcvol0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-09-14T08:26:53.312Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:26:53.312Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:26:53.312Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631607914207,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzcvol/1.0/artifacts/service-BasicOnboardDzcvol-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-14T08:26:53.312Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:26:53.312Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-14T08:26:53.312Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45183997-5fa2-4227-b4c1-5d211532fc0f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631607945714,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-14T08:26:53.313Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:27:02.356Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T08:27:52.762Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:27:52.766Z|45183997-5fa2-4227-b4c1-5d211532fc0f|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-14T08:27:52.767Z|45183997-5fa2-4227-b4c1-5d211532fc0f|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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:27:52.770Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:27:52.770Z||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-14T08:27:52.770Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:28:02.423Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T08:28:02.437Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T08:28:52.762Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:28:52.765Z||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-14T08:28:52.766Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:28:52.769Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:28:52.769Z||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-14T08:28:52.769Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:29:02.355Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T08:29:02.356Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T08:29:52.761Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:29:52.766Z||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-14T08:29:52.766Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:29:52.769Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:29:52.769Z||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-14T08:29:52.769Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:30:02.395Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T08:30:02.396Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T08:30:52.761Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:30:52.764Z||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-14T08:30:52.765Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:30:52.769Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:30:52.770Z||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-14T08:30:52.770Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:31:02.401Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T08:31:02.426Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T08:31:52.761Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:31:52.764Z||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-14T08:31:52.764Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:31:52.769Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:31:52.769Z||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-14T08:31:52.769Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:32:02.338Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T08:32:02.338Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T08:32:52.761Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:32:52.764Z||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-14T08:32:52.764Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:32:52.769Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:32:52.769Z||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-14T08:32:52.769Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:33:02.347Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T08:33:02.347Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T08:33:52.761Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:33:52.765Z||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-14T08:33:52.765Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:33:52.769Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:33:52.769Z||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-14T08:33:52.769Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:34:02.337Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T08:34:02.343Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T08:34:52.762Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:34:52.767Z||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-14T08:34:52.767Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:34:52.769Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:34:52.769Z|45183997-5fa2-4227-b4c1-5d211532fc0f|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-14T08:34:52.770Z|45183997-5fa2-4227-b4c1-5d211532fc0f|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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:35:02.348Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T08:35:02.434Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T08:35:52.762Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:35:52.765Z||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-14T08:35:52.765Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:35:52.769Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:35:52.769Z|45183997-5fa2-4227-b4c1-5d211532fc0f|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-14T08:35:52.770Z|45183997-5fa2-4227-b4c1-5d211532fc0f|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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:36:02.337Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T08:36:02.346Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T08:36:52.761Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:36:52.765Z||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-14T08:36:52.765Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:36:52.769Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:36:52.769Z||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-14T08:36:52.769Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:37:02.314Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T08:37:02.370Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T08:37:52.761Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:37:52.764Z||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-14T08:37:52.764Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:37:52.769Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:37:52.769Z||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-14T08:37:52.771Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:38:02.337Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T08:38:02.344Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T08:38:52.762Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:38:52.764Z||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-14T08:38:52.764Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:38:52.768Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:38:52.769Z||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-14T08:38:52.769Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:39:02.347Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T08:39:02.349Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T08:39:52.761Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:39:52.764Z||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-14T08:39:52.764Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:39:52.769Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:39:52.770Z|45183997-5fa2-4227-b4c1-5d211532fc0f|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-14T08:39:52.770Z|45183997-5fa2-4227-b4c1-5d211532fc0f|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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:40:02.313Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T08:40:02.352Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T08:40:52.761Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:40:52.764Z||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-14T08:40:52.764Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:40:52.769Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:40:52.770Z|45183997-5fa2-4227-b4c1-5d211532fc0f|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-14T08:40:52.770Z|45183997-5fa2-4227-b4c1-5d211532fc0f|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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:41:02.333Z|45183997-5fa2-4227-b4c1-5d211532fc0f|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T08:41:02.333Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T08:41:52.761Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:41:52.764Z||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-14T08:41:52.764Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:41:52.769Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:41:52.769Z||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-14T08:41:52.770Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:41:53.391Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T08:41:53.392Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:41:53.392Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"fd52aba7-b5ae-4edb-a1af-d1bb14899f12","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"9580bfc2-7a7b-411c-95d4-fe4ba60ac5a2","serviceDescription":"service","serviceInvariantUUID":"c0be6c03-96ea-46a4-acd6-b459e03031f8","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"8892fa6e-dbad-4b5d-aa2b-459825845268","resourceInvariantUUID":"70721c93-e6bb-4651-8554-262d2ec5ca4b","resourceCustomizationUUID":"ade65c1f-faee-4913-b05a-9d5addd1f32d","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":"OTBjOThmYTk2YjlhZjg1NDAxMDg4MDEzNjNlZjJlYTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"55d7ab7a-4795-46ce-b2de-015754458f05","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NDk2YzY1ZDA2ZDRmZGE5ZjVlMTBjY2YwMmVhYTVhMTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c0b02209-a043-45c7-a0c1-a281b5e7681b","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-14T08:41:53.399Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-14T08:41:53.401Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:41:53.404Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:41:53.404Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "fd52aba7-b5ae-4edb-a1af-d1bb14899f12",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631608912761,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-14T08:41:53.504Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-14T08:41:53.505Z||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-14T08:41:53.506Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:41:53.515Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T08:41:53.515Z||pool-35-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-09-14T08:41:53.530Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T08:41:53.531Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-14T08:41:53.531Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd52aba7-b5ae-4edb-a1af-d1bb14899f12",
"consumerID": "clamp",
"timestamp": 1631608903498,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-14T08:41:53.532Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-14T08:41:53.532Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-14T08:41:53.532Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd52aba7-b5ae-4edb-a1af-d1bb14899f12",
"consumerID": "ves-openapi-manager",
"timestamp": 1631608906692,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-14T08:41:53.532Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-14T08:41:53.532Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-14T08:41:53.532Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd52aba7-b5ae-4edb-a1af-d1bb14899f12",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631608909199,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-14T08:41:53.532Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-14T08:41:53.533Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-14T08:41:53.533Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd52aba7-b5ae-4edb-a1af-d1bb14899f12",
"consumerID": "policy-id",
"timestamp": 1631608908482,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-14T08:41:53.533Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-14T08:41:53.533Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-14T08:41:53.533Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd52aba7-b5ae-4edb-a1af-d1bb14899f12",
"consumerID": "cds",
"timestamp": 1631608906994,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-14T08:41:53.533Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-14T08:41:54.405Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-14T08:41:54.406Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:41:54.410Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:41:54.410Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "fd52aba7-b5ae-4edb-a1af-d1bb14899f12",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631608912761,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-14T08:41:54.510Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-14T08:41:54.511Z||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-14T08:41:54.511Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:41:54.521Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T08:41:54.521Z||pool-36-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-14T08:41:55.412Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "fd52aba7-b5ae-4edb-a1af-d1bb14899f12",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "9580bfc2-7a7b-411c-95d4-fe4ba60ac5a2",
"serviceDescription": "service",
"serviceInvariantUUID": "c0be6c03-96ea-46a4-acd6-b459e03031f8",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "ade65c1f-faee-4913-b05a-9d5addd1f32d",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "8892fa6e-dbad-4b5d-aa2b-459825845268",
"resourceInvariantUUID": "70721c93-e6bb-4651-8554-262d2ec5ca4b",
"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": "NDk2YzY1ZDA2ZDRmZGE5ZjVlMTBjY2YwMmVhYTVhMTA\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "c0b02209-a043-45c7-a0c1-a281b5e7681b"
}
],
"workloadContext": "Production"
}
2021-09-14T08:41:55.413Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-14T08:41:55.413Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 9580bfc2-7a7b-411c-95d4-fe4ba60ac5a2 ASDC
2021-09-14T08:41:55.415Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:fd52aba7-b5ae-4edb-a1af-d1bb14899f12
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:9580bfc2-7a7b-411c-95d4-fe4ba60ac5a2
ServiceInvariantUUID:c0be6c03-96ea-46a4-acd6-b459e03031f8
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:c0b02209-a043-45c7-a0c1-a281b5e7681b
ArtifactChecksum:NDk2YzY1ZDA2ZDRmZGE5ZjVlMTBjY2YwMmVhYTVhMTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:ade65c1f-faee-4913-b05a-9d5addd1f32d
ResourceInvariantUUID:70721c93-e6bb-4651-8554-262d2ec5ca4b
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:8892fa6e-dbad-4b5d-aa2b-459825845268
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2021-09-14T08:41:55.417Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9580bfc2-7a7b-411c-95d4-fe4ba60ac5a2 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-14T08:41:55.453Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-14T08:41:55.454Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-14T08:41:55.455Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-14T08:41:55.455Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: c0b02209-a043-45c7-a0c1-a281b5e7681b from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-14T08:41:55.455Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-14T08:41:55.456Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|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-14T08:41:58.018Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-14T08:41:58.023Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar c0b02209-a043-45c7-a0c1-a281b5e7681b 52174
2021-09-14T08:41:58.023Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|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-14T08:41:58.023Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|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-14T08:41:58.024Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-14T08:41:58.024Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:41:58.026Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:41:58.026Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "fd52aba7-b5ae-4edb-a1af-d1bb14899f12",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631608918023,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-14T08:41:58.126Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-14T08:41:58.128Z||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-14T08:41:58.128Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:41:58.140Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T08:41:58.141Z||pool-37-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-14T08:41:59.031Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-14T08:41:59.033Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-14T08:41:59.034Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: c0b02209-a043-45c7-a0c1-a281b5e7681b, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-14T08:41:59.034Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-09-14T08:41:59.035Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-14T08:41:59.035Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-14T08:41:59.215Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16378570473388148499/Definitions/service-BasicNetwork-template.yml
2021-09-14T08:41:59.814Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-14T08:41:59.814Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-09-14T08:41:59.814Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-14T08:41:59.814Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-09-14T08:41:59.814Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|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-14T08:41:59.814Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|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-14T08:41:59.814Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|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-14T08:41:59.815Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|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-14T08:41:59.815Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|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-14T08:41:59.815Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|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-14T08:41:59.815Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|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-14T08:41:59.815Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|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-14T08:41:59.815Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-09-14T08:41:59.815Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T08:41:59.815Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|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-14T08:41:59.815Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-09-14T08:41:59.816Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-09-14T08:41:59.816Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-14T08:41:59.816Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T08:41:59.816Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|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-14T08:41:59.816Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-09-14T08:41:59.816Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-09-14T08:41:59.816Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-14T08:41:59.817Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T08:41:59.817Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|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-14T08:41:59.817Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T08:41:59.817Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|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-14T08:41:59.817Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T08:41:59.818Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|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-14T08:41:59.818Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T08:41:59.818Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|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-14T08:41:59.818Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T08:41:59.818Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|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-14T08:41:59.818Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:9580bfc2-7a7b-411c-95d4-fe4ba60ac5a2
Model Version:NULL
Model InvariantUuid:c0be6c03-96ea-46a4-acd6-b459e03031f8
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:70721c93-e6bb-4651-8554-262d2ec5ca4b
Model UUID:f5f8195e-201a-4ee5-a5b8-1d2c0718155b
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:ade65c1f-faee-4913-b05a-9d5addd1f32d
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-14T08:41:59.828Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||INFO|500||Processing Resource Type: VL, Model UUID: 8892fa6e-dbad-4b5d-aa2b-459825845268
2021-09-14T08:41:59.829Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||INFO|500||No resources found for Service: 9580bfc2-7a7b-411c-95d4-fe4ba60ac5a2
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-14T08:41:59.835Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||INFO|500||
2021-09-14T08:41:59.836Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2021-09-14T08:41:59.837Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||No resources found for Service: 9580bfc2-7a7b-411c-95d4-fe4ba60ac5a2
2021-09-14T08:41:59.837Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 9580bfc2-7a7b-411c-95d4-fe4ba60ac5a2
2021-09-14T08:41:59.837Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2021-09-14T08:41:59.837Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|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-14T08:41:59.844Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@11cb52fe, org.onap.sdc.toscaparser.api.parameters.Input@153ed3aa, org.onap.sdc.toscaparser.api.parameters.Input@2e2afdf7, org.onap.sdc.toscaparser.api.parameters.Input@29e21b81, org.onap.sdc.toscaparser.api.parameters.Input@62f5e0e1]
2021-09-14T08:41:59.845Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T08:41:59.845Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|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-14T08:41:59.846Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T08:41:59.846Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|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-14T08:41:59.846Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 9580bfc2-7a7b-411c-95d4-fe4ba60ac5a2: Generic NeutronNet
2021-09-14T08:41:59.846Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T08:41:59.846Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|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-14T08:41:59.847Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T08:41:59.847Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|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-14T08:41:59.885Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T08:41:59.886Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|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-14T08:41:59.886Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T08:41:59.886Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|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-14T08:41:59.886Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T08:41:59.887Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|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-14T08:41:59.887Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|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-14T08:41:59.966Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2021-09-14T08:41:59.966Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|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-14T08:41:59.966Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|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-14T08:41:59.966Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-14T08:41:59.967Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:41:59.968Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:41:59.969Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "fd52aba7-b5ae-4edb-a1af-d1bb14899f12",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631608919966,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-14T08:42:00.069Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-14T08:42:00.070Z||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-14T08:42:00.070Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:42:00.110Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T08:42:00.111Z||pool-38-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2021-09-14T08:42:00.969Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fd52aba7-b5ae-4edb-a1af-d1bb14899f12
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-14T08:42:00.982Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fd52aba7-b5ae-4edb-a1af-d1bb14899f12
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-14T08:42:00.984Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-14T08:42:00.984Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-14T08:42:00.985Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-14T08:42:30.986Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fd52aba7-b5ae-4edb-a1af-d1bb14899f12
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-14T08:42:31.013Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fd52aba7-b5ae-4edb-a1af-d1bb14899f12
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-14T08:42:31.015Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-14T08:42:31.015Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-14T08:42:31.015Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-14T08:42:52.769Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:42:52.771Z||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-14T08:42:52.771Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:42:52.809Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T08:42:52.810Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-14T08:42:52.810Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd52aba7-b5ae-4edb-a1af-d1bb14899f12",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631608912761,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-14T08:42:52.812Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-14T08:43:01.017Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fd52aba7-b5ae-4edb-a1af-d1bb14899f12
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-14T08:43:01.052Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fd52aba7-b5ae-4edb-a1af-d1bb14899f12
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-14T08:43:01.055Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-14T08:43:01.055Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-14T08:43:01.055Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-14T08:43:31.055Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fd52aba7-b5ae-4edb-a1af-d1bb14899f12
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-14T08:43:31.078Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fd52aba7-b5ae-4edb-a1af-d1bb14899f12
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-14T08:43:31.080Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-14T08:43:31.081Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-14T08:43:31.081Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-14T08:43:52.782Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:43:52.787Z||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-14T08:43:52.787Z||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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:43:53.336Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T08:43:53.338Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-14T08:43:53.338Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd52aba7-b5ae-4edb-a1af-d1bb14899f12",
"consumerID": "ves-openapi-manager",
"timestamp": 1631608906692,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-14T08:43:53.343Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-14T08:43:53.343Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-14T08:43:53.343Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd52aba7-b5ae-4edb-a1af-d1bb14899f12",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631608909199,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-14T08:43:53.343Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-14T08:43:53.344Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-14T08:43:53.344Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd52aba7-b5ae-4edb-a1af-d1bb14899f12",
"consumerID": "clamp",
"timestamp": 1631608903498,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-14T08:43:53.344Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-14T08:43:53.344Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-14T08:43:53.344Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd52aba7-b5ae-4edb-a1af-d1bb14899f12",
"consumerID": "cds",
"timestamp": 1631608906994,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-14T08:43:53.344Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-14T08:43:53.344Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-14T08:43:53.344Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd52aba7-b5ae-4edb-a1af-d1bb14899f12",
"consumerID": "policy-id",
"timestamp": 1631608908482,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-14T08:43:53.345Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-14T08:43:53.350Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-14T08:43:53.351Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd52aba7-b5ae-4edb-a1af-d1bb14899f12",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631608912761,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-14T08:43:53.351Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-14T08:43:53.351Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-14T08:43:53.351Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd52aba7-b5ae-4edb-a1af-d1bb14899f12",
"consumerID": "policy-id",
"timestamp": 1631608916101,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-14T08:43:53.351Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:43:53.351Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-14T08:43:53.352Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd52aba7-b5ae-4edb-a1af-d1bb14899f12",
"consumerID": "cds",
"timestamp": 1631608917001,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-14T08:43:53.352Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:43:53.352Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-14T08:43:53.352Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd52aba7-b5ae-4edb-a1af-d1bb14899f12",
"consumerID": "policy-id",
"timestamp": 1631608917110,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-14T08:43:53.353Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:43:53.353Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-14T08:43:53.353Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd52aba7-b5ae-4edb-a1af-d1bb14899f12",
"consumerID": "cds",
"timestamp": 1631608918014,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-14T08:43:53.373Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of fd52aba7-b5ae-4edb-a1af-d1bb14899f12
2021-09-14T08:43:53.375Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId fd52aba7-b5ae-4edb-a1af-d1bb14899f12 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-14T08:43:53.396Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-14T08:43:53.396Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd52aba7-b5ae-4edb-a1af-d1bb14899f12",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631608918023,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-14T08:43:53.397Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:43:53.397Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-14T08:43:53.397Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd52aba7-b5ae-4edb-a1af-d1bb14899f12",
"consumerID": "policy-id",
"timestamp": 1631608918113,
"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-14T08:43:53.403Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fd52aba7-b5ae-4edb-a1af-d1bb14899f12
2021-09-14T08:43:53.403Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId fd52aba7-b5ae-4edb-a1af-d1bb14899f12 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-14T08:43:53.414Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-14T08:43:53.414Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd52aba7-b5ae-4edb-a1af-d1bb14899f12",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631608919966,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-14T08:43:53.432Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:43:53.432Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-14T08:43:53.432Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd52aba7-b5ae-4edb-a1af-d1bb14899f12",
"consumerID": "dcae-sch",
"timestamp": 1631608921911,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-14T08:43:53.432Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-14T08:43:53.432Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-14T08:43:53.433Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd52aba7-b5ae-4edb-a1af-d1bb14899f12",
"consumerID": "dcae-sch",
"timestamp": 1631608921911,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-14T08:43:53.433Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-14T08:43:53.433Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-14T08:43:53.433Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd52aba7-b5ae-4edb-a1af-d1bb14899f12",
"consumerID": "aai-ml",
"timestamp": 1631608927612,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-14T08:43:53.433Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-14T08:43:53.433Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-14T08:43:53.434Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd52aba7-b5ae-4edb-a1af-d1bb14899f12",
"consumerID": "aai-ml",
"timestamp": 1631608927612,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-14T08:43:53.434Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-14T08:43:53.434Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-14T08:43:53.434Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd52aba7-b5ae-4edb-a1af-d1bb14899f12",
"consumerID": "clamp",
"timestamp": 1631608929560,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-14T08:43:53.448Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:43:53.448Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-14T08:43:53.448Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd52aba7-b5ae-4edb-a1af-d1bb14899f12",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631608930475,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-14T08:43:53.449Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-14T08:43:53.449Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-14T08:43:53.449Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd52aba7-b5ae-4edb-a1af-d1bb14899f12",
"consumerID": "aai-ml",
"timestamp": 1631608931384,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-14T08:43:53.449Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:43:53.449Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-14T08:43:53.450Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd52aba7-b5ae-4edb-a1af-d1bb14899f12",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631608930475,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-14T08:43:53.450Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-14T08:43:53.450Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-14T08:43:53.450Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd52aba7-b5ae-4edb-a1af-d1bb14899f12",
"consumerID": "clamp",
"timestamp": 1631608932562,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-14T08:43:53.451Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:43:53.451Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-14T08:43:53.451Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd52aba7-b5ae-4edb-a1af-d1bb14899f12",
"consumerID": "clamp",
"timestamp": 1631608933567,
"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-14T08:43:53.457Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of fd52aba7-b5ae-4edb-a1af-d1bb14899f12
2021-09-14T08:43:53.457Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId fd52aba7-b5ae-4edb-a1af-d1bb14899f12 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-14T08:43:53.465Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-14T08:43:53.465Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd52aba7-b5ae-4edb-a1af-d1bb14899f12",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631608934179,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-14T08:43:53.465Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:43:53.465Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-14T08:43:53.466Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd52aba7-b5ae-4edb-a1af-d1bb14899f12",
"consumerID": "aai-ml",
"timestamp": 1631608935637,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-14T08:43:53.466Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:43:53.466Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-14T08:43:53.466Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd52aba7-b5ae-4edb-a1af-d1bb14899f12",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631608935801,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-14T08:43:53.466Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-14T08:43:53.466Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-14T08:43:53.467Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd52aba7-b5ae-4edb-a1af-d1bb14899f12",
"consumerID": "aai-ml",
"timestamp": 1631608936642,
"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-14T08:43:53.473Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of fd52aba7-b5ae-4edb-a1af-d1bb14899f12
2021-09-14T08:43:53.473Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId fd52aba7-b5ae-4edb-a1af-d1bb14899f12 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-14T08:43:53.482Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-14T08:43:53.482Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fd52aba7-b5ae-4edb-a1af-d1bb14899f12",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631608936805,
"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-14T08:43:53.486Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of fd52aba7-b5ae-4edb-a1af-d1bb14899f12
2021-09-14T08:43:53.486Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId fd52aba7-b5ae-4edb-a1af-d1bb14899f12 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-14T08:44:01.082Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fd52aba7-b5ae-4edb-a1af-d1bb14899f12
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-14T08:44:01.114Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fd52aba7-b5ae-4edb-a1af-d1bb14899f12
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-14T08:44:01.118Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-14T08:44:01.119Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-14T08:44:01.119Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-14T08:44:01.120Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-14T08:44:01.120Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-14T08:44:01.120Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-14T08:44:01.120Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-14T08:44:01.121Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-14T08:44:01.121Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-14T08:44:01.121Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-14T08:44:01.122Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|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-14T08:44:01.128Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-14T08:44:31.128Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fd52aba7-b5ae-4edb-a1af-d1bb14899f12 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-14T08:44:31.136Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fd52aba7-b5ae-4edb-a1af-d1bb14899f12 and serviceModelVersionId: 9580bfc2-7a7b-411c-95d4-fe4ba60ac5a2
2021-09-14T08:44:31.137Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c0be6c03-96ea-46a4-acd6-b459e03031f8
2021-09-14T08:44:31.139Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c0be6c03-96ea-46a4-acd6-b459e03031f8/model-vers/model-ver/9580bfc2-7a7b-411c-95d4-fe4ba60ac5a2?depth=0
2021-09-14T08:44:31.149Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2021-09-14T08:44:31.225Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c0be6c03-96ea-46a4-acd6-b459e03031f8/model-vers/model-ver/9580bfc2-7a7b-411c-95d4-fe4ba60ac5a2?depth=0|INFO|500||Invoke
2021-09-14T08:44:31.226Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c0be6c03-96ea-46a4-acd6-b459e03031f8/model-vers/model-ver/9580bfc2-7a7b-411c-95d4-fe4ba60ac5a2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c0be6c03-96ea-46a4-acd6-b459e03031f8/model-vers/model-ver/9580bfc2-7a7b-411c-95d4-fe4ba60ac5a2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[fd52aba7-b5ae-4edb-a1af-d1bb14899f12], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4b6e83c9-0aea-4d6e-accd-10629b745636], X-ECOMP-RequestID=[fd52aba7-b5ae-4edb-a1af-d1bb14899f12], X-TransactionId=[], X-ONAP-RequestID=[fd52aba7-b5ae-4edb-a1af-d1bb14899f12], Content-Type=[application/merge-patch+json]}
2021-09-14T08:44:31.255Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c0be6c03-96ea-46a4-acd6-b459e03031f8/model-vers/model-ver/9580bfc2-7a7b-411c-95d4-fe4ba60ac5a2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-09-14T08:44:31.665Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c0be6c03-96ea-46a4-acd6-b459e03031f8/model-vers/model-ver/9580bfc2-7a7b-411c-95d4-fe4ba60ac5a2?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/c0be6c03-96ea-46a4-acd6-b459e03031f8/model-vers/model-ver/9580bfc2-7a7b-411c-95d4-fe4ba60ac5a2?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210914-08:44:31:254-52763], vertex-id=[376832], Content-Length=[0], Date=[Tue, 14 Sep 2021 08:44:31 GMT], Content-Type=[application/json]}
2021-09-14T08:44:31.668Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c0be6c03-96ea-46a4-acd6-b459e03031f8/model-vers/model-ver/9580bfc2-7a7b-411c-95d4-fe4ba60ac5a2?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-14T08:44:31.669Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c0be6c03-96ea-46a4-acd6-b459e03031f8/model-vers/model-ver/9580bfc2-7a7b-411c-95d4-fe4ba60ac5a2?depth=0|INFO|500||InvokeReturn
2021-09-14T08:44:31.670Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-14T08:44:31.671Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|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-14T08:44:31.677Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|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-14T08:44:31.678Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fd52aba7-b5ae-4edb-a1af-d1bb14899f12 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-14T08:44:31.678Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-14T08:44:31.679Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:44:31.684Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:44:31.685Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "fd52aba7-b5ae-4edb-a1af-d1bb14899f12",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631609071678,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-14T08:44:31.784Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-14T08:44:31.785Z||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-14T08:44:31.785Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:44:31.802Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T08:44:31.802Z||pool-39-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-14T08:44:32.707Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-14T08:44:32.708Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|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-14T08:44:32.708Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|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 WPtcGInsZEvlhAbl) ...
2021-09-14T08:44:37.187Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T08:44:37.188Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-14T08:44:37.189Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"7b06931d-27fc-4e44-8285-4f26cde00709","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"0a4ef1ca-af74-49e5-a14b-ee32158ec161","serviceDescription":"service","serviceInvariantUUID":"ddaf42ac-c4ec-4566-aecd-7e326380db29","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d363b986-b812-47cd-ab13-0b71348caeab","resourceInvariantUUID":"e598cc5c-ab60-42bf-af5f-f50a0d9b4792","resourceCustomizationUUID":"92bc1b88-c418-4f3e-bce1-b34f84780976","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"MzhjZTUxMWY2Y2IzNDA0NDYzZjFhZTFkN2FiOTYzYWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1fc30c5d-5b1e-4b3f-87ac-90effcc7ec3e","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"ZDA4Mjc4NWE1NzExZmM4YzdhNTQwNzg2MDE3YThlNzE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f15334d7-8bb8-4fd5-be39-aa2e186d1ac4","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"eabe3aca-1a2a-4ec2-909d-ceb82042d105","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c98fa3d3-77c8-4b8c-9648-9a1975996b23","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"df157f45-7b14-415c-bb97-8d3183b28959","artifactVersion":"2","generatedFromUUID":"eabe3aca-1a2a-4ec2-909d-ceb82042d105"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NWJiMTAyNzE2MTE0ZDM1M2Y0NDg4MzIwMzdmODk5OTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3fa4932a-bb97-4bda-8c73-7a54ac413726","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NzI2YWE1MzRmYzQwNzZmNWEzZDRmODA0NzFkMjczZGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8847147b-0ced-434d-8726-4b035ef1ca82","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-14T08:44:37.194Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-14T08:44:37.195Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:44:37.199Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:44:37.199Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "7b06931d-27fc-4e44-8285-4f26cde00709",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631609072707,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-14T08:44:37.299Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-14T08:44:37.300Z||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-14T08:44:37.300Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:44:37.311Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T08:44:37.311Z||pool-40-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-14T08:44:38.208Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-14T08:44:38.213Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:44:38.217Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:44:38.217Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "7b06931d-27fc-4e44-8285-4f26cde00709",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631609072707,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2021-09-14T08:44:38.317Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-14T08:44:38.318Z||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-14T08:44:38.318Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:44:38.327Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T08:44:38.327Z||pool-41-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-14T08:44:39.218Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-14T08:44:39.220Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:44:39.222Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:44:39.222Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "7b06931d-27fc-4e44-8285-4f26cde00709",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631609072707,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-09-14T08:44:39.324Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-09-14T08:44:39.325Z||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-14T08:44:39.325Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:44:39.331Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T08:44:39.332Z||pool-42-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-14T08:44:40.222Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-14T08:44:40.223Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:44:40.239Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:44:40.239Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "7b06931d-27fc-4e44-8285-4f26cde00709",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631609072707,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-14T08:44:40.339Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-14T08:44:40.340Z||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-14T08:44:40.340Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:44:40.352Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T08:44:40.353Z||pool-43-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-09-14T08:44:41.240Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-14T08:44:41.240Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:44:41.244Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:44:41.244Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "7b06931d-27fc-4e44-8285-4f26cde00709",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631609072707,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2021-09-14T08:44:41.344Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-14T08:44:41.345Z||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-14T08:44:41.345Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:44:41.353Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T08:44:41.353Z||pool-44-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-14T08:44:42.245Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-14T08:44:42.245Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:44:42.247Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:44:42.248Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "7b06931d-27fc-4e44-8285-4f26cde00709",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631609072707,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-14T08:44:42.348Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-14T08:44:42.349Z||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-14T08:44:42.349Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:44:42.394Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T08:44:42.395Z||pool-45-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1}
2021-09-14T08:44:43.248Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-14T08:44:43.250Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:44:43.254Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:44:43.254Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "7b06931d-27fc-4e44-8285-4f26cde00709",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631609072707,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-09-14T08:44:43.353Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-14T08:44:43.354Z||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-14T08:44:43.354Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:44:43.361Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T08:44:43.364Z||pool-46-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-14T08:44:44.257Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "7b06931d-27fc-4e44-8285-4f26cde00709",
"serviceName": "basic_vm",
"serviceVersion": "1.0",
"serviceUUID": "0a4ef1ca-af74-49e5-a14b-ee32158ec161",
"serviceDescription": "service",
"serviceInvariantUUID": "ddaf42ac-c4ec-4566-aecd-7e326380db29",
"resources": [
{
"resourceInstanceName": "basic_vm 0",
"resourceCustomizationUUID": "92bc1b88-c418-4f3e-bce1-b34f84780976",
"resourceName": "basic_vm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "d363b986-b812-47cd-ab13-0b71348caeab",
"resourceInvariantUUID": "e598cc5c-ab60-42bf-af5f-f50a0d9b4792",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_vm0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"artifactChecksum": "ZDA4Mjc4NWE1NzExZmM4YzdhNTQwNzg2MDE3YThlNzE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f15334d7-8bb8-4fd5-be39-aa2e186d1ac4",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "eabe3aca-1a2a-4ec2-909d-ceb82042d105",
"generatedArtifact": {
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "df157f45-7b14-415c-bb97-8d3183b28959",
"generatedFromUUID": "eabe3aca-1a2a-4ec2-909d-ceb82042d105"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "df157f45-7b14-415c-bb97-8d3183b28959",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"artifactChecksum": "NzI2YWE1MzRmYzQwNzZmNWEzZDRmODA0NzFkMjczZGI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "8847147b-0ced-434d-8726-4b035ef1ca82"
}
],
"workloadContext": "Production"
}
2021-09-14T08:44:44.258Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-14T08:44:44.258Z|fd52aba7-b5ae-4edb-a1af-d1bb14899f12|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0a4ef1ca-af74-49e5-a14b-ee32158ec161 ASDC
2021-09-14T08:44:44.259Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:7b06931d-27fc-4e44-8285-4f26cde00709
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:0a4ef1ca-af74-49e5-a14b-ee32158ec161
ServiceInvariantUUID:ddaf42ac-c4ec-4566-aecd-7e326380db29
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
ArtifactUUID:8847147b-0ced-434d-8726-4b035ef1ca82
ArtifactChecksum:NzI2YWE1MzRmYzQwNzZmNWEzZDRmODA0NzFkMjczZGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:92bc1b88-c418-4f3e-bce1-b34f84780976
ResourceInvariantUUID:e598cc5c-ab60-42bf-af5f-f50a0d9b4792
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:d363b986-b812-47cd-ab13-0b71348caeab
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
ArtifactUUID:f15334d7-8bb8-4fd5-be39-aa2e186d1ac4
ArtifactChecksum:ZDA4Mjc4NWE1NzExZmM4YzdhNTQwNzg2MDE3YThlNzE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
ArtifactUUID:eabe3aca-1a2a-4ec2-909d-ceb82042d105
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:df157f45-7b14-415c-bb97-8d3183b28959
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:df157f45-7b14-415c-bb97-8d3183b28959
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-09-14T08:44:44.259Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0a4ef1ca-af74-49e5-a14b-ee32158ec161 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-14T08:44:44.304Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-14T08:44:44.304Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-14T08:44:44.304Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-14T08:44:44.305Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 8847147b-0ced-434d-8726-4b035ef1ca82 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-09-14T08:44:44.305Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-14T08:44:44.305Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-09-14T08:44:47.322Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-14T08:44:47.328Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 8847147b-0ced-434d-8726-4b035ef1ca82 70861
2021-09-14T08:44:47.329Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-09-14T08:44:47.330Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-09-14T08:44:47.330Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-14T08:44:47.330Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-14T08:44:47.334Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-14T08:44:47.334Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "7b06931d-27fc-4e44-8285-4f26cde00709",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631609087329,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-14T08:44:47.436Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-14T08:44:47.439Z||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-14T08:44:47.440Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WPtcGInsZEvlhAbl) ...
2021-09-14T08:44:47.448Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-14T08:44:47.449Z||pool-47-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-14T08:44:48.335Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-14T08:44:48.338Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-14T08:44:48.339Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 8847147b-0ced-434d-8726-4b035ef1ca82, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-09-14T08:44:48.339Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-09-14T08:44:48.340Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-09-14T08:44:48.340Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-09-14T08:44:48.668Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9613705133510359173/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2021-09-14T08:44:50.043Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-14T08:44:50.043Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-09-14T08:44:50.044Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-14T08:44:50.044Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-09-14T08:44:50.044Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-14T08:44:50.044Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 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-BasicVm-csar.csar
2021-09-14T08:44:50.044Z|7b06931d-27fc-4e44-8285-4f26cde00709|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-BasicVm-csar.csar
2021-09-14T08:44:50.044Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||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-BasicVm-csar.csar
2021-09-14T08:44:50.044Z|7b06931d-27fc-4e44-8285-4f26cde00709|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-BasicVm-csar.csar
2021-09-14T08:44:50.044Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-14T08:44:50.044Z|7b06931d-27fc-4e44-8285-4f26cde00709|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-BasicVm-csar.csar
2021-09-14T08:44:50.044Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-14T08:44:50.044Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||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-BasicVm-csar.csar
2021-09-14T08:44:50.045Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-09-14T08:44:50.045Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T08:44:50.045Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T08:44:50.045Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-14T08:44:50.045Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-09-14T08:44:50.046Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-14T08:44:50.046Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T08:44:50.046Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T08:44:50.046Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-14T08:44:50.046Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-09-14T08:44:50.046Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-14T08:44:50.046Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T08:44:50.047Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-14T08:44:50.047Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T08:44:50.048Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-09-14T08:44:50.048Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2021-09-14T08:44:50.048Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2021-09-14T08:44:50.048Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2021-09-14T08:44:50.048Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-09-14T08:44:50.048Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-14T08:44:50.049Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T08:44:50.049Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-14T08:44:50.049Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T08:44:50.049Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-14T08:44:50.049Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-14T08:44:50.050Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T08:44:50.050Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-14T08:44:50.050Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-14T08:44:50.050Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-14T08:44:50.051Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-14T08:44:50.051Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-14T08:44:50.051Z|7b06931d-27fc-4e44-8285-4f26cde00709|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery