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-21T06:37:09.544Z||main|||||INFO|500||The following profiles are active: basic
2021-09-21T06:37:34.038Z||main|||||INFO|500||Starting service [Tomcat]
2021-09-21T06:37:34.039Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-09-21T06:37:34.316Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-09-21T06:37:41.760Z||main|||||INFO|500||catdb-pool - Starting...
2021-09-21T06:37:42.499Z||main|||||INFO|500||catdb-pool - Start completed.
2021-09-21T06:37:43.274Z||main|||||INFO|500||reqdb-pool - Starting...
2021-09-21T06:37:43.284Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-09-21T06:37:43.463Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-09-21T06:37:43.820Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-09-21T06:37:45.437Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-09-21T06:37:52.497Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-09-21T06:37:55.381Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-09-21T06:37:55.459Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-09-21T06:37:56.532Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-09-21T06:37:56.840Z||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-21T06:37:58.446Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-09-21T06:37:59.769Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-09-21T06:37:59.801Z||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$$3d37c175.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-21T06:37:59.802Z||main|||||WARN|500||The sdc end point is not alive
2021-09-21T06:38:03.674Z||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-21T06:38:07.137Z||main|||||WARN|500||---
2021-09-21T06:38:07.137Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-09-21T06:38:07.137Z||main|||||WARN|500||---
2021-09-21T06:38:07.822Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-09-21T06:38:13.255Z||main|||||INFO|500||Started Application in 69.599 seconds (JVM running for 79.335)
2021-09-21T06:38:13.318Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-21T06:38:13.331Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-21T06:38:13.368Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-21T06:38:13.407Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-21T06:38:13.470Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 00ce05b1-81b1-4a73-affd-6754ed17c00e url= /sdc/v1/artifactTypes
2021-09-21T06:38:13.471Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-21T06:38:13.839Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-09-21T06:38:13.886Z||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-21T06:38:13.920Z||scheduling-1|||||DEBUG|500||create keys
2021-09-21T06:38:13.929Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-09-21T06:38:13.993Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T06:38:14.036Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= fd24c2ee-c323-43d5-91b4-d59c2bf4f597 url= /sdc/v1/registerForDistribution
2021-09-21T06:38:14.259Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= fd24c2ee-c323-43d5-91b4-d59c2bf4f597 url= /sdc/v1/registerForDistribution
2021-09-21T06:38:14.259Z||scheduling-1|||||INFO|500||start DistributionClient
2021-09-21T06:38:14.271Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T06:38:14.284Z||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-21T06:38:14.284Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T06:38:14.287Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T06:38:14.289Z||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-21T06:38:14.289Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T06:38:14.295Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-09-21T06:38:24.579Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T06:38:24.594Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T06:39:14.267Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T06:39:14.270Z||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-21T06:39:14.271Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T06:39:14.287Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T06:39:14.289Z||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-21T06:39:14.290Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T06:39:23.865Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T06:39:23.871Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T06:40:14.269Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T06:40:14.271Z||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-21T06:40:14.272Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T06:40:14.287Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T06:40:14.288Z||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-21T06:40:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T06:40:23.839Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T06:40:23.839Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T06:41:14.269Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T06:41:14.273Z||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-21T06:41:14.273Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T06:41:14.287Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T06:41:14.294Z||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-21T06:41:14.294Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T06:41:23.878Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T06:41:23.878Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T06:42:14.269Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T06:42:14.272Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T06:42:14.273Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jO6LBLnIu1O5FqYF) ...
2021-09-21T06:42:14.287Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T06:42:14.288Z||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-21T06:42:14.289Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T06:42:23.841Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T06:42:23.841Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T06:43:14.269Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T06:43:14.273Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T06:43:14.273Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jO6LBLnIu1O5FqYF) ...
2021-09-21T06:43:14.287Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T06:43:14.289Z||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-21T06:43:14.289Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T06:43:23.876Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T06:43:23.878Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T06:44:14.269Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T06:44:14.271Z||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-21T06:44:14.271Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T06:44:14.287Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T06:44:14.288Z||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-21T06:44:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T06:44:23.859Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T06:44:23.874Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T06:45:14.270Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T06:45:14.275Z||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-21T06:45:14.275Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T06:45:14.287Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T06:45:14.294Z||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-21T06:45:14.294Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T06:45:23.851Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T06:45:23.873Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T06:46:14.270Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T06:46:14.274Z||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-21T06:46:14.275Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T06:46:14.287Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T06:46:14.288Z||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-21T06:46:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T06:46:23.874Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T06:46:23.875Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T06:46:53.911Z||http-nio-8085-exec-2|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-09-21T06:47:14.270Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T06:47:14.275Z||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-21T06:47:14.275Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T06:47:14.287Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T06:47:14.289Z||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-21T06:47:14.289Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T06:47:23.860Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T06:47:23.870Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T06:48:14.269Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T06:48:14.272Z||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-21T06:48:14.272Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T06:48:14.287Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T06:48:14.288Z||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-21T06:48:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T06:48:23.867Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T06:48:23.880Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T06:49:14.271Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T06:49:14.274Z||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-21T06:49:14.274Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T06:49:14.287Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T06:49:14.288Z||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-21T06:49:14.289Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T06:49:23.860Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T06:49:23.867Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T06:50:14.270Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T06:50:14.275Z||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-21T06:50:14.275Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T06:50:14.288Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T06:50:14.289Z||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-21T06:50:14.290Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T06:50:23.860Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T06:50:23.859Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T06:51:14.269Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T06:51:14.273Z||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-21T06:51:14.273Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T06:51:14.288Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T06:51:14.289Z||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-21T06:51:14.290Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T06:51:23.854Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T06:51:23.854Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T06:52:14.269Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T06:52:14.275Z||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-21T06:52:14.275Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T06:52:14.287Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T06:52:14.288Z||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-21T06:52:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T06:52:23.850Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T06:52:23.855Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T06:53:14.268Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T06:53:14.272Z||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-21T06:53:14.272Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T06:53:14.287Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T06:53:14.288Z||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-21T06:53:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T06:53:23.868Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T06:53:23.871Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T06:54:14.270Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T06:54:14.273Z||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-21T06:54:14.273Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T06:54:14.287Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T06:54:14.288Z||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-21T06:54:14.289Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T06:54:23.847Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T06:54:23.866Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T06:55:14.269Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T06:55:14.271Z||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-21T06:55:14.272Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T06:55:14.288Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T06:55:14.290Z||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-21T06:55:14.290Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T06:55:23.835Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T06:55:23.880Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T06:56:14.269Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T06:56:14.277Z||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-21T06:56:14.278Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T06:56:14.288Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T06:56:14.290Z||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-21T06:56:14.290Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T06:56:23.850Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T06:56:23.868Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T06:57:14.269Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T06:57:14.272Z||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-21T06:57:14.272Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T06:57:14.287Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T06:57:14.289Z||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-21T06:57:14.289Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T06:57:23.856Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T06:57:23.858Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T06:58:14.269Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T06:58:14.272Z||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-21T06:58:14.273Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T06:58:14.287Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T06:58:14.288Z||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-21T06:58:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T06:58:23.826Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T06:58:23.858Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T06:59:14.269Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T06:59:14.273Z||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-21T06:59:14.273Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T06:59:14.291Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T06:59:14.296Z||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-21T06:59:14.297Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T06:59:23.858Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T06:59:23.896Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T07:00:14.267Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:00:14.268Z||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-21T07:00:14.269Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:00:14.288Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:00:14.289Z||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-21T07:00:14.289Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:00:23.876Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T07:00:23.898Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T07:01:14.267Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:01:14.269Z||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-21T07:01:14.269Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:01:14.288Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:01:14.290Z||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-21T07:01:14.290Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:01:23.866Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T07:01:23.873Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T07:02:14.267Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:02:14.269Z||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-21T07:02:14.270Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:02:14.287Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:02:14.288Z||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-21T07:02:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:02:23.821Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T07:02:23.880Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T07:03:14.269Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:03:14.271Z||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-21T07:03:14.271Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:03:14.287Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:03:14.288Z||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-21T07:03:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:03:23.852Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T07:03:23.854Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T07:04:14.269Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:04:14.274Z||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-21T07:04:14.274Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:04:14.287Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:04:14.288Z||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-21T07:04:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:04:23.849Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T07:04:23.860Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T07:05:14.268Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:05:14.274Z||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-21T07:05:14.275Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:05:14.287Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:05:14.288Z||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-21T07:05:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:05:23.866Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T07:05:23.875Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T07:06:14.267Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:06:14.271Z||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-21T07:06:14.271Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:06:14.287Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:06:14.288Z||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-21T07:06:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:06:23.840Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T07:06:23.840Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T07:07:14.268Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:07:14.271Z||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-21T07:07:14.271Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:07:14.287Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:07:14.288Z||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-21T07:07:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:07:23.826Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T07:07:23.844Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T07:08:14.268Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:08:14.270Z||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-21T07:08:14.271Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:08:14.287Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:08:14.288Z||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-21T07:08:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:08:23.870Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T07:08:23.906Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T07:09:14.269Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:09:14.272Z||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-21T07:09:14.273Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:09:14.287Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:09:14.289Z||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-21T07:09:14.289Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:09:23.837Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T07:09:23.877Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T07:10:14.267Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:10:14.270Z||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-21T07:10:14.270Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:10:14.287Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:10:14.288Z||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-21T07:10:14.289Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:10:23.836Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T07:10:23.897Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T07:11:14.267Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:11:14.269Z||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-21T07:11:14.271Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:11:14.287Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:11:14.288Z||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-21T07:11:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:11:23.855Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T07:11:23.855Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T07:12:14.271Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:12:14.273Z||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-21T07:12:14.274Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:12:14.287Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:12:14.288Z||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-21T07:12:14.289Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:12:23.895Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T07:12:23.896Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T07:13:14.269Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:13:14.271Z||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-21T07:13:14.271Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:13:14.287Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:13:14.289Z||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-21T07:13:14.289Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:13:23.857Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T07:13:23.886Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T07:14:14.268Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:14:14.270Z||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-21T07:14:14.270Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:14:14.287Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:14:14.289Z||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-21T07:14:14.289Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:14:23.836Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T07:14:23.882Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T07:15:14.268Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:15:14.271Z||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-21T07:15:14.271Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:15:14.287Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:15:14.288Z||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-21T07:15:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:15:23.838Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T07:15:23.838Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T07:16:14.268Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:16:14.271Z||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-21T07:16:14.271Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:16:14.287Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:16:14.288Z||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-21T07:16:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:16:23.859Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T07:16:23.859Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T07:17:14.268Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:17:14.270Z||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-21T07:17:14.270Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:17:14.293Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:17:14.294Z||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-21T07:17:14.294Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:17:23.871Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T07:17:23.873Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T07:18:14.269Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:18:14.271Z||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-21T07:18:14.271Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:18:14.287Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:18:14.288Z||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-21T07:18:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:18:23.861Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T07:18:23.864Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T07:19:14.267Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:19:14.270Z||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-21T07:19:14.270Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:19:14.287Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:19:14.288Z||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-21T07:19:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:19:23.869Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T07:19:23.891Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T07:20:14.268Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:20:14.270Z||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-21T07:20:14.270Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:20:14.287Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:20:14.289Z||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-21T07:20:14.290Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:20:23.843Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T07:20:23.863Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T07:21:14.269Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:21:14.272Z||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-21T07:21:14.273Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:21:14.287Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:21:14.288Z||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-21T07:21:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:21:23.879Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T07:21:23.880Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T07:22:14.268Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:22:14.272Z||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-21T07:22:14.273Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:22:14.287Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:22:14.288Z||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-21T07:22:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:22:23.823Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T07:22:23.851Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T07:23:14.268Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:23:14.270Z||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-21T07:23:14.270Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:23:14.287Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:23:14.288Z||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-21T07:23:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:23:23.853Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T07:23:23.862Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T07:24:14.269Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:24:14.273Z||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-21T07:24:14.273Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:24:14.287Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:24:14.288Z||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-21T07:24:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:24:23.848Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T07:24:23.891Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T07:25:14.274Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:25:14.277Z||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-21T07:25:14.277Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:25:14.287Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:25:14.288Z||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-21T07:25:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:25:23.854Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T07:25:23.855Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T07:26:14.270Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:26:14.277Z||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-21T07:26:14.278Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:26:14.288Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:26:14.289Z||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-21T07:26:14.289Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:26:23.843Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T07:26:23.845Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T07:27:14.269Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:27:14.272Z||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-21T07:27:14.272Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:27:14.287Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:27:14.288Z||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-21T07:27:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:27:23.823Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T07:27:23.875Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T07:28:14.267Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:28:14.282Z||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-21T07:28:14.282Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:28:14.287Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:28:14.288Z||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-21T07:28:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:28:23.843Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T07:28:23.846Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T07:29:14.267Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:29:14.270Z||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-21T07:29:14.270Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:29:14.288Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:29:14.289Z||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-21T07:29:14.289Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:29:23.829Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T07:29:23.855Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T07:30:14.268Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:30:14.270Z||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-21T07:30:14.270Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:30:14.288Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:30:14.290Z||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-21T07:30:14.290Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:30:23.856Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T07:30:23.857Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T07:31:14.268Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:31:14.271Z||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-21T07:31:14.272Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:31:14.288Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:31:14.289Z||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-21T07:31:14.289Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:31:23.823Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T07:31:23.865Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T07:32:14.269Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:32:14.271Z||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-21T07:32:14.271Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:32:14.287Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:32:14.288Z||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-21T07:32:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:32:23.831Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T07:32:23.877Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T07:33:14.268Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:33:14.270Z||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-21T07:33:14.270Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:33:14.287Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:33:14.288Z||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-21T07:33:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:33:23.873Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T07:33:23.874Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T07:34:14.268Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:34:14.270Z||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-21T07:34:14.271Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:34:14.287Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:34:14.288Z||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-21T07:34:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:34:23.865Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T07:34:23.868Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T07:35:14.267Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:35:14.271Z||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-21T07:35:14.271Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:35:14.287Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:35:14.288Z||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-21T07:35:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:35:23.842Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T07:35:23.896Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T07:36:14.270Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:36:14.273Z||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-21T07:36:14.273Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:36:14.289Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:36:14.290Z||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-21T07:36:14.291Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:36:23.893Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T07:36:23.895Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T07:37:14.269Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:37:14.273Z||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-21T07:37:14.273Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:37:14.287Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:37:14.288Z||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-21T07:37:14.289Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:37:23.826Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T07:37:23.831Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T07:38:14.270Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:38:14.277Z||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-21T07:38:14.277Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:38:14.293Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:38:14.294Z||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-21T07:38:14.294Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:38:23.851Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T07:38:23.854Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T07:39:14.268Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:39:14.273Z||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-21T07:39:14.273Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:39:14.287Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:39:14.289Z||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-21T07:39:14.289Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:39:23.842Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T07:39:23.842Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T07:40:14.268Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:40:14.272Z||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-21T07:40:14.272Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:40:14.287Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:40:14.288Z||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-21T07:40:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:40:23.857Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T07:40:23.857Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T07:41:14.268Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:41:14.271Z||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-21T07:41:14.272Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:41:14.287Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:41:14.288Z||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-21T07:41:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:41:23.829Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T07:41:23.862Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T07:42:14.268Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:42:14.272Z||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-21T07:42:14.274Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:42:14.287Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:42:14.288Z||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-21T07:42:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:42:23.844Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T07:42:23.847Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T07:43:14.267Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:43:14.274Z||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-21T07:43:14.275Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:43:14.287Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:43:14.288Z||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-21T07:43:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:43:23.837Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T07:43:23.858Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T07:44:14.267Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:44:14.271Z||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-21T07:44:14.271Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:44:14.287Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:44:14.288Z||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-21T07:44:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:44:23.832Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T07:44:23.835Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T07:45:14.267Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:45:14.275Z||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-21T07:45:14.275Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:45:14.287Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:45:14.288Z||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-21T07:45:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:45:23.852Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T07:45:23.855Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T07:46:14.269Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:46:14.279Z||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-21T07:46:14.280Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:46:14.287Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:46:14.289Z||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-21T07:46:14.290Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:46:23.901Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T07:46:23.902Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T07:47:14.267Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:47:14.271Z||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-21T07:47:14.271Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:47:14.287Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:47:14.288Z||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-21T07:47:14.291Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:47:23.842Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T07:47:23.845Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T07:48:14.271Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:48:14.273Z||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-21T07:48:14.275Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:48:14.288Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:48:14.289Z||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-21T07:48:14.289Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:48:23.837Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T07:48:23.837Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T07:49:14.268Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:49:14.270Z||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-21T07:49:14.270Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:49:14.288Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:49:14.288Z||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-21T07:49:14.289Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:49:23.830Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T07:49:23.898Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T07:50:14.267Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:50:14.270Z||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-21T07:50:14.270Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:50:14.288Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:50:14.288Z||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-21T07:50:14.289Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:50:23.828Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T07:50:23.846Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T07:51:14.267Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:51:14.269Z||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-21T07:51:14.269Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:51:14.287Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:51:14.289Z||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-21T07:51:14.289Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:51:23.825Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T07:51:23.889Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T07:52:14.267Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:52:14.271Z||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-21T07:52:14.271Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:52:14.289Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:52:14.290Z||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-21T07:52:14.290Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:52:23.850Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T07:52:23.899Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T07:53:14.267Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:53:14.269Z||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-21T07:53:14.269Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:53:14.288Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:53:14.289Z||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-21T07:53:14.289Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:53:23.862Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T07:53:23.864Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T07:54:14.267Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:54:14.270Z||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-21T07:54:14.271Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:54:14.287Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:54:14.288Z||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-21T07:54:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:54:23.843Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T07:54:23.850Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T07:55:14.271Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:55:14.275Z||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-21T07:55:14.275Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:55:14.287Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:55:14.288Z||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-21T07:55:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:55:23.855Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T07:55:23.855Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T07:56:14.267Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:56:14.270Z||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-21T07:56:14.270Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:56:14.287Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:56:14.287Z||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-21T07:56:14.287Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:56:23.829Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T07:56:23.850Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T07:57:14.270Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:57:14.276Z||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-21T07:57:14.276Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:57:14.287Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:57:14.288Z||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-21T07:57:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:57:23.848Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T07:57:23.849Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T07:58:14.267Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:58:14.270Z||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-21T07:58:14.271Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:58:14.288Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:58:14.289Z||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-21T07:58:14.290Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:58:23.841Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T07:58:23.868Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T07:59:14.269Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:59:14.274Z||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-21T07:59:14.274Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:59:14.287Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T07:59:14.288Z||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-21T07:59:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T07:59:23.852Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T07:59:23.852Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T08:00:14.279Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:00:14.284Z||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-21T08:00:14.285Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:00:14.288Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:00:14.289Z||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-21T08:00:14.289Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:00:23.846Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T08:00:23.849Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T08:01:14.268Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:01:14.272Z||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-21T08:01:14.272Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:01:14.290Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:01:14.290Z||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-21T08:01:14.290Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:01:23.851Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T08:01:23.851Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T08:02:14.267Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:02:14.270Z||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-21T08:02:14.270Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:02:14.287Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:02:14.288Z||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-21T08:02:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:02:23.841Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T08:02:23.841Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T08:03:14.267Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:03:14.272Z||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-21T08:03:14.273Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:03:14.287Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:03:14.288Z||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-21T08:03:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:03:23.855Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T08:03:23.872Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T08:04:14.267Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:04:14.272Z||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-21T08:04:14.272Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:04:14.288Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:04:14.289Z||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-21T08:04:14.289Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:04:23.839Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T08:04:23.850Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T08:05:14.270Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:05:14.273Z||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-21T08:05:14.273Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:05:14.287Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:05:14.288Z||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-21T08:05:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:05:23.885Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T08:05:23.890Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T08:06:14.268Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:06:14.270Z||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-21T08:06:14.270Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:06:14.287Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:06:14.288Z||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-21T08:06:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:06:23.826Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T08:06:23.883Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T08:07:14.271Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:07:14.273Z||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-21T08:07:14.273Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:07:14.287Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:07:14.288Z||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-21T08:07:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:07:23.863Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T08:07:23.863Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T08:08:14.268Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:08:14.270Z||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-21T08:08:14.270Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:08:14.287Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:08:14.288Z||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-21T08:08:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:08:23.841Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T08:08:23.841Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T08:09:14.267Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:09:14.269Z||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-21T08:09:14.269Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:09:14.287Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:09:14.288Z||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-21T08:09:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:09:23.843Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T08:09:23.847Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T08:10:14.267Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:10:14.269Z||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-21T08:10:14.269Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:10:14.287Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:10:14.288Z||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-21T08:10:14.289Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:10:23.848Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T08:10:23.877Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T08:11:14.267Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:11:14.270Z||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-21T08:11:14.270Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:11:14.288Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:11:14.290Z||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-21T08:11:14.290Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:11:23.828Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T08:11:23.859Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T08:12:14.268Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:12:14.273Z||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-21T08:12:14.274Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:12:14.288Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:12:14.289Z||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-21T08:12:14.289Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:12:23.827Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T08:12:23.851Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T08:13:14.267Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:13:14.269Z||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-21T08:13:14.270Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:13:14.288Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:13:14.289Z||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-21T08:13:14.289Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:13:23.844Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T08:13:23.858Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T08:14:14.267Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:14:14.271Z||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-21T08:14:14.271Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:14:14.287Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:14:14.288Z||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-21T08:14:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:14:23.829Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T08:14:23.845Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T08:15:14.268Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:15:14.271Z||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-21T08:15:14.271Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:15:14.287Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:15:14.288Z||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-21T08:15:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:15:23.854Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T08:15:23.857Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T08:16:14.267Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:16:14.271Z||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-21T08:16:14.271Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:16:14.287Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:16:14.288Z||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-21T08:16:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:16:23.852Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T08:16:23.854Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T08:17:14.273Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:17:14.276Z||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-21T08:17:14.277Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:17:14.287Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:17:14.288Z||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-21T08:17:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:17:23.863Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T08:17:23.873Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T08:18:14.267Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:18:14.272Z||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-21T08:18:14.273Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:18:14.287Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:18:14.288Z||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-21T08:18:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:18:23.852Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T08:18:23.866Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T08:19:14.269Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:19:14.274Z||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-21T08:19:14.275Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:19:14.287Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:19:14.288Z||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-21T08:19:14.289Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:19:23.838Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T08:19:23.848Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T08:20:14.267Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:20:14.268Z||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-21T08:20:14.269Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:20:14.287Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:20:14.288Z||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-21T08:20:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:20:23.840Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T08:20:23.854Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T08:21:14.267Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:21:14.271Z||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-21T08:21:14.271Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:21:14.287Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:21:14.288Z||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-21T08:21:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:21:23.847Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T08:21:23.870Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T08:22:14.267Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:22:14.269Z||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-21T08:22:14.269Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:22:14.287Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:22:14.288Z||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-21T08:22:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:22:23.848Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T08:22:23.851Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T08:23:14.269Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:23:14.271Z||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-21T08:23:14.271Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:23:14.288Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:23:14.289Z||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-21T08:23:14.289Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:23:23.833Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T08:23:23.863Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T08:24:14.267Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:24:14.271Z||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-21T08:24:14.271Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:24:14.287Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:24:14.288Z||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-21T08:24:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:24:23.851Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T08:24:23.851Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T08:25:14.267Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:25:14.271Z||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-21T08:25:14.271Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:25:14.288Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:25:14.288Z||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-21T08:25:14.289Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:25:14.925Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T08:25:14.928Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-21T08:25:14.928Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"4a01c171-d5be-4377-a29f-02a36771b1b2","serviceName":"vFW 2021-09-21 08-22-29","serviceVersion":"1.0","serviceUUID":"c0c5186e-a864-45ed-a421-36cfc8c292aa","serviceDescription":"catalog service description","serviceInvariantUUID":"5cb51f74-48e1-424c-9397-8fa5e4c4feb3","resources":[{"resourceInstanceName":"vFW 79f8f2a4-2835 0","resourceName":"vFW 79f8f2a4-2835","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0e86eaf2-f968-4c38-afa2-e9d19a01e501","resourceInvariantUUID":"b5e2c122-7b2b-4d4e-9af5-07bc7457eae8","resourceCustomizationUUID":"003072ab-b905-4c2d-a453-54d92bcb5847","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/vf-license-model.xml","artifactChecksum":"N2ZmNmJkNTVmMjQxZmJiZGJmYTgwOTJkMjE5ZmNhMmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d9cb18e4-1088-4c47-8737-7379b6f5908d","artifactVersion":"1"},{"artifactName":"vfw79f8f2a428350_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/vfw79f8f2a428350_modules.json","artifactChecksum":"N2MxMzMzNjQ2ZTZmYjM0MzkzMmRhY2EzNTMyYjJjNmU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"214b2956-4ac1-4a99-8654-3cae290e932f","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c70921dc-9886-48f7-992f-a1f7957327ba","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/vendor-license-model.xml","artifactChecksum":"MmM2ZmMzMzZlNDI0OWUyM2FhNDg3NTJiMTliY2FmNWU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e40e8dac-8695-4c2b-8e53-eef8e70ebcd1","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e7ce985b-0653-469b-8f48-6da3474ce945","artifactVersion":"2","generatedFromUUID":"c70921dc-9886-48f7-992f-a1f7957327ba"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210921082229-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210921082229/1.0/artifacts/service-Vfw20210921082229-template.yml","artifactChecksum":"YjRkZmZjMDhjM2QwMGFkYjZmNzYxNmI3YThiYjQxYTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"97ce506c-68f4-4c45-9a1c-e65486d3f728","artifactVersion":"1"},{"artifactName":"service-Vfw20210921082229-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210921082229/1.0/artifacts/service-Vfw20210921082229-csar.csar","artifactChecksum":"YTBlMTE2YzkxNGU2MDYwZmUyZGRkNjBjODVlYmRkNGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"efb1b8c7-3229-4504-9b19-e6bb84b07131","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-21T08:25:14.929Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T08:25:14.935Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:25:14.935Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
"consumerID": "cds",
"timestamp": 1632212686351,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-21T08:25:14.946Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-21T08:25:14.966Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-21T08:25:14.966Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:25:14.966Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
"consumerID": "ves-openapi-manager",
"timestamp": 1632212693655,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-21T08:25:14.966Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-21T08:25:14.967Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:25:14.967Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632212687097,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-21T08:25:14.967Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-21T08:25:14.967Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:25:14.967Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
"consumerID": "cds",
"timestamp": 1632212686351,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/vfw79f8f2a428350_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-21T08:25:14.967Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-21T08:25:14.967Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:25:14.967Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
"consumerID": "ves-openapi-manager",
"timestamp": 1632212693655,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/vfw79f8f2a428350_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-21T08:25:14.968Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-21T08:25:14.968Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:25:14.968Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:25:14.968Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632212687097,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/vfw79f8f2a428350_modules.json",
"status": "NOTIFIED"
}
2021-09-21T08:25:14.968Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-21T08:25:14.968Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:25:14.969Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
"consumerID": "cds",
"timestamp": 1632212686351,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-21T08:25:14.969Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-21T08:25:14.969Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:25:14.969Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
"consumerID": "ves-openapi-manager",
"timestamp": 1632212693655,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-21T08:25:14.969Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-21T08:25:14.970Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:25:14.970Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632212687097,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-09-21T08:25:14.970Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-21T08:25:14.970Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:25:14.970Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
"consumerID": "cds",
"timestamp": 1632212686351,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-21T08:25:14.970Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-21T08:25:14.970Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:25:14.970Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
"consumerID": "ves-openapi-manager",
"timestamp": 1632212693655,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-21T08:25:14.971Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-21T08:25:14.971Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:25:14.971Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632212687097,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-21T08:25:14.971Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-21T08:25:14.971Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:25:14.971Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
"consumerID": "cds",
"timestamp": 1632212686351,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-21T08:25:14.971Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-21T08:25:14.971Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:25:14.971Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
"consumerID": "ves-openapi-manager",
"timestamp": 1632212693655,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-21T08:25:14.972Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-21T08:25:14.972Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:25:14.972Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632212687097,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-09-21T08:25:14.972Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-21T08:25:14.972Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:25:14.972Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
"consumerID": "cds",
"timestamp": 1632212686351,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/artifacts/service-Vfw20210921082229-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-21T08:25:14.973Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-21T08:25:14.974Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:25:14.974Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
"consumerID": "ves-openapi-manager",
"timestamp": 1632212693655,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/artifacts/service-Vfw20210921082229-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-21T08:25:14.974Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-21T08:25:14.974Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:25:14.974Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632212687097,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/artifacts/service-Vfw20210921082229-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-21T08:25:14.975Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-21T08:25:14.975Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:25:14.975Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
"consumerID": "aai-ml",
"timestamp": 1632212700728,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-21T08:25:14.975Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-21T08:25:14.975Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:25:14.975Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
"consumerID": "cds",
"timestamp": 1632212686351,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/artifacts/service-Vfw20210921082229-csar.csar",
"status": "NOTIFIED"
}
2021-09-21T08:25:14.976Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-21T08:25:14.976Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:25:14.976Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
"consumerID": "ves-openapi-manager",
"timestamp": 1632212693655,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/artifacts/service-Vfw20210921082229-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-21T08:25:14.976Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-21T08:25:14.976Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:25:14.976Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632212687097,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/artifacts/service-Vfw20210921082229-csar.csar",
"status": "NOTIFIED"
}
2021-09-21T08:25:14.977Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-21T08:25:14.977Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:25:14.977Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
"consumerID": "aai-ml",
"timestamp": 1632212700728,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/vfw79f8f2a428350_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-21T08:25:14.977Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-21T08:25:14.978Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:25:14.978Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
"consumerID": "policy-id",
"timestamp": 1632212702207,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-21T08:25:14.978Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-21T08:25:14.978Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:25:14.978Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632212702470,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-21T08:25:14.979Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-21T08:25:14.979Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:25:14.979Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
"consumerID": "aai-ml",
"timestamp": 1632212700728,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-21T08:25:14.979Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-21T08:25:14.979Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:25:14.979Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
"consumerID": "cds",
"timestamp": 1632212703714,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/artifacts/service-Vfw20210921082229-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-21T08:25:14.981Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:25:14.981Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:25:14.981Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632212703711,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/vfw79f8f2a428350_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-21T08:25:14.981Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:25:14.981Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:25:14.981Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
"consumerID": "policy-id",
"timestamp": 1632212702207,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/vfw79f8f2a428350_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-21T08:25:14.982Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-21T08:25:14.982Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:25:14.982Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632212702470,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/vfw79f8f2a428350_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-21T08:25:14.982Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-21T08:25:14.982Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:25:14.982Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
"consumerID": "dcae-sch",
"timestamp": 1632212703682,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-21T08:25:14.983Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-21T08:25:14.983Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:25:14.983Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
"consumerID": "aai-ml",
"timestamp": 1632212700728,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-21T08:25:14.983Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-21T08:25:14.983Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:25:14.983Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
"consumerID": "cds",
"timestamp": 1632212704744,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/artifacts/service-Vfw20210921082229-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2021-09-21T08:25:14.995Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:25:14.995Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632212714267,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-21T08:25:15.095Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 88 ms
2021-09-21T08:25:15.108Z||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-21T08:25:15.108Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:25:15.124Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T08:25:15.126Z||pool-3-thread-1|||||INFO|500||cambria reply ok (19 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: 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-21T08:25:15.334Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4a01c171-d5be-4377-a29f-02a36771b1b2
2021-09-21T08:25:15.359Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4a01c171-d5be-4377-a29f-02a36771b1b2 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-21T08:25:15.391Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:25:15.391Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
"consumerID": "policy-id",
"timestamp": 1632212702207,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-09-21T08:25:15.393Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-21T08:25:15.394Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:25:15.394Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632212702470,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-21T08:25:15.395Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-21T08:25:15.395Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:25:15.395Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
"consumerID": "dcae-sch",
"timestamp": 1632212703682,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/vfw79f8f2a428350_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-21T08:25:15.395Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-21T08:25:15.396Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:25:15.396Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
"consumerID": "aai-ml",
"timestamp": 1632212700728,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-21T08:25:15.396Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-21T08:25:15.396Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:25:15.396Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632212705798,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-21T08:25:15.396Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:25:15.397Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:25:15.397Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
"consumerID": "clamp",
"timestamp": 1632212705134,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-21T08:25:15.397Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-21T08:25:15.397Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:25:15.397Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
"consumerID": "policy-id",
"timestamp": 1632212702207,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-21T08:25:15.398Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-21T08:25:15.398Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:25:15.398Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632212702470,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-21T08:25:15.398Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-21T08:25:15.398Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:25:15.398Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
"consumerID": "dcae-sch",
"timestamp": 1632212703682,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-21T08:25:15.399Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-21T08:25:15.399Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:25:15.399Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
"consumerID": "aai-ml",
"timestamp": 1632212700728,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/artifacts/service-Vfw20210921082229-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-21T08:25:15.399Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-21T08:25:15.399Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:25:15.399Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
"consumerID": "clamp",
"timestamp": 1632212705134,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/vfw79f8f2a428350_modules.json",
"status": "NOTIFIED"
}
2021-09-21T08:25:15.399Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-21T08:25:15.400Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:25:15.400Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
"consumerID": "policy-id",
"timestamp": 1632212702207,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-21T08:25:15.401Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-21T08:25:15.401Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:25:15.401Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632212702470,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-21T08:25:15.401Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-21T08:25:15.401Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:25:15.401Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
"consumerID": "dcae-sch",
"timestamp": 1632212703682,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-21T08:25:15.402Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-21T08:25:15.402Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:25:15.402Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
"consumerID": "aai-ml",
"timestamp": 1632212700728,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/artifacts/service-Vfw20210921082229-csar.csar",
"status": "NOTIFIED"
}
2021-09-21T08:25:15.402Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-21T08:25:15.402Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:25:15.402Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632212707777,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-09-21T08:25:15.402Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:25:15.402Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:25:15.403Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
"consumerID": "clamp",
"timestamp": 1632212705134,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-21T08:25:15.403Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-21T08:25:15.403Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:25:15.403Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
"consumerID": "policy-id",
"timestamp": 1632212702207,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/artifacts/service-Vfw20210921082229-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-21T08:25:15.403Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-21T08:25:15.403Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:25:15.403Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632212702470,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/artifacts/service-Vfw20210921082229-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-21T08:25:15.403Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-21T08:25:15.404Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:25:15.404Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
"consumerID": "dcae-sch",
"timestamp": 1632212703682,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-21T08:25:15.404Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-21T08:25:15.404Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:25:15.404Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
"consumerID": "clamp",
"timestamp": 1632212705134,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-21T08:25:15.405Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-21T08:25:15.405Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:25:15.405Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
"consumerID": "policy-id",
"timestamp": 1632212702207,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/artifacts/service-Vfw20210921082229-csar.csar",
"status": "NOTIFIED"
}
2021-09-21T08:25:15.406Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-21T08:25:15.406Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:25:15.406Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632212702470,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/artifacts/service-Vfw20210921082229-csar.csar",
"status": "NOTIFIED"
}
2021-09-21T08:25:15.406Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-21T08:25:15.406Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:25:15.406Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
"consumerID": "dcae-sch",
"timestamp": 1632212703682,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/artifacts/service-Vfw20210921082229-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-21T08:25:15.406Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-21T08:25:15.406Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:25:15.407Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632212709436,
"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-21T08:25:15.433Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4a01c171-d5be-4377-a29f-02a36771b1b2
2021-09-21T08:25:15.433Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4a01c171-d5be-4377-a29f-02a36771b1b2 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-21T08:25:15.443Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:25:15.443Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
"consumerID": "aai-ml",
"timestamp": 1632212709803,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/artifacts/service-Vfw20210921082229-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-21T08:25:15.444Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:25:15.444Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:25:15.444Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
"consumerID": "clamp",
"timestamp": 1632212705134,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-21T08:25:15.445Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-21T08:25:15.445Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:25:15.445Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
"consumerID": "dcae-sch",
"timestamp": 1632212703682,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/artifacts/service-Vfw20210921082229-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-21T08:25:15.446Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-21T08:25:15.446Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:25:15.446Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632212710446,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/vfw79f8f2a428350_modules.json",
"status": "DEPLOY_OK"
}
2021-09-21T08:25:15.446Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:25:15.446Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:25:15.447Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
"consumerID": "policy-id",
"timestamp": 1632212710607,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/artifacts/service-Vfw20210921082229-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-21T08:25:15.447Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:25:15.447Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:25:15.448Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
"consumerID": "clamp",
"timestamp": 1632212705134,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/artifacts/service-Vfw20210921082229-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-21T08:25:15.448Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-21T08:25:15.448Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:25:15.448Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632212711012,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/artifacts/service-Vfw20210921082229-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-21T08:25:15.449Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:25:15.449Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:25:15.449Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
"consumerID": "policy-id",
"timestamp": 1632212711617,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/artifacts/service-Vfw20210921082229-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-21T08:25:15.450Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:25:15.450Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:25:15.450Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
"consumerID": "clamp",
"timestamp": 1632212705134,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/artifacts/service-Vfw20210921082229-csar.csar",
"status": "NOTIFIED"
}
2021-09-21T08:25:15.451Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-21T08:25:15.451Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:25:15.451Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
"consumerID": "policy-id",
"timestamp": 1632212712622,
"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-21T08:25:15.457Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4a01c171-d5be-4377-a29f-02a36771b1b2
2021-09-21T08:25:15.457Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4a01c171-d5be-4377-a29f-02a36771b1b2 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-21T08:25:16.011Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-21T08:25:16.012Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:25:16.014Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:25:16.014Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632212714267,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/vfw79f8f2a428350_modules.json",
"status": "NOTIFIED"
}
2021-09-21T08:25:16.114Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-21T08:25:16.115Z||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-21T08:25:16.116Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:25:16.129Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T08:25:16.131Z||pool-4-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2021-09-21T08:25:17.015Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-21T08:25:17.017Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:25:17.019Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:25:17.020Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632212714267,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-09-21T08:25:17.120Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-21T08:25:17.121Z||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-21T08:25:17.121Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:25:17.133Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T08:25:17.134Z||pool-5-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-21T08:25:18.020Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-21T08:25:18.021Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:25:18.023Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:25:18.023Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632212714267,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-21T08:25:18.124Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-21T08:25:18.125Z||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-21T08:25:18.125Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:25:18.135Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T08:25:18.136Z||pool-6-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-21T08:25:19.024Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-21T08:25:19.025Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:25:19.027Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:25:19.027Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632212714267,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-09-21T08:25:19.127Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-21T08:25:19.128Z||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-21T08:25:19.128Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:25:19.150Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T08:25:19.159Z||pool-7-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2021-09-21T08:25:20.028Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-21T08:25:20.029Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:25:20.031Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:25:20.031Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632212714267,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/artifacts/service-Vfw20210921082229-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-21T08:25:20.131Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-21T08:25:20.132Z||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-21T08:25:20.133Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:25:20.144Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T08:25:20.145Z||pool-8-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-21T08:25:21.031Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-21T08:25:21.034Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:25:21.036Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:25:21.037Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632212714267,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/artifacts/service-Vfw20210921082229-csar.csar",
"status": "NOTIFIED"
}
2021-09-21T08:25:21.137Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-21T08:25:21.138Z||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-21T08:25:21.138Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:25:21.161Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T08:25:21.161Z||pool-9-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2021-09-21T08:25:22.039Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
"serviceName": "vFW 2021-09-21 08-22-29",
"serviceVersion": "1.0",
"serviceUUID": "c0c5186e-a864-45ed-a421-36cfc8c292aa",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "5cb51f74-48e1-424c-9397-8fa5e4c4feb3",
"resources": [
{
"resourceInstanceName": "vFW 79f8f2a4-2835 0",
"resourceCustomizationUUID": "003072ab-b905-4c2d-a453-54d92bcb5847",
"resourceName": "vFW 79f8f2a4-2835",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "0e86eaf2-f968-4c38-afa2-e9d19a01e501",
"resourceInvariantUUID": "b5e2c122-7b2b-4d4e-9af5-07bc7457eae8",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw79f8f2a428350_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/vfw79f8f2a428350_modules.json",
"artifactChecksum": "N2MxMzMzNjQ2ZTZmYjM0MzkzMmRhY2EzNTMyYjJjNmU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "214b2956-4ac1-4a99-8654-3cae290e932f",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "c70921dc-9886-48f7-992f-a1f7957327ba",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "e7ce985b-0653-469b-8f48-6da3474ce945",
"generatedFromUUID": "c70921dc-9886-48f7-992f-a1f7957327ba"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "e7ce985b-0653-469b-8f48-6da3474ce945",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20210921082229-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/artifacts/service-Vfw20210921082229-csar.csar",
"artifactChecksum": "YTBlMTE2YzkxNGU2MDYwZmUyZGRkNjBjODVlYmRkNGY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "efb1b8c7-3229-4504-9b19-e6bb84b07131"
}
],
"workloadContext": "Production"
}
2021-09-21T08:25:22.040Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-21T08:25:22.040Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c0c5186e-a864-45ed-a421-36cfc8c292aa ASDC
2021-09-21T08:25:22.174Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:4a01c171-d5be-4377-a29f-02a36771b1b2
ServiceName:vFW 2021-09-21 08-22-29
ServiceVersion:1.0
ServiceUUID:c0c5186e-a864-45ed-a421-36cfc8c292aa
ServiceInvariantUUID:5cb51f74-48e1-424c-9397-8fa5e4c4feb3
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210921082229-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210921082229/1.0/artifacts/service-Vfw20210921082229-csar.csar
ArtifactUUID:efb1b8c7-3229-4504-9b19-e6bb84b07131
ArtifactChecksum:YTBlMTE2YzkxNGU2MDYwZmUyZGRkNjBjODVlYmRkNGY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 79f8f2a4-2835 0
ResourceCustomizationUUID:003072ab-b905-4c2d-a453-54d92bcb5847
ResourceInvariantUUID:b5e2c122-7b2b-4d4e-9af5-07bc7457eae8
ResourceName:vFW 79f8f2a4-2835
ResourceType:VF
ResourceUUID:0e86eaf2-f968-4c38-afa2-e9d19a01e501
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw79f8f2a428350_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/vfw79f8f2a428350_modules.json
ArtifactUUID:214b2956-4ac1-4a99-8654-3cae290e932f
ArtifactChecksum:N2MxMzMzNjQ2ZTZmYjM0MzkzMmRhY2EzNTMyYjJjNmU=
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/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/base_vfw.yaml
ArtifactUUID:c70921dc-9886-48f7-992f-a1f7957327ba
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/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/base_vfw.env
ArtifactUUID:e7ce985b-0653-469b-8f48-6da3474ce945
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/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/base_vfw.env
ArtifactUUID:e7ce985b-0653-469b-8f48-6da3474ce945
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-09-21T08:25:22.175Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c0c5186e-a864-45ed-a421-36cfc8c292aa 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-21T08:25:22.230Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-21T08:25:22.232Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-21T08:25:22.233Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-21T08:25:22.233Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: efb1b8c7-3229-4504-9b19-e6bb84b07131 from URL: /sdc/v1/catalog/services/Vfw20210921082229/1.0/artifacts/service-Vfw20210921082229-csar.csar
2021-09-21T08:25:22.234Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-21T08:25:22.236Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210921082229/1.0/artifacts/service-Vfw20210921082229-csar.csar
2021-09-21T08:25:23.078Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-21T08:25:23.098Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210921082229/1.0/artifacts/service-Vfw20210921082229-csar.csar efb1b8c7-3229-4504-9b19-e6bb84b07131 98739
2021-09-21T08:25:23.100Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210921082229/1.0/artifacts/service-Vfw20210921082229-csar.csar ASDC sendASDCNotification
2021-09-21T08:25:23.100Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210921082229/1.0/artifacts/service-Vfw20210921082229-csar.csar
2021-09-21T08:25:23.103Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-21T08:25:23.104Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:25:23.106Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:25:23.106Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632212723099,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/artifacts/service-Vfw20210921082229-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-21T08:25:23.206Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-21T08:25:23.207Z||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-21T08:25:23.208Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:25:23.221Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T08:25:23.222Z||pool-10-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-21T08:25:24.107Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-21T08:25:24.109Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-21T08:25:24.110Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: efb1b8c7-3229-4504-9b19-e6bb84b07131, URL: /sdc/v1/catalog/services/Vfw20210921082229/1.0/artifacts/service-Vfw20210921082229-csar.csar to file: /app/ASDC/1/service-Vfw20210921082229-csar.csar
2021-09-21T08:25:24.111Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210921082229-csar.csar
2021-09-21T08:25:24.439Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210921082229-csar.csar
2021-09-21T08:25:24.440Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210921082229-csar.csar
2021-09-21T08:25:25.224Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10826747454928166863/Definitions/service-Vfw20210921082229-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2021-09-21T08:25:28.035Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-21T08:25:28.040Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-09-21T08:25:28.040Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210921082229-csar.csar
2021-09-21T08:25:28.041Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-09-21T08:25:28.041Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||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-Vfw20210921082229-csar.csar
2021-09-21T08:25:28.041Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||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-Vfw20210921082229-csar.csar
2021-09-21T08:25:28.041Z|4a01c171-d5be-4377-a29f-02a36771b1b2|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-Vfw20210921082229-csar.csar
2021-09-21T08:25:28.041Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210921082229-csar.csar
2021-09-21T08:25:28.041Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210921082229-csar.csar
2021-09-21T08:25:28.041Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||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-Vfw20210921082229-csar.csar
2021-09-21T08:25:28.041Z|4a01c171-d5be-4377-a29f-02a36771b1b2|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-Vfw20210921082229-csar.csar
2021-09-21T08:25:28.042Z|4a01c171-d5be-4377-a29f-02a36771b1b2|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-Vfw20210921082229-csar.csar
2021-09-21T08:25:28.042Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 79f8f2a4-2835 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-Vfw20210921082229-csar.csar
2021-09-21T08:25:28.042Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210921082229-csar.csar
2021-09-21T08:25:28.071Z|4a01c171-d5be-4377-a29f-02a36771b1b2|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-Vfw20210921082229-csar.csar
2021-09-21T08:25:28.071Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210921082229-csar.csar
2021-09-21T08:25:28.071Z|4a01c171-d5be-4377-a29f-02a36771b1b2|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-Vfw20210921082229-csar.csar
2021-09-21T08:25:28.072Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-09-21T08:25:28.084Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T08:25:28.085Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-09-21 08-22-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:25:28.090Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template vFW 79f8f2a4-2835 0 is matching search criteria
2021-09-21T08:25:28.091Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-09-21T08:25:28.092Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 79f8f2a4-2835 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-21T08:25:28.094Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T08:25:28.094Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-09-21 08-22-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:25:28.095Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template vFW 79f8f2a4-2835 0 is matching search criteria
2021-09-21T08:25:28.095Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-09-21T08:25:28.095Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 79f8f2a4-2835 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-21T08:25:28.095Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T08:25:28.095Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-09-21 08-22-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:25:28.099Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T08:25:28.099Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template vFW 79f8f2a4-2835 0 is not matching search criteria
2021-09-21T08:25:28.099Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-21T08:25:28.100Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-21T08:25:28.100Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-21T08:25:28.100Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-21T08:25:28.100Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-21T08:25:28.100Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-21T08:25:28.100Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-21T08:25:28.101Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-21T08:25:28.101Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-21T08:25:28.101Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-21T08:25:28.101Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-21T08:25:28.101Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-21T08:25:28.101Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-21T08:25:28.102Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-21T08:25:28.102Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-21T08:25:28.102Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-21T08:25:28.102Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T08:25:28.102Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-09-21 08-22-29 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-21T08:25:28.104Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T08:25:28.104Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template vFW 79f8f2a4-2835 0 is matching search criteria
2021-09-21T08:25:28.104Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 79f8f2a4-2835 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-21T08:25:28.105Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T08:25:28.105Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template vFW 79f8f2a4-2835 0 is matching search criteria
2021-09-21T08:25:28.105Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 79f8f2a4-2835 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-21T08:25:28.105Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T08:25:28.105Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template vFW 79f8f2a4-2835 0 is matching search criteria
2021-09-21T08:25:28.106Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 79f8f2a4-2835 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-21T08:25:28.106Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T08:25:28.106Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template vFW 79f8f2a4-2835 0 is not matching search criteria
2021-09-21T08:25:28.106Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-21T08:25:28.106Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-21T08:25:28.107Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-21T08:25:28.107Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-21T08:25:28.107Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-21T08:25:28.107Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-21T08:25:28.107Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-21T08:25:28.107Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-21T08:25:28.108Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-21T08:25:28.108Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-21T08:25:28.108Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-21T08:25:28.108Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=b008a091-5f42-4a8a-be79-0964e7f650ad
2021-09-21T08:25:28.108Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T08:25:28.109Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template vFW 79f8f2a4-2835 0 is not matching search criteria
2021-09-21T08:25:28.109Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-21T08:25:28.109Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-21T08:25:28.109Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-21T08:25:28.109Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-21T08:25:28.109Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-21T08:25:28.110Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-21T08:25:28.110Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-21T08:25:28.110Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-09-21T08:25:28.110Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-21T08:25:28.110Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-21T08:25:28.111Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-21T08:25:28.111Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-21T08:25:28.111Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=d377a86b-c34a-452b-bd79-d9572d9f355d
2021-09-21T08:25:28.111Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T08:25:28.111Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template vFW 79f8f2a4-2835 0 is not matching search criteria
2021-09-21T08:25:28.112Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-21T08:25:28.112Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-21T08:25:28.112Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-21T08:25:28.112Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-21T08:25:28.112Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-21T08:25:28.112Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-21T08:25:28.113Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-21T08:25:28.113Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-21T08:25:28.113Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-21T08:25:28.113Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-21T08:25:28.113Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-21T08:25:28.113Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-09-21T08:25:28.114Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=e2c7dc54-57f9-4c0a-8bc9-39bb4d755da7
2021-09-21T08:25:28.114Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T08:25:28.114Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-09-21 08-22-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:25:28.114Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T08:25:28.114Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-09-21 08-22-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:25:28.115Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T08:25:28.115Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-09-21 08-22-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:25:28.115Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T08:25:28.115Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-09-21 08-22-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:25:28.115Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-09-21 08-22-29
Description:catalog service description
Model UUID:c0c5186e-a864-45ed-a421-36cfc8c292aa
Model Version:NULL
Model InvariantUuid:5cb51f74-48e1-424c-9397-8fa5e4c4feb3
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 79f8f2a4-2835
Model UUID:a0d29793-8ae0-4ac8-8ab6-95ed647382eb
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b5e2c122-7b2b-4d4e-9af5-07bc7457eae8
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:003072ab-b905-4c2d-a453-54d92bcb5847
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:8c7a077c-9865-4f64-b877-7b6956655c27
ModelName:Vfw79f8f2a42835..base_vfw..module-0
ModelUuid:9b90d14c-5151-4e3b-9ea5-304616ef518b
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:b008a091-5f42-4a8a-be79-0964e7f650ad
ModelInvariantUuid:086723df-94fa-4ca4-9788-9561f12ad040
ModelName:vFW 79f8f2a4-2835-nodes.vfwCvfc
ModelUuid:7613eb56-135e-40d5-aef3-fa780577bf7d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:f9c695ec-55e9-4ed1-af88-dcacf9098622
ModelInvariantUuid:15c5ec98-49f4-47e6-aee7-4906ed1432ab
ModelName:Vfw79f8f2a42835.compute.nodes.heat.vfw
ModelUuid:0ec9a3e0-4839-4462-af4a-c43c04d2971b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:d377a86b-c34a-452b-bd79-d9572d9f355d
ModelInvariantUuid:ed9ff7a3-fb44-471d-a48a-be0a24bd8af6
ModelName:vFW 79f8f2a4-2835-nodes.vsnCvfc
ModelUuid:6117fc4b-4de3-4535-bce4-311a9c3a861e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:62a618e5-594d-4a0a-89d3-d066038f21ed
ModelInvariantUuid:280301d4-1105-4e1b-af22-371537736ec4
ModelName:Vfw79f8f2a42835.compute.nodes.heat.vsn
ModelUuid:b95dfb66-8f09-4043-b38a-d3f64d2f55f0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:e2c7dc54-57f9-4c0a-8bc9-39bb4d755da7
ModelInvariantUuid:b2daa430-5693-49ab-96be-6d8993a07acf
ModelName:vFW 79f8f2a4-2835-nodes.vpgCvfc
ModelUuid:62e44955-4c83-441f-b74a-7d2a4d01cfc1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:0da2eca0-f168-4a69-8242-0bea3fdd77ad
ModelInvariantUuid:619e8e86-cb32-4a30-b99d-ec535937d5b5
ModelName:Vfw79f8f2a42835.compute.nodes.heat.vpg
ModelUuid:df3752e7-36d8-4083-a2ba-e29cf093c341
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-21T08:25:28.126Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 0e86eaf2-f968-4c38-afa2-e9d19a01e501
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-21T08:25:28.341Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||vFW 79f8f2a4-2835 0
2021-09-21T08:25:28.349Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 0e86eaf2-f968-4c38-afa2-e9d19a01e501
2021-09-21T08:25:28.349Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 214b2956-4ac1-4a99-8654-3cae290e932f from URL: /sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/vfw79f8f2a428350_modules.json
2021-09-21T08:25:28.350Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-21T08:25:28.350Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/vfw79f8f2a428350_modules.json
2021-09-21T08:25:29.149Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-21T08:25:29.150Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/vfw79f8f2a428350_modules.json 214b2956-4ac1-4a99-8654-3cae290e932f 785
2021-09-21T08:25:29.150Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/vfw79f8f2a428350_modules.json ASDC sendASDCNotification
2021-09-21T08:25:29.150Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/vfw79f8f2a428350_modules.json
2021-09-21T08:25:29.150Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-21T08:25:29.151Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:25:29.160Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:25:29.160Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632212729150,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/vfw79f8f2a428350_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-21T08:25:29.258Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-09-21T08:25:29.259Z||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-21T08:25:29.259Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:25:29.272Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T08:25:29.273Z||pool-11-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-21T08:25:30.165Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw79f8f2a42835..base_vfw..module-0",
"vfModuleModelInvariantUUID": "8c7a077c-9865-4f64-b877-7b6956655c27",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "9b90d14c-5151-4e3b-9ea5-304616ef518b",
"vfModuleModelCustomizationUUID": "a417c0ff-e858-4922-b9c7-93f5dc4f8b20",
"isBase": true,
"artifacts": [
"c70921dc-9886-48f7-992f-a1f7957327ba",
"e7ce985b-0653-469b-8f48-6da3474ce945"
],
"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-21T08:25:30.199Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw79f8f2a42835..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9b90d14c-5151-4e3b-9ea5-304616ef518b
VfModuleModelInvariantUUID:8c7a077c-9865-4f64-b877-7b6956655c27
VfModuleModelDescription:NULL
Artifacts UUID List:{
c70921dc-9886-48f7-992f-a1f7957327ba
,
e7ce985b-0653-469b-8f48-6da3474ce945
}
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-21T08:25:30.202Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw79f8f2a42835..base_vfw..module-0",
"vfModuleModelInvariantUUID": "8c7a077c-9865-4f64-b877-7b6956655c27",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "9b90d14c-5151-4e3b-9ea5-304616ef518b",
"vfModuleModelCustomizationUUID": "a417c0ff-e858-4922-b9c7-93f5dc4f8b20",
"isBase": true,
"artifacts": [
"c70921dc-9886-48f7-992f-a1f7957327ba",
"e7ce985b-0653-469b-8f48-6da3474ce945"
],
"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-21T08:25:30.202Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw79f8f2a42835..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9b90d14c-5151-4e3b-9ea5-304616ef518b
VfModuleModelInvariantUUID:8c7a077c-9865-4f64-b877-7b6956655c27
VfModuleModelDescription:NULL
Artifacts UUID List:{
c70921dc-9886-48f7-992f-a1f7957327ba
,
e7ce985b-0653-469b-8f48-6da3474ce945
}
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-21T08:25:30.202Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: c70921dc-9886-48f7-992f-a1f7957327ba from URL: /sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/base_vfw.yaml
2021-09-21T08:25:30.203Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-21T08:25:30.203Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/base_vfw.yaml
2021-09-21T08:25:30.759Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-21T08:25:30.761Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/base_vfw.yaml c70921dc-9886-48f7-992f-a1f7957327ba 20368
2021-09-21T08:25:30.761Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-09-21T08:25:30.761Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/base_vfw.yaml
2021-09-21T08:25:30.761Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-21T08:25:30.761Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:25:30.764Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:25:30.764Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632212730761,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-21T08:25:30.868Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2021-09-21T08:25:30.869Z||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-21T08:25:30.870Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:25:30.884Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T08:25:30.884Z||pool-12-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-09-21T08:25:31.765Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: e7ce985b-0653-469b-8f48-6da3474ce945 from URL: /sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/base_vfw.env
2021-09-21T08:25:31.765Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-21T08:25:31.766Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/base_vfw.env
2021-09-21T08:25:32.472Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-21T08:25:32.475Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/base_vfw.env e7ce985b-0653-469b-8f48-6da3474ce945 2098
2021-09-21T08:25:32.476Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/base_vfw.env ASDC sendASDCNotification
2021-09-21T08:25:32.476Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/base_vfw.env
2021-09-21T08:25:32.476Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-21T08:25:32.479Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:25:32.485Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:25:32.486Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632212732476,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-09-21T08:25:32.587Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-21T08:25:32.589Z||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-21T08:25:32.590Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:25:32.608Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T08:25:32.609Z||pool-13-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2021-09-21T08:25:33.487Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: c0c5186e-a864-45ed-a421-36cfc8c292aa
2021-09-21T08:25:33.488Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 79f8f2a4-2835 0 0e86eaf2-f968-4c38-afa2-e9d19a01e501 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-21T08:25:33.543Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@10dd31d9, org.onap.sdc.toscaparser.api.parameters.Input@33108937, org.onap.sdc.toscaparser.api.parameters.Input@7e51fa7c, org.onap.sdc.toscaparser.api.parameters.Input@77bc767c, org.onap.sdc.toscaparser.api.parameters.Input@e96d2ab]
2021-09-21T08:25:33.549Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T08:25:33.549Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-09-21 08-22-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:25:33.549Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic
2021-09-21T08:25:33.549Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 003072ab-b905-4c2d-a453-54d92bcb5847
2021-09-21T08:25:33.550Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 003072ab-b905-4c2d-a453-54d92bcb5847 matches Tosca VF Customization UUID: 003072ab-b905-4c2d-a453-54d92bcb5847
2021-09-21T08:25:33.550Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 003072ab-b905-4c2d-a453-54d92bcb5847 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-21T08:25:33.558Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T08:25:33.559Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-09-21 08-22-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:25:33.560Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 003072ab-b905-4c2d-a453-54d92bcb5847: {\"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-21T08:25:33.560Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@70439e5c
2021-09-21T08:25:33.561Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T08:25:33.561Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-09-21 08-22-29 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-21T08:25:33.561Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a417c0ff-e858-4922-b9c7-93f5dc4f8b20
2021-09-21T08:25:33.563Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a417c0ff-e858-4922-b9c7-93f5dc4f8b20
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-21T08:25:33.569Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T08:25:33.569Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template vFW 79f8f2a4-2835 0 is matching search criteria
2021-09-21T08:25:33.570Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 79f8f2a4-2835 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-21T08:25:33.570Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T08:25:33.571Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template vFW 79f8f2a4-2835 0 is matching search criteria
2021-09-21T08:25:33.571Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 79f8f2a4-2835 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-21T08:25:33.571Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T08:25:33.571Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template vFW 79f8f2a4-2835 0 is not matching search criteria
2021-09-21T08:25:33.571Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-21T08:25:33.572Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-21T08:25:33.572Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-21T08:25:33.572Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-21T08:25:33.572Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-21T08:25:33.572Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-21T08:25:33.573Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-21T08:25:33.573Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-21T08:25:33.573Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-21T08:25:33.573Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-21T08:25:33.573Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-21T08:25:33.573Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=b008a091-5f42-4a8a-be79-0964e7f650ad
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-21T08:25:33.584Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T08:25:33.584Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template vFW 79f8f2a4-2835 0 is matching search criteria
2021-09-21T08:25:33.584Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 79f8f2a4-2835 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-21T08:25:33.584Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T08:25:33.584Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template vFW 79f8f2a4-2835 0 is not matching search criteria
2021-09-21T08:25:33.585Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-21T08:25:33.585Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-21T08:25:33.585Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-21T08:25:33.585Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-21T08:25:33.585Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-21T08:25:33.586Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-21T08:25:33.586Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-21T08:25:33.586Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-09-21T08:25:33.586Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-21T08:25:33.586Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-21T08:25:33.587Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-21T08:25:33.587Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-21T08:25:33.587Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=d377a86b-c34a-452b-bd79-d9572d9f355d
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-21T08:25:33.589Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T08:25:33.589Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template vFW 79f8f2a4-2835 0 is matching search criteria
2021-09-21T08:25:33.589Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 79f8f2a4-2835 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-21T08:25:33.593Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T08:25:33.593Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template vFW 79f8f2a4-2835 0 is not matching search criteria
2021-09-21T08:25:33.593Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-21T08:25:33.593Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-21T08:25:33.593Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-21T08:25:33.594Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-21T08:25:33.594Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-21T08:25:33.594Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-21T08:25:33.594Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-21T08:25:33.594Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-21T08:25:33.594Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-21T08:25:33.595Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-21T08:25:33.595Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-21T08:25:33.595Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-09-21T08:25:33.595Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=e2c7dc54-57f9-4c0a-8bc9-39bb4d755da7
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-21T08:25:33.597Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T08:25:33.597Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template vFW 79f8f2a4-2835 0 is matching search criteria
2021-09-21T08:25:33.597Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 79f8f2a4-2835 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-21T08:25:33.598Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T08:25:33.598Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Node template vFW 79f8f2a4-2835 0 is matching search criteria
2021-09-21T08:25:33.598Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 79f8f2a4-2835 0] matching following query criteria: sdcType=VF, customizationUUID=003072ab-b905-4c2d-a453-54d92bcb5847
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-21T08:25:33.600Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T08:25:33.600Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-09-21 08-22-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:25:33.601Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid c0c5186e-a864-45ed-a421-36cfc8c292aa: vFW 79f8f2a4-2835
2021-09-21T08:25:33.601Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T08:25:33.601Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-09-21 08-22-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:25:33.601Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T08:25:33.601Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-09-21 08-22-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:25:33.601Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T08:25:33.602Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-09-21 08-22-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:25:33.602Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T08:25:33.602Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-09-21 08-22-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:25:33.602Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T08:25:33.603Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-09-21 08-22-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:25:33.603Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||Saving Service: vFW 2021-09-21 08-22-29
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-21T08:25:33.889Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 79f8f2a4-2835 0e86eaf2-f968-4c38-afa2-e9d19a01e501 1 ASDC deployResourceStructure
2021-09-21T08:25:33.890Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/vfw79f8f2a428350_modules.json ASDC sendASDCNotification
2021-09-21T08:25:33.890Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/vfw79f8f2a428350_modules.json
2021-09-21T08:25:33.891Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-21T08:25:33.891Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:25:33.895Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:25:33.895Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632212733890,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/vfw79f8f2a428350_modules.json",
"status": "DEPLOY_OK"
}
2021-09-21T08:25:33.995Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-21T08:25:33.996Z||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-21T08:25:33.997Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:25:34.027Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T08:25:34.027Z||pool-14-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
2021-09-21T08:25:34.896Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-09-21T08:25:34.897Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/base_vfw.yaml
2021-09-21T08:25:34.897Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-21T08:25:34.898Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:25:34.901Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:25:34.901Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632212734896,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-09-21T08:25:35.001Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-21T08:25:35.002Z||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-21T08:25:35.002Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:25:35.015Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T08:25:35.015Z||pool-15-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-21T08:25:35.903Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/base_vfw.env ASDC sendASDCNotification
2021-09-21T08:25:35.903Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/base_vfw.env
2021-09-21T08:25:35.904Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-21T08:25:35.904Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:25:35.907Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:25:35.907Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632212735902,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-09-21T08:25:36.007Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-21T08:25:36.009Z||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-21T08:25:36.009Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:25:36.024Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T08:25:36.025Z||pool-16-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-09-21T08:25:36.908Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210921082229/1.0/artifacts/service-Vfw20210921082229-csar.csar ASDC sendASDCNotification
2021-09-21T08:25:36.908Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210921082229/1.0/artifacts/service-Vfw20210921082229-csar.csar
2021-09-21T08:25:36.908Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-21T08:25:36.909Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:25:36.911Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:25:36.913Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632212736908,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/artifacts/service-Vfw20210921082229-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-21T08:25:37.012Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-21T08:25:37.013Z||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-21T08:25:37.014Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:25:37.024Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T08:25:37.025Z||pool-17-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-21T08:25:37.914Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4a01c171-d5be-4377-a29f-02a36771b1b2
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-21T08:25:37.944Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4a01c171-d5be-4377-a29f-02a36771b1b2
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-21T08:25:37.947Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-21T08:25:37.947Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-21T08:25:37.947Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-21T08:26:07.948Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4a01c171-d5be-4377-a29f-02a36771b1b2
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-21T08:26:07.965Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4a01c171-d5be-4377-a29f-02a36771b1b2
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-21T08:26:07.971Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-21T08:26:07.971Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-21T08:26:07.971Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-21T08:26:14.287Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:26:14.288Z||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-21T08:26:14.289Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:26:14.419Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T08:26:14.420Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:26:14.420Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632212714267,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-21T08:26:14.421Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-21T08:26:37.972Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4a01c171-d5be-4377-a29f-02a36771b1b2
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-21T08:26:37.991Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4a01c171-d5be-4377-a29f-02a36771b1b2
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-21T08:26:37.994Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-21T08:26:37.994Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-21T08:26:37.995Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-21T08:27:07.995Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4a01c171-d5be-4377-a29f-02a36771b1b2
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-21T08:27:08.012Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4a01c171-d5be-4377-a29f-02a36771b1b2
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-21T08:27:08.014Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-21T08:27:08.015Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-21T08:27:08.015Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-21T08:27:14.288Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:27:14.290Z||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-21T08:27:14.290Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:27:14.824Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T08:27:14.827Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:27:14.827Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632212714267,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/vfw79f8f2a428350_modules.json",
"status": "NOTIFIED"
}
2021-09-21T08:27:14.828Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-21T08:27:14.828Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:27:14.829Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632212714267,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-09-21T08:27:14.829Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-21T08:27:14.829Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:27:14.829Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632212717032,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/artifacts/service-Vfw20210921082229-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-21T08:27:14.829Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:27:14.830Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:27:14.830Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632212714267,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-21T08:27:14.830Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-21T08:27:14.830Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:27:14.830Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632212718046,
"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-21T08:27:14.838Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4a01c171-d5be-4377-a29f-02a36771b1b2
2021-09-21T08:27:14.839Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4a01c171-d5be-4377-a29f-02a36771b1b2 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-21T08:27:14.850Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:27:14.850Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632212714267,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-09-21T08:27:14.850Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-21T08:27:14.851Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:27:14.851Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
"consumerID": "clamp",
"timestamp": 1632212719297,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/artifacts/service-Vfw20210921082229-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-21T08:27:14.851Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:27:14.851Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:27:14.852Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632212714267,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/artifacts/service-Vfw20210921082229-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-21T08:27:14.852Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-21T08:27:14.853Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:27:14.853Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
"consumerID": "clamp",
"timestamp": 1632212720397,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/artifacts/service-Vfw20210921082229-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-21T08:27:14.853Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:27:14.853Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:27:14.853Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632212714267,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/artifacts/service-Vfw20210921082229-csar.csar",
"status": "NOTIFIED"
}
2021-09-21T08:27:14.854Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-21T08:27:14.854Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:27:14.854Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
"consumerID": "clamp",
"timestamp": 1632212721402,
"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-21T08:27:14.859Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 4a01c171-d5be-4377-a29f-02a36771b1b2
2021-09-21T08:27:14.860Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4a01c171-d5be-4377-a29f-02a36771b1b2 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-21T08:27:14.872Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:27:14.872Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632212723099,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/artifacts/service-Vfw20210921082229-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-21T08:27:14.873Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:27:14.873Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:27:14.873Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
"consumerID": "aai-ml",
"timestamp": 1632212728267,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/artifacts/service-Vfw20210921082229-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-21T08:27:14.873Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:27:14.873Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:27:14.874Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632212729150,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/vfw79f8f2a428350_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-21T08:27:14.874Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:27:14.874Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:27:14.874Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
"consumerID": "aai-ml",
"timestamp": 1632212729273,
"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-21T08:27:14.881Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4a01c171-d5be-4377-a29f-02a36771b1b2
2021-09-21T08:27:14.881Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4a01c171-d5be-4377-a29f-02a36771b1b2 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-21T08:27:14.890Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:27:14.891Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632212730761,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-21T08:27:14.891Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:27:14.891Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:27:14.891Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632212732476,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-09-21T08:27:14.891Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:27:14.892Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:27:14.892Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632212733890,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/vfw79f8f2a428350_modules.json",
"status": "DEPLOY_OK"
}
2021-09-21T08:27:14.892Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:27:14.892Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:27:14.892Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632212734896,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-09-21T08:27:14.893Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:27:14.893Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:27:14.893Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632212735902,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/resourceInstances/vfw79f8f2a428350/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-09-21T08:27:14.893Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:27:14.894Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-21T08:27:14.894Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632212736908,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210921082229/1.0/artifacts/service-Vfw20210921082229-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-21T08:27:14.895Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:27:38.015Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4a01c171-d5be-4377-a29f-02a36771b1b2
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-21T08:27:38.037Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4a01c171-d5be-4377-a29f-02a36771b1b2
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-21T08:27:38.041Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-21T08:27:38.041Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-21T08:27:38.041Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-21T08:27:38.041Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-21T08:27:38.041Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-21T08:27:38.042Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-21T08:27:38.042Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-21T08:27:38.042Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-21T08:27:38.042Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-21T08:27:38.042Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-21T08:27:38.042Z|4a01c171-d5be-4377-a29f-02a36771b1b2|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-21T08:27:38.049Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-21T08:28:08.053Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4a01c171-d5be-4377-a29f-02a36771b1b2 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-21T08:28:08.079Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4a01c171-d5be-4377-a29f-02a36771b1b2 and serviceModelVersionId: c0c5186e-a864-45ed-a421-36cfc8c292aa
2021-09-21T08:28:08.080Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5cb51f74-48e1-424c-9397-8fa5e4c4feb3
2021-09-21T08:28:14.287Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:28:14.289Z||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-21T08:28:14.289Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:28:23.924Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T08:28:27.688Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5cb51f74-48e1-424c-9397-8fa5e4c4feb3/model-vers/model-ver/c0c5186e-a864-45ed-a421-36cfc8c292aa?depth=0
2021-09-21T08:28:27.824Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2021-09-21T08:28:28.439Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5cb51f74-48e1-424c-9397-8fa5e4c4feb3/model-vers/model-ver/c0c5186e-a864-45ed-a421-36cfc8c292aa?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-21T08:28:28.449Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5cb51f74-48e1-424c-9397-8fa5e4c4feb3/model-vers/model-ver/c0c5186e-a864-45ed-a421-36cfc8c292aa?depth=0|INFO|500||Invoke
2021-09-21T08:28:28.609Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5cb51f74-48e1-424c-9397-8fa5e4c4feb3/model-vers/model-ver/c0c5186e-a864-45ed-a421-36cfc8c292aa?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-09-21T08:28:29.007Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5cb51f74-48e1-424c-9397-8fa5e4c4feb3/model-vers/model-ver/c0c5186e-a864-45ed-a421-36cfc8c292aa?depth=0|INFO|500||InvokeReturn
2021-09-21T08:28:29.008Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5cb51f74-48e1-424c-9397-8fa5e4c4feb3/model-vers/model-ver/c0c5186e-a864-45ed-a421-36cfc8c292aa?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210921-08:28:28:628-16056], vertex-id=[135200], Content-Length=[0], Date=[Tue, 21 Sep 2021 08:28:28 GMT], Content-Type=[application/json]}
2021-09-21T08:28:29.008Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2021-09-21T08:28:29.013Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-21T08:28:29.014Z|4a01c171-d5be-4377-a29f-02a36771b1b2|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-21T08:28:29.021Z|4a01c171-d5be-4377-a29f-02a36771b1b2|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-21T08:28:29.022Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4a01c171-d5be-4377-a29f-02a36771b1b2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-21T08:28:29.023Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-21T08:28:29.024Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:28:29.026Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:28:29.027Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632212909022,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-21T08:28:29.127Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-21T08:28:29.128Z||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-21T08:28:29.128Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:28:29.142Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T08:28:29.143Z||pool-18-thread-1|||||INFO|500||cambria reply ok (16 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-21T08:28:30.044Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:28:30.045Z|4a01c171-d5be-4377-a29f-02a36771b1b2|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-21T08:28:30.045Z|4a01c171-d5be-4377-a29f-02a36771b1b2|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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:28:40.308Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T08:28:40.310Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:28:40.311Z|4a01c171-d5be-4377-a29f-02a36771b1b2|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-21T08:28:40.312Z|4a01c171-d5be-4377-a29f-02a36771b1b2|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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:28:49.904Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T08:28:49.905Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:28:49.906Z|4a01c171-d5be-4377-a29f-02a36771b1b2|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-21T08:28:49.906Z|4a01c171-d5be-4377-a29f-02a36771b1b2|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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:28:59.492Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T08:29:14.267Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:29:14.269Z|4a01c171-d5be-4377-a29f-02a36771b1b2|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-21T08:29:14.269Z|4a01c171-d5be-4377-a29f-02a36771b1b2|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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:29:14.287Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:29:14.288Z||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-21T08:29:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:29:14.913Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T08:29:14.914Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T08:29:14.914Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a01c171-d5be-4377-a29f-02a36771b1b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632212909022,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-21T08:29:14.916Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:29:23.827Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T08:30:14.282Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:30:14.287Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:30:14.289Z||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-21T08:30:14.289Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:30:14.295Z|4a01c171-d5be-4377-a29f-02a36771b1b2|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-21T08:30:14.295Z|4a01c171-d5be-4377-a29f-02a36771b1b2|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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:30:14.435Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T08:30:14.438Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:30:14.438Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632213007097,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-21T08:30:14.440Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-21T08:30:14.441Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:30:14.441Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
"consumerID": "cds",
"timestamp": 1632213001350,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-21T08:30:14.441Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-21T08:30:14.441Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:30:14.441Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
"consumerID": "clamp",
"timestamp": 1632213005134,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-21T08:30:14.442Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-21T08:30:14.442Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:30:14.442Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
"consumerID": "aai-ml",
"timestamp": 1632213000728,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-21T08:30:14.443Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-21T08:30:14.443Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:30:14.443Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632213002470,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-21T08:30:14.443Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-21T08:30:14.443Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:30:14.443Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
"consumerID": "policy-id",
"timestamp": 1632213002208,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-21T08:30:14.443Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-21T08:30:14.443Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:30:14.444Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
"consumerID": "dcae-sch",
"timestamp": 1632213003681,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-21T08:30:14.444Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-21T08:30:14.444Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:30:14.444Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632213007097,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/basic_onboard_sggqco0_modules.json",
"status": "NOTIFIED"
}
2021-09-21T08:30:14.444Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-21T08:30:14.444Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:30:14.445Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
"consumerID": "cds",
"timestamp": 1632213001350,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/basic_onboard_sggqco0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-21T08:30:14.446Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-21T08:30:14.446Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:30:14.446Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
"consumerID": "clamp",
"timestamp": 1632213005134,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/basic_onboard_sggqco0_modules.json",
"status": "NOTIFIED"
}
2021-09-21T08:30:14.447Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-21T08:30:14.447Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:30:14.447Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
"consumerID": "aai-ml",
"timestamp": 1632213000728,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/basic_onboard_sggqco0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-21T08:30:14.447Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-21T08:30:14.447Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:30:14.448Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632213002470,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/basic_onboard_sggqco0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-21T08:30:14.448Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-21T08:30:14.448Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:30:14.448Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
"consumerID": "policy-id",
"timestamp": 1632213002208,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/basic_onboard_sggqco0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-21T08:30:14.449Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-21T08:30:14.449Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:30:14.449Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
"consumerID": "dcae-sch",
"timestamp": 1632213003681,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/basic_onboard_sggqco0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-21T08:30:14.449Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-21T08:30:14.449Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:30:14.449Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632213007097,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-21T08:30:14.450Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-21T08:30:14.450Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:30:14.450Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
"consumerID": "cds",
"timestamp": 1632213001350,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-21T08:30:14.450Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-21T08:30:14.450Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:30:14.451Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
"consumerID": "clamp",
"timestamp": 1632213005134,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-21T08:30:14.451Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-21T08:30:14.451Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:30:14.451Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
"consumerID": "aai-ml",
"timestamp": 1632213000728,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-21T08:30:14.452Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-21T08:30:14.452Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:30:14.453Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632213002470,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-21T08:30:14.453Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-21T08:30:14.453Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:30:14.453Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
"consumerID": "policy-id",
"timestamp": 1632213002208,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-21T08:30:14.453Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-21T08:30:14.454Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:30:14.454Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
"consumerID": "dcae-sch",
"timestamp": 1632213003681,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-21T08:30:14.455Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-21T08:30:14.455Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:30:14.455Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
"consumerID": "clamp",
"timestamp": 1632213005134,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-21T08:30:14.455Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-21T08:30:14.455Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:30:14.455Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632213007097,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-21T08:30:14.456Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-21T08:30:14.456Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:30:14.456Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
"consumerID": "aai-ml",
"timestamp": 1632213000728,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-21T08:30:14.456Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-21T08:30:14.457Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:30:14.457Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
"consumerID": "cds",
"timestamp": 1632213001350,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-21T08:30:14.457Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-21T08:30:14.457Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:30:14.457Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632213002470,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-21T08:30:14.458Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-21T08:30:14.458Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:30:14.458Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
"consumerID": "policy-id",
"timestamp": 1632213002208,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-21T08:30:14.458Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-21T08:30:14.459Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:30:14.459Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
"consumerID": "dcae-sch",
"timestamp": 1632213003681,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-21T08:30:14.459Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-21T08:30:14.459Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:30:14.460Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
"consumerID": "clamp",
"timestamp": 1632213005134,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-21T08:30:14.460Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-21T08:30:14.460Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:30:14.460Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632213007097,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-09-21T08:30:14.461Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-21T08:30:14.461Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:30:14.461Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
"consumerID": "aai-ml",
"timestamp": 1632213000728,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-21T08:30:14.461Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-21T08:30:14.461Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:30:14.461Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
"consumerID": "cds",
"timestamp": 1632213001350,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-21T08:30:14.466Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-21T08:30:14.466Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:30:14.466Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632213002470,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-21T08:30:14.466Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-21T08:30:14.466Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:30:14.467Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
"consumerID": "policy-id",
"timestamp": 1632213002208,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-21T08:30:14.467Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-21T08:30:14.467Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:30:14.467Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
"consumerID": "dcae-sch",
"timestamp": 1632213003681,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-21T08:30:14.467Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-21T08:30:14.467Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:30:14.467Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
"consumerID": "clamp",
"timestamp": 1632213005134,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/artifacts/service-BasicOnboardSggqco-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-21T08:30:14.468Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-21T08:30:14.468Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:30:14.468Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632213007097,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/artifacts/service-BasicOnboardSggqco-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-21T08:30:14.468Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-21T08:30:14.468Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:30:14.468Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
"consumerID": "cds",
"timestamp": 1632213001350,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/artifacts/service-BasicOnboardSggqco-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-21T08:30:14.468Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-21T08:30:14.468Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:30:14.469Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
"consumerID": "aai-ml",
"timestamp": 1632213000728,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/artifacts/service-BasicOnboardSggqco-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-21T08:30:14.469Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-21T08:30:14.469Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:30:14.469Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632213002470,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/artifacts/service-BasicOnboardSggqco-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-21T08:30:14.469Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-21T08:30:14.469Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:30:14.469Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
"consumerID": "policy-id",
"timestamp": 1632213002208,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/artifacts/service-BasicOnboardSggqco-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-21T08:30:14.469Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-21T08:30:14.469Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:30:14.470Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
"consumerID": "dcae-sch",
"timestamp": 1632213003681,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/artifacts/service-BasicOnboardSggqco-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-21T08:30:14.470Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-21T08:30:14.928Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T08:30:14.933Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-21T08:30:14.933Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"13225d9b-d57c-4f0f-ae90-f398e3f86f8a","serviceName":"basic_onboard_Sggqco","serviceVersion":"1.0","serviceUUID":"3be09d08-eb4f-431c-9faf-51276e7e982d","serviceDescription":"service","serviceInvariantUUID":"191821c9-a8b7-4f97-900a-8d7b700807c8","resources":[{"resourceInstanceName":"basic_onboard_Sggqco 0","resourceName":"basic_onboard_Sggqco","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"65ae2df5-3545-4163-b6b8-e962d442b52e","resourceInvariantUUID":"fbb06fb0-d9f7-4fb3-88f0-1e3bb04c6aa0","resourceCustomizationUUID":"e5dd37fc-5ec0-49f8-93d1-9da8ddde747a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/vf-license-model.xml","artifactChecksum":"ZWE2MTc2ZTdiZWFiNGM5MDFiOGM5Y2YwMDRlZTA1NWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b404ca14-d6d1-43c7-baf8-bb248d0a6e30","artifactVersion":"1"},{"artifactName":"basic_onboard_sggqco0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/basic_onboard_sggqco0_modules.json","artifactChecksum":"N2YzYTQyNGEwNmQ2ZTgxZTAwOWViNDEwYWYwZmMxMDI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0b69f382-db4e-4ad7-bf1d-4403196ca4a3","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"945e1200-ceac-4145-a35c-74732fb0535a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5d7b4ef1-fe22-4efa-b9af-9370a957054f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"1a89ee52-cb93-4708-af65-4622c84fb3f8","artifactVersion":"2","generatedFromUUID":"945e1200-ceac-4145-a35c-74732fb0535a"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardSggqco-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/artifacts/service-BasicOnboardSggqco-template.yml","artifactChecksum":"ZWU0MDQ0MjhhMzlmMzdhNDNkNmU0MjQ0OWY2ZWNkZWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"61868539-4afe-4d6a-8e70-bd7fba37412e","artifactVersion":"1"},{"artifactName":"service-BasicOnboardSggqco-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/artifacts/service-BasicOnboardSggqco-csar.csar","artifactChecksum":"ZGNiYzIxOWRjNzhiNzEwZmQxNTllYmNjODhjMTJlYzA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b998516a-89c7-4386-a159-06d73551f3c4","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-21T08:30:14.938Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-21T08:30:14.939Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:30:14.947Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:30:14.947Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632213014281,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-21T08:30:15.054Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2021-09-21T08:30:15.056Z||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-21T08:30:15.056Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:30:15.069Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T08:30:15.070Z||pool-19-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-09-21T08:30:15.948Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-21T08:30:15.949Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:30:15.952Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:30:15.952Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632213014281,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/basic_onboard_sggqco0_modules.json",
"status": "NOTIFIED"
}
2021-09-21T08:30:16.053Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-21T08:30:16.054Z||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-21T08:30:16.054Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:30:16.072Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T08:30:16.074Z||pool-20-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2021-09-21T08:30:16.953Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-21T08:30:16.954Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:30:16.956Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:30:16.956Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632213014281,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-21T08:30:17.056Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-21T08:30:17.057Z||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-21T08:30:17.057Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:30:17.079Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T08:30:17.080Z||pool-21-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2021-09-21T08:30:17.957Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-21T08:30:17.958Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:30:17.960Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:30:17.960Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632213014281,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-21T08:30:18.063Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2021-09-21T08:30:18.064Z||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-21T08:30:18.064Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:30:18.078Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T08:30:18.079Z||pool-22-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-09-21T08:30:18.962Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-21T08:30:18.963Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:30:18.966Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:30:18.966Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632213014281,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-09-21T08:30:19.066Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-21T08:30:19.067Z||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-21T08:30:19.067Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:30:19.077Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T08:30:19.080Z||pool-23-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-21T08:30:19.966Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-21T08:30:19.967Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:30:19.970Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:30:19.970Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632213014281,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/artifacts/service-BasicOnboardSggqco-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-21T08:30:20.070Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-09-21T08:30:20.071Z||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-21T08:30:20.071Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:30:20.082Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T08:30:20.083Z||pool-24-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-21T08:30:20.974Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-21T08:30:20.974Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:30:20.977Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:30:20.977Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632213014281,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/artifacts/service-BasicOnboardSggqco-csar.csar",
"status": "NOTIFIED"
}
2021-09-21T08:30:21.077Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-21T08:30:21.078Z||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-21T08:30:21.079Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:30:21.101Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T08:30:21.103Z||pool-25-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2021-09-21T08:30:21.979Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
"serviceName": "basic_onboard_Sggqco",
"serviceVersion": "1.0",
"serviceUUID": "3be09d08-eb4f-431c-9faf-51276e7e982d",
"serviceDescription": "service",
"serviceInvariantUUID": "191821c9-a8b7-4f97-900a-8d7b700807c8",
"resources": [
{
"resourceInstanceName": "basic_onboard_Sggqco 0",
"resourceCustomizationUUID": "e5dd37fc-5ec0-49f8-93d1-9da8ddde747a",
"resourceName": "basic_onboard_Sggqco",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "65ae2df5-3545-4163-b6b8-e962d442b52e",
"resourceInvariantUUID": "fbb06fb0-d9f7-4fb3-88f0-1e3bb04c6aa0",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_sggqco0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/basic_onboard_sggqco0_modules.json",
"artifactChecksum": "N2YzYTQyNGEwNmQ2ZTgxZTAwOWViNDEwYWYwZmMxMDI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "0b69f382-db4e-4ad7-bf1d-4403196ca4a3",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "945e1200-ceac-4145-a35c-74732fb0535a",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "1a89ee52-cb93-4708-af65-4622c84fb3f8",
"generatedFromUUID": "945e1200-ceac-4145-a35c-74732fb0535a"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "1a89ee52-cb93-4708-af65-4622c84fb3f8",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardSggqco-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/artifacts/service-BasicOnboardSggqco-csar.csar",
"artifactChecksum": "ZGNiYzIxOWRjNzhiNzEwZmQxNTllYmNjODhjMTJlYzA\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b998516a-89c7-4386-a159-06d73551f3c4"
}
],
"workloadContext": "Production"
}
2021-09-21T08:30:21.979Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-21T08:30:21.979Z|4a01c171-d5be-4377-a29f-02a36771b1b2|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3be09d08-eb4f-431c-9faf-51276e7e982d ASDC
2021-09-21T08:30:21.980Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:13225d9b-d57c-4f0f-ae90-f398e3f86f8a
ServiceName:basic_onboard_Sggqco
ServiceVersion:1.0
ServiceUUID:3be09d08-eb4f-431c-9faf-51276e7e982d
ServiceInvariantUUID:191821c9-a8b7-4f97-900a-8d7b700807c8
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardSggqco-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/artifacts/service-BasicOnboardSggqco-csar.csar
ArtifactUUID:b998516a-89c7-4386-a159-06d73551f3c4
ArtifactChecksum:ZGNiYzIxOWRjNzhiNzEwZmQxNTllYmNjODhjMTJlYzA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_Sggqco 0
ResourceCustomizationUUID:e5dd37fc-5ec0-49f8-93d1-9da8ddde747a
ResourceInvariantUUID:fbb06fb0-d9f7-4fb3-88f0-1e3bb04c6aa0
ResourceName:basic_onboard_Sggqco
ResourceType:VF
ResourceUUID:65ae2df5-3545-4163-b6b8-e962d442b52e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_sggqco0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/basic_onboard_sggqco0_modules.json
ArtifactUUID:0b69f382-db4e-4ad7-bf1d-4403196ca4a3
ArtifactChecksum:N2YzYTQyNGEwNmQ2ZTgxZTAwOWViNDEwYWYwZmMxMDI=
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/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/base_ubuntu18.yaml
ArtifactUUID:945e1200-ceac-4145-a35c-74732fb0535a
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/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/base_ubuntu18.env
ArtifactUUID:1a89ee52-cb93-4708-af65-4622c84fb3f8
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/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/base_ubuntu18.env
ArtifactUUID:1a89ee52-cb93-4708-af65-4622c84fb3f8
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-09-21T08:30:21.980Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3be09d08-eb4f-431c-9faf-51276e7e982d 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-21T08:30:22.022Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-21T08:30:22.024Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-21T08:30:22.024Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-21T08:30:22.025Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: b998516a-89c7-4386-a159-06d73551f3c4 from URL: /sdc/v1/catalog/services/BasicOnboardSggqco/1.0/artifacts/service-BasicOnboardSggqco-csar.csar
2021-09-21T08:30:22.025Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-21T08:30:22.026Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/artifacts/service-BasicOnboardSggqco-csar.csar
2021-09-21T08:30:22.591Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-21T08:30:22.596Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSggqco/1.0/artifacts/service-BasicOnboardSggqco-csar.csar b998516a-89c7-4386-a159-06d73551f3c4 71351
2021-09-21T08:30:22.596Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSggqco/1.0/artifacts/service-BasicOnboardSggqco-csar.csar ASDC sendASDCNotification
2021-09-21T08:30:22.596Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/artifacts/service-BasicOnboardSggqco-csar.csar
2021-09-21T08:30:22.596Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-21T08:30:22.597Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:30:22.600Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:30:22.600Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632213022596,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/artifacts/service-BasicOnboardSggqco-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-21T08:30:22.700Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-21T08:30:22.701Z||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-21T08:30:22.701Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:30:22.712Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T08:30:22.713Z||pool-26-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-21T08:30:23.600Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-21T08:30:23.601Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-21T08:30:23.602Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: b998516a-89c7-4386-a159-06d73551f3c4, URL: /sdc/v1/catalog/services/BasicOnboardSggqco/1.0/artifacts/service-BasicOnboardSggqco-csar.csar to file: /app/ASDC/1/service-BasicOnboardSggqco-csar.csar
2021-09-21T08:30:23.603Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardSggqco-csar.csar
2021-09-21T08:30:23.603Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardSggqco-csar.csar
2021-09-21T08:30:23.604Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardSggqco-csar.csar
2021-09-21T08:30:24.150Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12376255930132079492/Definitions/service-BasicOnboardSggqco-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-21T08:30:25.450Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-21T08:30:25.451Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-09-21T08:30:25.451Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardSggqco-csar.csar
2021-09-21T08:30:25.451Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-09-21T08:30:25.451Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||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-BasicOnboardSggqco-csar.csar
2021-09-21T08:30:25.451Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|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-BasicOnboardSggqco-csar.csar
2021-09-21T08:30:25.452Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|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-BasicOnboardSggqco-csar.csar
2021-09-21T08:30:25.452Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|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-BasicOnboardSggqco-csar.csar
2021-09-21T08:30:25.452Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardSggqco-csar.csar
2021-09-21T08:30:25.452Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardSggqco-csar.csar
2021-09-21T08:30:25.452Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|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-BasicOnboardSggqco-csar.csar
2021-09-21T08:30:25.452Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_Sggqco 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-BasicOnboardSggqco-csar.csar
2021-09-21T08:30:25.452Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|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-BasicOnboardSggqco-csar.csar
2021-09-21T08:30:25.453Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-09-21T08:30:25.453Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T08:30:25.453Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_Sggqco is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:30:25.453Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_Sggqco 0 is matching search criteria
2021-09-21T08:30:25.454Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-09-21T08:30:25.455Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_Sggqco 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-21T08:30:25.455Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T08:30:25.456Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_Sggqco is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:30:25.456Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_Sggqco 0 is matching search criteria
2021-09-21T08:30:25.456Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-09-21T08:30:25.456Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_Sggqco 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-21T08:30:25.457Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T08:30:25.457Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_Sggqco is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:30:25.457Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T08:30:25.458Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_Sggqco 0 is not matching search criteria
2021-09-21T08:30:25.458Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-09-21T08:30:25.458Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-09-21T08:30:25.458Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-09-21T08:30:25.459Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-21T08:30:25.459Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-21T08:30:25.459Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T08:30:25.459Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_Sggqco is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-21T08:30:25.459Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T08:30:25.460Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_Sggqco 0 is matching search criteria
2021-09-21T08:30:25.460Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_Sggqco 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-21T08:30:25.461Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T08:30:25.461Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_Sggqco 0 is matching search criteria
2021-09-21T08:30:25.461Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_Sggqco 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-21T08:30:25.461Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T08:30:25.462Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_Sggqco 0 is matching search criteria
2021-09-21T08:30:25.462Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_Sggqco 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-21T08:30:25.462Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T08:30:25.462Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_Sggqco 0 is not matching search criteria
2021-09-21T08:30:25.463Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-21T08:30:25.463Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-21T08:30:25.463Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=62605f54-b05b-4e2b-8e89-893aca6edb8b
2021-09-21T08:30:25.463Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T08:30:25.464Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_Sggqco is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:30:25.464Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T08:30:25.464Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_Sggqco is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:30:25.464Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T08:30:25.465Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_Sggqco is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:30:25.465Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T08:30:25.465Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_Sggqco is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:30:25.465Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_Sggqco
Description:service
Model UUID:3be09d08-eb4f-431c-9faf-51276e7e982d
Model Version:NULL
Model InvariantUuid:191821c9-a8b7-4f97-900a-8d7b700807c8
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_Sggqco
Model UUID:d3090deb-51a0-4e23-bd3b-05413876da9a
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:fbb06fb0-d9f7-4fb3-88f0-1e3bb04c6aa0
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:e5dd37fc-5ec0-49f8-93d1-9da8ddde747a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:5c38f5e8-89c6-432a-a9f0-a860d6b4398e
ModelName:BasicOnboardSggqco..base_ubuntu18..module-0
ModelUuid:e925e64a-14b8-47ec-990a-98500054ca3f
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:62605f54-b05b-4e2b-8e89-893aca6edb8b
ModelInvariantUuid:fac5bf89-a183-4aab-8a08-8baf5afb34c4
ModelName:basic_onboard_Sggqco-nodes.ubuntu18Cvfc
ModelUuid:a2928ffa-60d9-4eb2-8fc7-fa70f06dfb88
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:67c42f2a-8600-46d2-a4cd-3496b0048e0a
ModelInvariantUuid:848fbfde-ba98-4cd4-a25d-c113fc47476d
ModelName:BasicOnboardSggqco.compute.nodes.heat.ubuntu18
ModelUuid:d099fb8c-70b8-4544-8383-ea0f7f6caef4
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-21T08:30:25.471Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 65ae2df5-3545-4163-b6b8-e962d442b52e
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-21T08:30:25.482Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||basic_onboard_Sggqco 0
2021-09-21T08:30:25.482Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 65ae2df5-3545-4163-b6b8-e962d442b52e
2021-09-21T08:30:25.483Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 0b69f382-db4e-4ad7-bf1d-4403196ca4a3 from URL: /sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/basic_onboard_sggqco0_modules.json
2021-09-21T08:30:25.483Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-21T08:30:25.483Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/basic_onboard_sggqco0_modules.json
2021-09-21T08:30:26.381Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-21T08:30:26.381Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/basic_onboard_sggqco0_modules.json 0b69f382-db4e-4ad7-bf1d-4403196ca4a3 798
2021-09-21T08:30:26.382Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/basic_onboard_sggqco0_modules.json ASDC sendASDCNotification
2021-09-21T08:30:26.382Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/basic_onboard_sggqco0_modules.json
2021-09-21T08:30:26.382Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-21T08:30:26.382Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:30:26.384Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:30:26.384Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632213026382,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/basic_onboard_sggqco0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-21T08:30:26.484Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-21T08:30:26.485Z||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-21T08:30:26.486Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:30:26.504Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T08:30:26.505Z||pool-27-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2021-09-21T08:30:27.385Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardSggqco..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "5c38f5e8-89c6-432a-a9f0-a860d6b4398e",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "e925e64a-14b8-47ec-990a-98500054ca3f",
"vfModuleModelCustomizationUUID": "8651402f-ebfd-4322-bcec-dadb491fe206",
"isBase": true,
"artifacts": [
"945e1200-ceac-4145-a35c-74732fb0535a",
"1a89ee52-cb93-4708-af65-4622c84fb3f8"
],
"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-21T08:30:27.392Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardSggqco..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e925e64a-14b8-47ec-990a-98500054ca3f
VfModuleModelInvariantUUID:5c38f5e8-89c6-432a-a9f0-a860d6b4398e
VfModuleModelDescription:NULL
Artifacts UUID List:{
945e1200-ceac-4145-a35c-74732fb0535a
,
1a89ee52-cb93-4708-af65-4622c84fb3f8
}
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-21T08:30:27.394Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardSggqco..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "5c38f5e8-89c6-432a-a9f0-a860d6b4398e",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "e925e64a-14b8-47ec-990a-98500054ca3f",
"vfModuleModelCustomizationUUID": "8651402f-ebfd-4322-bcec-dadb491fe206",
"isBase": true,
"artifacts": [
"945e1200-ceac-4145-a35c-74732fb0535a",
"1a89ee52-cb93-4708-af65-4622c84fb3f8"
],
"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-21T08:30:27.395Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardSggqco..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e925e64a-14b8-47ec-990a-98500054ca3f
VfModuleModelInvariantUUID:5c38f5e8-89c6-432a-a9f0-a860d6b4398e
VfModuleModelDescription:NULL
Artifacts UUID List:{
945e1200-ceac-4145-a35c-74732fb0535a
,
1a89ee52-cb93-4708-af65-4622c84fb3f8
}
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-21T08:30:27.395Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 945e1200-ceac-4145-a35c-74732fb0535a from URL: /sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/base_ubuntu18.yaml
2021-09-21T08:30:27.395Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-21T08:30:27.396Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/base_ubuntu18.yaml
2021-09-21T08:30:28.470Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-21T08:30:28.471Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/base_ubuntu18.yaml 945e1200-ceac-4145-a35c-74732fb0535a 5033
2021-09-21T08:30:28.471Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-21T08:30:28.471Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/base_ubuntu18.yaml
2021-09-21T08:30:28.471Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-21T08:30:28.472Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:30:28.492Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:30:28.493Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632213028471,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-21T08:30:28.589Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2021-09-21T08:30:28.590Z||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-21T08:30:28.590Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:30:28.600Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T08:30:28.600Z||pool-28-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-21T08:30:29.493Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 1a89ee52-cb93-4708-af65-4622c84fb3f8 from URL: /sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/base_ubuntu18.env
2021-09-21T08:30:29.494Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-21T08:30:29.495Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/base_ubuntu18.env
2021-09-21T08:30:30.464Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-21T08:30:30.465Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/base_ubuntu18.env 1a89ee52-cb93-4708-af65-4622c84fb3f8 909
2021-09-21T08:30:30.465Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-21T08:30:30.465Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/base_ubuntu18.env
2021-09-21T08:30:30.465Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-21T08:30:30.466Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:30:30.468Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:30:30.468Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632213030465,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-09-21T08:30:30.569Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-21T08:30:30.570Z||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-21T08:30:30.570Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:30:30.586Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T08:30:30.586Z||pool-29-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-09-21T08:30:31.469Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 3be09d08-eb4f-431c-9faf-51276e7e982d
2021-09-21T08:30:31.469Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_Sggqco 0 65ae2df5-3545-4163-b6b8-e962d442b52e ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-21T08:30:31.484Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@31ebce85, org.onap.sdc.toscaparser.api.parameters.Input@524c75fc, org.onap.sdc.toscaparser.api.parameters.Input@62584ee8, org.onap.sdc.toscaparser.api.parameters.Input@7fb275e, org.onap.sdc.toscaparser.api.parameters.Input@680b5ec2]
2021-09-21T08:30:31.486Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T08:30:31.487Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_Sggqco is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:30:31.487Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic
2021-09-21T08:30:31.488Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= e5dd37fc-5ec0-49f8-93d1-9da8ddde747a
2021-09-21T08:30:31.488Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e5dd37fc-5ec0-49f8-93d1-9da8ddde747a matches Tosca VF Customization UUID: e5dd37fc-5ec0-49f8-93d1-9da8ddde747a
2021-09-21T08:30:31.488Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: e5dd37fc-5ec0-49f8-93d1-9da8ddde747a 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-21T08:30:31.492Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T08:30:31.492Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_Sggqco is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:30:31.493Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id e5dd37fc-5ec0-49f8-93d1-9da8ddde747a: {\"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-21T08:30:31.494Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@27c916c4
2021-09-21T08:30:31.494Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T08:30:31.494Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_Sggqco is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-21T08:30:31.495Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8651402f-ebfd-4322-bcec-dadb491fe206
2021-09-21T08:30:31.495Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8651402f-ebfd-4322-bcec-dadb491fe206
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-21T08:30:31.497Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T08:30:31.498Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_Sggqco 0 is matching search criteria
2021-09-21T08:30:31.498Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_Sggqco 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-21T08:30:31.499Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T08:30:31.499Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_Sggqco 0 is matching search criteria
2021-09-21T08:30:31.499Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_Sggqco 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-21T08:30:31.500Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T08:30:31.500Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_Sggqco 0 is not matching search criteria
2021-09-21T08:30:31.501Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-21T08:30:31.501Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-21T08:30:31.502Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=62605f54-b05b-4e2b-8e89-893aca6edb8b
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-21T08:30:31.504Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T08:30:31.504Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_Sggqco 0 is matching search criteria
2021-09-21T08:30:31.504Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_Sggqco 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-21T08:30:31.505Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T08:30:31.505Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_Sggqco 0 is matching search criteria
2021-09-21T08:30:31.506Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_Sggqco 0] matching following query criteria: sdcType=VF, customizationUUID=e5dd37fc-5ec0-49f8-93d1-9da8ddde747a
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-21T08:30:31.507Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T08:30:31.507Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_Sggqco is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:30:31.508Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 3be09d08-eb4f-431c-9faf-51276e7e982d: basic_onboard_Sggqco
2021-09-21T08:30:31.508Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T08:30:31.509Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_Sggqco is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:30:31.509Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T08:30:31.509Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_Sggqco is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:30:31.510Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T08:30:31.510Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_Sggqco is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:30:31.510Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T08:30:31.511Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_Sggqco is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:30:31.511Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T08:30:31.512Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_Sggqco is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:30:31.512Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||Saving Service: basic_onboard_Sggqco
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-21T08:30:31.594Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_Sggqco 65ae2df5-3545-4163-b6b8-e962d442b52e 1 ASDC deployResourceStructure
2021-09-21T08:30:31.595Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/basic_onboard_sggqco0_modules.json ASDC sendASDCNotification
2021-09-21T08:30:31.596Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/basic_onboard_sggqco0_modules.json
2021-09-21T08:30:31.596Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-21T08:30:31.597Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:30:31.599Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:30:31.599Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632213031595,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/basic_onboard_sggqco0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-21T08:30:31.699Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-21T08:30:31.701Z||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-21T08:30:31.702Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:30:31.715Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T08:30:31.716Z||pool-30-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-21T08:30:32.603Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-21T08:30:32.603Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/base_ubuntu18.yaml
2021-09-21T08:30:32.604Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-21T08:30:32.604Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:30:32.607Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:30:32.607Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632213032601,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-09-21T08:30:32.707Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-21T08:30:32.708Z||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-21T08:30:32.708Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:30:32.724Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T08:30:32.724Z||pool-31-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2021-09-21T08:30:33.609Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-21T08:30:33.610Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/base_ubuntu18.env
2021-09-21T08:30:33.610Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-21T08:30:33.611Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:30:33.613Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:30:33.614Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632213033608,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-09-21T08:30:33.714Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-21T08:30:33.715Z||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-21T08:30:33.715Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:30:33.726Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T08:30:33.727Z||pool-32-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-21T08:30:34.615Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSggqco/1.0/artifacts/service-BasicOnboardSggqco-csar.csar ASDC sendASDCNotification
2021-09-21T08:30:34.615Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/artifacts/service-BasicOnboardSggqco-csar.csar
2021-09-21T08:30:34.616Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-21T08:30:34.617Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:30:34.619Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:30:34.619Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632213034614,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/artifacts/service-BasicOnboardSggqco-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-21T08:30:34.719Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-21T08:30:34.720Z||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-21T08:30:34.720Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:30:34.731Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T08:30:34.731Z||pool-33-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-21T08:30:35.620Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 13225d9b-d57c-4f0f-ae90-f398e3f86f8a
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-21T08:30:35.639Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 13225d9b-d57c-4f0f-ae90-f398e3f86f8a
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-21T08:30:35.642Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-21T08:30:35.642Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-21T08:30:35.642Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-21T08:31:05.643Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 13225d9b-d57c-4f0f-ae90-f398e3f86f8a
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-21T08:31:05.664Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 13225d9b-d57c-4f0f-ae90-f398e3f86f8a
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-21T08:31:05.666Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-21T08:31:05.666Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-21T08:31:05.667Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-21T08:31:14.287Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:31:14.291Z||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-21T08:31:14.291Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:31:14.317Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T08:31:14.320Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-21T08:31:14.320Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
"consumerID": "ves-openapi-manager",
"timestamp": 1632213013655,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-21T08:31:14.323Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-21T08:31:35.668Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 13225d9b-d57c-4f0f-ae90-f398e3f86f8a
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-21T08:31:35.683Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 13225d9b-d57c-4f0f-ae90-f398e3f86f8a
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-21T08:31:35.689Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-21T08:31:35.689Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-21T08:31:35.689Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-21T08:32:05.690Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 13225d9b-d57c-4f0f-ae90-f398e3f86f8a
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-21T08:32:05.709Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 13225d9b-d57c-4f0f-ae90-f398e3f86f8a
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-21T08:32:05.713Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-21T08:32:05.713Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-21T08:32:05.714Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-21T08:32:14.288Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:32:14.291Z||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-21T08:32:14.291Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:32:14.341Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T08:32:14.342Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-21T08:32:14.342Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
"consumerID": "aai-ml",
"timestamp": 1632213000728,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/artifacts/service-BasicOnboardSggqco-csar.csar",
"status": "NOTIFIED"
}
2021-09-21T08:32:14.344Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-21T08:32:35.714Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 13225d9b-d57c-4f0f-ae90-f398e3f86f8a
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-21T08:32:35.729Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 13225d9b-d57c-4f0f-ae90-f398e3f86f8a
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-21T08:32:35.731Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-21T08:32:35.731Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-21T08:32:35.731Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-21T08:33:05.732Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 13225d9b-d57c-4f0f-ae90-f398e3f86f8a
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-21T08:33:05.751Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 13225d9b-d57c-4f0f-ae90-f398e3f86f8a
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-21T08:33:05.760Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-21T08:33:05.760Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-21T08:33:05.760Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-21T08:33:14.287Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:33:14.291Z||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-21T08:33:14.291Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:33:14.835Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T08:33:14.837Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-21T08:33:14.838Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
"consumerID": "clamp",
"timestamp": 1632213005134,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/artifacts/service-BasicOnboardSggqco-csar.csar",
"status": "NOTIFIED"
}
2021-09-21T08:33:14.839Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-21T08:33:14.839Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-21T08:33:14.840Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632213007097,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/artifacts/service-BasicOnboardSggqco-csar.csar",
"status": "NOTIFIED"
}
2021-09-21T08:33:14.840Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-21T08:33:14.840Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-21T08:33:14.840Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
"consumerID": "cds",
"timestamp": 1632213001350,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/artifacts/service-BasicOnboardSggqco-csar.csar",
"status": "NOTIFIED"
}
2021-09-21T08:33:14.840Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-21T08:33:14.840Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-21T08:33:14.840Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632213002470,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/artifacts/service-BasicOnboardSggqco-csar.csar",
"status": "NOTIFIED"
}
2021-09-21T08:33:14.840Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-21T08:33:14.841Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-21T08:33:14.841Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
"consumerID": "policy-id",
"timestamp": 1632213002208,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/artifacts/service-BasicOnboardSggqco-csar.csar",
"status": "NOTIFIED"
}
2021-09-21T08:33:14.841Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-21T08:33:14.841Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-21T08:33:14.841Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
"consumerID": "dcae-sch",
"timestamp": 1632213003681,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/artifacts/service-BasicOnboardSggqco-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-21T08:33:14.841Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-21T08:33:14.841Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-21T08:33:14.841Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632213014281,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-21T08:33:14.841Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-21T08:33:14.842Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-21T08:33:14.842Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
"consumerID": "ves-openapi-manager",
"timestamp": 1632213013655,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/basic_onboard_sggqco0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-21T08:33:14.842Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-21T08:33:14.842Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-21T08:33:14.842Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632213014281,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/basic_onboard_sggqco0_modules.json",
"status": "NOTIFIED"
}
2021-09-21T08:33:14.842Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-21T08:33:14.842Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-21T08:33:14.842Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
"consumerID": "ves-openapi-manager",
"timestamp": 1632213013655,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-21T08:33:14.842Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-21T08:33:14.842Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-21T08:33:14.843Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
"consumerID": "aai-ml",
"timestamp": 1632213016507,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/artifacts/service-BasicOnboardSggqco-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-21T08:33:14.843Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:33:14.843Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-21T08:33:14.843Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
"consumerID": "cds",
"timestamp": 1632213016533,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/artifacts/service-BasicOnboardSggqco-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-21T08:33:14.843Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:33:14.843Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-21T08:33:14.843Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632213016611,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/artifacts/service-BasicOnboardSggqco-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-21T08:33:14.843Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:33:14.843Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-21T08:33:14.844Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632213016624,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/basic_onboard_sggqco0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-21T08:33:14.844Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:33:14.844Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-21T08:33:14.844Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
"consumerID": "policy-id",
"timestamp": 1632213016599,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/artifacts/service-BasicOnboardSggqco-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-21T08:33:14.844Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:33:14.844Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-21T08:33:14.846Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632213014281,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-21T08:33:14.847Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-21T08:33:14.847Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-21T08:33:14.847Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
"consumerID": "ves-openapi-manager",
"timestamp": 1632213013655,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-21T08:33:14.847Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-21T08:33:14.847Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-21T08:33:14.847Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
"consumerID": "cds",
"timestamp": 1632213017539,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/artifacts/service-BasicOnboardSggqco-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-21T08:33:14.860Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 13225d9b-d57c-4f0f-ae90-f398e3f86f8a
2021-09-21T08:33:14.860Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 13225d9b-d57c-4f0f-ae90-f398e3f86f8a 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-21T08:33:14.877Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-21T08:33:14.877Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
"consumerID": "policy-id",
"timestamp": 1632213017624,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/artifacts/service-BasicOnboardSggqco-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-21T08:33:14.877Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:33:14.877Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-21T08:33:14.877Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632213014281,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-21T08:33:14.877Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-21T08:33:14.878Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-21T08:33:14.878Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632213018203,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-21T08:33:14.878Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:33:14.878Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-21T08:33:14.878Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
"consumerID": "ves-openapi-manager",
"timestamp": 1632213013655,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-21T08:33:14.878Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-21T08:33:14.878Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-21T08:33:14.878Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
"consumerID": "policy-id",
"timestamp": 1632213018627,
"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-21T08:33:14.885Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 13225d9b-d57c-4f0f-ae90-f398e3f86f8a
2021-09-21T08:33:14.886Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 13225d9b-d57c-4f0f-ae90-f398e3f86f8a 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-21T08:33:14.904Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-21T08:33:14.904Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632213014281,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-09-21T08:33:14.904Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-21T08:33:14.904Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-21T08:33:14.904Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
"consumerID": "ves-openapi-manager",
"timestamp": 1632213013655,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/artifacts/service-BasicOnboardSggqco-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-21T08:33:14.905Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-21T08:33:14.905Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-21T08:33:14.905Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632213019468,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/artifacts/service-BasicOnboardSggqco-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-21T08:33:14.905Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:33:14.905Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-21T08:33:14.905Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632213019689,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-09-21T08:33:14.905Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:33:14.906Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-21T08:33:14.906Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632213014281,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/artifacts/service-BasicOnboardSggqco-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-21T08:33:14.906Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-21T08:33:14.906Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-21T08:33:14.906Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
"consumerID": "ves-openapi-manager",
"timestamp": 1632213013655,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/artifacts/service-BasicOnboardSggqco-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-21T08:33:14.906Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-21T08:33:14.906Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-21T08:33:14.906Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
"consumerID": "clamp",
"timestamp": 1632213020348,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/artifacts/service-BasicOnboardSggqco-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-21T08:33:14.907Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:33:14.907Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-21T08:33:14.907Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632213020476,
"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-21T08:33:14.914Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 13225d9b-d57c-4f0f-ae90-f398e3f86f8a
2021-09-21T08:33:14.914Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 13225d9b-d57c-4f0f-ae90-f398e3f86f8a 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-21T08:33:14.928Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-21T08:33:14.928Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632213020717,
"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-21T08:33:14.934Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 13225d9b-d57c-4f0f-ae90-f398e3f86f8a
2021-09-21T08:33:14.934Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 13225d9b-d57c-4f0f-ae90-f398e3f86f8a 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-21T08:33:14.944Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-21T08:33:14.944Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632213014281,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/artifacts/service-BasicOnboardSggqco-csar.csar",
"status": "NOTIFIED"
}
2021-09-21T08:33:14.945Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-21T08:33:14.945Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-21T08:33:14.945Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
"consumerID": "clamp",
"timestamp": 1632213021384,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/artifacts/service-BasicOnboardSggqco-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-21T08:33:14.946Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:33:14.946Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-21T08:33:14.946Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632213021721,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/basic_onboard_sggqco0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-21T08:33:14.947Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:33:14.947Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-21T08:33:14.948Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
"consumerID": "clamp",
"timestamp": 1632213022389,
"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-21T08:33:14.954Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 13225d9b-d57c-4f0f-ae90-f398e3f86f8a
2021-09-21T08:33:14.954Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 13225d9b-d57c-4f0f-ae90-f398e3f86f8a 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-21T08:33:14.964Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-21T08:33:14.964Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632213022596,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/artifacts/service-BasicOnboardSggqco-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-21T08:33:14.964Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:33:14.965Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-21T08:33:14.966Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
"consumerID": "aai-ml",
"timestamp": 1632213026377,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/artifacts/service-BasicOnboardSggqco-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-21T08:33:14.966Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:33:14.967Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-21T08:33:14.967Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632213026382,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/basic_onboard_sggqco0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-21T08:33:14.968Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:33:14.968Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-21T08:33:14.968Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
"consumerID": "aai-ml",
"timestamp": 1632213027381,
"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-21T08:33:14.974Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 13225d9b-d57c-4f0f-ae90-f398e3f86f8a
2021-09-21T08:33:14.975Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 13225d9b-d57c-4f0f-ae90-f398e3f86f8a 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-21T08:33:14.984Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-21T08:33:14.985Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632213028471,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-21T08:33:14.985Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:33:14.985Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-21T08:33:14.986Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632213030465,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-09-21T08:33:14.986Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:33:14.987Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-21T08:33:14.987Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632213031595,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/basic_onboard_sggqco0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-21T08:33:14.987Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:33:14.987Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-21T08:33:14.988Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632213032601,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-09-21T08:33:14.988Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:33:14.988Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-21T08:33:14.988Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632213033608,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/resourceInstances/basic_onboard_sggqco0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-09-21T08:33:14.989Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:33:14.989Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-21T08:33:14.989Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632213034614,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSggqco/1.0/artifacts/service-BasicOnboardSggqco-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-21T08:33:14.990Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:33:35.761Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 13225d9b-d57c-4f0f-ae90-f398e3f86f8a
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-21T08:33:35.778Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 13225d9b-d57c-4f0f-ae90-f398e3f86f8a
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-21T08:33:35.781Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-21T08:33:35.781Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-21T08:33:35.781Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-21T08:33:35.781Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-21T08:33:35.781Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-21T08:33:35.781Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-21T08:33:35.781Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-21T08:33:35.782Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-21T08:33:35.782Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-21T08:33:35.782Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-21T08:33:35.782Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|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-21T08:33:35.788Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-21T08:34:05.789Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 13225d9b-d57c-4f0f-ae90-f398e3f86f8a 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-21T08:34:05.803Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 13225d9b-d57c-4f0f-ae90-f398e3f86f8a and serviceModelVersionId: 3be09d08-eb4f-431c-9faf-51276e7e982d
2021-09-21T08:34:05.803Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 191821c9-a8b7-4f97-900a-8d7b700807c8
2021-09-21T08:34:05.808Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/191821c9-a8b7-4f97-900a-8d7b700807c8/model-vers/model-ver/3be09d08-eb4f-431c-9faf-51276e7e982d?depth=0
2021-09-21T08:34:05.818Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2021-09-21T08:34:05.897Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/191821c9-a8b7-4f97-900a-8d7b700807c8/model-vers/model-ver/3be09d08-eb4f-431c-9faf-51276e7e982d?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-21T08:34:05.899Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/191821c9-a8b7-4f97-900a-8d7b700807c8/model-vers/model-ver/3be09d08-eb4f-431c-9faf-51276e7e982d?depth=0|INFO|500||Invoke
2021-09-21T08:34:05.975Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/191821c9-a8b7-4f97-900a-8d7b700807c8/model-vers/model-ver/3be09d08-eb4f-431c-9faf-51276e7e982d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-09-21T08:34:06.358Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/191821c9-a8b7-4f97-900a-8d7b700807c8/model-vers/model-ver/3be09d08-eb4f-431c-9faf-51276e7e982d?depth=0|INFO|500||InvokeReturn
2021-09-21T08:34:06.359Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/191821c9-a8b7-4f97-900a-8d7b700807c8/model-vers/model-ver/3be09d08-eb4f-431c-9faf-51276e7e982d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210921-08:34:06:003-7706], vertex-id=[401624], Content-Length=[0], Date=[Tue, 21 Sep 2021 08:34:06 GMT], Content-Type=[application/json]}
2021-09-21T08:34:06.364Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2021-09-21T08:34:06.365Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-21T08:34:06.365Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|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-21T08:34:06.370Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|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-21T08:34:06.370Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 13225d9b-d57c-4f0f-ae90-f398e3f86f8a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-21T08:34:06.371Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-21T08:34:06.371Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:34:06.374Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:34:06.375Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632213246370,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-21T08:34:06.475Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-21T08:34:06.476Z||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-21T08:34:06.476Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:34:06.504Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T08:34:06.505Z||pool-34-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-21T08:34:07.393Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:34:07.394Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|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-21T08:34:07.394Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:34:14.287Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:34:14.289Z||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-21T08:34:14.289Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:34:14.939Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T08:34:14.940Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-21T08:34:14.940Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13225d9b-d57c-4f0f-ae90-f398e3f86f8a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632213246370,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-21T08:34:14.941Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:34:17.660Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T08:34:17.662Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:34:17.662Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|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-21T08:34:17.662Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:34:27.273Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T08:34:27.275Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:34:27.275Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|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-21T08:34:27.276Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:34:36.849Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T08:34:36.850Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:34:36.850Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|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-21T08:34:36.851Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:34:46.415Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T08:35:14.268Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:35:14.273Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|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-21T08:35:14.274Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:35:14.287Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:35:14.288Z||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-21T08:35:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:35:23.817Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T08:35:23.851Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T08:36:14.272Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:36:14.274Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|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-21T08:36:14.274Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:36:14.287Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:36:14.288Z||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-21T08:36:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:36:23.838Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T08:36:23.899Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T08:37:14.274Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:37:14.280Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|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-21T08:37:14.281Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:37:14.287Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:37:14.288Z||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-21T08:37:14.290Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:37:23.854Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T08:37:23.885Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T08:38:14.267Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:38:14.270Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|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-21T08:38:14.270Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:38:14.287Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:38:14.288Z||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-21T08:38:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:38:23.858Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T08:38:23.856Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T08:39:14.267Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:39:14.272Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|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-21T08:39:14.272Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:39:14.288Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:39:14.289Z||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-21T08:39:14.289Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:39:23.876Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T08:39:23.877Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T08:40:14.267Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:40:14.271Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|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-21T08:40:14.271Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:40:14.287Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:40:14.288Z||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-21T08:40:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:40:23.856Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T08:40:23.858Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T08:41:14.267Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:41:14.270Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|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-21T08:41:14.271Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:41:14.287Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:41:14.288Z||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-21T08:41:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:41:23.821Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T08:41:23.846Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T08:42:14.267Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:42:14.270Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|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-21T08:42:14.270Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:42:14.287Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:42:14.288Z||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-21T08:42:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:42:23.854Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T08:42:23.854Z|13225d9b-d57c-4f0f-ae90-f398e3f86f8a|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T08:43:14.267Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:43:14.272Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T08:43:14.272Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:43:14.288Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:43:14.289Z||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-21T08:43:14.289Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:43:23.843Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T08:43:23.843Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T08:44:14.267Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:44:14.269Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T08:44:14.269Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:44:14.287Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:44:14.288Z||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-21T08:44:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:44:23.844Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T08:44:23.853Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T08:45:14.267Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:45:14.269Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T08:45:14.269Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:45:14.287Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:45:14.288Z||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-21T08:45:14.289Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:45:14.905Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T08:45:14.906Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-21T08:45:14.906Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"3db994e6-7613-4491-ab85-77cc7e44a51f","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"7e915d70-dfe4-4f2c-835b-2719c59481fe","serviceDescription":"service","serviceInvariantUUID":"ec749101-eaef-4111-b130-bea9271f5016","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"e78702d4-2d88-40a3-974b-4e18f4122cc7","resourceInvariantUUID":"e6b7b692-2438-47b1-b083-8b2ba430c02f","resourceCustomizationUUID":"749e9463-8bd1-4ba2-a1df-68cb00eecd51","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":"MmY2ZWVkZjI5Nzc4MTBlNDY0NmEzYTJkZjA0YjBkZDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0017d4a6-e00e-4259-a82a-f8cf7abce66a","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NmU2YTg0ZTNlZTQyNmMxZjkyOGM0M2M2MmE0NmViZTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"699a4733-ee6a-4dc9-b44d-87eeb1253b20","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-21T08:45:14.914Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-21T08:45:14.914Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:45:14.915Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T08:45:14.916Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T08:45:14.916Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3db994e6-7613-4491-ab85-77cc7e44a51f",
"consumerID": "clamp",
"timestamp": 1632213875136,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-21T08:45:14.918Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-21T08:45:14.918Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:45:14.918Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T08:45:14.919Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "3db994e6-7613-4491-ab85-77cc7e44a51f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632213914267,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-21T08:45:14.919Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3db994e6-7613-4491-ab85-77cc7e44a51f",
"consumerID": "cds",
"timestamp": 1632213871350,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-21T08:45:14.919Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-21T08:45:14.919Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T08:45:14.919Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3db994e6-7613-4491-ab85-77cc7e44a51f",
"consumerID": "ves-openapi-manager",
"timestamp": 1632213873655,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-21T08:45:14.920Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-21T08:45:14.920Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T08:45:14.920Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3db994e6-7613-4491-ab85-77cc7e44a51f",
"consumerID": "aai-ml",
"timestamp": 1632213870728,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-21T08:45:14.920Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-21T08:45:14.920Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T08:45:14.921Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3db994e6-7613-4491-ab85-77cc7e44a51f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632213872470,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-21T08:45:14.921Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-21T08:45:14.921Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T08:45:14.921Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3db994e6-7613-4491-ab85-77cc7e44a51f",
"consumerID": "cds",
"timestamp": 1632213871350,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-21T08:45:14.922Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-21T08:45:14.922Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T08:45:14.922Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3db994e6-7613-4491-ab85-77cc7e44a51f",
"consumerID": "clamp",
"timestamp": 1632213875136,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-21T08:45:14.922Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-21T08:45:14.922Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T08:45:14.923Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3db994e6-7613-4491-ab85-77cc7e44a51f",
"consumerID": "ves-openapi-manager",
"timestamp": 1632213873655,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-21T08:45:14.923Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-21T08:45:14.923Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T08:45:14.923Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3db994e6-7613-4491-ab85-77cc7e44a51f",
"consumerID": "aai-ml",
"timestamp": 1632213870728,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-21T08:45:14.924Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-21T08:45:14.924Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T08:45:14.924Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3db994e6-7613-4491-ab85-77cc7e44a51f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632213872470,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-21T08:45:14.924Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-21T08:45:14.924Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T08:45:14.925Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3db994e6-7613-4491-ab85-77cc7e44a51f",
"consumerID": "cds",
"timestamp": 1632213881508,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-21T08:45:14.925Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:45:14.925Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T08:45:14.925Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3db994e6-7613-4491-ab85-77cc7e44a51f",
"consumerID": "aai-ml",
"timestamp": 1632213881587,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-21T08:45:14.926Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:45:14.926Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T08:45:14.926Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3db994e6-7613-4491-ab85-77cc7e44a51f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632213881687,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-21T08:45:14.926Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:45:14.926Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T08:45:14.926Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3db994e6-7613-4491-ab85-77cc7e44a51f",
"consumerID": "cds",
"timestamp": 1632213882517,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-21T08:45:14.946Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3db994e6-7613-4491-ab85-77cc7e44a51f
2021-09-21T08:45:14.947Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3db994e6-7613-4491-ab85-77cc7e44a51f 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-21T08:45:14.955Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T08:45:14.955Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3db994e6-7613-4491-ab85-77cc7e44a51f",
"consumerID": "policy-id",
"timestamp": 1632213882207,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-21T08:45:14.955Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-21T08:45:14.955Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T08:45:14.955Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3db994e6-7613-4491-ab85-77cc7e44a51f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632213883559,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-21T08:45:14.955Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:45:14.955Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T08:45:14.955Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3db994e6-7613-4491-ab85-77cc7e44a51f",
"consumerID": "policy-id",
"timestamp": 1632213882207,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-21T08:45:14.956Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-21T08:45:14.956Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T08:45:14.956Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3db994e6-7613-4491-ab85-77cc7e44a51f",
"consumerID": "dcae-sch",
"timestamp": 1632213883681,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-21T08:45:14.956Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-21T08:45:14.956Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T08:45:14.956Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3db994e6-7613-4491-ab85-77cc7e44a51f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632213884567,
"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-21T08:45:14.962Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3db994e6-7613-4491-ab85-77cc7e44a51f
2021-09-21T08:45:14.963Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3db994e6-7613-4491-ab85-77cc7e44a51f 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-21T08:45:14.972Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T08:45:14.973Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3db994e6-7613-4491-ab85-77cc7e44a51f",
"consumerID": "dcae-sch",
"timestamp": 1632213883681,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-21T08:45:14.975Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-21T08:45:14.975Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T08:45:14.975Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3db994e6-7613-4491-ab85-77cc7e44a51f",
"consumerID": "policy-id",
"timestamp": 1632213886777,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-21T08:45:14.977Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:45:14.977Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T08:45:14.977Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3db994e6-7613-4491-ab85-77cc7e44a51f",
"consumerID": "aai-ml",
"timestamp": 1632213887379,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-21T08:45:14.977Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:45:14.977Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T08:45:14.977Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3db994e6-7613-4491-ab85-77cc7e44a51f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632213887097,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-21T08:45:14.977Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-21T08:45:14.977Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T08:45:14.977Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3db994e6-7613-4491-ab85-77cc7e44a51f",
"consumerID": "policy-id",
"timestamp": 1632213887782,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-21T08:45:14.977Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:45:14.978Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T08:45:14.978Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3db994e6-7613-4491-ab85-77cc7e44a51f",
"consumerID": "aai-ml",
"timestamp": 1632213888384,
"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-21T08:45:14.985Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3db994e6-7613-4491-ab85-77cc7e44a51f
2021-09-21T08:45:14.985Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3db994e6-7613-4491-ab85-77cc7e44a51f 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-21T08:45:15.002Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T08:45:15.002Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3db994e6-7613-4491-ab85-77cc7e44a51f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632213887097,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-21T08:45:15.003Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-21T08:45:15.003Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T08:45:15.003Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3db994e6-7613-4491-ab85-77cc7e44a51f",
"consumerID": "policy-id",
"timestamp": 1632213888784,
"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-21T08:45:15.008Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3db994e6-7613-4491-ab85-77cc7e44a51f
2021-09-21T08:45:15.008Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3db994e6-7613-4491-ab85-77cc7e44a51f 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-21T08:45:15.020Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-21T08:45:15.020Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T08:45:15.020Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3db994e6-7613-4491-ab85-77cc7e44a51f",
"consumerID": "clamp",
"timestamp": 1632213891785,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-21T08:45:15.020Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:45:15.021Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T08:45:15.020Z||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-21T08:45:15.021Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3db994e6-7613-4491-ab85-77cc7e44a51f",
"consumerID": "clamp",
"timestamp": 1632213893552,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-21T08:45:15.021Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:45:15.021Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:45:15.021Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T08:45:15.021Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3db994e6-7613-4491-ab85-77cc7e44a51f",
"consumerID": "clamp",
"timestamp": 1632213894555,
"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-21T08:45:15.027Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3db994e6-7613-4491-ab85-77cc7e44a51f
2021-09-21T08:45:15.028Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3db994e6-7613-4491-ab85-77cc7e44a51f 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-21T08:45:15.041Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T08:45:15.041Z||pool-35-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2021-09-21T08:45:15.919Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-21T08:45:15.920Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:45:15.922Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:45:15.923Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "3db994e6-7613-4491-ab85-77cc7e44a51f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632213914267,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-21T08:45:16.023Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-21T08:45:16.024Z||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-21T08:45:16.024Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:45:16.038Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T08:45:16.038Z||pool-36-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-21T08:45:16.923Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "3db994e6-7613-4491-ab85-77cc7e44a51f",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "7e915d70-dfe4-4f2c-835b-2719c59481fe",
"serviceDescription": "service",
"serviceInvariantUUID": "ec749101-eaef-4111-b130-bea9271f5016",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "749e9463-8bd1-4ba2-a1df-68cb00eecd51",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "e78702d4-2d88-40a3-974b-4e18f4122cc7",
"resourceInvariantUUID": "e6b7b692-2438-47b1-b083-8b2ba430c02f",
"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": "NmU2YTg0ZTNlZTQyNmMxZjkyOGM0M2M2MmE0NmViZTU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "699a4733-ee6a-4dc9-b44d-87eeb1253b20"
}
],
"workloadContext": "Production"
}
2021-09-21T08:45:16.924Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-21T08:45:16.924Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 7e915d70-dfe4-4f2c-835b-2719c59481fe ASDC
2021-09-21T08:45:16.925Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:3db994e6-7613-4491-ab85-77cc7e44a51f
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:7e915d70-dfe4-4f2c-835b-2719c59481fe
ServiceInvariantUUID:ec749101-eaef-4111-b130-bea9271f5016
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:699a4733-ee6a-4dc9-b44d-87eeb1253b20
ArtifactChecksum:NmU2YTg0ZTNlZTQyNmMxZjkyOGM0M2M2MmE0NmViZTU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:749e9463-8bd1-4ba2-a1df-68cb00eecd51
ResourceInvariantUUID:e6b7b692-2438-47b1-b083-8b2ba430c02f
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:e78702d4-2d88-40a3-974b-4e18f4122cc7
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2021-09-21T08:45:16.925Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7e915d70-dfe4-4f2c-835b-2719c59481fe 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-21T08:45:16.964Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-21T08:45:16.965Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-09-21T08:45:16.966Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-09-21T08:45:16.966Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 699a4733-ee6a-4dc9-b44d-87eeb1253b20 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-21T08:45:16.966Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-09-21T08:45:16.966Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-21T08:45:17.871Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-09-21T08:45:17.874Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 699a4733-ee6a-4dc9-b44d-87eeb1253b20 52171
2021-09-21T08:45:17.875Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-09-21T08:45:17.875Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-21T08:45:17.875Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-21T08:45:17.876Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:45:17.879Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:45:17.879Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "3db994e6-7613-4491-ab85-77cc7e44a51f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632213917875,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-21T08:45:17.979Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-21T08:45:17.979Z||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-21T08:45:17.980Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:45:17.990Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T08:45:17.991Z||pool-37-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-21T08:45:18.879Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-21T08:45:18.880Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-09-21T08:45:18.881Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 699a4733-ee6a-4dc9-b44d-87eeb1253b20, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-21T08:45:18.881Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-09-21T08:45:18.882Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-21T08:45:18.883Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-21T08:45:19.040Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10467944378209937620/Definitions/service-BasicNetwork-template.yml
2021-09-21T08:45:19.626Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-21T08:45:19.627Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-09-21T08:45:19.627Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-21T08:45:19.627Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-09-21T08:45:19.627Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-21T08:45:19.627Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-21T08:45:19.627Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-21T08:45:19.628Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-21T08:45:19.628Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-21T08:45:19.628Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-21T08:45:19.628Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-21T08:45:19.628Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-21T08:45:19.628Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-09-21T08:45:19.628Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T08:45:19.628Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:45:19.629Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-09-21T08:45:19.629Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-09-21T08:45:19.629Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-21T08:45:19.629Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T08:45:19.630Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:45:19.630Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-09-21T08:45:19.630Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-09-21T08:45:19.630Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-21T08:45:19.630Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T08:45:19.630Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:45:19.630Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T08:45:19.631Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:45:19.631Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T08:45:19.631Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:45:19.631Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T08:45:19.631Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:45:19.632Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T08:45:19.632Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:45:19.632Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:7e915d70-dfe4-4f2c-835b-2719c59481fe
Model Version:NULL
Model InvariantUuid:ec749101-eaef-4111-b130-bea9271f5016
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:e6b7b692-2438-47b1-b083-8b2ba430c02f
Model UUID:4ad6649a-bf0a-4edd-90ac-e999d69f6a18
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:749e9463-8bd1-4ba2-a1df-68cb00eecd51
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-21T08:45:19.641Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||INFO|500||Processing Resource Type: VL, Model UUID: e78702d4-2d88-40a3-974b-4e18f4122cc7
2021-09-21T08:45:19.642Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||INFO|500||No resources found for Service: 7e915d70-dfe4-4f2c-835b-2719c59481fe
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-21T08:45:19.649Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||INFO|500||
2021-09-21T08:45:19.649Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2021-09-21T08:45:19.650Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 7e915d70-dfe4-4f2c-835b-2719c59481fe
2021-09-21T08:45:19.650Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 7e915d70-dfe4-4f2c-835b-2719c59481fe
2021-09-21T08:45:19.650Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2021-09-21T08:45:19.650Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-21T08:45:19.657Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6f1270c6, org.onap.sdc.toscaparser.api.parameters.Input@71605cc6, org.onap.sdc.toscaparser.api.parameters.Input@3c4fb649, org.onap.sdc.toscaparser.api.parameters.Input@1e55fd88, org.onap.sdc.toscaparser.api.parameters.Input@623d3ac4]
2021-09-21T08:45:19.664Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T08:45:19.664Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:45:19.665Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T08:45:19.665Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:45:19.665Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 7e915d70-dfe4-4f2c-835b-2719c59481fe: Generic NeutronNet
2021-09-21T08:45:19.665Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T08:45:19.665Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:45:19.665Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T08:45:19.666Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_55_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_55_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_55_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_55_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_, networkres0_.CREATION_TIMESTAMP as creation2_37_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_, networkres0_.NETWORK_ROLE as network_4_37_, networkres0_.NETWORK_SCOPE as network_5_37_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_, networkres0_.NETWORK_TYPE as network_7_37_, networkres0_.RESOURCE_INPUT as resource8_37_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_, networkres0_.RESOURCE_CATEGORY as resource4_36_, networkres0_.CREATION_TIMESTAMP as creation5_36_, networkres0_.DESCRIPTION as descript6_36_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_, networkres0_.MODEL_NAME as model_na8_36_, networkres0_.MODEL_VERSION as model_ve9_36_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_, networkres0_.ORCHESTRATION_MODE as orchest11_36_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2021-09-21T08:45:19.702Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T08:45:19.702Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:45:19.702Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T08:45:19.702Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:45:19.703Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T08:45:19.703Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:45:19.703Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_3_, networkres0_.CREATION_TIMESTAMP as creation2_37_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_3_, networkres0_.NETWORK_ROLE as network_4_37_3_, networkres0_.NETWORK_SCOPE as network_5_37_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_3_, networkres0_.NETWORK_TYPE as network_7_37_3_, networkres0_.RESOURCE_INPUT as resource8_37_3_, networkres1_.MODEL_UUID as model_uu1_36_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_36_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_36_0_, networkres1_.RESOURCE_CATEGORY as resource4_36_0_, networkres1_.CREATION_TIMESTAMP as creation5_36_0_, networkres1_.DESCRIPTION as descript6_36_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_36_0_, networkres1_.MODEL_NAME as model_na8_36_0_, networkres1_.MODEL_VERSION as model_ve9_36_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_36_0_, networkres1_.ORCHESTRATION_MODE as orchest11_36_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_36_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_36_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_1_, collection2_.CREATION_TIMESTAMP as creation2_14_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_14_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_14_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_1_, collection2_.NETWORK_ROLE as network_4_14_1_, collection2_.NETWORK_SCOPE as network_5_14_1_, collection2_.NETWORK_TECHNOLOGY as network_6_14_1_, collection2_.NETWORK_TYPE as network_7_14_1_, heattempla3_.ARTIFACT_UUID as artifact1_28_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_2_, heattempla3_.CREATION_TIMESTAMP as creation3_28_2_, heattempla3_.DESCRIPTION as descript4_28_2_, heattempla3_.BODY as body5_28_2_, heattempla3_.NAME as name6_28_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_2_, heattempla3_.VERSION as version8_28_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_4_, networkres0_.RESOURCE_CATEGORY as resource4_36_4_, networkres0_.CREATION_TIMESTAMP as creation5_36_4_, networkres0_.DESCRIPTION as descript6_36_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_4_, networkres0_.MODEL_NAME as model_na8_36_4_, networkres0_.MODEL_VERSION as model_ve9_36_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_4_, networkres0_.ORCHESTRATION_MODE as orchest11_36_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_0_, collection1_.CREATION_TIMESTAMP as creation2_14_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_14_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_14_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_0_, collection1_.NETWORK_ROLE as network_4_14_0_, collection1_.NETWORK_SCOPE as network_5_14_0_, collection1_.NETWORK_TECHNOLOGY as network_6_14_0_, collection1_.NETWORK_TYPE as network_7_14_0_, instancegr2_.MODEL_UUID as model_uu2_32_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_32_1_, instancegr2_.CREATION_TIMESTAMP as creation3_32_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_32_1_, instancegr2_.MODEL_NAME as model_na5_32_1_, instancegr2_.MODEL_VERSION as model_ve6_32_1_, instancegr2_.ROLE as role7_32_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_32_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_32_1_, instancegr2_.OBJECT_TYPE as object_t1_32_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_16_2_, networkcol3_.CR_MODEL_UUID as cr_model8_16_2_, networkcol3_.CREATION_TIMESTAMP as creation3_16_2_, networkcol3_.FUNCTION as function4_16_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_16_2_, networkcol3_.ROLE as role6_16_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_16_2_, heattempla4_.ARTIFACT_UUID as artifact1_28_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla4_.CREATION_TIMESTAMP as creation3_28_3_, heattempla4_.DESCRIPTION as descript4_28_3_, heattempla4_.BODY as body5_28_3_, heattempla4_.NAME as name6_28_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla4_.VERSION as version8_28_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-09-21T08:45:19.773Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2021-09-21T08:45:19.774Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-09-21T08:45:19.774Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-21T08:45:19.774Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-21T08:45:19.775Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:45:19.782Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:45:19.783Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "3db994e6-7613-4491-ab85-77cc7e44a51f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632213919773,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-21T08:45:19.882Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-21T08:45:19.883Z||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-21T08:45:19.883Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:45:19.897Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T08:45:19.898Z||pool-38-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2021-09-21T08:45:20.783Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3db994e6-7613-4491-ab85-77cc7e44a51f
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-21T08:45:20.803Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3db994e6-7613-4491-ab85-77cc7e44a51f
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-21T08:45:20.807Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-21T08:45:20.807Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-21T08:45:20.807Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-21T08:45:20.807Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-21T08:45:20.807Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-21T08:45:20.807Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-21T08:45:20.807Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-21T08:45:20.807Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-21T08:45:20.808Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-21T08:45:20.808Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-21T08:45:20.808Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-21T08:45:20.812Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-21T08:45:50.813Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3db994e6-7613-4491-ab85-77cc7e44a51f 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-21T08:45:50.826Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3db994e6-7613-4491-ab85-77cc7e44a51f and serviceModelVersionId: 7e915d70-dfe4-4f2c-835b-2719c59481fe
2021-09-21T08:45:50.827Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ec749101-eaef-4111-b130-bea9271f5016
2021-09-21T08:45:50.830Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ec749101-eaef-4111-b130-bea9271f5016/model-vers/model-ver/7e915d70-dfe4-4f2c-835b-2719c59481fe?depth=0
2021-09-21T08:45:50.838Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2021-09-21T08:45:50.921Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ec749101-eaef-4111-b130-bea9271f5016/model-vers/model-ver/7e915d70-dfe4-4f2c-835b-2719c59481fe?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-21T08:45:50.923Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ec749101-eaef-4111-b130-bea9271f5016/model-vers/model-ver/7e915d70-dfe4-4f2c-835b-2719c59481fe?depth=0|INFO|500||Invoke
2021-09-21T08:45:50.959Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ec749101-eaef-4111-b130-bea9271f5016/model-vers/model-ver/7e915d70-dfe4-4f2c-835b-2719c59481fe?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-09-21T08:45:51.251Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ec749101-eaef-4111-b130-bea9271f5016/model-vers/model-ver/7e915d70-dfe4-4f2c-835b-2719c59481fe?depth=0|INFO|500||InvokeReturn
2021-09-21T08:45:51.257Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ec749101-eaef-4111-b130-bea9271f5016/model-vers/model-ver/7e915d70-dfe4-4f2c-835b-2719c59481fe?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210921-08:45:50:985-20123], vertex-id=[188520], Content-Length=[0], Date=[Tue, 21 Sep 2021 08:45:50 GMT], Content-Type=[application/json]}
2021-09-21T08:45:51.258Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2021-09-21T08:45:51.258Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-21T08:45:51.259Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-21T08:45:51.266Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-09-21T08:45:51.267Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3db994e6-7613-4491-ab85-77cc7e44a51f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-21T08:45:51.267Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-21T08:45:51.268Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:45:51.271Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:45:51.271Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "3db994e6-7613-4491-ab85-77cc7e44a51f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632213951267,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-21T08:45:51.380Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 109 ms
2021-09-21T08:45:51.381Z||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-21T08:45:51.382Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:45:51.396Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T08:45:51.396Z||pool-39-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-21T08:46:14.269Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:46:14.272Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T08:46:14.273Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:46:14.287Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:46:14.288Z||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-21T08:46:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:46:14.407Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T08:46:14.408Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-21T08:46:14.408Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3db994e6-7613-4491-ab85-77cc7e44a51f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632213914267,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-21T08:46:14.409Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-21T08:46:23.843Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T08:47:14.269Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:47:14.274Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-21T08:47:14.274Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:47:14.287Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-21T08:47:14.288Z||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-21T08:47:14.288Z||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 jO6LBLnIu1O5FqYF) ...
2021-09-21T08:47:14.317Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T08:47:14.318Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:47:14.318Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3db994e6-7613-4491-ab85-77cc7e44a51f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632213914267,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-21T08:47:14.320Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-21T08:47:14.320Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:47:14.321Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3db994e6-7613-4491-ab85-77cc7e44a51f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632213917875,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-21T08:47:14.321Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:47:14.321Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:47:14.321Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3db994e6-7613-4491-ab85-77cc7e44a51f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632213919773,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-21T08:47:14.321Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:47:14.322Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-21T08:47:14.322Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3db994e6-7613-4491-ab85-77cc7e44a51f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632213951267,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-21T08:47:14.322Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-21T08:47:14.906Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T08:47:14.921Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-21T08:47:14.921Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"2ba7e88c-5b42-446d-9073-56a89a895cae","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"dda92250-10c9-4911-838c-5ee125a876db","serviceDescription":"service","serviceInvariantUUID":"af3eb47e-c706-4483-9d2c-2e9817141178","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d0bf0290-dc20-414e-9a0c-5e0e930121a3","resourceInvariantUUID":"bc866547-1953-4f64-b7d5-95f566f97772","resourceCustomizationUUID":"0c1854b2-4b67-42e4-9e85-1627d7816c7f","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":"Mjg4MDU1Mzg3NzMyYzRhYjM0ZDM5OTIwMjAzNDIwOTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f67a32f9-3514-435b-8ddd-f3f9d3e1bb79","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":"NDM5OTZkZWEzYjA2OTA1YzFiOTBiOWI5YTRmNjlmMzg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"667d57a5-1cc4-40d6-9963-ce2fbc2fbfcd","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":"2985ee25-df7b-4bf9-8973-72ee07d9e980","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":"cf7e3fa1-b763-42d9-a6ce-a9e3d1650c22","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":"e2c7ceee-5c50-4454-844c-115332ceb1cf","artifactVersion":"2","generatedFromUUID":"2985ee25-df7b-4bf9-8973-72ee07d9e980"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MjdlMTBiOTEwMmEwYTQ1NDJkYWQ2MGI2YjA2YWQ3ZTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"30d1f998-d247-4251-8878-d0960d2463cf","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MTRmMDE5ZTI4NTdmZTA4YWEzZDJlYzVjOWIzOTU2YTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a71dcb98-ab09-464e-94a6-8027cbf385f7","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-21T08:47:14.925Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-21T08:47:14.928Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:47:14.936Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:47:14.937Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "2ba7e88c-5b42-446d-9073-56a89a895cae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632214034268,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-21T08:47:15.032Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2021-09-21T08:47:15.033Z||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-21T08:47:15.034Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:47:15.049Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T08:47:15.049Z||pool-40-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-09-21T08:47:15.938Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-21T08:47:15.940Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:47:15.943Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:47:15.944Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "2ba7e88c-5b42-446d-9073-56a89a895cae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632214034268,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2021-09-21T08:47:16.049Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2021-09-21T08:47:16.050Z||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-21T08:47:16.050Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:47:16.088Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T08:47:16.089Z||pool-41-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
2021-09-21T08:47:16.948Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-21T08:47:16.949Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:47:16.954Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:47:16.954Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "2ba7e88c-5b42-446d-9073-56a89a895cae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632214034268,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-09-21T08:47:17.056Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-21T08:47:17.057Z||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-21T08:47:17.057Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:47:17.079Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T08:47:17.080Z||pool-42-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2021-09-21T08:47:17.956Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-21T08:47:17.957Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:47:17.961Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:47:17.961Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "2ba7e88c-5b42-446d-9073-56a89a895cae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632214034268,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-21T08:47:18.060Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-21T08:47:18.064Z||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-21T08:47:18.064Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:47:18.078Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T08:47:18.079Z||pool-43-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2021-09-21T08:47:18.962Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-21T08:47:18.965Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:47:18.967Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:47:18.968Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "2ba7e88c-5b42-446d-9073-56a89a895cae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632214034268,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2021-09-21T08:47:19.068Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-21T08:47:19.069Z||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-21T08:47:19.069Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:47:19.083Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T08:47:19.083Z||pool-44-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-09-21T08:47:19.969Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-21T08:47:19.970Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:47:19.974Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:47:19.974Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "2ba7e88c-5b42-446d-9073-56a89a895cae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632214034268,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-21T08:47:20.074Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-21T08:47:20.078Z||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-21T08:47:20.078Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:47:20.089Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T08:47:20.091Z||pool-45-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-21T08:47:20.975Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-21T08:47:20.977Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:47:20.982Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:47:20.982Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "2ba7e88c-5b42-446d-9073-56a89a895cae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632214034268,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-09-21T08:47:21.082Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-21T08:47:21.084Z||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-21T08:47:21.084Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:47:21.093Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T08:47:21.094Z||pool-46-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-21T08:47:21.984Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "2ba7e88c-5b42-446d-9073-56a89a895cae",
"serviceName": "basic_vm",
"serviceVersion": "1.0",
"serviceUUID": "dda92250-10c9-4911-838c-5ee125a876db",
"serviceDescription": "service",
"serviceInvariantUUID": "af3eb47e-c706-4483-9d2c-2e9817141178",
"resources": [
{
"resourceInstanceName": "basic_vm 0",
"resourceCustomizationUUID": "0c1854b2-4b67-42e4-9e85-1627d7816c7f",
"resourceName": "basic_vm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "d0bf0290-dc20-414e-9a0c-5e0e930121a3",
"resourceInvariantUUID": "bc866547-1953-4f64-b7d5-95f566f97772",
"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": "NDM5OTZkZWEzYjA2OTA1YzFiOTBiOWI5YTRmNjlmMzg\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "667d57a5-1cc4-40d6-9963-ce2fbc2fbfcd",
"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": "2985ee25-df7b-4bf9-8973-72ee07d9e980",
"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": "e2c7ceee-5c50-4454-844c-115332ceb1cf",
"generatedFromUUID": "2985ee25-df7b-4bf9-8973-72ee07d9e980"
},
"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": "e2c7ceee-5c50-4454-844c-115332ceb1cf",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"artifactChecksum": "MTRmMDE5ZTI4NTdmZTA4YWEzZDJlYzVjOWIzOTU2YTk\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "a71dcb98-ab09-464e-94a6-8027cbf385f7"
}
],
"workloadContext": "Production"
}
2021-09-21T08:47:21.986Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-21T08:47:21.987Z|3db994e6-7613-4491-ab85-77cc7e44a51f|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 dda92250-10c9-4911-838c-5ee125a876db ASDC
2021-09-21T08:47:21.990Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:2ba7e88c-5b42-446d-9073-56a89a895cae
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:dda92250-10c9-4911-838c-5ee125a876db
ServiceInvariantUUID:af3eb47e-c706-4483-9d2c-2e9817141178
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:a71dcb98-ab09-464e-94a6-8027cbf385f7
ArtifactChecksum:MTRmMDE5ZTI4NTdmZTA4YWEzZDJlYzVjOWIzOTU2YTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:0c1854b2-4b67-42e4-9e85-1627d7816c7f
ResourceInvariantUUID:bc866547-1953-4f64-b7d5-95f566f97772
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:d0bf0290-dc20-414e-9a0c-5e0e930121a3
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:667d57a5-1cc4-40d6-9963-ce2fbc2fbfcd
ArtifactChecksum:NDM5OTZkZWEzYjA2OTA1YzFiOTBiOWI5YTRmNjlmMzg=
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:2985ee25-df7b-4bf9-8973-72ee07d9e980
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:e2c7ceee-5c50-4454-844c-115332ceb1cf
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:e2c7ceee-5c50-4454-844c-115332ceb1cf
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-09-21T08:47:21.990Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dda92250-10c9-4911-838c-5ee125a876db 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-21T08:47:22.047Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-21T08:47:22.049Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-09-21T08:47:22.049Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-09-21T08:47:22.050Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: a71dcb98-ab09-464e-94a6-8027cbf385f7 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-09-21T08:47:22.050Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-09-21T08:47:22.050Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-09-21T08:47:22.882Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-09-21T08:47:22.887Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar a71dcb98-ab09-464e-94a6-8027cbf385f7 70872
2021-09-21T08:47:22.888Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||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-21T08:47:22.889Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||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-21T08:47:22.890Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-21T08:47:22.890Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-21T08:47:22.893Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-21T08:47:22.893Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "2ba7e88c-5b42-446d-9073-56a89a895cae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632214042888,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-21T08:47:22.995Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-21T08:47:22.996Z||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-21T08:47:22.996Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jO6LBLnIu1O5FqYF) ...
2021-09-21T08:47:23.015Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-21T08:47:23.016Z||pool-47-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2021-09-21T08:47:23.896Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-21T08:47:23.897Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-09-21T08:47:23.898Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: a71dcb98-ab09-464e-94a6-8027cbf385f7, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-09-21T08:47:23.899Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-09-21T08:47:23.899Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-09-21T08:47:23.899Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-09-21T08:47:24.213Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17044814686989813257/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-21T08:47:25.438Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-21T08:47:25.439Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-09-21T08:47:25.439Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-21T08:47:25.439Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-09-21T08:47:25.440Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||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-21T08:47:25.440Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||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-21T08:47:25.440Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||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-21T08:47:25.440Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||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-21T08:47:25.441Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-21T08:47:25.441Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||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-21T08:47:25.441Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||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-21T08:47:25.441Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||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-21T08:47:25.442Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||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-21T08:47:25.442Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-09-21T08:47:25.442Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T08:47:25.443Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:47:25.443Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-21T08:47:25.443Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-09-21T08:47:25.445Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-21T08:47:25.445Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T08:47:25.445Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:47:25.446Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-21T08:47:25.446Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-09-21T08:47:25.446Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-21T08:47:25.446Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T08:47:25.447Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-21T08:47:25.447Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T08:47:25.447Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-09-21T08:47:25.448Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2021-09-21T08:47:25.448Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2021-09-21T08:47:25.448Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2021-09-21T08:47:25.448Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-09-21T08:47:25.449Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-21T08:47:25.449Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T08:47:25.449Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-21T08:47:25.450Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T08:47:25.450Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-21T08:47:25.450Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-21T08:47:25.450Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T08:47:25.451Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-21T08:47:25.451Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-21T08:47:25.451Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-21T08:47:25.451Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-21T08:47:25.451Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-21T08:47:25.452Z|2ba7e88c-5b42-446d-9073-56a89a895cae|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery