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-05T00:26:23.116Z||main|||||INFO|500||The following profiles are active: basic
2021-09-05T00:26:32.517Z||main|||||INFO|500||Starting service [Tomcat]
2021-09-05T00:26:32.518Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-09-05T00:26:32.602Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-09-05T00:26:34.900Z||main|||||INFO|500||catdb-pool - Starting...
2021-09-05T00:26:35.050Z||main|||||INFO|500||catdb-pool - Start completed.
2021-09-05T00:26:35.451Z||main|||||INFO|500||reqdb-pool - Starting...
2021-09-05T00:26:35.458Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-09-05T00:26:35.535Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-09-05T00:26:35.655Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-09-05T00:26:36.034Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-09-05T00:26:36.800Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-09-05T00:26:38.552Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-09-05T00:26:38.599Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-09-05T00:26:39.074Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-09-05T00:26:39.228Z||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-05T00:26:40.340Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-09-05T00:26:41.331Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-09-05T00:26:41.351Z||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$$2ed5412.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-05T00:26:41.353Z||main|||||WARN|500||The sdc end point is not alive
2021-09-05T00:26:44.117Z||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-05T00:26:46.658Z||main|||||WARN|500||---
2021-09-05T00:26:46.658Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-09-05T00:26:46.658Z||main|||||WARN|500||---
2021-09-05T00:26:47.109Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-09-05T00:26:51.558Z||main|||||INFO|500||Started Application in 32.751 seconds (JVM running for 33.898)
2021-09-05T00:26:51.594Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-05T00:26:51.596Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-05T00:26:51.609Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-05T00:26:51.631Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-05T00:26:51.709Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2056530e-948e-432a-b6b6-25eec24725df url= /sdc/v1/artifactTypes
2021-09-05T00:26:51.709Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-05T00:26:51.966Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-09-05T00:26:51.993Z||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-05T00:26:52.013Z||scheduling-1|||||DEBUG|500||create keys
2021-09-05T00:26:52.020Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-09-05T00:26:52.046Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T00:26:52.065Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 5fef6386-c5d4-47cd-98f7-eaf58c91480d url= /sdc/v1/registerForDistribution
2021-09-05T00:26:52.172Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 5fef6386-c5d4-47cd-98f7-eaf58c91480d url= /sdc/v1/registerForDistribution
2021-09-05T00:26:52.172Z||scheduling-1|||||INFO|500||start DistributionClient
2021-09-05T00:26:52.182Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T00:26:52.184Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T00:26:52.188Z||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-05T00:26:52.188Z||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-05T00:26:52.188Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T00:26:52.189Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T00:26:52.190Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-09-05T00:27:02.428Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T00:27:02.428Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T00:27:52.183Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T00:27:52.184Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T00:27:52.188Z||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-05T00:27:52.188Z||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-05T00:27:52.188Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T00:27:52.188Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T00:28:01.742Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T00:28:01.743Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T00:28:52.181Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T00:28:52.182Z||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-05T00:28:52.183Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T00:28:52.184Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T00:28:52.185Z||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-05T00:28:52.186Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T00:29:01.735Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T00:29:01.735Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T00:29:52.181Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T00:29:52.182Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-05T00:29:52.183Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PddoZ7otRZI0oWVt) ...
2021-09-05T00:29:52.184Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T00:29:52.186Z||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-05T00:29:52.186Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T00:30:01.729Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T00:30:01.730Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T00:30:52.181Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T00:30:52.183Z||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-05T00:30:52.183Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T00:30:52.183Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T00:30:52.185Z||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-05T00:30:52.185Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T00:31:01.729Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T00:31:01.730Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T00:31:52.181Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T00:31:52.182Z||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-05T00:31:52.183Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T00:31:52.183Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T00:31:52.184Z||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-05T00:31:52.185Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T00:32:01.734Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T00:32:01.734Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T00:32:52.181Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T00:32:52.182Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-05T00:32:52.183Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PddoZ7otRZI0oWVt) ...
2021-09-05T00:32:52.184Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T00:32:52.185Z||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-05T00:32:52.185Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T00:33:01.733Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T00:33:01.735Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T00:33:52.181Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T00:33:52.183Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-05T00:33:52.183Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PddoZ7otRZI0oWVt) ...
2021-09-05T00:33:52.184Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T00:33:52.185Z||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-05T00:33:52.185Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T00:34:01.727Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T00:34:01.727Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T00:34:52.181Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T00:34:52.182Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-05T00:34:52.183Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PddoZ7otRZI0oWVt) ...
2021-09-05T00:34:52.184Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T00:34:52.185Z||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-05T00:34:52.185Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T00:35:01.728Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T00:35:01.730Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T00:35:52.181Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T00:35:52.182Z||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-05T00:35:52.182Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T00:35:52.183Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T00:35:52.185Z||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-05T00:35:52.185Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T00:36:01.724Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T00:36:01.730Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T00:36:18.762Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-09-05T00:36:52.181Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T00:36:52.182Z||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-05T00:36:52.182Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T00:36:52.184Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T00:36:52.187Z||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-05T00:36:52.188Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T00:37:01.731Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T00:37:01.733Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T00:37:52.181Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T00:37:52.182Z||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-05T00:37:52.182Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T00:37:52.184Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T00:37:52.184Z||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-05T00:37:52.184Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T00:38:01.727Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T00:38:01.728Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T00:38:52.181Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T00:38:52.182Z||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-05T00:38:52.183Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T00:38:52.184Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T00:38:52.184Z||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-05T00:38:52.184Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T00:39:01.725Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T00:39:01.731Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T00:39:52.181Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T00:39:52.183Z||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-05T00:39:52.183Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T00:39:52.184Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T00:39:52.185Z||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-05T00:39:52.185Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T00:40:01.727Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T00:40:01.727Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T00:40:52.181Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T00:40:52.182Z||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-05T00:40:52.182Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T00:40:52.183Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T00:40:52.184Z||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-05T00:40:52.185Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T00:41:01.723Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T00:41:01.723Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T00:41:52.181Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T00:41:52.182Z||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-05T00:41:52.182Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T00:41:52.184Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T00:41:52.184Z||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-05T00:41:52.184Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T00:42:01.725Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T00:42:01.725Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T00:42:52.181Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T00:42:52.182Z||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-05T00:42:52.183Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T00:42:52.183Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T00:42:52.184Z||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-05T00:42:52.184Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T00:43:01.727Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T00:43:01.730Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T00:43:52.181Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T00:43:52.182Z||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-05T00:43:52.182Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T00:43:52.184Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T00:43:52.184Z||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-05T00:43:52.185Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T00:44:01.726Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T00:44:01.728Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T00:44:52.181Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T00:44:52.182Z||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-05T00:44:52.182Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T00:44:52.184Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T00:44:52.184Z||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-05T00:44:52.185Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T00:45:01.726Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T00:45:01.726Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T00:45:52.181Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T00:45:52.182Z||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-05T00:45:52.183Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T00:45:52.184Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T00:45:52.184Z||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-05T00:45:52.185Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T00:46:01.728Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T00:46:01.728Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T00:46:52.181Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T00:46:52.182Z||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-05T00:46:52.183Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T00:46:52.184Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T00:46:52.184Z||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-05T00:46:52.184Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T00:47:01.726Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T00:47:01.727Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T00:47:52.182Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T00:47:52.183Z||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-05T00:47:52.183Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T00:47:52.184Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T00:47:52.185Z||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-05T00:47:52.185Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T00:48:01.736Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T00:48:01.749Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T00:48:52.181Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T00:48:52.183Z||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-05T00:48:52.183Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T00:48:52.184Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T00:48:52.185Z||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-05T00:48:52.186Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T00:49:01.724Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T00:49:01.726Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T00:49:52.181Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T00:49:52.182Z||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-05T00:49:52.183Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T00:49:52.184Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T00:49:52.184Z||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-05T00:49:52.185Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T00:50:01.727Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T00:50:01.728Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T00:50:52.181Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T00:50:52.182Z||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-05T00:50:52.182Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T00:50:52.184Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T00:50:52.185Z||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-05T00:50:52.185Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T00:51:01.725Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T00:51:01.725Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T00:51:52.181Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T00:51:52.182Z||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-05T00:51:52.182Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T00:51:52.184Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T00:51:52.184Z||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-05T00:51:52.184Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T00:52:01.728Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T00:52:01.731Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T00:52:52.181Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T00:52:52.182Z||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-05T00:52:52.183Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T00:52:52.183Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T00:52:52.184Z||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-05T00:52:52.184Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T00:53:01.724Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T00:53:01.724Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T00:53:52.181Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T00:53:52.183Z||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-05T00:53:52.183Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T00:53:52.184Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T00:53:52.185Z||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-05T00:53:52.185Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T00:54:01.724Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T00:54:01.724Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T00:54:52.181Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T00:54:52.182Z||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-05T00:54:52.182Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T00:54:52.183Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T00:54:52.184Z||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-05T00:54:52.184Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T00:55:01.723Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T00:55:01.724Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T00:55:52.181Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T00:55:52.182Z||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-05T00:55:52.182Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T00:55:52.184Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T00:55:52.185Z||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-05T00:55:52.185Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T00:56:01.728Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T00:56:01.729Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T00:56:52.181Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T00:56:52.182Z||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-05T00:56:52.182Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T00:56:52.183Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T00:56:52.184Z||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-05T00:56:52.184Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T00:57:01.724Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T00:57:01.724Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T00:57:52.181Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T00:57:52.182Z||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-05T00:57:52.182Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T00:57:52.183Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T00:57:52.184Z||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-05T00:57:52.184Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T00:58:01.728Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T00:58:01.729Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T00:58:52.181Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T00:58:52.182Z||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-05T00:58:52.182Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T00:58:52.183Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T00:58:52.184Z||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-05T00:58:52.184Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T00:59:01.724Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T00:59:01.726Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T00:59:52.181Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T00:59:52.182Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-05T00:59:52.183Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PddoZ7otRZI0oWVt) ...
2021-09-05T00:59:52.184Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T00:59:52.185Z||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-05T00:59:52.185Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T01:00:01.723Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T01:00:01.725Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T01:00:52.181Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T01:00:52.182Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-05T01:00:52.182Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PddoZ7otRZI0oWVt) ...
2021-09-05T01:00:52.184Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T01:00:52.184Z||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-05T01:00:52.184Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T01:01:01.723Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T01:01:01.725Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T01:01:52.181Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T01:01:52.182Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-05T01:01:52.182Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PddoZ7otRZI0oWVt) ...
2021-09-05T01:01:52.183Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T01:01:52.184Z||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-05T01:01:52.184Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T01:02:01.724Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T01:02:01.724Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T01:02:52.181Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T01:02:52.182Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-05T01:02:52.182Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PddoZ7otRZI0oWVt) ...
2021-09-05T01:02:52.183Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T01:02:52.184Z||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-05T01:02:52.184Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T01:03:01.725Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T01:03:01.726Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T01:03:52.181Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T01:03:52.182Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-05T01:03:52.182Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PddoZ7otRZI0oWVt) ...
2021-09-05T01:03:52.183Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T01:03:52.184Z||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-05T01:03:52.184Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T01:04:01.723Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T01:04:01.723Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T01:04:52.181Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T01:04:52.182Z||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-05T01:04:52.182Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T01:04:52.184Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T01:04:52.185Z||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-05T01:04:52.185Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T01:05:01.733Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T01:05:01.733Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T01:05:52.181Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T01:05:52.182Z||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-05T01:05:52.182Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T01:05:52.184Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T01:05:52.184Z||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-05T01:05:52.184Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T01:06:01.722Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T01:06:01.723Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T01:06:52.181Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T01:06:52.182Z||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-05T01:06:52.182Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T01:06:52.183Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T01:06:52.184Z||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-05T01:06:52.184Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T01:07:01.723Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T01:07:01.726Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T01:07:52.181Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T01:07:52.182Z||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-05T01:07:52.182Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T01:07:52.183Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T01:07:52.184Z||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-05T01:07:52.184Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T01:08:01.726Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T01:08:01.726Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T01:08:52.181Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T01:08:52.182Z||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-05T01:08:52.182Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T01:08:52.183Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T01:08:52.184Z||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-05T01:08:52.185Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T01:09:01.727Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T01:09:01.728Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T01:09:52.181Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T01:09:52.182Z||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-05T01:09:52.182Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T01:09:52.184Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T01:09:52.184Z||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-05T01:09:52.185Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T01:10:01.720Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T01:10:01.721Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T01:10:52.181Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T01:10:52.182Z||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-05T01:10:52.182Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T01:10:52.183Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T01:10:52.184Z||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-05T01:10:52.184Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T01:11:01.724Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T01:11:01.724Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T01:11:52.186Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T01:11:52.186Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T01:11:52.192Z||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-05T01:11:52.192Z||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-05T01:11:52.192Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T01:11:52.192Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T01:12:01.740Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T01:12:01.740Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T01:12:52.181Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T01:12:52.183Z||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-05T01:12:52.183Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T01:12:52.184Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T01:12:52.184Z||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-05T01:12:52.184Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T01:13:01.730Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T01:13:01.738Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T01:13:52.181Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T01:13:52.183Z||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-05T01:13:52.183Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T01:13:52.184Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T01:13:52.184Z||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-05T01:13:52.185Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T01:14:01.726Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T01:14:01.727Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T01:14:52.181Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T01:14:52.182Z||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-05T01:14:52.182Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T01:14:52.184Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T01:14:52.186Z||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-05T01:14:52.186Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T01:15:01.721Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T01:15:01.724Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T01:15:52.181Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T01:15:52.182Z||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-05T01:15:52.182Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T01:15:52.184Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T01:15:52.184Z||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-05T01:15:52.184Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T01:16:01.721Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T01:16:01.723Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T01:16:52.181Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T01:16:52.182Z||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-05T01:16:52.182Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T01:16:52.184Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T01:16:52.184Z||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-05T01:16:52.185Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T01:17:01.723Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T01:17:01.724Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T01:17:52.181Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T01:17:52.182Z||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-05T01:17:52.182Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T01:17:52.183Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T01:17:52.184Z||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-05T01:17:52.184Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T01:18:01.723Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T01:18:01.726Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T01:18:52.181Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T01:18:52.182Z||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-05T01:18:52.183Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T01:18:52.184Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T01:18:52.184Z||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-05T01:18:52.184Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T01:19:01.720Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T01:19:01.720Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T01:19:52.181Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T01:19:52.182Z||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-05T01:19:52.182Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T01:19:52.184Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T01:19:52.185Z||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-05T01:19:52.185Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T01:20:01.724Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T01:20:01.725Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T01:20:52.181Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T01:20:52.182Z||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-05T01:20:52.182Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T01:20:52.184Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T01:20:52.185Z||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-05T01:20:52.185Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T01:21:01.725Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T01:21:01.725Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T01:21:52.181Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T01:21:52.183Z||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-05T01:21:52.183Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T01:21:52.183Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T01:21:52.184Z||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-05T01:21:52.184Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T01:22:01.730Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T01:22:01.730Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T01:22:52.181Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T01:22:52.183Z||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-05T01:22:52.183Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T01:22:52.184Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T01:22:52.184Z||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-05T01:22:52.185Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T01:23:01.727Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T01:23:01.728Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T01:23:52.181Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T01:23:52.183Z||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-05T01:23:52.183Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T01:23:52.184Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T01:23:52.184Z||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-05T01:23:52.184Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T01:24:01.726Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T01:24:01.728Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T01:24:52.181Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T01:24:52.182Z||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-05T01:24:52.183Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T01:24:52.183Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T01:24:52.184Z||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-05T01:24:52.184Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T01:25:01.729Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T01:25:01.729Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T01:25:52.181Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T01:25:52.182Z||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-05T01:25:52.182Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T01:25:52.184Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T01:25:52.185Z||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-05T01:25:52.185Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T01:26:01.727Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T01:26:01.728Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T01:26:52.181Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T01:26:52.182Z||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-05T01:26:52.182Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T01:26:52.183Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T01:26:52.184Z||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-05T01:26:52.184Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T01:27:01.725Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T01:27:01.726Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T01:27:52.181Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T01:27:52.182Z||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-05T01:27:52.182Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T01:27:52.183Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T01:27:52.184Z||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-05T01:27:52.184Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T01:28:01.721Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T01:28:01.722Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T01:28:52.181Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T01:28:52.182Z||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-05T01:28:52.182Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T01:28:52.184Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T01:28:52.184Z||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-05T01:28:52.184Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T01:29:01.722Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T01:29:01.724Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T01:29:52.181Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T01:29:52.182Z||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-05T01:29:52.182Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T01:29:52.184Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T01:29:52.184Z||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-05T01:29:52.184Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T01:30:01.724Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T01:30:01.724Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T01:30:52.181Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T01:30:52.182Z||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-05T01:30:52.183Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T01:30:52.184Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T01:30:52.184Z||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-05T01:30:52.184Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T01:31:01.728Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T01:31:01.728Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T01:31:52.181Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T01:31:52.182Z||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-05T01:31:52.182Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T01:31:52.184Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T01:31:52.185Z||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-05T01:31:52.185Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T01:32:01.725Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T01:32:01.728Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T01:32:52.181Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T01:32:52.182Z||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-05T01:32:52.182Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T01:32:52.184Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T01:32:52.184Z||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-05T01:32:52.184Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T01:33:01.719Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T01:33:01.720Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T01:33:52.181Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T01:33:52.182Z||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-05T01:33:52.182Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T01:33:52.183Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T01:33:52.184Z||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-05T01:33:52.185Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T01:34:01.723Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T01:34:01.723Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T01:34:52.181Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T01:34:52.182Z||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-05T01:34:52.182Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T01:34:52.184Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T01:34:52.184Z||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-05T01:34:52.185Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T01:35:01.725Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T01:35:01.725Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T01:35:52.181Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T01:35:52.182Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-05T01:35:52.182Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PddoZ7otRZI0oWVt) ...
2021-09-05T01:35:52.184Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T01:35:52.185Z||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-05T01:35:52.185Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T01:36:01.725Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T01:36:01.727Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T01:36:52.181Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T01:36:52.182Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-05T01:36:52.182Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PddoZ7otRZI0oWVt) ...
2021-09-05T01:36:52.183Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T01:36:52.184Z||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-05T01:36:52.185Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T01:37:01.725Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T01:37:01.725Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T01:37:52.181Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T01:37:52.182Z||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-05T01:37:52.182Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T01:37:52.184Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T01:37:52.184Z||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-05T01:37:52.184Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T01:38:01.726Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T01:38:01.726Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T01:38:52.181Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T01:38:52.182Z||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-05T01:38:52.182Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T01:38:52.183Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T01:38:52.184Z||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-05T01:38:52.184Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T01:39:01.721Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T01:39:01.721Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T01:39:52.181Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T01:39:52.184Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T01:39:52.184Z||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-05T01:39:52.184Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T01:39:52.184Z||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-05T01:39:52.184Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T01:40:01.729Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T01:40:01.730Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T01:40:52.183Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T01:40:52.184Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T01:40:52.187Z||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-05T01:40:52.187Z||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-05T01:40:52.187Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T01:40:52.187Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T01:41:01.737Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T01:41:01.738Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T01:41:52.181Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T01:41:52.183Z||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-05T01:41:52.183Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T01:41:52.183Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T01:41:52.184Z||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-05T01:41:52.184Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T01:42:01.749Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T01:42:01.749Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T01:42:52.181Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T01:42:52.182Z||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-05T01:42:52.182Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T01:42:52.184Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T01:42:52.184Z||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-05T01:42:52.184Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T01:43:01.724Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T01:43:01.725Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T01:43:52.181Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T01:43:52.182Z||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-05T01:43:52.182Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T01:43:52.183Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T01:43:52.184Z||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-05T01:43:52.184Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T01:44:01.721Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T01:44:01.723Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T01:44:52.181Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T01:44:52.182Z||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-05T01:44:52.182Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T01:44:52.183Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T01:44:52.184Z||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-05T01:44:52.184Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T01:45:01.723Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T01:45:01.724Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T01:45:52.181Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T01:45:52.182Z||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-05T01:45:52.182Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T01:45:52.183Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T01:45:52.184Z||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-05T01:45:52.184Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T01:46:01.722Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T01:46:01.723Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T01:46:52.181Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T01:46:52.182Z||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-05T01:46:52.182Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T01:46:52.184Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T01:46:52.184Z||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-05T01:46:52.184Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T01:47:01.723Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T01:47:01.723Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T01:47:52.181Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T01:47:52.182Z||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-05T01:47:52.182Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T01:47:52.183Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T01:47:52.184Z||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-05T01:47:52.184Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T01:48:01.730Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T01:48:01.731Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T01:48:52.181Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T01:48:52.182Z||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-05T01:48:52.182Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T01:48:52.184Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T01:48:52.184Z||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-05T01:48:52.184Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T01:49:01.725Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T01:49:01.725Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T01:49:52.181Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T01:49:52.182Z||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-05T01:49:52.182Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T01:49:52.184Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T01:49:52.184Z||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-05T01:49:52.184Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T01:50:01.723Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T01:50:01.724Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T01:50:52.181Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T01:50:52.182Z||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-05T01:50:52.182Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T01:50:52.183Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T01:50:52.184Z||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-05T01:50:52.184Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T01:51:01.726Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T01:51:01.726Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T01:51:52.181Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T01:51:52.182Z||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-05T01:51:52.182Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T01:51:52.183Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T01:51:52.184Z||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-05T01:51:52.184Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T01:52:01.720Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T01:52:01.721Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T01:52:52.181Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T01:52:52.182Z||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-05T01:52:52.182Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T01:52:52.184Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T01:52:52.184Z||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-05T01:52:52.185Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T01:53:01.723Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T01:53:01.723Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T01:53:52.181Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T01:53:52.182Z||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-05T01:53:52.182Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T01:53:52.183Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T01:53:52.184Z||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-05T01:53:52.184Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T01:54:01.719Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T01:54:01.721Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T01:54:52.181Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T01:54:52.182Z||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-05T01:54:52.183Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T01:54:52.184Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T01:54:52.184Z||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-05T01:54:52.185Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T01:55:01.724Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T01:55:01.725Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T01:55:52.181Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T01:55:52.182Z||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-05T01:55:52.182Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T01:55:52.184Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T01:55:52.185Z||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-05T01:55:52.185Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T01:56:01.722Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T01:56:01.724Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T01:56:52.181Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T01:56:52.182Z||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-05T01:56:52.182Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T01:56:52.183Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T01:56:52.184Z||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-05T01:56:52.184Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T01:57:01.725Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T01:57:01.726Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T01:57:52.181Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T01:57:52.182Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-05T01:57:52.183Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PddoZ7otRZI0oWVt) ...
2021-09-05T01:57:52.184Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T01:57:52.185Z||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-05T01:57:52.185Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T01:58:01.723Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T01:58:01.723Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T01:58:52.181Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T01:58:52.182Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-05T01:58:52.182Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PddoZ7otRZI0oWVt) ...
2021-09-05T01:58:52.184Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T01:58:52.184Z||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-05T01:58:52.184Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T01:59:01.729Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T01:59:01.730Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T01:59:52.181Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T01:59:52.182Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-05T01:59:52.182Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PddoZ7otRZI0oWVt) ...
2021-09-05T01:59:52.183Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T01:59:52.184Z||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-05T01:59:52.184Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T02:00:01.727Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:00:01.729Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:00:52.181Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T02:00:52.182Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-05T02:00:52.182Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PddoZ7otRZI0oWVt) ...
2021-09-05T02:00:52.183Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T02:00:52.184Z||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-05T02:00:52.184Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T02:01:01.726Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:01:01.727Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:01:52.181Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T02:01:52.182Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-05T02:01:52.182Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PddoZ7otRZI0oWVt) ...
2021-09-05T02:01:52.183Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T02:01:52.184Z||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-05T02:01:52.184Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T02:02:01.724Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:02:01.726Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:02:52.181Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T02:02:52.182Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-05T02:02:52.182Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PddoZ7otRZI0oWVt) ...
2021-09-05T02:02:52.184Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T02:02:52.184Z||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-05T02:02:52.185Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T02:03:01.725Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:03:01.725Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:03:52.181Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T02:03:52.182Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-05T02:03:52.182Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PddoZ7otRZI0oWVt) ...
2021-09-05T02:03:52.184Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T02:03:52.184Z||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-05T02:03:52.184Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T02:04:01.724Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:04:01.726Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:04:52.181Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T02:04:52.182Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-05T02:04:52.182Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PddoZ7otRZI0oWVt) ...
2021-09-05T02:04:52.184Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T02:04:52.184Z||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-05T02:04:52.184Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T02:05:01.731Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:05:01.731Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:05:52.182Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T02:05:52.184Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T02:05:52.184Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-05T02:05:52.184Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PddoZ7otRZI0oWVt) ...
2021-09-05T02:05:52.184Z||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-05T02:05:52.184Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T02:06:01.729Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:06:01.729Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:06:52.181Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T02:06:52.182Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-05T02:06:52.182Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PddoZ7otRZI0oWVt) ...
2021-09-05T02:06:52.184Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T02:06:52.185Z||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-05T02:06:52.185Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T02:07:01.727Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:07:01.727Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:07:52.181Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T02:07:52.182Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-05T02:07:52.182Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PddoZ7otRZI0oWVt) ...
2021-09-05T02:07:52.184Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T02:07:52.185Z||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-05T02:07:52.185Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T02:08:01.721Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:08:01.722Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:08:52.181Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T02:08:52.182Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-05T02:08:52.182Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PddoZ7otRZI0oWVt) ...
2021-09-05T02:08:52.184Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T02:08:52.184Z||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-05T02:08:52.185Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T02:09:01.726Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:09:01.726Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:09:52.181Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T02:09:52.182Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-05T02:09:52.182Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PddoZ7otRZI0oWVt) ...
2021-09-05T02:09:52.184Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T02:09:52.184Z||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-05T02:09:52.185Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T02:10:01.723Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:10:01.724Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:10:52.181Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T02:10:52.182Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-05T02:10:52.182Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PddoZ7otRZI0oWVt) ...
2021-09-05T02:10:52.184Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T02:10:52.184Z||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-05T02:10:52.184Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T02:11:01.723Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:11:01.723Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:11:52.181Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T02:11:52.182Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-05T02:11:52.182Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PddoZ7otRZI0oWVt) ...
2021-09-05T02:11:52.184Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T02:11:52.184Z||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-05T02:11:52.184Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T02:12:01.722Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:12:01.724Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:12:52.181Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T02:12:52.182Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-05T02:12:52.182Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PddoZ7otRZI0oWVt) ...
2021-09-05T02:12:52.183Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T02:12:52.184Z||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-05T02:12:52.184Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T02:13:01.722Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:13:01.722Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:13:52.181Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T02:13:52.182Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-05T02:13:52.182Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PddoZ7otRZI0oWVt) ...
2021-09-05T02:13:52.184Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T02:13:52.184Z||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-05T02:13:52.184Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T02:14:01.728Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:14:01.728Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:14:52.181Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T02:14:52.182Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-05T02:14:52.182Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PddoZ7otRZI0oWVt) ...
2021-09-05T02:14:52.184Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T02:14:52.184Z||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-05T02:14:52.184Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T02:15:01.726Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:15:01.726Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:15:52.181Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T02:15:52.182Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-05T02:15:52.182Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PddoZ7otRZI0oWVt) ...
2021-09-05T02:15:52.184Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T02:15:52.184Z||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-05T02:15:52.184Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T02:16:01.735Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:16:01.735Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:16:52.181Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T02:16:52.182Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-05T02:16:52.182Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PddoZ7otRZI0oWVt) ...
2021-09-05T02:16:52.183Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T02:16:52.184Z||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-05T02:16:52.184Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T02:17:01.721Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:17:01.721Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:17:52.181Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T02:17:52.182Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-05T02:17:52.182Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PddoZ7otRZI0oWVt) ...
2021-09-05T02:17:52.184Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T02:17:52.184Z||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-05T02:17:52.184Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T02:18:01.724Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:18:01.725Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:18:52.181Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T02:18:52.182Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-05T02:18:52.182Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PddoZ7otRZI0oWVt) ...
2021-09-05T02:18:52.184Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T02:18:52.184Z||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-05T02:18:52.184Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T02:19:01.721Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:19:01.722Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:19:52.181Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T02:19:52.182Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-05T02:19:52.182Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PddoZ7otRZI0oWVt) ...
2021-09-05T02:19:52.184Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T02:19:52.184Z||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-05T02:19:52.184Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T02:20:01.724Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:20:01.725Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:20:52.181Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T02:20:52.182Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-05T02:20:52.182Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PddoZ7otRZI0oWVt) ...
2021-09-05T02:20:52.183Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T02:20:52.184Z||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-05T02:20:52.184Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T02:21:01.722Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:21:01.722Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:21:52.181Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T02:21:52.182Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-05T02:21:52.182Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PddoZ7otRZI0oWVt) ...
2021-09-05T02:21:52.184Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T02:21:52.185Z||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-05T02:21:52.185Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T02:22:01.719Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:22:01.726Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:22:52.181Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T02:22:52.183Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-05T02:22:52.183Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T02:22:52.184Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PddoZ7otRZI0oWVt) ...
2021-09-05T02:22:52.184Z||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-05T02:22:52.184Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T02:23:01.721Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:23:01.723Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:23:52.181Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T02:23:52.182Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-05T02:23:52.183Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PddoZ7otRZI0oWVt) ...
2021-09-05T02:23:52.183Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T02:23:52.184Z||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-05T02:23:52.184Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T02:24:01.726Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:24:01.726Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:24:52.181Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T02:24:52.182Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-05T02:24:52.182Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PddoZ7otRZI0oWVt) ...
2021-09-05T02:24:52.183Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T02:24:52.184Z||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-05T02:24:52.184Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T02:25:01.723Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:25:01.723Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:25:52.181Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T02:25:52.182Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-05T02:25:52.182Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PddoZ7otRZI0oWVt) ...
2021-09-05T02:25:52.183Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T02:25:52.184Z||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-05T02:25:52.184Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T02:26:01.721Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:26:01.723Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:26:52.181Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T02:26:52.182Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-05T02:26:52.182Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PddoZ7otRZI0oWVt) ...
2021-09-05T02:26:52.184Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T02:26:52.184Z||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-05T02:26:52.184Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T02:27:01.723Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:27:01.724Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:27:52.181Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T02:27:52.182Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-05T02:27:52.182Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PddoZ7otRZI0oWVt) ...
2021-09-05T02:27:52.184Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T02:27:52.184Z||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-05T02:27:52.184Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T02:28:01.722Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:28:01.722Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:28:52.181Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T02:28:52.182Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-05T02:28:52.182Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PddoZ7otRZI0oWVt) ...
2021-09-05T02:28:52.183Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T02:28:52.184Z||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-05T02:28:52.184Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T02:29:01.719Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:29:01.721Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:29:52.181Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T02:29:52.182Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-05T02:29:52.182Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PddoZ7otRZI0oWVt) ...
2021-09-05T02:29:52.183Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T02:29:52.184Z||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-05T02:29:52.184Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T02:30:01.719Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:30:01.719Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:30:52.181Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T02:30:52.182Z||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-05T02:30:52.182Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T02:30:52.184Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T02:30:52.184Z||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-05T02:30:52.184Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T02:31:01.721Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:31:01.722Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:31:52.181Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T02:31:52.182Z||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-05T02:31:52.182Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T02:31:52.184Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T02:31:52.184Z||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-05T02:31:52.184Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T02:32:01.724Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:32:01.725Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:32:52.181Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T02:32:52.182Z||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-05T02:32:52.183Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T02:32:52.183Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T02:32:52.184Z||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-05T02:32:52.184Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T02:33:01.723Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:33:01.724Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:33:52.181Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T02:33:52.182Z||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-05T02:33:52.182Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T02:33:52.184Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T02:33:52.184Z||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-05T02:33:52.184Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T02:34:01.724Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:34:01.724Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:34:52.181Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T02:34:52.182Z||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-05T02:34:52.182Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T02:34:52.183Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T02:34:52.184Z||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-05T02:34:52.184Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T02:35:01.723Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:35:01.723Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:35:52.181Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T02:35:52.183Z||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-05T02:35:52.183Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T02:35:52.183Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T02:35:52.184Z||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-05T02:35:52.184Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T02:36:01.724Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:36:01.724Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:36:52.181Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T02:36:52.182Z||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-05T02:36:52.182Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T02:36:52.183Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T02:36:52.184Z||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-05T02:36:52.184Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T02:37:01.724Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:37:01.724Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:37:52.181Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T02:37:52.182Z||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-05T02:37:52.182Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T02:37:52.184Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T02:37:52.184Z||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-05T02:37:52.184Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T02:38:01.719Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:38:01.720Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:38:52.181Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T02:38:52.182Z||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-05T02:38:52.182Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T02:38:52.184Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T02:38:52.184Z||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-05T02:38:52.184Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T02:39:01.726Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:39:01.727Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:39:52.181Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T02:39:52.182Z||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-05T02:39:52.182Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T02:39:52.184Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T02:39:52.184Z||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-05T02:39:52.184Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T02:40:01.723Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:40:01.723Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:40:52.181Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T02:40:52.182Z||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-05T02:40:52.182Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T02:40:52.184Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T02:40:52.184Z||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-05T02:40:52.184Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T02:41:01.721Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:41:01.722Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:41:52.181Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T02:41:52.182Z||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-05T02:41:52.182Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T02:41:52.184Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T02:41:52.184Z||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-05T02:41:52.185Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T02:42:01.720Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:42:01.721Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:42:52.181Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T02:42:52.182Z||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-05T02:42:52.182Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T02:42:52.184Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T02:42:52.184Z||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-05T02:42:52.184Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T02:43:01.721Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:43:01.721Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:43:52.181Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T02:43:52.182Z||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-05T02:43:52.182Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T02:43:52.184Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T02:43:52.184Z||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-05T02:43:52.184Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T02:44:01.718Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:44:01.719Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:44:52.181Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T02:44:52.182Z||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-05T02:44:52.183Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T02:44:52.184Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T02:44:52.184Z||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-05T02:44:52.184Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T02:45:01.722Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:45:01.724Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:45:52.181Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T02:45:52.182Z||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-05T02:45:52.182Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T02:45:52.184Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T02:45:52.185Z||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-05T02:45:52.185Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T02:46:01.719Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:46:01.719Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:46:52.181Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T02:46:52.182Z||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-05T02:46:52.182Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T02:46:52.183Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T02:46:52.184Z||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-05T02:46:52.184Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T02:47:01.723Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:47:01.723Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:47:52.181Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T02:47:52.182Z||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-05T02:47:52.182Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T02:47:52.183Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T02:47:52.184Z||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-05T02:47:52.184Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T02:48:01.721Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:48:01.722Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:48:52.181Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T02:48:52.182Z||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-05T02:48:52.183Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T02:48:52.184Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T02:48:52.184Z||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-05T02:48:52.184Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T02:49:01.723Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:49:01.723Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:49:52.181Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T02:49:52.182Z||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-05T02:49:52.182Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T02:49:52.183Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T02:49:52.184Z||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-05T02:49:52.184Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T02:50:01.722Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:50:01.722Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:50:52.181Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T02:50:52.182Z||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-05T02:50:52.182Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T02:50:52.183Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T02:50:52.184Z||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-05T02:50:52.184Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T02:51:01.722Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:51:01.726Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:51:52.181Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T02:51:52.182Z||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-05T02:51:52.182Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T02:51:52.183Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T02:51:52.184Z||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-05T02:51:52.184Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T02:52:01.720Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:52:01.721Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:52:52.181Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T02:52:52.182Z||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-05T02:52:52.182Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T02:52:52.183Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T02:52:52.184Z||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-05T02:52:52.184Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T02:52:52.464Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:52:52.471Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:52:52.471Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630810352598,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-05T02:52:52.485Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-05T02:52:52.485Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:52:52.485Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630810349998,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-05T02:52:52.485Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-05T02:52:52.485Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:52:52.485Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4",
"consumerID": "policy-id",
"timestamp": 1630810357932,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-05T02:52:52.485Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-05T02:52:52.485Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:52:52.485Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4",
"consumerID": "aai-ml",
"timestamp": 1630810358328,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-05T02:52:52.486Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-05T02:52:52.486Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:52:52.486Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630810349998,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/vfwc58371c5aa490_modules.json",
"status": "NOTIFIED"
}
2021-09-05T02:52:52.486Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-05T02:52:52.486Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:52:52.486Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630810352598,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/vfwc58371c5aa490_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-05T02:52:52.486Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-05T02:52:52.486Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:52:52.486Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4",
"consumerID": "policy-id",
"timestamp": 1630810357932,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/vfwc58371c5aa490_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-05T02:52:52.487Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-05T02:52:52.487Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:52:52.487Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4",
"consumerID": "cds",
"timestamp": 1630810359249,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-05T02:52:52.487Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-05T02:52:52.487Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:52:52.487Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4",
"consumerID": "aai-ml",
"timestamp": 1630810358328,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/vfwc58371c5aa490_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-05T02:52:52.487Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-05T02:52:52.487Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:52:52.487Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630810349998,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-09-05T02:52:52.487Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-05T02:52:52.487Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:52:52.487Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630810352598,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-05T02:52:52.488Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-05T02:52:52.488Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:52:52.488Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4",
"consumerID": "policy-id",
"timestamp": 1630810357932,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-09-05T02:52:52.488Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-05T02:52:52.488Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:52:52.488Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4",
"consumerID": "cds",
"timestamp": 1630810359249,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/vfwc58371c5aa490_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-05T02:52:52.488Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-05T02:52:52.488Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:52:52.488Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4",
"consumerID": "aai-ml",
"timestamp": 1630810358328,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-05T02:52:52.488Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-05T02:52:52.488Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:52:52.488Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4",
"consumerID": "ves-openapi-manager",
"timestamp": 1630810360432,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-05T02:52:52.488Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-05T02:52:52.489Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:52:52.489Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630810349998,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-05T02:52:52.489Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-05T02:52:52.489Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:52:52.489Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630810352598,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-05T02:52:52.489Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-05T02:52:52.489Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:52:52.489Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4",
"consumerID": "policy-id",
"timestamp": 1630810357932,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-05T02:52:52.490Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-05T02:52:52.490Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:52:52.490Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4",
"consumerID": "cds",
"timestamp": 1630810359249,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-05T02:52:52.490Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-05T02:52:52.490Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:52:52.490Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4",
"consumerID": "aai-ml",
"timestamp": 1630810358328,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-05T02:52:52.490Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-05T02:52:52.490Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:52:52.490Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4",
"consumerID": "ves-openapi-manager",
"timestamp": 1630810360432,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/vfwc58371c5aa490_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-05T02:52:52.490Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-05T02:52:52.490Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:52:52.490Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630810349998,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-09-05T02:52:52.491Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-05T02:52:52.491Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:52:52.491Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630810352598,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-05T02:52:52.491Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-05T02:52:52.491Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:52:52.491Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4",
"consumerID": "policy-id",
"timestamp": 1630810357932,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-05T02:52:52.491Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-05T02:52:52.491Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:52:52.491Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4",
"consumerID": "cds",
"timestamp": 1630810359249,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-05T02:52:52.491Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-05T02:52:52.491Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:52:52.491Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4",
"consumerID": "aai-ml",
"timestamp": 1630810358328,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-05T02:52:52.491Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-05T02:52:52.491Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:52:52.491Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4",
"consumerID": "ves-openapi-manager",
"timestamp": 1630810360432,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-05T02:52:52.492Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-05T02:52:52.492Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:52:52.492Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630810349998,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/artifacts/service-Vfw20210905025015-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-05T02:52:52.492Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-05T02:52:52.492Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:52:52.492Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630810352598,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/artifacts/service-Vfw20210905025015-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-05T02:52:52.492Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-05T02:52:52.492Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:52:52.492Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4",
"consumerID": "policy-id",
"timestamp": 1630810357932,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/artifacts/service-Vfw20210905025015-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-05T02:52:52.492Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-05T02:52:52.492Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:52:52.492Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4",
"consumerID": "cds",
"timestamp": 1630810359249,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-05T02:52:52.492Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-05T02:52:52.492Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:52:52.492Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4",
"consumerID": "aai-ml",
"timestamp": 1630810358328,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/artifacts/service-Vfw20210905025015-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-05T02:52:52.493Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-05T02:52:52.493Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:52:52.493Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4",
"consumerID": "ves-openapi-manager",
"timestamp": 1630810360432,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-05T02:52:52.493Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-05T02:52:52.493Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:52:52.493Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630810349998,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/artifacts/service-Vfw20210905025015-csar.csar",
"status": "NOTIFIED"
}
2021-09-05T02:52:52.493Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-05T02:52:52.493Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:52:52.493Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630810352598,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/artifacts/service-Vfw20210905025015-csar.csar",
"status": "NOTIFIED"
}
2021-09-05T02:52:52.493Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-05T02:52:52.493Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:52:52.493Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4",
"consumerID": "policy-id",
"timestamp": 1630810357932,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/artifacts/service-Vfw20210905025015-csar.csar",
"status": "NOTIFIED"
}
2021-09-05T02:52:52.493Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-05T02:52:52.493Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:52:52.494Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4",
"consumerID": "cds",
"timestamp": 1630810359249,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/artifacts/service-Vfw20210905025015-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-05T02:52:52.494Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-05T02:52:52.494Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:52:52.494Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4",
"consumerID": "aai-ml",
"timestamp": 1630810358328,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/artifacts/service-Vfw20210905025015-csar.csar",
"status": "NOTIFIED"
}
2021-09-05T02:52:52.494Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-05T02:52:52.494Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:52:52.494Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4",
"consumerID": "ves-openapi-manager",
"timestamp": 1630810360432,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-05T02:52:52.494Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-05T02:52:52.494Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:52:52.494Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4",
"consumerID": "cds",
"timestamp": 1630810359249,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/artifacts/service-Vfw20210905025015-csar.csar",
"status": "NOTIFIED"
}
2021-09-05T02:52:52.494Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-05T02:52:52.494Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:52:52.494Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4",
"consumerID": "ves-openapi-manager",
"timestamp": 1630810360432,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/artifacts/service-Vfw20210905025015-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-05T02:52:52.494Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-05T02:52:52.495Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:52:52.495Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4",
"consumerID": "ves-openapi-manager",
"timestamp": 1630810360432,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/artifacts/service-Vfw20210905025015-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-05T02:52:52.495Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-05T02:52:52.495Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:52:52.495Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4",
"consumerID": "dcae-sch",
"timestamp": 1630810367691,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-05T02:52:52.495Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-05T02:52:52.495Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:52:52.495Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4",
"consumerID": "policy-id",
"timestamp": 1630810368640,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/artifacts/service-Vfw20210905025015-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-05T02:52:52.495Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-05T02:52:52.495Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:52:52.495Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630810368703,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/artifacts/service-Vfw20210905025015-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-05T02:52:52.495Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-05T02:52:52.495Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:52:52.495Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630810368834,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/vfwc58371c5aa490_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-05T02:52:52.496Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-05T02:52:52.496Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:52:52.496Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4",
"consumerID": "aai-ml",
"timestamp": 1630810368853,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/artifacts/service-Vfw20210905025015-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-05T02:52:52.496Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-05T02:52:52.496Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:52:52.496Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4",
"consumerID": "cds",
"timestamp": 1630810369045,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/artifacts/service-Vfw20210905025015-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-05T02:52:52.496Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-05T02:52:52.496Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:52:52.496Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4",
"consumerID": "dcae-sch",
"timestamp": 1630810367691,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/vfwc58371c5aa490_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-05T02:52:52.496Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-05T02:52:52.496Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:52:52.496Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4",
"consumerID": "policy-id",
"timestamp": 1630810369646,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/artifacts/service-Vfw20210905025015-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-05T02:52:52.496Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-05T02:52:52.497Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:52:52.497Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4",
"consumerID": "cds",
"timestamp": 1630810370057,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/artifacts/service-Vfw20210905025015-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-05T02:52:52.617Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f3f885ac-d75a-4f31-a68d-18e8610b74f4
2021-09-05T02:52:52.628Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f3f885ac-d75a-4f31-a68d-18e8610b74f4 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-05T02:52:52.650Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:52:52.650Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4",
"consumerID": "dcae-sch",
"timestamp": 1630810367691,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-05T02:52:52.650Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-05T02:52:52.650Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:52:52.650Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630810370542,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-05T02:52:52.650Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-05T02:52:52.651Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:52:52.651Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4",
"consumerID": "policy-id",
"timestamp": 1630810370650,
"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-05T02:52:52.664Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f3f885ac-d75a-4f31-a68d-18e8610b74f4
2021-09-05T02:52:52.664Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f3f885ac-d75a-4f31-a68d-18e8610b74f4 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-05T02:52:52.673Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:52:52.673Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4",
"consumerID": "dcae-sch",
"timestamp": 1630810367691,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-05T02:52:52.673Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-05T02:52:52.674Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:52:52.674Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630810371819,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-09-05T02:52:52.674Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-05T02:52:52.802Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:52:52.804Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-05T02:52:52.804Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"f3f885ac-d75a-4f31-a68d-18e8610b74f4","serviceName":"vFW 2021-09-05 02-50-15","serviceVersion":"1.0","serviceUUID":"4b4de6dc-cd87-42c6-a063-7ef182fd5c18","serviceDescription":"catalog service description","serviceInvariantUUID":"c5092636-f6d4-4cb8-9c09-4c2f1e7b9449","resources":[{"resourceInstanceName":"vFW c58371c5-aa49 0","resourceName":"vFW c58371c5-aa49","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"adde751b-ec0e-43f1-8a27-b8ceb3b9da2f","resourceInvariantUUID":"1c393aeb-a418-4564-bbbb-69c65b10addf","resourceCustomizationUUID":"cd718f8e-b59c-44d1-a690-4658d5f33977","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/vf-license-model.xml","artifactChecksum":"OGYyNWU5Yzg0OTk3NjI3Y2ZiZjZiMGE5ODQ1ZjFjMGQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3f4a1aa2-1d71-4deb-9cc7-265033a106bd","artifactVersion":"1"},{"artifactName":"vfwc58371c5aa490_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/vfwc58371c5aa490_modules.json","artifactChecksum":"OTE1ZGUzZjUwODM1NWEyYjMwNWYwYTJlNzZjOTA5ZjU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a0df3068-bd92-4fbe-a514-dd969939f2bf","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"8d3a29c1-661e-4097-8430-1ea66ca9046d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/vendor-license-model.xml","artifactChecksum":"NTU3NzQ2MzNkMzU3OGI4MmYzN2NhNDhiMjY5ZmU0MWU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e866b011-1dad-4bea-b9df-cd67a43d6d9a","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f8ba2c87-4995-473b-87c4-008d127e7454","artifactVersion":"2","generatedFromUUID":"8d3a29c1-661e-4097-8430-1ea66ca9046d"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210905025015-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210905025015/1.0/artifacts/service-Vfw20210905025015-template.yml","artifactChecksum":"NTEyZmQ1MGYwNjgxMDc1MTVjNWFlNjk0Mzk2YWM5N2Q\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c83f7441-7c1a-46be-8452-4f8663606cc4","artifactVersion":"1"},{"artifactName":"service-Vfw20210905025015-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210905025015/1.0/artifacts/service-Vfw20210905025015-csar.csar","artifactChecksum":"MDE5ZjdkNmQ2MTViOTE1NDE4MDk4YTRjYjExMjhlZjQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"df292177-2e1b-4b1e-aedb-bf6a3aac3d20","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-05T02:52:52.811Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-05T02:52:52.815Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-05T02:52:52.821Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-05T02:52:52.821Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630810372181,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-05T02:52:52.922Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-05T02:52:52.927Z||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-05T02:52:52.927Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ...
2021-09-05T02:52:52.936Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:52:52.937Z||pool-3-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-05T02:52:53.827Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-05T02:52:53.827Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-05T02:52:53.830Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-05T02:52:53.830Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630810372181,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/vfwc58371c5aa490_modules.json",
"status": "NOTIFIED"
}
2021-09-05T02:52:53.930Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-05T02:52:53.931Z||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-05T02:52:53.931Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ...
2021-09-05T02:52:53.940Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:52:53.941Z||pool-4-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-05T02:52:54.831Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-05T02:52:54.832Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-05T02:52:54.834Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-05T02:52:54.834Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630810372181,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-09-05T02:52:54.934Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-05T02:52:54.935Z||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-05T02:52:54.936Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ...
2021-09-05T02:52:54.945Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:52:54.945Z||pool-5-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-05T02:52:55.834Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-05T02:52:55.836Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-05T02:52:55.838Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-05T02:52:55.838Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630810372181,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-05T02:52:55.938Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-05T02:52:55.939Z||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-05T02:52:55.939Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ...
2021-09-05T02:52:55.948Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:52:55.948Z||pool-6-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-05T02:52:56.839Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-05T02:52:56.840Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-05T02:52:56.842Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-05T02:52:56.842Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630810372181,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-09-05T02:52:56.942Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-05T02:52:56.943Z||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-05T02:52:56.943Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ...
2021-09-05T02:52:56.950Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:52:56.950Z||pool-7-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-09-05T02:52:57.843Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-05T02:52:57.844Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-05T02:52:57.846Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-05T02:52:57.846Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630810372181,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/artifacts/service-Vfw20210905025015-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-05T02:52:57.946Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-05T02:52:57.947Z||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-05T02:52:57.947Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ...
2021-09-05T02:52:57.955Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:52:57.956Z||pool-8-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-05T02:52:58.846Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-05T02:52:58.847Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-05T02:52:58.848Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-05T02:52:58.849Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630810372181,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/artifacts/service-Vfw20210905025015-csar.csar",
"status": "NOTIFIED"
}
2021-09-05T02:52:58.949Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-05T02:52:58.950Z||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-05T02:52:58.950Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ...
2021-09-05T02:52:58.958Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:52:58.959Z||pool-9-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-05T02:52:59.851Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4",
"serviceName": "vFW 2021-09-05 02-50-15",
"serviceVersion": "1.0",
"serviceUUID": "4b4de6dc-cd87-42c6-a063-7ef182fd5c18",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "c5092636-f6d4-4cb8-9c09-4c2f1e7b9449",
"resources": [
{
"resourceInstanceName": "vFW c58371c5-aa49 0",
"resourceCustomizationUUID": "cd718f8e-b59c-44d1-a690-4658d5f33977",
"resourceName": "vFW c58371c5-aa49",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "adde751b-ec0e-43f1-8a27-b8ceb3b9da2f",
"resourceInvariantUUID": "1c393aeb-a418-4564-bbbb-69c65b10addf",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwc58371c5aa490_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/vfwc58371c5aa490_modules.json",
"artifactChecksum": "OTE1ZGUzZjUwODM1NWEyYjMwNWYwYTJlNzZjOTA5ZjU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "a0df3068-bd92-4fbe-a514-dd969939f2bf",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "8d3a29c1-661e-4097-8430-1ea66ca9046d",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "f8ba2c87-4995-473b-87c4-008d127e7454",
"generatedFromUUID": "8d3a29c1-661e-4097-8430-1ea66ca9046d"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "f8ba2c87-4995-473b-87c4-008d127e7454",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20210905025015-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/artifacts/service-Vfw20210905025015-csar.csar",
"artifactChecksum": "MDE5ZjdkNmQ2MTViOTE1NDE4MDk4YTRjYjExMjhlZjQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "df292177-2e1b-4b1e-aedb-bf6a3aac3d20"
}
],
"workloadContext": "Production"
}
2021-09-05T02:52:59.852Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-05T02:52:59.852Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4b4de6dc-cd87-42c6-a063-7ef182fd5c18 ASDC
2021-09-05T02:52:59.922Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:f3f885ac-d75a-4f31-a68d-18e8610b74f4
ServiceName:vFW 2021-09-05 02-50-15
ServiceVersion:1.0
ServiceUUID:4b4de6dc-cd87-42c6-a063-7ef182fd5c18
ServiceInvariantUUID:c5092636-f6d4-4cb8-9c09-4c2f1e7b9449
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210905025015-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210905025015/1.0/artifacts/service-Vfw20210905025015-csar.csar
ArtifactUUID:df292177-2e1b-4b1e-aedb-bf6a3aac3d20
ArtifactChecksum:MDE5ZjdkNmQ2MTViOTE1NDE4MDk4YTRjYjExMjhlZjQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW c58371c5-aa49 0
ResourceCustomizationUUID:cd718f8e-b59c-44d1-a690-4658d5f33977
ResourceInvariantUUID:1c393aeb-a418-4564-bbbb-69c65b10addf
ResourceName:vFW c58371c5-aa49
ResourceType:VF
ResourceUUID:adde751b-ec0e-43f1-8a27-b8ceb3b9da2f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwc58371c5aa490_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/vfwc58371c5aa490_modules.json
ArtifactUUID:a0df3068-bd92-4fbe-a514-dd969939f2bf
ArtifactChecksum:OTE1ZGUzZjUwODM1NWEyYjMwNWYwYTJlNzZjOTA5ZjU=
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/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/base_vfw.yaml
ArtifactUUID:8d3a29c1-661e-4097-8430-1ea66ca9046d
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/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/base_vfw.env
ArtifactUUID:f8ba2c87-4995-473b-87c4-008d127e7454
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/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/base_vfw.env
ArtifactUUID:f8ba2c87-4995-473b-87c4-008d127e7454
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-09-05T02:52:59.922Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4b4de6dc-cd87-42c6-a063-7ef182fd5c18 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-05T02:52:59.955Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-05T02:52:59.956Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-05T02:52:59.956Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-05T02:52:59.957Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: df292177-2e1b-4b1e-aedb-bf6a3aac3d20 from URL: /sdc/v1/catalog/services/Vfw20210905025015/1.0/artifacts/service-Vfw20210905025015-csar.csar
2021-09-05T02:52:59.957Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-05T02:52:59.957Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210905025015/1.0/artifacts/service-Vfw20210905025015-csar.csar
2021-09-05T02:53:02.289Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-05T02:53:02.306Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210905025015/1.0/artifacts/service-Vfw20210905025015-csar.csar df292177-2e1b-4b1e-aedb-bf6a3aac3d20 98771
2021-09-05T02:53:02.308Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210905025015/1.0/artifacts/service-Vfw20210905025015-csar.csar ASDC sendASDCNotification
2021-09-05T02:53:02.308Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210905025015/1.0/artifacts/service-Vfw20210905025015-csar.csar
2021-09-05T02:53:02.308Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-05T02:53:02.309Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-05T02:53:02.312Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-05T02:53:02.312Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630810382307,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/artifacts/service-Vfw20210905025015-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-05T02:53:02.413Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-05T02:53:02.414Z||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-05T02:53:02.415Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ...
2021-09-05T02:53:02.424Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:53:02.424Z||pool-10-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-05T02:53:03.313Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-05T02:53:03.314Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-05T02:53:03.315Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: df292177-2e1b-4b1e-aedb-bf6a3aac3d20, URL: /sdc/v1/catalog/services/Vfw20210905025015/1.0/artifacts/service-Vfw20210905025015-csar.csar to file: /app/ASDC/1/service-Vfw20210905025015-csar.csar
2021-09-05T02:53:03.316Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210905025015-csar.csar
2021-09-05T02:53:03.376Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210905025015-csar.csar
2021-09-05T02:53:03.376Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210905025015-csar.csar
2021-09-05T02:53:04.149Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9036192600299843144/Definitions/service-Vfw20210905025015-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2021-09-05T02:53:06.552Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-05T02:53:06.556Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-09-05T02:53:06.556Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210905025015-csar.csar
2021-09-05T02:53:06.556Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-09-05T02:53:06.556Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|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-Vfw20210905025015-csar.csar
2021-09-05T02:53:06.557Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|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-Vfw20210905025015-csar.csar
2021-09-05T02:53:06.557Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|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-Vfw20210905025015-csar.csar
2021-09-05T02:53:06.557Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|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-Vfw20210905025015-csar.csar
2021-09-05T02:53:06.557Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|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-Vfw20210905025015-csar.csar
2021-09-05T02:53:06.557Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|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-Vfw20210905025015-csar.csar
2021-09-05T02:53:06.557Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW c58371c5-aa49 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-Vfw20210905025015-csar.csar
2021-09-05T02:53:06.557Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|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-Vfw20210905025015-csar.csar
2021-09-05T02:53:06.557Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|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-Vfw20210905025015-csar.csar
2021-09-05T02:53:06.557Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|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-Vfw20210905025015-csar.csar
2021-09-05T02:53:06.557Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|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-Vfw20210905025015-csar.csar
2021-09-05T02:53:06.557Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|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-Vfw20210905025015-csar.csar
2021-09-05T02:53:06.557Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|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-Vfw20210905025015-csar.csar
2021-09-05T02:53:06.557Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-09-05T02:53:06.563Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-05T02:53:06.564Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-09-05 02-50-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-05T02:53:06.567Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template vFW c58371c5-aa49 0 is matching search criteria
2021-09-05T02:53:06.567Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-09-05T02:53:06.569Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW c58371c5-aa49 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-05T02:53:06.570Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-05T02:53:06.570Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-09-05 02-50-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-05T02:53:06.570Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template vFW c58371c5-aa49 0 is matching search criteria
2021-09-05T02:53:06.570Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-09-05T02:53:06.571Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW c58371c5-aa49 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-05T02:53:06.571Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-05T02:53:06.571Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-09-05 02-50-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-05T02:53:06.574Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-05T02:53:06.574Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template vFW c58371c5-aa49 0 is not matching search criteria
2021-09-05T02:53:06.574Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-05T02:53:06.574Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-05T02:53:06.574Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-05T02:53:06.574Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-05T02:53:06.574Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-05T02:53:06.574Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-05T02:53:06.574Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-05T02:53:06.575Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-05T02:53:06.575Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-05T02:53:06.575Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-05T02:53:06.575Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-05T02:53:06.575Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-05T02:53:06.575Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-05T02:53:06.575Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-05T02:53:06.575Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-05T02:53:06.575Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-05T02:53:06.575Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-05T02:53:06.575Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-09-05 02-50-15 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-05T02:53:06.576Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-05T02:53:06.576Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template vFW c58371c5-aa49 0 is matching search criteria
2021-09-05T02:53:06.576Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW c58371c5-aa49 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-05T02:53:06.577Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-05T02:53:06.577Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template vFW c58371c5-aa49 0 is matching search criteria
2021-09-05T02:53:06.577Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW c58371c5-aa49 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-05T02:53:06.577Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-05T02:53:06.577Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template vFW c58371c5-aa49 0 is matching search criteria
2021-09-05T02:53:06.577Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW c58371c5-aa49 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-05T02:53:06.577Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-05T02:53:06.577Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template vFW c58371c5-aa49 0 is not matching search criteria
2021-09-05T02:53:06.577Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-05T02:53:06.578Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-05T02:53:06.578Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-05T02:53:06.578Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-05T02:53:06.578Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-05T02:53:06.578Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-05T02:53:06.578Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-05T02:53:06.578Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-05T02:53:06.578Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-05T02:53:06.578Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-05T02:53:06.578Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-05T02:53:06.578Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=48fb3a4a-3a0e-4b3b-a3c9-0ff410faed32
2021-09-05T02:53:06.578Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-05T02:53:06.591Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template vFW c58371c5-aa49 0 is not matching search criteria
2021-09-05T02:53:06.592Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-05T02:53:06.592Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-05T02:53:06.592Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-05T02:53:06.592Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-05T02:53:06.593Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-05T02:53:06.593Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-05T02:53:06.593Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-05T02:53:06.593Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-09-05T02:53:06.593Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-05T02:53:06.594Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-05T02:53:06.594Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-05T02:53:06.594Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-05T02:53:06.594Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=1dd2d99d-4378-4b8e-ab11-382988678501
2021-09-05T02:53:06.595Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-05T02:53:06.595Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template vFW c58371c5-aa49 0 is not matching search criteria
2021-09-05T02:53:06.595Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-05T02:53:06.596Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-05T02:53:06.596Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-05T02:53:06.596Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-05T02:53:06.596Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-05T02:53:06.596Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-05T02:53:06.597Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-05T02:53:06.597Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-05T02:53:06.597Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-05T02:53:06.598Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-05T02:53:06.598Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-05T02:53:06.598Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-09-05T02:53:06.598Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=e50a1de5-fbb5-4d54-b3b0-ad3290dd1370
2021-09-05T02:53:06.599Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-05T02:53:06.599Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-09-05 02-50-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-05T02:53:06.599Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-05T02:53:06.599Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-09-05 02-50-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-05T02:53:06.600Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-05T02:53:06.600Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-09-05 02-50-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-05T02:53:06.600Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-05T02:53:06.601Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-09-05 02-50-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-05T02:53:06.601Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-09-05 02-50-15
Description:catalog service description
Model UUID:4b4de6dc-cd87-42c6-a063-7ef182fd5c18
Model Version:NULL
Model InvariantUuid:c5092636-f6d4-4cb8-9c09-4c2f1e7b9449
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW c58371c5-aa49
Model UUID:873382e1-31a0-46f7-817c-1a06fec2a9d4
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:1c393aeb-a418-4564-bbbb-69c65b10addf
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:cd718f8e-b59c-44d1-a690-4658d5f33977
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:c1bb19a1-fa18-4b45-b3da-b6888ee8de5e
ModelName:VfwC58371c5Aa49..base_vfw..module-0
ModelUuid:1b6b5e58-255f-417e-9e49-0b93b12d6b1c
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:48fb3a4a-3a0e-4b3b-a3c9-0ff410faed32
ModelInvariantUuid:d0ee885e-8213-417b-868b-0015d0fc624a
ModelName:vFW c58371c5-aa49-nodes.vfwCvfc
ModelUuid:8ced5698-11a1-454f-86e7-c5ede3257b2d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:d6541f83-2b87-4977-8090-02c218f7f904
ModelInvariantUuid:f7c12e08-b376-46c1-89dc-2575857226b5
ModelName:VfwC58371c5Aa49.compute.nodes.heat.vfw
ModelUuid:6c53efb0-98a2-434f-87dd-adfe287e2a70
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:1dd2d99d-4378-4b8e-ab11-382988678501
ModelInvariantUuid:cd482221-231e-49c5-84be-5d00c364c310
ModelName:vFW c58371c5-aa49-nodes.vsnCvfc
ModelUuid:3c2a6c8a-8519-4034-b16e-d42d238aa8bc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:ed715759-ab4b-4342-abf8-4f822d1e5fd7
ModelInvariantUuid:5720c3b1-b6f2-4fcb-a969-741b4bb2d270
ModelName:VfwC58371c5Aa49.compute.nodes.heat.vsn
ModelUuid:6b52c40c-cabf-4964-9e21-84d565100a8c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:e50a1de5-fbb5-4d54-b3b0-ad3290dd1370
ModelInvariantUuid:034ed36b-fa19-481c-9046-e0220e3c3a40
ModelName:vFW c58371c5-aa49-nodes.vpgCvfc
ModelUuid:6da78d30-b234-496c-b3e6-f4ecca908079
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:a7d9bd27-3e76-4e6c-85a5-a2e723005d37
ModelInvariantUuid:ceafe4ee-9c35-4257-a400-a5c563a3c656
ModelName:VfwC58371c5Aa49.compute.nodes.heat.vpg
ModelUuid:6ec59a68-cf73-4d44-a17b-6767bc9d1d27
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-05T02:53:06.612Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: adde751b-ec0e-43f1-8a27-b8ceb3b9da2f
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-05T02:53:06.719Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||INFO|500||vFW c58371c5-aa49 0
2021-09-05T02:53:06.729Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: adde751b-ec0e-43f1-8a27-b8ceb3b9da2f
2021-09-05T02:53:06.729Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: a0df3068-bd92-4fbe-a514-dd969939f2bf from URL: /sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/vfwc58371c5aa490_modules.json
2021-09-05T02:53:06.729Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-05T02:53:06.730Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/vfwc58371c5aa490_modules.json
2021-09-05T02:53:08.717Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-05T02:53:08.718Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/vfwc58371c5aa490_modules.json a0df3068-bd92-4fbe-a514-dd969939f2bf 785
2021-09-05T02:53:08.718Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/vfwc58371c5aa490_modules.json ASDC sendASDCNotification
2021-09-05T02:53:08.718Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/vfwc58371c5aa490_modules.json
2021-09-05T02:53:08.718Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-05T02:53:08.719Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-05T02:53:08.721Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-05T02:53:08.721Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630810388718,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/vfwc58371c5aa490_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-05T02:53:08.822Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-05T02:53:08.823Z||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-05T02:53:08.823Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ...
2021-09-05T02:53:08.832Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:53:08.832Z||pool-11-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-05T02:53:09.723Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwC58371c5Aa49..base_vfw..module-0",
"vfModuleModelInvariantUUID": "c1bb19a1-fa18-4b45-b3da-b6888ee8de5e",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "1b6b5e58-255f-417e-9e49-0b93b12d6b1c",
"vfModuleModelCustomizationUUID": "01647386-051a-4977-9e26-77b1bd44f7d3",
"isBase": true,
"artifacts": [
"8d3a29c1-661e-4097-8430-1ea66ca9046d",
"f8ba2c87-4995-473b-87c4-008d127e7454"
],
"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-05T02:53:09.739Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwC58371c5Aa49..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1b6b5e58-255f-417e-9e49-0b93b12d6b1c
VfModuleModelInvariantUUID:c1bb19a1-fa18-4b45-b3da-b6888ee8de5e
VfModuleModelDescription:NULL
Artifacts UUID List:{
8d3a29c1-661e-4097-8430-1ea66ca9046d
,
f8ba2c87-4995-473b-87c4-008d127e7454
}
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-05T02:53:09.742Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwC58371c5Aa49..base_vfw..module-0",
"vfModuleModelInvariantUUID": "c1bb19a1-fa18-4b45-b3da-b6888ee8de5e",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "1b6b5e58-255f-417e-9e49-0b93b12d6b1c",
"vfModuleModelCustomizationUUID": "01647386-051a-4977-9e26-77b1bd44f7d3",
"isBase": true,
"artifacts": [
"8d3a29c1-661e-4097-8430-1ea66ca9046d",
"f8ba2c87-4995-473b-87c4-008d127e7454"
],
"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-05T02:53:09.742Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwC58371c5Aa49..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1b6b5e58-255f-417e-9e49-0b93b12d6b1c
VfModuleModelInvariantUUID:c1bb19a1-fa18-4b45-b3da-b6888ee8de5e
VfModuleModelDescription:NULL
Artifacts UUID List:{
8d3a29c1-661e-4097-8430-1ea66ca9046d
,
f8ba2c87-4995-473b-87c4-008d127e7454
}
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-05T02:53:09.742Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 8d3a29c1-661e-4097-8430-1ea66ca9046d from URL: /sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/base_vfw.yaml
2021-09-05T02:53:09.742Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-05T02:53:09.742Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/base_vfw.yaml
2021-09-05T02:53:10.548Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-05T02:53:10.548Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/base_vfw.yaml 8d3a29c1-661e-4097-8430-1ea66ca9046d 20368
2021-09-05T02:53:10.549Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-09-05T02:53:10.549Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/base_vfw.yaml
2021-09-05T02:53:10.549Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-05T02:53:10.549Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-05T02:53:10.551Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-05T02:53:10.551Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630810390549,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-05T02:53:10.651Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-05T02:53:10.652Z||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-05T02:53:10.652Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ...
2021-09-05T02:53:10.661Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:53:10.661Z||pool-12-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-05T02:53:11.552Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: f8ba2c87-4995-473b-87c4-008d127e7454 from URL: /sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/base_vfw.env
2021-09-05T02:53:11.552Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-05T02:53:11.552Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/base_vfw.env
2021-09-05T02:53:11.695Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-05T02:53:11.696Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/base_vfw.env f8ba2c87-4995-473b-87c4-008d127e7454 2098
2021-09-05T02:53:11.696Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/base_vfw.env ASDC sendASDCNotification
2021-09-05T02:53:11.696Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/base_vfw.env
2021-09-05T02:53:11.696Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-05T02:53:11.696Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-05T02:53:11.698Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-05T02:53:11.698Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630810391696,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-09-05T02:53:11.798Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-05T02:53:11.799Z||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-05T02:53:11.799Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ...
2021-09-05T02:53:11.808Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:53:11.808Z||pool-13-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-05T02:53:12.698Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 4b4de6dc-cd87-42c6-a063-7ef182fd5c18
2021-09-05T02:53:12.699Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW c58371c5-aa49 0 adde751b-ec0e-43f1-8a27-b8ceb3b9da2f 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-05T02:53:12.728Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@418cf9ca, org.onap.sdc.toscaparser.api.parameters.Input@42e8a37e, org.onap.sdc.toscaparser.api.parameters.Input@c9854ad, org.onap.sdc.toscaparser.api.parameters.Input@f4dbbbc, org.onap.sdc.toscaparser.api.parameters.Input@29295136]
2021-09-05T02:53:12.731Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-05T02:53:12.731Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-09-05 02-50-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-05T02:53:12.731Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic
2021-09-05T02:53:12.732Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= cd718f8e-b59c-44d1-a690-4658d5f33977
2021-09-05T02:53:12.732Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: cd718f8e-b59c-44d1-a690-4658d5f33977 matches Tosca VF Customization UUID: cd718f8e-b59c-44d1-a690-4658d5f33977
2021-09-05T02:53:12.732Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: cd718f8e-b59c-44d1-a690-4658d5f33977 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-05T02:53:12.737Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-05T02:53:12.737Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-09-05 02-50-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-05T02:53:12.738Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id cd718f8e-b59c-44d1-a690-4658d5f33977: {\"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-05T02:53:12.738Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7702ed10
2021-09-05T02:53:12.738Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-05T02:53:12.738Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-09-05 02-50-15 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-05T02:53:12.738Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 01647386-051a-4977-9e26-77b1bd44f7d3
2021-09-05T02:53:12.739Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 01647386-051a-4977-9e26-77b1bd44f7d3
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-05T02:53:12.743Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-05T02:53:12.743Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template vFW c58371c5-aa49 0 is matching search criteria
2021-09-05T02:53:12.743Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW c58371c5-aa49 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-05T02:53:12.744Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-05T02:53:12.744Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template vFW c58371c5-aa49 0 is matching search criteria
2021-09-05T02:53:12.744Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW c58371c5-aa49 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-05T02:53:12.744Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-05T02:53:12.744Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template vFW c58371c5-aa49 0 is not matching search criteria
2021-09-05T02:53:12.745Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-05T02:53:12.745Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-05T02:53:12.745Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-05T02:53:12.745Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-05T02:53:12.745Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-05T02:53:12.745Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-05T02:53:12.745Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-05T02:53:12.746Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-05T02:53:12.746Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-05T02:53:12.746Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-05T02:53:12.746Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-05T02:53:12.746Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=48fb3a4a-3a0e-4b3b-a3c9-0ff410faed32
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-05T02:53:12.751Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-05T02:53:12.752Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template vFW c58371c5-aa49 0 is matching search criteria
2021-09-05T02:53:12.752Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW c58371c5-aa49 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-05T02:53:12.752Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-05T02:53:12.752Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template vFW c58371c5-aa49 0 is not matching search criteria
2021-09-05T02:53:12.752Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-05T02:53:12.752Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-05T02:53:12.752Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-05T02:53:12.753Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-05T02:53:12.753Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-05T02:53:12.753Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-05T02:53:12.753Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-05T02:53:12.753Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-09-05T02:53:12.753Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-05T02:53:12.753Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-05T02:53:12.754Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-05T02:53:12.754Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-05T02:53:12.754Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=1dd2d99d-4378-4b8e-ab11-382988678501
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-05T02:53:12.755Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-05T02:53:12.756Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template vFW c58371c5-aa49 0 is matching search criteria
2021-09-05T02:53:12.756Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW c58371c5-aa49 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-05T02:53:12.758Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-05T02:53:12.758Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template vFW c58371c5-aa49 0 is not matching search criteria
2021-09-05T02:53:12.758Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-05T02:53:12.758Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-05T02:53:12.758Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-05T02:53:12.758Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-05T02:53:12.758Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-05T02:53:12.759Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-05T02:53:12.759Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-05T02:53:12.759Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-05T02:53:12.759Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-05T02:53:12.759Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-05T02:53:12.759Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-05T02:53:12.759Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-09-05T02:53:12.760Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=e50a1de5-fbb5-4d54-b3b0-ad3290dd1370
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-05T02:53:12.761Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-05T02:53:12.761Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template vFW c58371c5-aa49 0 is matching search criteria
2021-09-05T02:53:12.761Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW c58371c5-aa49 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-05T02:53:12.762Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-05T02:53:12.762Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template vFW c58371c5-aa49 0 is matching search criteria
2021-09-05T02:53:12.762Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW c58371c5-aa49 0] matching following query criteria: sdcType=VF, customizationUUID=cd718f8e-b59c-44d1-a690-4658d5f33977
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-05T02:53:12.763Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-05T02:53:12.763Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-09-05 02-50-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-05T02:53:12.764Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 4b4de6dc-cd87-42c6-a063-7ef182fd5c18: vFW c58371c5-aa49
2021-09-05T02:53:12.764Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-05T02:53:12.764Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-09-05 02-50-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-05T02:53:12.764Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-05T02:53:12.764Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-09-05 02-50-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-05T02:53:12.764Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-05T02:53:12.764Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-09-05 02-50-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-05T02:53:12.765Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-05T02:53:12.765Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-09-05 02-50-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-05T02:53:12.765Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-05T02:53:12.765Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-09-05 02-50-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-05T02:53:12.765Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||INFO|500||Saving Service: vFW 2021-09-05 02-50-15
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-05T02:53:12.978Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW c58371c5-aa49 adde751b-ec0e-43f1-8a27-b8ceb3b9da2f 1 ASDC deployResourceStructure
2021-09-05T02:53:12.979Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/vfwc58371c5aa490_modules.json ASDC sendASDCNotification
2021-09-05T02:53:12.979Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/vfwc58371c5aa490_modules.json
2021-09-05T02:53:12.979Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-05T02:53:12.979Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-05T02:53:12.980Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-05T02:53:12.981Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630810392979,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/vfwc58371c5aa490_modules.json",
"status": "DEPLOY_OK"
}
2021-09-05T02:53:13.081Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-05T02:53:13.082Z||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-05T02:53:13.082Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ...
2021-09-05T02:53:13.092Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:53:13.092Z||pool-14-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-05T02:53:13.981Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-09-05T02:53:13.982Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/base_vfw.yaml
2021-09-05T02:53:13.982Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-05T02:53:13.982Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-05T02:53:13.984Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-05T02:53:13.984Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630810393981,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-09-05T02:53:14.084Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-05T02:53:14.085Z||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-05T02:53:14.085Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ...
2021-09-05T02:53:14.095Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:53:14.095Z||pool-15-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-05T02:53:14.984Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/base_vfw.env ASDC sendASDCNotification
2021-09-05T02:53:14.985Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/base_vfw.env
2021-09-05T02:53:14.985Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-05T02:53:14.985Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-05T02:53:14.987Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-05T02:53:14.987Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630810394984,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-09-05T02:53:15.088Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-05T02:53:15.089Z||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-05T02:53:15.089Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ...
2021-09-05T02:53:15.098Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:53:15.098Z||pool-16-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-05T02:53:15.988Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210905025015/1.0/artifacts/service-Vfw20210905025015-csar.csar ASDC sendASDCNotification
2021-09-05T02:53:15.988Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210905025015/1.0/artifacts/service-Vfw20210905025015-csar.csar
2021-09-05T02:53:15.989Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-05T02:53:15.989Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-05T02:53:15.991Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-05T02:53:15.991Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630810395988,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/artifacts/service-Vfw20210905025015-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-05T02:53:16.091Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-05T02:53:16.092Z||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-05T02:53:16.092Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ...
2021-09-05T02:53:16.103Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:53:16.104Z||pool-17-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-05T02:53:16.992Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f3f885ac-d75a-4f31-a68d-18e8610b74f4
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-05T02:53:17.007Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f3f885ac-d75a-4f31-a68d-18e8610b74f4
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-05T02:53:17.009Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-05T02:53:17.009Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-05T02:53:17.009Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-05T02:53:47.010Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f3f885ac-d75a-4f31-a68d-18e8610b74f4
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-05T02:53:47.019Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f3f885ac-d75a-4f31-a68d-18e8610b74f4
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-05T02:53:47.022Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-05T02:53:47.022Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-05T02:53:47.022Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-05T02:53:52.184Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T02:53:52.184Z||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-05T02:53:52.184Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T02:53:52.203Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:53:52.203Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:53:52.204Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4",
"consumerID": "dcae-sch",
"timestamp": 1630810367691,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-05T02:53:52.205Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-05T02:54:17.022Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f3f885ac-d75a-4f31-a68d-18e8610b74f4
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-05T02:54:17.032Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f3f885ac-d75a-4f31-a68d-18e8610b74f4
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-05T02:54:17.034Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-05T02:54:17.035Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-05T02:54:17.035Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-05T02:54:47.035Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f3f885ac-d75a-4f31-a68d-18e8610b74f4
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-05T02:54:47.047Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f3f885ac-d75a-4f31-a68d-18e8610b74f4
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-05T02:54:47.050Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-05T02:54:47.050Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-05T02:54:47.050Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-05T02:54:52.184Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T02:54:52.184Z||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-05T02:54:52.184Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T02:54:52.204Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:54:52.204Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:54:52.205Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630810372181,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-05T02:54:52.207Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-05T02:55:17.050Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f3f885ac-d75a-4f31-a68d-18e8610b74f4
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-05T02:55:17.062Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f3f885ac-d75a-4f31-a68d-18e8610b74f4
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-05T02:55:17.065Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-05T02:55:17.065Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-05T02:55:17.065Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-05T02:55:47.065Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f3f885ac-d75a-4f31-a68d-18e8610b74f4
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-05T02:55:47.074Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f3f885ac-d75a-4f31-a68d-18e8610b74f4
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-05T02:55:47.076Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-05T02:55:47.076Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-05T02:55:47.076Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-05T02:55:52.184Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T02:55:52.184Z||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-05T02:55:52.184Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T02:55:52.208Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:55:52.211Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:55:52.211Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630810372959,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/artifacts/service-Vfw20210905025015-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-05T02:55:52.212Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-05T02:55:52.212Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:55:52.212Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4",
"consumerID": "dcae-sch",
"timestamp": 1630810367691,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/artifacts/service-Vfw20210905025015-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-05T02:55:52.212Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-05T02:55:52.213Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:55:52.213Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630810373491,
"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-05T02:55:52.219Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f3f885ac-d75a-4f31-a68d-18e8610b74f4
2021-09-05T02:55:52.219Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f3f885ac-d75a-4f31-a68d-18e8610b74f4 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-05T02:55:52.227Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:55:52.228Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630810372181,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/vfwc58371c5aa490_modules.json",
"status": "NOTIFIED"
}
2021-09-05T02:55:52.228Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-05T02:55:52.228Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:55:52.228Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630810373963,
"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-05T02:55:52.232Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f3f885ac-d75a-4f31-a68d-18e8610b74f4
2021-09-05T02:55:52.232Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f3f885ac-d75a-4f31-a68d-18e8610b74f4 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-05T02:55:52.238Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:55:52.238Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4",
"consumerID": "dcae-sch",
"timestamp": 1630810367691,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/artifacts/service-Vfw20210905025015-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-05T02:55:52.238Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-05T02:55:52.238Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:55:52.238Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630810374494,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/vfwc58371c5aa490_modules.json",
"status": "DEPLOY_OK"
}
2021-09-05T02:55:52.238Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-05T02:55:52.238Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:55:52.238Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630810372181,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-09-05T02:55:52.238Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-05T02:55:52.239Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:55:52.239Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630810372181,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-05T02:55:52.239Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-05T02:55:52.239Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:55:52.239Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4",
"consumerID": "clamp",
"timestamp": 1630810376139,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-05T02:55:52.239Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-05T02:55:52.239Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:55:52.239Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630810372181,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-09-05T02:55:52.239Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-05T02:55:52.239Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:55:52.239Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4",
"consumerID": "clamp",
"timestamp": 1630810376139,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/vfwc58371c5aa490_modules.json",
"status": "NOTIFIED"
}
2021-09-05T02:55:52.239Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-05T02:55:52.239Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:55:52.239Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630810372181,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/artifacts/service-Vfw20210905025015-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-05T02:55:52.239Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-05T02:55:52.239Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:55:52.240Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4",
"consumerID": "clamp",
"timestamp": 1630810376139,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-05T02:55:52.240Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-05T02:55:52.240Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:55:52.240Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630810372181,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/artifacts/service-Vfw20210905025015-csar.csar",
"status": "NOTIFIED"
}
2021-09-05T02:55:52.240Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-05T02:55:52.240Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:55:52.241Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4",
"consumerID": "clamp",
"timestamp": 1630810376139,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-05T02:55:52.241Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-05T02:55:52.241Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:55:52.241Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4",
"consumerID": "clamp",
"timestamp": 1630810376139,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-05T02:55:52.241Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-05T02:55:52.241Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:55:52.241Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4",
"consumerID": "clamp",
"timestamp": 1630810376139,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/artifacts/service-Vfw20210905025015-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-05T02:55:52.241Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-05T02:55:52.241Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:55:52.241Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630810382307,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/artifacts/service-Vfw20210905025015-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-05T02:55:52.241Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-05T02:55:52.241Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:55:52.241Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4",
"consumerID": "aai-ml",
"timestamp": 1630810382797,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/artifacts/service-Vfw20210905025015-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-05T02:55:52.241Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-05T02:55:52.241Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:55:52.241Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4",
"consumerID": "clamp",
"timestamp": 1630810376139,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/artifacts/service-Vfw20210905025015-csar.csar",
"status": "NOTIFIED"
}
2021-09-05T02:55:52.242Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-05T02:55:52.242Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:55:52.242Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4",
"consumerID": "aai-ml",
"timestamp": 1630810383802,
"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-05T02:55:52.245Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f3f885ac-d75a-4f31-a68d-18e8610b74f4
2021-09-05T02:55:52.246Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f3f885ac-d75a-4f31-a68d-18e8610b74f4 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-05T02:55:52.252Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:55:52.252Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630810388718,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/vfwc58371c5aa490_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-05T02:55:52.253Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-05T02:55:52.253Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:55:52.253Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630810390549,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-05T02:55:52.253Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-05T02:55:52.253Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:55:52.253Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630810391696,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-09-05T02:55:52.253Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-05T02:55:52.253Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:55:52.254Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630810392979,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/vfwc58371c5aa490_modules.json",
"status": "DEPLOY_OK"
}
2021-09-05T02:55:52.254Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-05T02:55:52.254Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:55:52.254Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630810393981,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-09-05T02:55:52.254Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-05T02:55:52.254Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:55:52.254Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630810394984,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-09-05T02:55:52.255Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-05T02:55:52.255Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:55:52.255Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630810395988,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/artifacts/service-Vfw20210905025015-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-05T02:55:52.255Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-05T02:55:52.255Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:55:52.255Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4",
"consumerID": "clamp",
"timestamp": 1630810397972,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/artifacts/service-Vfw20210905025015-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-05T02:55:52.255Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-05T02:55:52.255Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:55:52.256Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4",
"consumerID": "clamp",
"timestamp": 1630810399996,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/artifacts/service-Vfw20210905025015-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-05T02:55:52.256Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-05T02:55:52.256Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:55:52.256Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4",
"consumerID": "clamp",
"timestamp": 1630810401001,
"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-05T02:55:52.260Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f3f885ac-d75a-4f31-a68d-18e8610b74f4
2021-09-05T02:55:52.260Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f3f885ac-d75a-4f31-a68d-18e8610b74f4 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-05T02:56:17.076Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f3f885ac-d75a-4f31-a68d-18e8610b74f4
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-05T02:56:17.086Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f3f885ac-d75a-4f31-a68d-18e8610b74f4
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-05T02:56:17.089Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-05T02:56:17.089Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-05T02:56:17.090Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-05T02:56:17.090Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-05T02:56:17.090Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-05T02:56:17.090Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-05T02:56:17.090Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-05T02:56:17.090Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-05T02:56:17.090Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-05T02:56:17.090Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-05T02:56:17.091Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|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-05T02:56:17.096Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-05T02:56:47.096Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f3f885ac-d75a-4f31-a68d-18e8610b74f4 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-05T02:56:47.105Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f3f885ac-d75a-4f31-a68d-18e8610b74f4 and serviceModelVersionId: 4b4de6dc-cd87-42c6-a063-7ef182fd5c18
2021-09-05T02:56:47.105Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c5092636-f6d4-4cb8-9c09-4c2f1e7b9449
2021-09-05T02:56:52.184Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T02:56:52.184Z||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-05T02:56:52.185Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T02:56:52.706Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:56:52.711Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:56:52.711Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2b30c49-ca73-4821-a864-676b27e32761",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630810442598,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-05T02:56:52.712Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-05T02:56:52.712Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:56:52.712Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2b30c49-ca73-4821-a864-676b27e32761",
"consumerID": "aai-ml",
"timestamp": 1630810448328,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-05T02:56:52.712Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-05T02:56:52.712Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:56:52.713Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2b30c49-ca73-4821-a864-676b27e32761",
"consumerID": "dcae-sch",
"timestamp": 1630810447691,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-05T02:56:52.713Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-05T02:56:52.713Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:56:52.713Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2b30c49-ca73-4821-a864-676b27e32761",
"consumerID": "ves-openapi-manager",
"timestamp": 1630810440432,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-05T02:56:52.713Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-05T02:56:52.713Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:56:52.713Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2b30c49-ca73-4821-a864-676b27e32761",
"consumerID": "cds",
"timestamp": 1630810449249,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-05T02:56:52.714Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-05T02:56:52.714Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:56:52.714Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2b30c49-ca73-4821-a864-676b27e32761",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630810442598,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/basic_onboard_ctkwvs0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-05T02:56:52.714Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-05T02:56:52.714Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:56:52.714Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2b30c49-ca73-4821-a864-676b27e32761",
"consumerID": "aai-ml",
"timestamp": 1630810448328,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/basic_onboard_ctkwvs0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-05T02:56:52.714Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-05T02:56:52.715Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:56:52.715Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2b30c49-ca73-4821-a864-676b27e32761",
"consumerID": "dcae-sch",
"timestamp": 1630810447691,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/basic_onboard_ctkwvs0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-05T02:56:52.715Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-05T02:56:52.715Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:56:52.715Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2b30c49-ca73-4821-a864-676b27e32761",
"consumerID": "ves-openapi-manager",
"timestamp": 1630810440432,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/basic_onboard_ctkwvs0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-05T02:56:52.715Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-05T02:56:52.715Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:56:52.715Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2b30c49-ca73-4821-a864-676b27e32761",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630810449998,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-05T02:56:52.715Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-05T02:56:52.715Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:56:52.715Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2b30c49-ca73-4821-a864-676b27e32761",
"consumerID": "cds",
"timestamp": 1630810449249,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/basic_onboard_ctkwvs0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-05T02:56:52.716Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-05T02:56:52.716Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:56:52.716Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2b30c49-ca73-4821-a864-676b27e32761",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630810442598,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-05T02:56:52.716Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-05T02:56:52.716Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:56:52.716Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2b30c49-ca73-4821-a864-676b27e32761",
"consumerID": "aai-ml",
"timestamp": 1630810448328,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-05T02:56:52.716Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-05T02:56:52.716Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:56:52.716Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2b30c49-ca73-4821-a864-676b27e32761",
"consumerID": "dcae-sch",
"timestamp": 1630810447691,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-05T02:56:52.716Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-05T02:56:52.716Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:56:52.716Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2b30c49-ca73-4821-a864-676b27e32761",
"consumerID": "ves-openapi-manager",
"timestamp": 1630810440432,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-05T02:56:52.716Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-05T02:56:52.716Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:56:52.716Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2b30c49-ca73-4821-a864-676b27e32761",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630810449998,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/basic_onboard_ctkwvs0_modules.json",
"status": "NOTIFIED"
}
2021-09-05T02:56:52.717Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-05T02:56:52.717Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:56:52.717Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2b30c49-ca73-4821-a864-676b27e32761",
"consumerID": "cds",
"timestamp": 1630810449249,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-05T02:56:52.717Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-05T02:56:52.717Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:56:52.717Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2b30c49-ca73-4821-a864-676b27e32761",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630810442598,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-05T02:56:52.717Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-05T02:56:52.717Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:56:52.717Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2b30c49-ca73-4821-a864-676b27e32761",
"consumerID": "aai-ml",
"timestamp": 1630810448328,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-05T02:56:52.717Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-05T02:56:52.717Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:56:52.717Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2b30c49-ca73-4821-a864-676b27e32761",
"consumerID": "dcae-sch",
"timestamp": 1630810447691,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-05T02:56:52.717Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-05T02:56:52.717Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:56:52.717Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2b30c49-ca73-4821-a864-676b27e32761",
"consumerID": "ves-openapi-manager",
"timestamp": 1630810440432,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-05T02:56:52.717Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-05T02:56:52.717Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:56:52.718Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2b30c49-ca73-4821-a864-676b27e32761",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630810449998,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-05T02:56:52.718Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-05T02:56:52.718Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:56:52.718Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2b30c49-ca73-4821-a864-676b27e32761",
"consumerID": "cds",
"timestamp": 1630810449249,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-05T02:56:52.718Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-05T02:56:52.718Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:56:52.718Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2b30c49-ca73-4821-a864-676b27e32761",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630810442598,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-05T02:56:52.718Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-05T02:56:52.718Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:56:52.718Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2b30c49-ca73-4821-a864-676b27e32761",
"consumerID": "aai-ml",
"timestamp": 1630810448328,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-05T02:56:52.718Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-05T02:56:52.718Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:56:52.718Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2b30c49-ca73-4821-a864-676b27e32761",
"consumerID": "dcae-sch",
"timestamp": 1630810447691,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-05T02:56:52.719Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-05T02:56:52.719Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:56:52.719Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2b30c49-ca73-4821-a864-676b27e32761",
"consumerID": "ves-openapi-manager",
"timestamp": 1630810440432,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-05T02:56:52.719Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-05T02:56:52.719Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:56:52.719Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2b30c49-ca73-4821-a864-676b27e32761",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630810449998,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-05T02:56:52.719Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-05T02:56:52.719Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:56:52.719Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2b30c49-ca73-4821-a864-676b27e32761",
"consumerID": "cds",
"timestamp": 1630810449249,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-05T02:56:52.719Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-05T02:56:52.720Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:56:52.720Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2b30c49-ca73-4821-a864-676b27e32761",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630810442598,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/artifacts/service-BasicOnboardCtkwvs-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-05T02:56:52.720Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-05T02:56:52.720Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:56:52.720Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2b30c49-ca73-4821-a864-676b27e32761",
"consumerID": "aai-ml",
"timestamp": 1630810448328,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/artifacts/service-BasicOnboardCtkwvs-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-05T02:56:52.720Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-05T02:56:52.720Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:56:52.720Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2b30c49-ca73-4821-a864-676b27e32761",
"consumerID": "dcae-sch",
"timestamp": 1630810447691,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/artifacts/service-BasicOnboardCtkwvs-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-05T02:56:52.720Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-05T02:56:52.720Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:56:52.720Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2b30c49-ca73-4821-a864-676b27e32761",
"consumerID": "ves-openapi-manager",
"timestamp": 1630810440432,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/artifacts/service-BasicOnboardCtkwvs-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-05T02:56:52.720Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-05T02:56:52.720Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:56:52.720Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2b30c49-ca73-4821-a864-676b27e32761",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630810449998,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-09-05T02:56:52.721Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-05T02:56:52.721Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:56:52.721Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2b30c49-ca73-4821-a864-676b27e32761",
"consumerID": "cds",
"timestamp": 1630810449249,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/artifacts/service-BasicOnboardCtkwvs-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-05T02:56:52.721Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-05T02:56:52.721Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:56:52.721Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2b30c49-ca73-4821-a864-676b27e32761",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630810442598,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/artifacts/service-BasicOnboardCtkwvs-csar.csar",
"status": "NOTIFIED"
}
2021-09-05T02:56:52.721Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-05T02:56:52.721Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:56:52.721Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2b30c49-ca73-4821-a864-676b27e32761",
"consumerID": "aai-ml",
"timestamp": 1630810448328,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/artifacts/service-BasicOnboardCtkwvs-csar.csar",
"status": "NOTIFIED"
}
2021-09-05T02:56:52.721Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-05T02:56:52.721Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:56:52.721Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2b30c49-ca73-4821-a864-676b27e32761",
"consumerID": "dcae-sch",
"timestamp": 1630810447691,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/artifacts/service-BasicOnboardCtkwvs-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-05T02:56:52.721Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-05T02:56:52.722Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:56:52.722Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2b30c49-ca73-4821-a864-676b27e32761",
"consumerID": "ves-openapi-manager",
"timestamp": 1630810440432,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/artifacts/service-BasicOnboardCtkwvs-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-05T02:56:52.722Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-05T02:56:52.722Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:56:52.722Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2b30c49-ca73-4821-a864-676b27e32761",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630810449998,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/artifacts/service-BasicOnboardCtkwvs-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-05T02:56:52.722Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-05T02:56:52.722Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:56:52.722Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2b30c49-ca73-4821-a864-676b27e32761",
"consumerID": "cds",
"timestamp": 1630810449249,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/artifacts/service-BasicOnboardCtkwvs-csar.csar",
"status": "NOTIFIED"
}
2021-09-05T02:56:52.722Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-05T02:56:52.722Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:56:52.722Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2b30c49-ca73-4821-a864-676b27e32761",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630810456608,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/artifacts/service-BasicOnboardCtkwvs-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-05T02:56:52.722Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-05T02:56:52.722Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:56:52.722Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2b30c49-ca73-4821-a864-676b27e32761",
"consumerID": "aai-ml",
"timestamp": 1630810456615,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/artifacts/service-BasicOnboardCtkwvs-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-05T02:56:52.722Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-05T02:56:52.722Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:56:52.722Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2b30c49-ca73-4821-a864-676b27e32761",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630810449998,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/artifacts/service-BasicOnboardCtkwvs-csar.csar",
"status": "NOTIFIED"
}
2021-09-05T02:56:52.722Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-05T02:56:52.723Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:56:52.723Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2b30c49-ca73-4821-a864-676b27e32761",
"consumerID": "cds",
"timestamp": 1630810457073,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/artifacts/service-BasicOnboardCtkwvs-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-05T02:56:52.723Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-05T02:56:52.723Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:56:52.723Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2b30c49-ca73-4821-a864-676b27e32761",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630810457919,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/basic_onboard_ctkwvs0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-05T02:56:52.723Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-05T02:56:52.723Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:56:52.723Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2b30c49-ca73-4821-a864-676b27e32761",
"consumerID": "cds",
"timestamp": 1630810458090,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/artifacts/service-BasicOnboardCtkwvs-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-05T02:56:52.738Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d2b30c49-ca73-4821-a864-676b27e32761
2021-09-05T02:56:52.738Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d2b30c49-ca73-4821-a864-676b27e32761 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-05T02:56:52.745Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:56:52.745Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2b30c49-ca73-4821-a864-676b27e32761",
"consumerID": "policy-id",
"timestamp": 1630810457932,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-05T02:56:52.746Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-05T02:56:52.746Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:56:52.746Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2b30c49-ca73-4821-a864-676b27e32761",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630810458982,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/artifacts/service-BasicOnboardCtkwvs-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-05T02:56:52.746Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-05T02:56:52.746Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:56:52.746Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2b30c49-ca73-4821-a864-676b27e32761",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630810459310,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-05T02:56:52.746Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-05T02:56:52.746Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:56:52.746Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2b30c49-ca73-4821-a864-676b27e32761",
"consumerID": "policy-id",
"timestamp": 1630810457932,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/basic_onboard_ctkwvs0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-05T02:56:52.746Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-05T02:56:52.746Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:56:52.746Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2b30c49-ca73-4821-a864-676b27e32761",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630810459985,
"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-05T02:56:52.751Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d2b30c49-ca73-4821-a864-676b27e32761
2021-09-05T02:56:52.751Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d2b30c49-ca73-4821-a864-676b27e32761 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-05T02:56:52.758Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:56:52.759Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2b30c49-ca73-4821-a864-676b27e32761",
"consumerID": "policy-id",
"timestamp": 1630810457932,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-05T02:56:52.759Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-05T02:56:52.759Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:56:52.759Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2b30c49-ca73-4821-a864-676b27e32761",
"consumerID": "policy-id",
"timestamp": 1630810457932,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-05T02:56:52.759Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-05T02:56:52.759Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:56:52.759Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2b30c49-ca73-4821-a864-676b27e32761",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630810462283,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-09-05T02:56:52.759Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-05T02:56:52.759Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:56:52.759Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2b30c49-ca73-4821-a864-676b27e32761",
"consumerID": "policy-id",
"timestamp": 1630810457932,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-05T02:56:52.759Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-05T02:56:52.759Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:56:52.759Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2b30c49-ca73-4821-a864-676b27e32761",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630810463302,
"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-05T02:56:52.792Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d2b30c49-ca73-4821-a864-676b27e32761
2021-09-05T02:56:52.793Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d2b30c49-ca73-4821-a864-676b27e32761 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-05T02:56:52.801Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:56:52.801Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2b30c49-ca73-4821-a864-676b27e32761",
"consumerID": "policy-id",
"timestamp": 1630810457932,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/artifacts/service-BasicOnboardCtkwvs-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-05T02:56:52.802Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-05T02:56:52.802Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:56:52.802Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2b30c49-ca73-4821-a864-676b27e32761",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630810464304,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/basic_onboard_ctkwvs0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-05T02:56:52.802Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-05T02:56:52.802Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:56:52.802Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2b30c49-ca73-4821-a864-676b27e32761",
"consumerID": "policy-id",
"timestamp": 1630810457932,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/artifacts/service-BasicOnboardCtkwvs-csar.csar",
"status": "NOTIFIED"
}
2021-09-05T02:56:52.802Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-05T02:56:52.802Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:56:52.802Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2b30c49-ca73-4821-a864-676b27e32761",
"consumerID": "aai-ml",
"timestamp": 1630810466025,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/artifacts/service-BasicOnboardCtkwvs-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-05T02:56:52.802Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-05T02:56:52.802Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:56:52.802Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2b30c49-ca73-4821-a864-676b27e32761",
"consumerID": "clamp",
"timestamp": 1630810466139,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-05T02:56:52.802Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-05T02:56:52.803Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:56:52.803Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2b30c49-ca73-4821-a864-676b27e32761",
"consumerID": "aai-ml",
"timestamp": 1630810467029,
"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-05T02:56:52.807Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d2b30c49-ca73-4821-a864-676b27e32761
2021-09-05T02:56:52.807Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d2b30c49-ca73-4821-a864-676b27e32761 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-05T02:56:52.814Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:56:52.814Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2b30c49-ca73-4821-a864-676b27e32761",
"consumerID": "clamp",
"timestamp": 1630810466139,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/basic_onboard_ctkwvs0_modules.json",
"status": "NOTIFIED"
}
2021-09-05T02:56:52.814Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-05T02:56:52.814Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:56:52.814Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2b30c49-ca73-4821-a864-676b27e32761",
"consumerID": "policy-id",
"timestamp": 1630810468216,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/artifacts/service-BasicOnboardCtkwvs-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-05T02:56:52.814Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-05T02:56:52.814Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:56:52.814Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2b30c49-ca73-4821-a864-676b27e32761",
"consumerID": "clamp",
"timestamp": 1630810466139,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-05T02:56:52.814Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-05T02:56:52.815Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:56:52.815Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2b30c49-ca73-4821-a864-676b27e32761",
"consumerID": "policy-id",
"timestamp": 1630810469221,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/artifacts/service-BasicOnboardCtkwvs-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-05T02:56:52.815Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-05T02:56:52.815Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:56:52.815Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2b30c49-ca73-4821-a864-676b27e32761",
"consumerID": "clamp",
"timestamp": 1630810466139,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-05T02:56:52.815Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-05T02:56:52.815Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:56:52.815Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2b30c49-ca73-4821-a864-676b27e32761",
"consumerID": "policy-id",
"timestamp": 1630810470224,
"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-05T02:56:52.819Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d2b30c49-ca73-4821-a864-676b27e32761
2021-09-05T02:56:52.819Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d2b30c49-ca73-4821-a864-676b27e32761 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-05T02:56:52.825Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:56:52.825Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2b30c49-ca73-4821-a864-676b27e32761",
"consumerID": "clamp",
"timestamp": 1630810466139,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-05T02:56:52.825Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-05T02:56:52.825Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:56:52.825Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2b30c49-ca73-4821-a864-676b27e32761",
"consumerID": "clamp",
"timestamp": 1630810466139,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/artifacts/service-BasicOnboardCtkwvs-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-05T02:56:52.825Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-05T02:56:52.826Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:56:52.826Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2b30c49-ca73-4821-a864-676b27e32761",
"consumerID": "clamp",
"timestamp": 1630810466139,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/artifacts/service-BasicOnboardCtkwvs-csar.csar",
"status": "NOTIFIED"
}
2021-09-05T02:56:52.826Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-05T02:56:52.826Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:56:52.826Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2b30c49-ca73-4821-a864-676b27e32761",
"consumerID": "clamp",
"timestamp": 1630810481279,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/artifacts/service-BasicOnboardCtkwvs-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-05T02:56:52.826Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-05T02:56:52.826Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:56:52.826Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2b30c49-ca73-4821-a864-676b27e32761",
"consumerID": "clamp",
"timestamp": 1630810482353,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/artifacts/service-BasicOnboardCtkwvs-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-05T02:56:52.826Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-05T02:56:52.826Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:56:52.826Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2b30c49-ca73-4821-a864-676b27e32761",
"consumerID": "clamp",
"timestamp": 1630810483356,
"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-05T02:56:52.830Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d2b30c49-ca73-4821-a864-676b27e32761
2021-09-05T02:56:52.830Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d2b30c49-ca73-4821-a864-676b27e32761 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-05T02:56:59.269Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c5092636-f6d4-4cb8-9c09-4c2f1e7b9449/model-vers/model-ver/4b4de6dc-cd87-42c6-a063-7ef182fd5c18?depth=0
2021-09-05T02:56:59.356Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2021-09-05T02:56:59.750Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c5092636-f6d4-4cb8-9c09-4c2f1e7b9449/model-vers/model-ver/4b4de6dc-cd87-42c6-a063-7ef182fd5c18?depth=0|INFO|500||Invoke
2021-09-05T02:56:59.756Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c5092636-f6d4-4cb8-9c09-4c2f1e7b9449/model-vers/model-ver/4b4de6dc-cd87-42c6-a063-7ef182fd5c18?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c5092636-f6d4-4cb8-9c09-4c2f1e7b9449/model-vers/model-ver/4b4de6dc-cd87-42c6-a063-7ef182fd5c18?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f3f885ac-d75a-4f31-a68d-18e8610b74f4], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4acc5bde-a532-42c3-9baa-1a508c25932a], X-ECOMP-RequestID=[f3f885ac-d75a-4f31-a68d-18e8610b74f4], X-TransactionId=[], X-ONAP-RequestID=[f3f885ac-d75a-4f31-a68d-18e8610b74f4], Content-Type=[application/merge-patch+json]}
2021-09-05T02:56:59.913Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c5092636-f6d4-4cb8-9c09-4c2f1e7b9449/model-vers/model-ver/4b4de6dc-cd87-42c6-a063-7ef182fd5c18?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-09-05T02:57:00.397Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c5092636-f6d4-4cb8-9c09-4c2f1e7b9449/model-vers/model-ver/4b4de6dc-cd87-42c6-a063-7ef182fd5c18?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c5092636-f6d4-4cb8-9c09-4c2f1e7b9449/model-vers/model-ver/4b4de6dc-cd87-42c6-a063-7ef182fd5c18?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210905-02:56:59:921-36999], vertex-id=[172280], Content-Length=[0], Date=[Sun, 05 Sep 2021 02:56:59 GMT], Content-Type=[application/json]}
2021-09-05T02:57:00.398Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c5092636-f6d4-4cb8-9c09-4c2f1e7b9449/model-vers/model-ver/4b4de6dc-cd87-42c6-a063-7ef182fd5c18?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-05T02:57:00.399Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c5092636-f6d4-4cb8-9c09-4c2f1e7b9449/model-vers/model-ver/4b4de6dc-cd87-42c6-a063-7ef182fd5c18?depth=0|INFO|500||InvokeReturn
2021-09-05T02:57:00.402Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-05T02:57:00.402Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|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-05T02:57:00.406Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|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-05T02:57:00.411Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f3f885ac-d75a-4f31-a68d-18e8610b74f4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-05T02:57:00.412Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-05T02:57:00.413Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-05T02:57:00.415Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-05T02:57:00.415Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630810620411,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-05T02:57:00.516Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-05T02:57:00.517Z||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-05T02:57:00.517Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ...
2021-09-05T02:57:00.526Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:57:00.526Z||pool-18-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-05T02:57:01.429Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T02:57:01.429Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|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-05T02:57:01.429Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|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 PddoZ7otRZI0oWVt) ...
2021-09-05T02:57:05.716Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:57:05.717Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-05T02:57:05.717Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"d2b30c49-ca73-4821-a864-676b27e32761","serviceName":"basic_onboard_cTkwVs","serviceVersion":"1.0","serviceUUID":"acc2f7b2-5767-4e69-b916-d3dfa5f94f42","serviceDescription":"service","serviceInvariantUUID":"c497437a-c277-479a-a64d-4fef32ac3ffa","resources":[{"resourceInstanceName":"basic_onboard_cTkwVs 0","resourceName":"basic_onboard_cTkwVs","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ccf187f7-1971-4daf-b80e-a8fa2d7654df","resourceInvariantUUID":"0b3027bd-f911-4e09-bd6e-ce9349c0e5b5","resourceCustomizationUUID":"04c721a6-ace5-43cf-a6e1-aec0107b57af","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/vf-license-model.xml","artifactChecksum":"ZDZiZDU1NmFkYzc2ZDczMDY0Zjc4ZmNkNjc3NGZiODM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9b3780c1-bc4d-49e6-bb32-4070a9183c8b","artifactVersion":"1"},{"artifactName":"basic_onboard_ctkwvs0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/basic_onboard_ctkwvs0_modules.json","artifactChecksum":"NWRjM2NmNTU4ZTRkN2JhNzZkOTk3MjU4ZWI5N2MzOGM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"cad82a62-f279-478c-adb4-03f33439449e","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"acbd7f0a-da47-430c-8ce3-68c3a701f0a0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ab8ea209-2c0f-4cf3-996f-f5f2d2d4b05d","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"381e81d6-bf51-421a-a83b-8b565d796d08","artifactVersion":"2","generatedFromUUID":"acbd7f0a-da47-430c-8ce3-68c3a701f0a0"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardCtkwvs-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/artifacts/service-BasicOnboardCtkwvs-template.yml","artifactChecksum":"NzAwMGU1M2VhYWZjMTVmMTRiYTkxNmI1YTYzYzlhN2E\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7416ff5a-9a1a-4cd6-abaf-41a74db8156d","artifactVersion":"1"},{"artifactName":"service-BasicOnboardCtkwvs-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/artifacts/service-BasicOnboardCtkwvs-csar.csar","artifactChecksum":"NjdhMDc5MDVlMzRhNGFlNDQzMGRlY2IwOTU5YTE0YTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f1fed71b-717b-4ee9-b063-eee08f6c27a5","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-05T02:57:05.721Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-05T02:57:05.721Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-05T02:57:05.724Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-05T02:57:05.724Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "d2b30c49-ca73-4821-a864-676b27e32761",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630810621429,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-05T02:57:05.826Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-09-05T02:57:05.827Z||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-05T02:57:05.827Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ...
2021-09-05T02:57:05.836Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:57:05.837Z||pool-19-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-05T02:57:06.725Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-05T02:57:06.726Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-05T02:57:06.728Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-05T02:57:06.728Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "d2b30c49-ca73-4821-a864-676b27e32761",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630810621429,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/basic_onboard_ctkwvs0_modules.json",
"status": "NOTIFIED"
}
2021-09-05T02:57:06.828Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-05T02:57:06.829Z||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-05T02:57:06.829Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ...
2021-09-05T02:57:06.837Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:57:06.838Z||pool-20-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-05T02:57:07.728Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-05T02:57:07.729Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-05T02:57:07.731Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-05T02:57:07.731Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "d2b30c49-ca73-4821-a864-676b27e32761",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630810621429,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-05T02:57:07.831Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-05T02:57:07.833Z||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-05T02:57:07.833Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ...
2021-09-05T02:57:07.842Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:57:07.842Z||pool-21-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-05T02:57:08.732Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-05T02:57:08.732Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-05T02:57:08.734Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-05T02:57:08.735Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "d2b30c49-ca73-4821-a864-676b27e32761",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630810621429,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-05T02:57:08.835Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-05T02:57:08.836Z||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-05T02:57:08.836Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ...
2021-09-05T02:57:08.845Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:57:08.845Z||pool-22-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-09-05T02:57:09.736Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-05T02:57:09.741Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-05T02:57:09.743Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-05T02:57:09.743Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "d2b30c49-ca73-4821-a864-676b27e32761",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630810621429,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-09-05T02:57:09.844Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-05T02:57:09.845Z||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-05T02:57:09.845Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ...
2021-09-05T02:57:09.853Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:57:09.854Z||pool-23-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-05T02:57:10.744Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-05T02:57:10.745Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-05T02:57:10.747Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-05T02:57:10.747Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "d2b30c49-ca73-4821-a864-676b27e32761",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630810621429,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/artifacts/service-BasicOnboardCtkwvs-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-05T02:57:10.848Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-05T02:57:10.848Z||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-05T02:57:10.849Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ...
2021-09-05T02:57:10.856Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:57:10.857Z||pool-24-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-05T02:57:11.748Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-05T02:57:11.749Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-05T02:57:11.751Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-05T02:57:11.751Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "d2b30c49-ca73-4821-a864-676b27e32761",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630810621429,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/artifacts/service-BasicOnboardCtkwvs-csar.csar",
"status": "NOTIFIED"
}
2021-09-05T02:57:11.851Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-05T02:57:11.852Z||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-05T02:57:11.852Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ...
2021-09-05T02:57:11.861Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:57:11.861Z||pool-25-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-09-05T02:57:12.752Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "d2b30c49-ca73-4821-a864-676b27e32761",
"serviceName": "basic_onboard_cTkwVs",
"serviceVersion": "1.0",
"serviceUUID": "acc2f7b2-5767-4e69-b916-d3dfa5f94f42",
"serviceDescription": "service",
"serviceInvariantUUID": "c497437a-c277-479a-a64d-4fef32ac3ffa",
"resources": [
{
"resourceInstanceName": "basic_onboard_cTkwVs 0",
"resourceCustomizationUUID": "04c721a6-ace5-43cf-a6e1-aec0107b57af",
"resourceName": "basic_onboard_cTkwVs",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "ccf187f7-1971-4daf-b80e-a8fa2d7654df",
"resourceInvariantUUID": "0b3027bd-f911-4e09-bd6e-ce9349c0e5b5",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_ctkwvs0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/basic_onboard_ctkwvs0_modules.json",
"artifactChecksum": "NWRjM2NmNTU4ZTRkN2JhNzZkOTk3MjU4ZWI5N2MzOGM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "cad82a62-f279-478c-adb4-03f33439449e",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "acbd7f0a-da47-430c-8ce3-68c3a701f0a0",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "381e81d6-bf51-421a-a83b-8b565d796d08",
"generatedFromUUID": "acbd7f0a-da47-430c-8ce3-68c3a701f0a0"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "381e81d6-bf51-421a-a83b-8b565d796d08",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardCtkwvs-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/artifacts/service-BasicOnboardCtkwvs-csar.csar",
"artifactChecksum": "NjdhMDc5MDVlMzRhNGFlNDQzMGRlY2IwOTU5YTE0YTg\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f1fed71b-717b-4ee9-b063-eee08f6c27a5"
}
],
"workloadContext": "Production"
}
2021-09-05T02:57:12.753Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-05T02:57:12.753Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 acc2f7b2-5767-4e69-b916-d3dfa5f94f42 ASDC
2021-09-05T02:57:12.753Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:d2b30c49-ca73-4821-a864-676b27e32761
ServiceName:basic_onboard_cTkwVs
ServiceVersion:1.0
ServiceUUID:acc2f7b2-5767-4e69-b916-d3dfa5f94f42
ServiceInvariantUUID:c497437a-c277-479a-a64d-4fef32ac3ffa
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardCtkwvs-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/artifacts/service-BasicOnboardCtkwvs-csar.csar
ArtifactUUID:f1fed71b-717b-4ee9-b063-eee08f6c27a5
ArtifactChecksum:NjdhMDc5MDVlMzRhNGFlNDQzMGRlY2IwOTU5YTE0YTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_cTkwVs 0
ResourceCustomizationUUID:04c721a6-ace5-43cf-a6e1-aec0107b57af
ResourceInvariantUUID:0b3027bd-f911-4e09-bd6e-ce9349c0e5b5
ResourceName:basic_onboard_cTkwVs
ResourceType:VF
ResourceUUID:ccf187f7-1971-4daf-b80e-a8fa2d7654df
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_ctkwvs0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/basic_onboard_ctkwvs0_modules.json
ArtifactUUID:cad82a62-f279-478c-adb4-03f33439449e
ArtifactChecksum:NWRjM2NmNTU4ZTRkN2JhNzZkOTk3MjU4ZWI5N2MzOGM=
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/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/base_ubuntu18.yaml
ArtifactUUID:acbd7f0a-da47-430c-8ce3-68c3a701f0a0
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/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/base_ubuntu18.env
ArtifactUUID:381e81d6-bf51-421a-a83b-8b565d796d08
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/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/base_ubuntu18.env
ArtifactUUID:381e81d6-bf51-421a-a83b-8b565d796d08
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-09-05T02:57:12.753Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF acc2f7b2-5767-4e69-b916-d3dfa5f94f42 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-05T02:57:12.784Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-05T02:57:12.785Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-05T02:57:12.785Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-05T02:57:12.785Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: f1fed71b-717b-4ee9-b063-eee08f6c27a5 from URL: /sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/artifacts/service-BasicOnboardCtkwvs-csar.csar
2021-09-05T02:57:12.785Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-05T02:57:12.785Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/artifacts/service-BasicOnboardCtkwvs-csar.csar
2021-09-05T02:57:12.948Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-05T02:57:12.953Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/artifacts/service-BasicOnboardCtkwvs-csar.csar f1fed71b-717b-4ee9-b063-eee08f6c27a5 71383
2021-09-05T02:57:12.953Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/artifacts/service-BasicOnboardCtkwvs-csar.csar ASDC sendASDCNotification
2021-09-05T02:57:12.953Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/artifacts/service-BasicOnboardCtkwvs-csar.csar
2021-09-05T02:57:12.953Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-05T02:57:12.954Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-05T02:57:12.956Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-05T02:57:12.956Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "d2b30c49-ca73-4821-a864-676b27e32761",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630810632953,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/artifacts/service-BasicOnboardCtkwvs-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-05T02:57:13.056Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-05T02:57:13.057Z||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-05T02:57:13.057Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ...
2021-09-05T02:57:13.067Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:57:13.067Z||pool-26-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-05T02:57:13.956Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-05T02:57:13.958Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-05T02:57:13.958Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: f1fed71b-717b-4ee9-b063-eee08f6c27a5, URL: /sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/artifacts/service-BasicOnboardCtkwvs-csar.csar to file: /app/ASDC/1/service-BasicOnboardCtkwvs-csar.csar
2021-09-05T02:57:13.958Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardCtkwvs-csar.csar
2021-09-05T02:57:13.959Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardCtkwvs-csar.csar
2021-09-05T02:57:13.959Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardCtkwvs-csar.csar
2021-09-05T02:57:14.129Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7339888868948473886/Definitions/service-BasicOnboardCtkwvs-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-05T02:57:15.227Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-05T02:57:15.227Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-09-05T02:57:15.227Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardCtkwvs-csar.csar
2021-09-05T02:57:15.227Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-09-05T02:57:15.227Z|d2b30c49-ca73-4821-a864-676b27e32761|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-BasicOnboardCtkwvs-csar.csar
2021-09-05T02:57:15.227Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_cTkwVs 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-BasicOnboardCtkwvs-csar.csar
2021-09-05T02:57:15.227Z|d2b30c49-ca73-4821-a864-676b27e32761|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-BasicOnboardCtkwvs-csar.csar
2021-09-05T02:57:15.227Z|d2b30c49-ca73-4821-a864-676b27e32761|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-BasicOnboardCtkwvs-csar.csar
2021-09-05T02:57:15.227Z|d2b30c49-ca73-4821-a864-676b27e32761|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-BasicOnboardCtkwvs-csar.csar
2021-09-05T02:57:15.228Z|d2b30c49-ca73-4821-a864-676b27e32761|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-BasicOnboardCtkwvs-csar.csar
2021-09-05T02:57:15.228Z|d2b30c49-ca73-4821-a864-676b27e32761|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-BasicOnboardCtkwvs-csar.csar
2021-09-05T02:57:15.228Z|d2b30c49-ca73-4821-a864-676b27e32761|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-BasicOnboardCtkwvs-csar.csar
2021-09-05T02:57:15.228Z|d2b30c49-ca73-4821-a864-676b27e32761|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-BasicOnboardCtkwvs-csar.csar
2021-09-05T02:57:15.228Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-09-05T02:57:15.228Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-05T02:57:15.228Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_cTkwVs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-05T02:57:15.228Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_cTkwVs 0 is matching search criteria
2021-09-05T02:57:15.228Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-09-05T02:57:15.228Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_cTkwVs 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-05T02:57:15.228Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-05T02:57:15.228Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_cTkwVs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-05T02:57:15.228Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_cTkwVs 0 is matching search criteria
2021-09-05T02:57:15.229Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-09-05T02:57:15.229Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_cTkwVs 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-05T02:57:15.229Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-05T02:57:15.229Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_cTkwVs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-05T02:57:15.229Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-05T02:57:15.229Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_cTkwVs 0 is not matching search criteria
2021-09-05T02:57:15.229Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-09-05T02:57:15.229Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-09-05T02:57:15.229Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-09-05T02:57:15.229Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-05T02:57:15.229Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-05T02:57:15.229Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-05T02:57:15.229Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_cTkwVs is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-05T02:57:15.230Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-05T02:57:15.230Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_cTkwVs 0 is matching search criteria
2021-09-05T02:57:15.230Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_cTkwVs 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-05T02:57:15.230Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-05T02:57:15.230Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_cTkwVs 0 is matching search criteria
2021-09-05T02:57:15.230Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_cTkwVs 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-05T02:57:15.230Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-05T02:57:15.230Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_cTkwVs 0 is matching search criteria
2021-09-05T02:57:15.230Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_cTkwVs 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-05T02:57:15.230Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-05T02:57:15.231Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_cTkwVs 0 is not matching search criteria
2021-09-05T02:57:15.231Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-05T02:57:15.231Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-05T02:57:15.231Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=20f9015b-3464-4211-b91f-eb8ecef07ae7
2021-09-05T02:57:15.231Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-05T02:57:15.231Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_cTkwVs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-05T02:57:15.231Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-05T02:57:15.231Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_cTkwVs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-05T02:57:15.231Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-05T02:57:15.231Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_cTkwVs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-05T02:57:15.231Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-05T02:57:15.231Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_cTkwVs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-05T02:57:15.231Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_cTkwVs
Description:service
Model UUID:acc2f7b2-5767-4e69-b916-d3dfa5f94f42
Model Version:NULL
Model InvariantUuid:c497437a-c277-479a-a64d-4fef32ac3ffa
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_cTkwVs
Model UUID:685399f5-fb25-4c95-841c-4fcab3b74abc
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:0b3027bd-f911-4e09-bd6e-ce9349c0e5b5
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:04c721a6-ace5-43cf-a6e1-aec0107b57af
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:358e67a5-8cd9-48be-b7e6-2094f4f09abf
ModelName:BasicOnboardCtkwvs..base_ubuntu18..module-0
ModelUuid:76dca897-54ed-4f3a-964d-f970cfd8f993
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:20f9015b-3464-4211-b91f-eb8ecef07ae7
ModelInvariantUuid:07bb82a4-b4ea-4ac4-a898-b32237534714
ModelName:basic_onboard_cTkwVs-nodes.ubuntu18Cvfc
ModelUuid:17ba7bd3-9697-43c6-b8e2-e9595a4b8c63
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:2fe12da8-059e-4216-a18d-db087c5cea18
ModelInvariantUuid:8923e72b-b989-4155-817f-0d20436fbf1a
ModelName:BasicOnboardCtkwvs.compute.nodes.heat.ubuntu18
ModelUuid:bdf4edc5-171a-41fb-964f-080fdfef23f4
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-05T02:57:15.237Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: ccf187f7-1971-4daf-b80e-a8fa2d7654df
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-05T02:57:15.239Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500||basic_onboard_cTkwVs 0
2021-09-05T02:57:15.239Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ccf187f7-1971-4daf-b80e-a8fa2d7654df
2021-09-05T02:57:15.239Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: cad82a62-f279-478c-adb4-03f33439449e from URL: /sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/basic_onboard_ctkwvs0_modules.json
2021-09-05T02:57:15.240Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-05T02:57:15.240Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/basic_onboard_ctkwvs0_modules.json
2021-09-05T02:57:15.389Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-05T02:57:15.389Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/basic_onboard_ctkwvs0_modules.json cad82a62-f279-478c-adb4-03f33439449e 798
2021-09-05T02:57:15.389Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/basic_onboard_ctkwvs0_modules.json ASDC sendASDCNotification
2021-09-05T02:57:15.390Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/basic_onboard_ctkwvs0_modules.json
2021-09-05T02:57:15.390Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-05T02:57:15.390Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-05T02:57:15.392Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-05T02:57:15.392Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "d2b30c49-ca73-4821-a864-676b27e32761",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630810635389,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/basic_onboard_ctkwvs0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-05T02:57:15.492Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-05T02:57:15.493Z||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-05T02:57:15.493Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ...
2021-09-05T02:57:15.502Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:57:15.502Z||pool-27-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-09-05T02:57:16.392Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardCtkwvs..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "358e67a5-8cd9-48be-b7e6-2094f4f09abf",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "76dca897-54ed-4f3a-964d-f970cfd8f993",
"vfModuleModelCustomizationUUID": "6c8016fd-e611-4ee1-aabe-fae888468aa0",
"isBase": true,
"artifacts": [
"acbd7f0a-da47-430c-8ce3-68c3a701f0a0",
"381e81d6-bf51-421a-a83b-8b565d796d08"
],
"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-05T02:57:16.398Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardCtkwvs..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:76dca897-54ed-4f3a-964d-f970cfd8f993
VfModuleModelInvariantUUID:358e67a5-8cd9-48be-b7e6-2094f4f09abf
VfModuleModelDescription:NULL
Artifacts UUID List:{
acbd7f0a-da47-430c-8ce3-68c3a701f0a0
,
381e81d6-bf51-421a-a83b-8b565d796d08
}
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-05T02:57:16.400Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardCtkwvs..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "358e67a5-8cd9-48be-b7e6-2094f4f09abf",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "76dca897-54ed-4f3a-964d-f970cfd8f993",
"vfModuleModelCustomizationUUID": "6c8016fd-e611-4ee1-aabe-fae888468aa0",
"isBase": true,
"artifacts": [
"acbd7f0a-da47-430c-8ce3-68c3a701f0a0",
"381e81d6-bf51-421a-a83b-8b565d796d08"
],
"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-05T02:57:16.400Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardCtkwvs..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:76dca897-54ed-4f3a-964d-f970cfd8f993
VfModuleModelInvariantUUID:358e67a5-8cd9-48be-b7e6-2094f4f09abf
VfModuleModelDescription:NULL
Artifacts UUID List:{
acbd7f0a-da47-430c-8ce3-68c3a701f0a0
,
381e81d6-bf51-421a-a83b-8b565d796d08
}
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-05T02:57:16.400Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: acbd7f0a-da47-430c-8ce3-68c3a701f0a0 from URL: /sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/base_ubuntu18.yaml
2021-09-05T02:57:16.400Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-05T02:57:16.401Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/base_ubuntu18.yaml
2021-09-05T02:57:16.544Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-05T02:57:16.545Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/base_ubuntu18.yaml acbd7f0a-da47-430c-8ce3-68c3a701f0a0 5033
2021-09-05T02:57:16.545Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-05T02:57:16.545Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/base_ubuntu18.yaml
2021-09-05T02:57:16.545Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-05T02:57:16.545Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-05T02:57:16.547Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-05T02:57:16.547Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "d2b30c49-ca73-4821-a864-676b27e32761",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630810636545,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-05T02:57:16.647Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-05T02:57:16.648Z||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-05T02:57:16.648Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ...
2021-09-05T02:57:16.657Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:57:16.657Z||pool-28-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-05T02:57:17.548Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 381e81d6-bf51-421a-a83b-8b565d796d08 from URL: /sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/base_ubuntu18.env
2021-09-05T02:57:17.548Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-05T02:57:17.549Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/base_ubuntu18.env
2021-09-05T02:57:17.732Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-05T02:57:17.732Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/base_ubuntu18.env 381e81d6-bf51-421a-a83b-8b565d796d08 909
2021-09-05T02:57:17.732Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-05T02:57:17.732Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/base_ubuntu18.env
2021-09-05T02:57:17.733Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-05T02:57:17.733Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-05T02:57:17.735Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-05T02:57:17.735Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "d2b30c49-ca73-4821-a864-676b27e32761",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630810637732,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-09-05T02:57:17.836Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-05T02:57:17.836Z||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-05T02:57:17.837Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ...
2021-09-05T02:57:17.846Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:57:17.846Z||pool-29-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-05T02:57:18.736Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: acc2f7b2-5767-4e69-b916-d3dfa5f94f42
2021-09-05T02:57:18.737Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_cTkwVs 0 ccf187f7-1971-4daf-b80e-a8fa2d7654df 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-05T02:57:18.746Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@75a24e46, org.onap.sdc.toscaparser.api.parameters.Input@786be4a6, org.onap.sdc.toscaparser.api.parameters.Input@4b8cced9, org.onap.sdc.toscaparser.api.parameters.Input@6a8c2f6d, org.onap.sdc.toscaparser.api.parameters.Input@dbb9c04]
2021-09-05T02:57:18.747Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-05T02:57:18.747Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_cTkwVs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-05T02:57:18.748Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic
2021-09-05T02:57:18.748Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 04c721a6-ace5-43cf-a6e1-aec0107b57af
2021-09-05T02:57:18.748Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 04c721a6-ace5-43cf-a6e1-aec0107b57af matches Tosca VF Customization UUID: 04c721a6-ace5-43cf-a6e1-aec0107b57af
2021-09-05T02:57:18.748Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 04c721a6-ace5-43cf-a6e1-aec0107b57af 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-05T02:57:18.749Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-05T02:57:18.749Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_cTkwVs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-05T02:57:18.750Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 04c721a6-ace5-43cf-a6e1-aec0107b57af: {\"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-05T02:57:18.750Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@c794e8e
2021-09-05T02:57:18.750Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-05T02:57:18.750Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_cTkwVs is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-05T02:57:18.750Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6c8016fd-e611-4ee1-aabe-fae888468aa0
2021-09-05T02:57:18.750Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6c8016fd-e611-4ee1-aabe-fae888468aa0
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-05T02:57:18.752Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-05T02:57:18.752Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_cTkwVs 0 is matching search criteria
2021-09-05T02:57:18.752Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_cTkwVs 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-05T02:57:18.752Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-05T02:57:18.752Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_cTkwVs 0 is matching search criteria
2021-09-05T02:57:18.752Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_cTkwVs 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-05T02:57:18.752Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-05T02:57:18.753Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_cTkwVs 0 is not matching search criteria
2021-09-05T02:57:18.753Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-05T02:57:18.753Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-05T02:57:18.753Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=20f9015b-3464-4211-b91f-eb8ecef07ae7
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-05T02:57:18.754Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-05T02:57:18.754Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_cTkwVs 0 is matching search criteria
2021-09-05T02:57:18.755Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_cTkwVs 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-05T02:57:18.755Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-05T02:57:18.755Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_cTkwVs 0 is matching search criteria
2021-09-05T02:57:18.755Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_cTkwVs 0] matching following query criteria: sdcType=VF, customizationUUID=04c721a6-ace5-43cf-a6e1-aec0107b57af
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-05T02:57:18.756Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-05T02:57:18.756Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_cTkwVs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-05T02:57:18.756Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid acc2f7b2-5767-4e69-b916-d3dfa5f94f42: basic_onboard_cTkwVs
2021-09-05T02:57:18.756Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-05T02:57:18.757Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_cTkwVs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-05T02:57:18.757Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-05T02:57:18.757Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_cTkwVs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-05T02:57:18.757Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-05T02:57:18.757Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_cTkwVs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-05T02:57:18.757Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-05T02:57:18.757Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_cTkwVs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-05T02:57:18.757Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-05T02:57:18.757Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_cTkwVs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-05T02:57:18.757Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500||Saving Service: basic_onboard_cTkwVs
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-05T02:57:18.823Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_cTkwVs ccf187f7-1971-4daf-b80e-a8fa2d7654df 1 ASDC deployResourceStructure
2021-09-05T02:57:18.823Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/basic_onboard_ctkwvs0_modules.json ASDC sendASDCNotification
2021-09-05T02:57:18.824Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/basic_onboard_ctkwvs0_modules.json
2021-09-05T02:57:18.824Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-05T02:57:18.824Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-05T02:57:18.826Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-05T02:57:18.826Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "d2b30c49-ca73-4821-a864-676b27e32761",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630810638823,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/basic_onboard_ctkwvs0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-05T02:57:18.926Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-05T02:57:18.927Z||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-05T02:57:18.927Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ...
2021-09-05T02:57:18.936Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:57:18.936Z||pool-30-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-05T02:57:19.827Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-05T02:57:19.827Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/base_ubuntu18.yaml
2021-09-05T02:57:19.828Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-05T02:57:19.828Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-05T02:57:19.831Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-05T02:57:19.831Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "d2b30c49-ca73-4821-a864-676b27e32761",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630810639827,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-09-05T02:57:19.931Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-05T02:57:19.931Z||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-05T02:57:19.932Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ...
2021-09-05T02:57:19.940Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:57:19.940Z||pool-31-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-05T02:57:20.832Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-05T02:57:20.832Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/base_ubuntu18.env
2021-09-05T02:57:20.833Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-05T02:57:20.833Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-05T02:57:20.836Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-05T02:57:20.836Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "d2b30c49-ca73-4821-a864-676b27e32761",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630810640831,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-09-05T02:57:20.936Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-05T02:57:20.936Z||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-05T02:57:20.937Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ...
2021-09-05T02:57:20.945Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:57:20.945Z||pool-32-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-05T02:57:21.836Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/artifacts/service-BasicOnboardCtkwvs-csar.csar ASDC sendASDCNotification
2021-09-05T02:57:21.837Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/artifacts/service-BasicOnboardCtkwvs-csar.csar
2021-09-05T02:57:21.837Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-05T02:57:21.838Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-05T02:57:21.840Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-05T02:57:21.840Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "d2b30c49-ca73-4821-a864-676b27e32761",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630810641836,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/artifacts/service-BasicOnboardCtkwvs-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-05T02:57:21.940Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-05T02:57:21.941Z||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-05T02:57:21.941Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ...
2021-09-05T02:57:21.950Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:57:21.950Z||pool-33-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-05T02:57:22.841Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d2b30c49-ca73-4821-a864-676b27e32761
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-05T02:57:22.854Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d2b30c49-ca73-4821-a864-676b27e32761
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-05T02:57:22.857Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-05T02:57:22.857Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-05T02:57:22.857Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-05T02:57:22.857Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-05T02:57:22.857Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-05T02:57:22.857Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-05T02:57:22.857Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-05T02:57:22.857Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-05T02:57:22.857Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-05T02:57:22.858Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-05T02:57:22.858Z|d2b30c49-ca73-4821-a864-676b27e32761|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-05T02:57:22.862Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-05T02:57:52.184Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T02:57:52.184Z||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-05T02:57:52.185Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T02:57:52.810Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:57:52.811Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:57:52.812Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630810620411,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-05T02:57:52.812Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-05T02:57:52.813Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:57:52.813Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2b30c49-ca73-4821-a864-676b27e32761",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630810621429,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-05T02:57:52.813Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-05T02:57:52.813Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:57:52.814Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2b30c49-ca73-4821-a864-676b27e32761",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630810621429,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/basic_onboard_ctkwvs0_modules.json",
"status": "NOTIFIED"
}
2021-09-05T02:57:52.814Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-05T02:57:52.814Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:57:52.814Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2b30c49-ca73-4821-a864-676b27e32761",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630810621429,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-05T02:57:52.815Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-05T02:57:52.815Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:57:52.815Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2b30c49-ca73-4821-a864-676b27e32761",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630810621429,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-05T02:57:52.815Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-05T02:57:52.815Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:57:52.816Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2b30c49-ca73-4821-a864-676b27e32761",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630810621429,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-09-05T02:57:52.816Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-05T02:57:52.816Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:57:52.816Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2b30c49-ca73-4821-a864-676b27e32761",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630810621429,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/artifacts/service-BasicOnboardCtkwvs-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-05T02:57:52.817Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-05T02:57:52.817Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:57:52.817Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2b30c49-ca73-4821-a864-676b27e32761",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630810621429,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/artifacts/service-BasicOnboardCtkwvs-csar.csar",
"status": "NOTIFIED"
}
2021-09-05T02:57:52.818Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-05T02:57:52.818Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:57:52.818Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2b30c49-ca73-4821-a864-676b27e32761",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630810632953,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/artifacts/service-BasicOnboardCtkwvs-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-05T02:57:52.819Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-05T02:57:52.819Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:57:52.819Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2b30c49-ca73-4821-a864-676b27e32761",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630810635389,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/basic_onboard_ctkwvs0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-05T02:57:52.819Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-05T02:57:52.819Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:57:52.820Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2b30c49-ca73-4821-a864-676b27e32761",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630810636545,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-05T02:57:52.820Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-05T02:57:52.820Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:57:52.820Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2b30c49-ca73-4821-a864-676b27e32761",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630810637732,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-09-05T02:57:52.820Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-05T02:57:52.821Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:57:52.821Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2b30c49-ca73-4821-a864-676b27e32761",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630810638823,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/basic_onboard_ctkwvs0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-05T02:57:52.821Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-05T02:57:52.821Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:57:52.821Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2b30c49-ca73-4821-a864-676b27e32761",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630810639827,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-09-05T02:57:52.822Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-05T02:57:52.822Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:57:52.822Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2b30c49-ca73-4821-a864-676b27e32761",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630810640831,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-09-05T02:57:52.822Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-05T02:57:52.822Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-05T02:57:52.823Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2b30c49-ca73-4821-a864-676b27e32761",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630810641836,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/artifacts/service-BasicOnboardCtkwvs-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-05T02:57:52.823Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-05T02:57:52.862Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d2b30c49-ca73-4821-a864-676b27e32761 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-05T02:57:52.867Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d2b30c49-ca73-4821-a864-676b27e32761 and serviceModelVersionId: acc2f7b2-5767-4e69-b916-d3dfa5f94f42
2021-09-05T02:57:52.867Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c497437a-c277-479a-a64d-4fef32ac3ffa
2021-09-05T02:57:52.868Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c497437a-c277-479a-a64d-4fef32ac3ffa/model-vers/model-ver/acc2f7b2-5767-4e69-b916-d3dfa5f94f42?depth=0
2021-09-05T02:57:52.873Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2021-09-05T02:57:52.909Z|d2b30c49-ca73-4821-a864-676b27e32761|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/c497437a-c277-479a-a64d-4fef32ac3ffa/model-vers/model-ver/acc2f7b2-5767-4e69-b916-d3dfa5f94f42?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-05T02:57:52.910Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c497437a-c277-479a-a64d-4fef32ac3ffa/model-vers/model-ver/acc2f7b2-5767-4e69-b916-d3dfa5f94f42?depth=0|INFO|500||Invoke
2021-09-05T02:57:52.933Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c497437a-c277-479a-a64d-4fef32ac3ffa/model-vers/model-ver/acc2f7b2-5767-4e69-b916-d3dfa5f94f42?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-09-05T02:57:53.009Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c497437a-c277-479a-a64d-4fef32ac3ffa/model-vers/model-ver/acc2f7b2-5767-4e69-b916-d3dfa5f94f42?depth=0|INFO|500||InvokeReturn
2021-09-05T02:57:53.009Z|d2b30c49-ca73-4821-a864-676b27e32761|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/c497437a-c277-479a-a64d-4fef32ac3ffa/model-vers/model-ver/acc2f7b2-5767-4e69-b916-d3dfa5f94f42?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210905-02:57:52:940-29312], vertex-id=[192720], Content-Length=[0], Date=[Sun, 05 Sep 2021 02:57:52 GMT], Content-Type=[application/json]}
2021-09-05T02:57:53.009Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2021-09-05T02:57:53.009Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-05T02:57:53.010Z|d2b30c49-ca73-4821-a864-676b27e32761|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-05T02:57:53.013Z|d2b30c49-ca73-4821-a864-676b27e32761|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-05T02:57:53.014Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d2b30c49-ca73-4821-a864-676b27e32761 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-05T02:57:53.014Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-05T02:57:53.014Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-05T02:57:53.016Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-05T02:57:53.016Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "d2b30c49-ca73-4821-a864-676b27e32761",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630810673014,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-05T02:57:53.116Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-05T02:57:53.117Z||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-05T02:57:53.117Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ...
2021-09-05T02:57:53.126Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:57:53.127Z||pool-34-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-05T02:57:54.025Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T02:57:54.026Z|d2b30c49-ca73-4821-a864-676b27e32761|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-05T02:57:54.026Z|d2b30c49-ca73-4821-a864-676b27e32761|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 PddoZ7otRZI0oWVt) ...
2021-09-05T02:58:03.559Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:58:03.560Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T02:58:03.560Z|d2b30c49-ca73-4821-a864-676b27e32761|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-05T02:58:03.561Z|d2b30c49-ca73-4821-a864-676b27e32761|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 PddoZ7otRZI0oWVt) ...
2021-09-05T02:58:13.094Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:58:13.095Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T02:58:13.095Z|d2b30c49-ca73-4821-a864-676b27e32761|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-05T02:58:13.095Z|d2b30c49-ca73-4821-a864-676b27e32761|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 PddoZ7otRZI0oWVt) ...
2021-09-05T02:58:22.628Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:58:22.628Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T02:58:22.629Z|d2b30c49-ca73-4821-a864-676b27e32761|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-05T02:58:22.629Z|d2b30c49-ca73-4821-a864-676b27e32761|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 PddoZ7otRZI0oWVt) ...
2021-09-05T02:58:32.159Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:58:52.181Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T02:58:52.182Z|d2b30c49-ca73-4821-a864-676b27e32761|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-05T02:58:52.182Z|d2b30c49-ca73-4821-a864-676b27e32761|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 PddoZ7otRZI0oWVt) ...
2021-09-05T02:58:52.183Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T02:58:52.184Z||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-05T02:58:52.184Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T02:58:52.804Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:58:52.805Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-05T02:58:52.805Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2b30c49-ca73-4821-a864-676b27e32761",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630810673014,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-05T02:58:52.806Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-05T02:59:01.718Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T02:59:52.181Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T02:59:52.182Z|d2b30c49-ca73-4821-a864-676b27e32761|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-05T02:59:52.182Z|d2b30c49-ca73-4821-a864-676b27e32761|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 PddoZ7otRZI0oWVt) ...
2021-09-05T02:59:52.183Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T02:59:52.184Z||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-05T02:59:52.184Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T03:00:01.724Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T03:00:01.725Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T03:00:52.181Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T03:00:52.182Z|d2b30c49-ca73-4821-a864-676b27e32761|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-05T03:00:52.182Z|d2b30c49-ca73-4821-a864-676b27e32761|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 PddoZ7otRZI0oWVt) ...
2021-09-05T03:00:52.183Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T03:00:52.184Z||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-05T03:00:52.184Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T03:01:01.722Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T03:01:01.722Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T03:01:52.181Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T03:01:52.182Z|d2b30c49-ca73-4821-a864-676b27e32761|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-05T03:01:52.183Z|d2b30c49-ca73-4821-a864-676b27e32761|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 PddoZ7otRZI0oWVt) ...
2021-09-05T03:01:52.184Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T03:01:52.184Z||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-05T03:01:52.184Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T03:02:01.720Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T03:02:01.724Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T03:02:52.181Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T03:02:52.183Z|d2b30c49-ca73-4821-a864-676b27e32761|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-05T03:02:52.183Z|d2b30c49-ca73-4821-a864-676b27e32761|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 PddoZ7otRZI0oWVt) ...
2021-09-05T03:02:52.184Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T03:02:52.184Z||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-05T03:02:52.184Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T03:03:01.730Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T03:03:01.732Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T03:03:52.181Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T03:03:52.182Z|d2b30c49-ca73-4821-a864-676b27e32761|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-05T03:03:52.182Z|d2b30c49-ca73-4821-a864-676b27e32761|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 PddoZ7otRZI0oWVt) ...
2021-09-05T03:03:52.183Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T03:03:52.184Z||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-05T03:03:52.184Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T03:04:01.724Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T03:04:01.725Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T03:04:52.183Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T03:04:52.184Z||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-05T03:04:52.184Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T03:04:52.184Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T03:04:52.184Z||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-05T03:04:52.184Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T03:05:01.727Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T03:05:01.727Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T03:05:52.181Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T03:05:52.182Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-05T03:05:52.182Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PddoZ7otRZI0oWVt) ...
2021-09-05T03:05:52.183Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-05T03:05:52.185Z||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-05T03:05:52.185Z||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 PddoZ7otRZI0oWVt) ...
2021-09-05T03:05:52.805Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T03:05:52.806Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-05T03:05:52.806Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"2750ca62-26d8-4a69-8881-9ce5acea4746","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"0239e219-5f0b-48b4-af61-f700e1cfed77","serviceDescription":"service","serviceInvariantUUID":"7396c107-a882-45d7-80ab-ca986fe13ed7","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"d2521671-daa4-4686-804e-775e436b4e11","resourceInvariantUUID":"4859bf54-b319-460f-ae9c-ab6267ae4d7a","resourceCustomizationUUID":"1472335d-9475-46d2-b0d1-846a3c18b37c","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":"Y2RlNDA0M2I4NTRjYzZlZjA1YjVhYTEyNDA4ZWVjNzU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8792abae-2845-4df1-9ffa-3bb21e0d39a3","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MzJiNWI4MWIxNzgyZjM4YTAzNDExN2YwYmFlNzg3Yzg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bccb7641-89d4-4c32-a25c-5c0318e4caa0","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-05T03:05:52.809Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T03:05:52.810Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-05T03:05:52.810Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-05T03:05:52.813Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-05T03:05:52.813Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "2750ca62-26d8-4a69-8881-9ce5acea4746",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630811152181,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-05T03:05:52.814Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-05T03:05:52.814Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2750ca62-26d8-4a69-8881-9ce5acea4746",
"consumerID": "clamp",
"timestamp": 1630811096139,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-05T03:05:52.815Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-05T03:05:52.815Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-05T03:05:52.815Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2750ca62-26d8-4a69-8881-9ce5acea4746",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630811102598,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-05T03:05:52.816Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-05T03:05:52.816Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-05T03:05:52.816Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2750ca62-26d8-4a69-8881-9ce5acea4746",
"consumerID": "ves-openapi-manager",
"timestamp": 1630811100432,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-05T03:05:52.816Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-05T03:05:52.816Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-05T03:05:52.816Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2750ca62-26d8-4a69-8881-9ce5acea4746",
"consumerID": "policy-id",
"timestamp": 1630811097932,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-05T03:05:52.816Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-05T03:05:52.816Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-05T03:05:52.816Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2750ca62-26d8-4a69-8881-9ce5acea4746",
"consumerID": "ves-openapi-manager",
"timestamp": 1630811100432,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-05T03:05:52.816Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-05T03:05:52.817Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-05T03:05:52.817Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2750ca62-26d8-4a69-8881-9ce5acea4746",
"consumerID": "clamp",
"timestamp": 1630811096139,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-05T03:05:52.817Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-05T03:05:52.817Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-05T03:05:52.817Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2750ca62-26d8-4a69-8881-9ce5acea4746",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630811102598,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-05T03:05:52.817Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-05T03:05:52.817Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-05T03:05:52.817Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2750ca62-26d8-4a69-8881-9ce5acea4746",
"consumerID": "policy-id",
"timestamp": 1630811097932,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-05T03:05:52.817Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-05T03:05:52.817Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-05T03:05:52.817Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2750ca62-26d8-4a69-8881-9ce5acea4746",
"consumerID": "dcae-sch",
"timestamp": 1630811107691,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-05T03:05:52.818Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-05T03:05:52.818Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-05T03:05:52.818Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2750ca62-26d8-4a69-8881-9ce5acea4746",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630811108838,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-05T03:05:52.818Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-05T03:05:52.818Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-05T03:05:52.818Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2750ca62-26d8-4a69-8881-9ce5acea4746",
"consumerID": "policy-id",
"timestamp": 1630811108923,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-05T03:05:52.818Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-05T03:05:52.818Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-05T03:05:52.818Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2750ca62-26d8-4a69-8881-9ce5acea4746",
"consumerID": "aai-ml",
"timestamp": 1630811108328,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-05T03:05:52.818Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-05T03:05:52.819Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-05T03:05:52.819Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2750ca62-26d8-4a69-8881-9ce5acea4746",
"consumerID": "dcae-sch",
"timestamp": 1630811107691,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-05T03:05:52.819Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-05T03:05:52.819Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-05T03:05:52.819Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2750ca62-26d8-4a69-8881-9ce5acea4746",
"consumerID": "cds",
"timestamp": 1630811109249,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-05T03:05:52.819Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-05T03:05:52.819Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-05T03:05:52.819Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2750ca62-26d8-4a69-8881-9ce5acea4746",
"consumerID": "aai-ml",
"timestamp": 1630811108328,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-05T03:05:52.819Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-05T03:05:52.819Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-05T03:05:52.820Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2750ca62-26d8-4a69-8881-9ce5acea4746",
"consumerID": "policy-id",
"timestamp": 1630811109929,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-05T03:05:52.820Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-05T03:05:52.820Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-05T03:05:52.820Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2750ca62-26d8-4a69-8881-9ce5acea4746",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630811110234,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-05T03:05:52.820Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-05T03:05:52.820Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-05T03:05:52.820Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2750ca62-26d8-4a69-8881-9ce5acea4746",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630811109998,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-05T03:05:52.820Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-05T03:05:52.820Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-05T03:05:52.820Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2750ca62-26d8-4a69-8881-9ce5acea4746",
"consumerID": "cds",
"timestamp": 1630811109249,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-05T03:05:52.820Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-05T03:05:52.820Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-05T03:05:52.820Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2750ca62-26d8-4a69-8881-9ce5acea4746",
"consumerID": "policy-id",
"timestamp": 1630811110932,
"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=?
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-05T03:05:52.837Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2750ca62-26d8-4a69-8881-9ce5acea4746
2021-09-05T03:05:52.837Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2750ca62-26d8-4a69-8881-9ce5acea4746 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-05T03:05:52.844Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-05T03:05:52.844Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2750ca62-26d8-4a69-8881-9ce5acea4746",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630811111238,
"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-05T03:05:52.849Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2750ca62-26d8-4a69-8881-9ce5acea4746
2021-09-05T03:05:52.849Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2750ca62-26d8-4a69-8881-9ce5acea4746 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-05T03:05:52.858Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-05T03:05:52.858Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2750ca62-26d8-4a69-8881-9ce5acea4746",
"consumerID": "aai-ml",
"timestamp": 1630811111444,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-05T03:05:52.858Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-05T03:05:52.858Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-05T03:05:52.858Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2750ca62-26d8-4a69-8881-9ce5acea4746",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630811109998,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-05T03:05:52.858Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-05T03:05:52.859Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-05T03:05:52.859Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2750ca62-26d8-4a69-8881-9ce5acea4746",
"consumerID": "cds",
"timestamp": 1630811112033,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-05T03:05:52.859Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-05T03:05:52.859Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-05T03:05:52.859Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2750ca62-26d8-4a69-8881-9ce5acea4746",
"consumerID": "cds",
"timestamp": 1630811113037,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-05T03:05:52.862Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2750ca62-26d8-4a69-8881-9ce5acea4746
2021-09-05T03:05:52.862Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2750ca62-26d8-4a69-8881-9ce5acea4746 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-05T03:05:52.868Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-05T03:05:52.868Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2750ca62-26d8-4a69-8881-9ce5acea4746",
"consumerID": "aai-ml",
"timestamp": 1630811114338,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-05T03:05:52.869Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-05T03:05:52.869Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-05T03:05:52.869Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2750ca62-26d8-4a69-8881-9ce5acea4746",
"consumerID": "aai-ml",
"timestamp": 1630811115342,
"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-05T03:05:52.872Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2750ca62-26d8-4a69-8881-9ce5acea4746
2021-09-05T03:05:52.872Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2750ca62-26d8-4a69-8881-9ce5acea4746 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-05T03:05:52.878Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-05T03:05:52.878Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2750ca62-26d8-4a69-8881-9ce5acea4746",
"consumerID": "clamp",
"timestamp": 1630811116092,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-05T03:05:52.879Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-05T03:05:52.879Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-05T03:05:52.879Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2750ca62-26d8-4a69-8881-9ce5acea4746",
"consumerID": "clamp",
"timestamp": 1630811118101,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-05T03:05:52.879Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-05T03:05:52.879Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-05T03:05:52.879Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2750ca62-26d8-4a69-8881-9ce5acea4746",
"consumerID": "clamp",
"timestamp": 1630811119103,
"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-05T03:05:52.883Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2750ca62-26d8-4a69-8881-9ce5acea4746
2021-09-05T03:05:52.883Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2750ca62-26d8-4a69-8881-9ce5acea4746 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-05T03:05:52.889Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-05T03:05:52.889Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630811129998,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/resourceInstances/pnfa0111a10f7510/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-05T03:05:52.890Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-05T03:05:52.890Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-05T03:05:52.890Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74",
"consumerID": "dcae-sch",
"timestamp": 1630811127691,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/resourceInstances/pnfa0111a10f7510/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-05T03:05:52.890Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-05T03:05:52.890Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-05T03:05:52.890Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630811132598,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/resourceInstances/pnfa0111a10f7510/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-05T03:05:52.890Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-05T03:05:52.890Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-05T03:05:52.890Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74",
"consumerID": "dcae-sch",
"timestamp": 1630811127691,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/resourceInstances/pnfa0111a10f7510/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-09-05T03:05:52.890Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-05T03:05:52.890Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-05T03:05:52.890Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630811132598,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/resourceInstances/pnfa0111a10f7510/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-09-05T03:05:52.891Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-05T03:05:52.891Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-05T03:05:52.891Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630811129998,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/resourceInstances/pnfa0111a10f7510/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-09-05T03:05:52.891Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-05T03:05:52.891Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-05T03:05:52.891Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630811129998,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/resourceInstances/pnfa0111a10f7510/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-09-05T03:05:52.891Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-05T03:05:52.891Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-05T03:05:52.891Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630811132598,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/resourceInstances/pnfa0111a10f7510/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-09-05T03:05:52.891Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-05T03:05:52.891Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-05T03:05:52.891Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74",
"consumerID": "dcae-sch",
"timestamp": 1630811127691,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/resourceInstances/pnfa0111a10f7510/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-09-05T03:05:52.891Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-05T03:05:52.891Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-05T03:05:52.892Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74",
"consumerID": "policy-id",
"timestamp": 1630811137932,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/resourceInstances/pnfa0111a10f7510/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-05T03:05:52.892Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-05T03:05:52.892Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-05T03:05:52.892Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74",
"consumerID": "aai-ml",
"timestamp": 1630811138328,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/resourceInstances/pnfa0111a10f7510/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-05T03:05:52.892Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-05T03:05:52.892Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-05T03:05:52.892Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630811129998,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/resourceInstances/pnfa0111a10f7510/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-05T03:05:52.892Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-05T03:05:52.892Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-05T03:05:52.892Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630811132598,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/resourceInstances/pnfa0111a10f7510/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-05T03:05:52.892Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-05T03:05:52.892Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-05T03:05:52.892Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74",
"consumerID": "dcae-sch",
"timestamp": 1630811127691,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/resourceInstances/pnfa0111a10f7510/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-05T03:05:52.892Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-05T03:05:52.893Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-05T03:05:52.893Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74",
"consumerID": "policy-id",
"timestamp": 1630811137932,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/resourceInstances/pnfa0111a10f7510/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-09-05T03:05:52.893Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-05T03:05:52.893Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-05T03:05:52.893Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74",
"consumerID": "cds",
"timestamp": 1630811139249,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/resourceInstances/pnfa0111a10f7510/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-05T03:05:52.893Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-05T03:05:52.893Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-05T03:05:52.893Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74",
"consumerID": "aai-ml",
"timestamp": 1630811138328,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/resourceInstances/pnfa0111a10f7510/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-09-05T03:05:52.893Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-05T03:05:52.893Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-05T03:05:52.893Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630811129998,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/resourceInstances/pnfa0111a10f7510/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-05T03:05:52.893Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-05T03:05:52.893Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-05T03:05:52.893Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630811132598,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/resourceInstances/pnfa0111a10f7510/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-05T03:05:52.893Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-05T03:05:52.894Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-05T03:05:52.894Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74",
"consumerID": "dcae-sch",
"timestamp": 1630811127691,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/resourceInstances/pnfa0111a10f7510/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-05T03:05:52.894Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-05T03:05:52.894Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-05T03:05:52.894Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74",
"consumerID": "policy-id",
"timestamp": 1630811137932,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/resourceInstances/pnfa0111a10f7510/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-09-05T03:05:52.894Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-05T03:05:52.894Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-05T03:05:52.894Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74",
"consumerID": "cds",
"timestamp": 1630811139249,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/resourceInstances/pnfa0111a10f7510/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-09-05T03:05:52.894Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-05T03:05:52.894Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-05T03:05:52.894Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74",
"consumerID": "aai-ml",
"timestamp": 1630811138328,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/resourceInstances/pnfa0111a10f7510/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-09-05T03:05:52.894Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-05T03:05:52.894Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-05T03:05:52.894Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74",
"consumerID": "ves-openapi-manager",
"timestamp": 1630811140432,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/resourceInstances/pnfa0111a10f7510/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-05T03:05:52.894Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-05T03:05:52.895Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-05T03:05:52.895Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630811129998,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/resourceInstances/pnfa0111a10f7510/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-05T03:05:52.895Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-05T03:05:52.895Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-05T03:05:52.895Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74",
"consumerID": "dcae-sch",
"timestamp": 1630811127691,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/resourceInstances/pnfa0111a10f7510/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-05T03:05:52.895Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-05T03:05:52.895Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-05T03:05:52.895Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630811132598,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/resourceInstances/pnfa0111a10f7510/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-05T03:05:52.895Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-05T03:05:52.895Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-05T03:05:52.895Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74",
"consumerID": "policy-id",
"timestamp": 1630811137932,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/resourceInstances/pnfa0111a10f7510/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-05T03:05:52.895Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-05T03:05:52.895Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-05T03:05:52.895Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74",
"consumerID": "cds",
"timestamp": 1630811139249,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/resourceInstances/pnfa0111a10f7510/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-09-05T03:05:52.895Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-05T03:05:52.895Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-05T03:05:52.895Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74",
"consumerID": "aai-ml",
"timestamp": 1630811138328,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/resourceInstances/pnfa0111a10f7510/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-05T03:05:52.896Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-05T03:05:52.896Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-05T03:05:52.896Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74",
"consumerID": "ves-openapi-manager",
"timestamp": 1630811140432,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/resourceInstances/pnfa0111a10f7510/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-09-05T03:05:52.896Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-05T03:05:52.896Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-05T03:05:52.896Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630811129998,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/artifacts/service-DemoPnfIaqrraderynlxo9su7wd-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-05T03:05:52.896Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-05T03:05:52.896Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-05T03:05:52.896Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630811132598,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/artifacts/service-DemoPnfIaqrraderynlxo9su7wd-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-05T03:05:52.896Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-05T03:05:52.896Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-05T03:05:52.896Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74",
"consumerID": "dcae-sch",
"timestamp": 1630811127691,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/artifacts/service-DemoPnfIaqrraderynlxo9su7wd-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-05T03:05:52.896Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-05T03:05:52.896Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-05T03:05:52.896Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74",
"consumerID": "policy-id",
"timestamp": 1630811137932,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/resourceInstances/pnfa0111a10f7510/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-05T03:05:52.896Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-05T03:05:52.896Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-05T03:05:52.896Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74",
"consumerID": "cds",
"timestamp": 1630811139249,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/resourceInstances/pnfa0111a10f7510/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-05T03:05:52.896Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-05T03:05:52.897Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-05T03:05:52.897Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74",
"consumerID": "aai-ml",
"timestamp": 1630811138328,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/resourceInstances/pnfa0111a10f7510/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-05T03:05:52.897Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-05T03:05:52.897Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-05T03:05:52.897Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74",
"consumerID": "ves-openapi-manager",
"timestamp": 1630811140432,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/resourceInstances/pnfa0111a10f7510/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-09-05T03:05:52.897Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-05T03:05:52.897Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-05T03:05:52.897Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630811129998,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/artifacts/service-DemoPnfIaqrraderynlxo9su7wd-csar.csar",
"status": "NOTIFIED"
}
2021-09-05T03:05:52.897Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-05T03:05:52.897Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-05T03:05:52.897Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74",
"consumerID": "dcae-sch",
"timestamp": 1630811127691,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/artifacts/service-DemoPnfIaqrraderynlxo9su7wd-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-05T03:05:52.897Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-05T03:05:52.897Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-05T03:05:52.897Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630811132598,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/artifacts/service-DemoPnfIaqrraderynlxo9su7wd-csar.csar",
"status": "NOTIFIED"
}
2021-09-05T03:05:52.897Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-05T03:05:52.898Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-05T03:05:52.898Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74",
"consumerID": "policy-id",
"timestamp": 1630811137932,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/resourceInstances/pnfa0111a10f7510/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-05T03:05:52.898Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-05T03:05:52.898Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-05T03:05:52.898Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74",
"consumerID": "cds",
"timestamp": 1630811139249,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/resourceInstances/pnfa0111a10f7510/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-05T03:05:52.898Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-05T03:05:52.898Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-05T03:05:52.898Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74",
"consumerID": "aai-ml",
"timestamp": 1630811138328,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/resourceInstances/pnfa0111a10f7510/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-05T03:05:52.898Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-05T03:05:52.898Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-05T03:05:52.898Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74",
"consumerID": "ves-openapi-manager",
"timestamp": 1630811140432,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/resourceInstances/pnfa0111a10f7510/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-05T03:05:52.898Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-05T03:05:52.898Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-05T03:05:52.898Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74",
"consumerID": "policy-id",
"timestamp": 1630811137932,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/artifacts/service-DemoPnfIaqrraderynlxo9su7wd-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-05T03:05:52.898Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-05T03:05:52.898Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-05T03:05:52.898Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74",
"consumerID": "cds",
"timestamp": 1630811139249,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/resourceInstances/pnfa0111a10f7510/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-05T03:05:52.899Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-05T03:05:52.899Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-05T03:05:52.899Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74",
"consumerID": "aai-ml",
"timestamp": 1630811138328,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/artifacts/service-DemoPnfIaqrraderynlxo9su7wd-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-05T03:05:52.899Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-05T03:05:52.899Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-05T03:05:52.899Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74",
"consumerID": "ves-openapi-manager",
"timestamp": 1630811140432,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/resourceInstances/pnfa0111a10f7510/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-05T03:05:52.899Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-05T03:05:52.899Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-05T03:05:52.899Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74",
"consumerID": "policy-id",
"timestamp": 1630811137932,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/artifacts/service-DemoPnfIaqrraderynlxo9su7wd-csar.csar",
"status": "NOTIFIED"
}
2021-09-05T03:05:52.899Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-05T03:05:52.899Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-05T03:05:52.899Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74",
"consumerID": "cds",
"timestamp": 1630811139249,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/artifacts/service-DemoPnfIaqrraderynlxo9su7wd-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-05T03:05:52.899Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-05T03:05:52.899Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-05T03:05:52.899Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74",
"consumerID": "aai-ml",
"timestamp": 1630811138328,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/artifacts/service-DemoPnfIaqrraderynlxo9su7wd-csar.csar",
"status": "NOTIFIED"
}
2021-09-05T03:05:52.899Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-05T03:05:52.899Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-05T03:05:52.899Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74",
"consumerID": "ves-openapi-manager",
"timestamp": 1630811140432,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/resourceInstances/pnfa0111a10f7510/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2021-09-05T03:05:52.900Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-05T03:05:52.900Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-05T03:05:52.900Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630811146830,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/artifacts/service-DemoPnfIaqrraderynlxo9su7wd-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-05T03:05:52.900Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-05T03:05:52.900Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-05T03:05:52.900Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74",
"consumerID": "cds",
"timestamp": 1630811139249,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/artifacts/service-DemoPnfIaqrraderynlxo9su7wd-csar.csar",
"status": "NOTIFIED"
}
2021-09-05T03:05:52.900Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-05T03:05:52.900Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-05T03:05:52.900Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74",
"consumerID": "ves-openapi-manager",
"timestamp": 1630811140432,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/artifacts/service-DemoPnfIaqrraderynlxo9su7wd-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-05T03:05:52.900Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-05T03:05:52.900Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-05T03:05:52.900Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74",
"consumerID": "policy-id",
"timestamp": 1630811148043,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/artifacts/service-DemoPnfIaqrraderynlxo9su7wd-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-05T03:05:52.900Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-05T03:05:52.900Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-05T03:05:52.900Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74",
"consumerID": "ves-openapi-manager",
"timestamp": 1630811140432,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/artifacts/service-DemoPnfIaqrraderynlxo9su7wd-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-05T03:05:52.900Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-05T03:05:52.900Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-05T03:05:52.900Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74",
"consumerID": "aai-ml",
"timestamp": 1630811148141,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/artifacts/service-DemoPnfIaqrraderynlxo9su7wd-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-05T03:05:52.900Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-05T03:05:52.900Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-05T03:05:52.900Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630811148495,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/artifacts/service-DemoPnfIaqrraderynlxo9su7wd-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-05T03:05:52.901Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-05T03:05:52.901Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-05T03:05:52.901Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74",
"consumerID": "cds",
"timestamp": 1630811148526,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/artifacts/service-DemoPnfIaqrraderynlxo9su7wd-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-05T03:05:52.901Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-05T03:05:52.901Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-05T03:05:52.901Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74",
"consumerID": "policy-id",
"timestamp": 1630811149047,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/artifacts/service-DemoPnfIaqrraderynlxo9su7wd-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-05T03:05:52.901Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-05T03:05:52.901Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-05T03:05:52.901Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74",
"consumerID": "ves-openapi-manager",
"timestamp": 1630811149487,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/resourceInstances/pnfa0111a10f7510/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-05T03:05:52.901Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-05T03:05:52.901Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-05T03:05:52.901Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630811149498,
"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=?
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-05T03:05:52.911Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 451e21b4-eaf7-4edc-b5c0-cf4281455e74
2021-09-05T03:05:52.911Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 451e21b4-eaf7-4edc-b5c0-cf4281455e74 and ComponentName SDNC
2021-09-05T03:05:52.913Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-05T03:05:52.913Z||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-05T03:05:52.913Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ...
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-05T03:05:52.919Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-05T03:05:52.919Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74",
"consumerID": "cds",
"timestamp": 1630811149531,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/artifacts/service-DemoPnfIaqrraderynlxo9su7wd-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-05T03:05:52.921Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T03:05:52.922Z||pool-35-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-05T03:05:52.923Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 451e21b4-eaf7-4edc-b5c0-cf4281455e74
2021-09-05T03:05:52.923Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 451e21b4-eaf7-4edc-b5c0-cf4281455e74 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-05T03:05:52.930Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-05T03:05:52.930Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74",
"consumerID": "policy-id",
"timestamp": 1630811150049,
"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-05T03:05:52.935Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 451e21b4-eaf7-4edc-b5c0-cf4281455e74
2021-09-05T03:05:52.935Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 451e21b4-eaf7-4edc-b5c0-cf4281455e74 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-05T03:05:52.942Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-05T03:05:52.942Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74",
"consumerID": "ves-openapi-manager",
"timestamp": 1630811150731,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/resourceInstances/pnfa0111a10f7510/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DEPLOY_OK"
}
2021-09-05T03:05:52.943Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-05T03:05:52.943Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-05T03:05:52.943Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74",
"consumerID": "ves-openapi-manager",
"timestamp": 1630811151735,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": ""
}
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-05T03:05:52.947Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 451e21b4-eaf7-4edc-b5c0-cf4281455e74
2021-09-05T03:05:52.947Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 451e21b4-eaf7-4edc-b5c0-cf4281455e74 and ComponentName
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-05T03:05:52.956Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-05T03:05:52.956Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74",
"consumerID": "aai-ml",
"timestamp": 1630811151897,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/artifacts/service-DemoPnfIaqrraderynlxo9su7wd-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-05T03:05:52.956Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-05T03:05:53.813Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-05T03:05:53.814Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-05T03:05:53.816Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-05T03:05:53.816Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "2750ca62-26d8-4a69-8881-9ce5acea4746",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630811152181,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-05T03:05:53.917Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-05T03:05:53.918Z||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-05T03:05:53.918Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ...
2021-09-05T03:05:53.929Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T03:05:53.929Z||pool-36-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-09-05T03:05:54.819Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "2750ca62-26d8-4a69-8881-9ce5acea4746",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "0239e219-5f0b-48b4-af61-f700e1cfed77",
"serviceDescription": "service",
"serviceInvariantUUID": "7396c107-a882-45d7-80ab-ca986fe13ed7",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "1472335d-9475-46d2-b0d1-846a3c18b37c",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "d2521671-daa4-4686-804e-775e436b4e11",
"resourceInvariantUUID": "4859bf54-b319-460f-ae9c-ab6267ae4d7a",
"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": "MzJiNWI4MWIxNzgyZjM4YTAzNDExN2YwYmFlNzg3Yzg\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "bccb7641-89d4-4c32-a25c-5c0318e4caa0"
}
],
"workloadContext": "Production"
}
2021-09-05T03:05:54.820Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-05T03:05:54.820Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0239e219-5f0b-48b4-af61-f700e1cfed77 ASDC
2021-09-05T03:05:54.820Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:2750ca62-26d8-4a69-8881-9ce5acea4746
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:0239e219-5f0b-48b4-af61-f700e1cfed77
ServiceInvariantUUID:7396c107-a882-45d7-80ab-ca986fe13ed7
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:bccb7641-89d4-4c32-a25c-5c0318e4caa0
ArtifactChecksum:MzJiNWI4MWIxNzgyZjM4YTAzNDExN2YwYmFlNzg3Yzg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:1472335d-9475-46d2-b0d1-846a3c18b37c
ResourceInvariantUUID:4859bf54-b319-460f-ae9c-ab6267ae4d7a
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:d2521671-daa4-4686-804e-775e436b4e11
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2021-09-05T03:05:54.820Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0239e219-5f0b-48b4-af61-f700e1cfed77 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-05T03:05:54.843Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-05T03:05:54.844Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-05T03:05:54.844Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-05T03:05:54.844Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: bccb7641-89d4-4c32-a25c-5c0318e4caa0 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-05T03:05:54.844Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-09-05T03:05:54.844Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-05T03:05:54.996Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-09-05T03:05:55.000Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar bccb7641-89d4-4c32-a25c-5c0318e4caa0 52177
2021-09-05T03:05:55.000Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||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-05T03:05:55.000Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||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-05T03:05:55.000Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-05T03:05:55.000Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-05T03:05:55.002Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-05T03:05:55.003Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "2750ca62-26d8-4a69-8881-9ce5acea4746",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630811155000,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-05T03:05:55.103Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-05T03:05:55.103Z||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-05T03:05:55.103Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ...
2021-09-05T03:05:55.112Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T03:05:55.112Z||pool-37-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-05T03:05:56.003Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-05T03:05:56.004Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-05T03:05:56.005Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: bccb7641-89d4-4c32-a25c-5c0318e4caa0, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-05T03:05:56.005Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-09-05T03:05:56.005Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-05T03:05:56.005Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-05T03:05:56.084Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4058950487096817353/Definitions/service-BasicNetwork-template.yml
2021-09-05T03:05:56.469Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-05T03:05:56.470Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-09-05T03:05:56.470Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-05T03:05:56.470Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-09-05T03:05:56.470Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||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-05T03:05:56.470Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||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-05T03:05:56.470Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||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-05T03:05:56.470Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||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-05T03:05:56.470Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-05T03:05:56.470Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||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-05T03:05:56.470Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||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-05T03:05:56.470Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||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-05T03:05:56.470Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-09-05T03:05:56.471Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-05T03:05:56.471Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-05T03:05:56.471Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-09-05T03:05:56.471Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-09-05T03:05:56.471Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-05T03:05:56.471Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-05T03:05:56.471Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-05T03:05:56.471Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-09-05T03:05:56.471Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-09-05T03:05:56.471Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-05T03:05:56.471Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-05T03:05:56.471Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-05T03:05:56.472Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-05T03:05:56.472Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-05T03:05:56.472Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-05T03:05:56.472Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-05T03:05:56.472Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-05T03:05:56.472Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-05T03:05:56.472Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-05T03:05:56.472Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-05T03:05:56.472Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:0239e219-5f0b-48b4-af61-f700e1cfed77
Model Version:NULL
Model InvariantUuid:7396c107-a882-45d7-80ab-ca986fe13ed7
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:4859bf54-b319-460f-ae9c-ab6267ae4d7a
Model UUID:17d25c90-119a-40e6-b998-81171c755499
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:1472335d-9475-46d2-b0d1-846a3c18b37c
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-05T03:05:56.478Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||INFO|500||Processing Resource Type: VL, Model UUID: d2521671-daa4-4686-804e-775e436b4e11
2021-09-05T03:05:56.478Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||INFO|500||No resources found for Service: 0239e219-5f0b-48b4-af61-f700e1cfed77
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-05T03:05:56.483Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||INFO|500||
2021-09-05T03:05:56.483Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2021-09-05T03:05:56.484Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 0239e219-5f0b-48b4-af61-f700e1cfed77
2021-09-05T03:05:56.484Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 0239e219-5f0b-48b4-af61-f700e1cfed77
2021-09-05T03:05:56.484Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2021-09-05T03:05:56.484Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||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-05T03:05:56.488Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@255f3642, org.onap.sdc.toscaparser.api.parameters.Input@7ec1b0d2, org.onap.sdc.toscaparser.api.parameters.Input@908208e, org.onap.sdc.toscaparser.api.parameters.Input@3739d30d, org.onap.sdc.toscaparser.api.parameters.Input@6b080e8e]
2021-09-05T03:05:56.489Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-05T03:05:56.489Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-05T03:05:56.490Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-05T03:05:56.490Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-05T03:05:56.490Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 0239e219-5f0b-48b4-af61-f700e1cfed77: Generic NeutronNet
2021-09-05T03:05:56.490Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-05T03:05:56.490Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-05T03:05:56.490Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-05T03:05:56.490Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||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-05T03:05:56.515Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-05T03:05:56.515Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-05T03:05:56.515Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-05T03:05:56.515Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-05T03:05:56.516Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-05T03:05:56.516Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-05T03:05:56.516Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||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-05T03:05:56.556Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2021-09-05T03:05:56.556Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||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-05T03:05:56.556Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||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-05T03:05:56.556Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-05T03:05:56.556Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-05T03:05:56.558Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-05T03:05:56.558Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "2750ca62-26d8-4a69-8881-9ce5acea4746",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630811156556,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-05T03:05:56.658Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-05T03:05:56.659Z||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-05T03:05:56.659Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ...
2021-09-05T03:05:56.667Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T03:05:56.667Z||pool-38-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-05T03:05:57.559Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2750ca62-26d8-4a69-8881-9ce5acea4746
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-05T03:05:57.569Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2750ca62-26d8-4a69-8881-9ce5acea4746
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-05T03:05:57.573Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-05T03:05:57.573Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-05T03:05:57.574Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-05T03:05:57.574Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-05T03:05:57.574Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-05T03:05:57.574Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-05T03:05:57.574Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-05T03:05:57.574Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-05T03:05:57.574Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-05T03:05:57.575Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-05T03:05:57.575Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-05T03:05:57.579Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-05T03:06:27.579Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2750ca62-26d8-4a69-8881-9ce5acea4746 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-05T03:06:27.584Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2750ca62-26d8-4a69-8881-9ce5acea4746 and serviceModelVersionId: 0239e219-5f0b-48b4-af61-f700e1cfed77
2021-09-05T03:06:27.584Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7396c107-a882-45d7-80ab-ca986fe13ed7
2021-09-05T03:06:27.584Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7396c107-a882-45d7-80ab-ca986fe13ed7/model-vers/model-ver/0239e219-5f0b-48b4-af61-f700e1cfed77?depth=0
2021-09-05T03:06:27.588Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-09-05T03:06:27.626Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7396c107-a882-45d7-80ab-ca986fe13ed7/model-vers/model-ver/0239e219-5f0b-48b4-af61-f700e1cfed77?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-05T03:06:27.627Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7396c107-a882-45d7-80ab-ca986fe13ed7/model-vers/model-ver/0239e219-5f0b-48b4-af61-f700e1cfed77?depth=0|INFO|500||Invoke
2021-09-05T03:06:27.648Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7396c107-a882-45d7-80ab-ca986fe13ed7/model-vers/model-ver/0239e219-5f0b-48b4-af61-f700e1cfed77?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-09-05T03:06:28.220Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7396c107-a882-45d7-80ab-ca986fe13ed7/model-vers/model-ver/0239e219-5f0b-48b4-af61-f700e1cfed77?depth=0|INFO|500||InvokeReturn
2021-09-05T03:06:28.221Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7396c107-a882-45d7-80ab-ca986fe13ed7/model-vers/model-ver/0239e219-5f0b-48b4-af61-f700e1cfed77?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210905-03:06:27:656-77262], vertex-id=[594088], Content-Length=[0], Date=[Sun, 05 Sep 2021 03:06:27 GMT], Content-Type=[application/json]}
2021-09-05T03:06:28.221Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2021-09-05T03:06:28.221Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-05T03:06:28.221Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-05T03:06:28.225Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-09-05T03:06:28.225Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2750ca62-26d8-4a69-8881-9ce5acea4746 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-05T03:06:28.226Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-05T03:06:28.226Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-05T03:06:28.228Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-05T03:06:28.228Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "2750ca62-26d8-4a69-8881-9ce5acea4746",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630811188225,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-05T03:06:28.328Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-05T03:06:28.329Z||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-05T03:06:28.329Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ...
2021-09-05T03:06:28.343Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T03:06:28.343Z||pool-39-thread-1|||||INFO|500||cambria reply ok (14 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-05T03:06:29.239Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-05T03:06:29.239Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"451e21b4-eaf7-4edc-b5c0-cf4281455e74","serviceName":"Demo_pNF_IAqRRadeRynLXO9Su7wd","serviceVersion":"1.0","serviceUUID":"617e9c20-787d-45b5-9007-13da3c53d62d","serviceDescription":"catalog service description","serviceInvariantUUID":"464b4058-ceb7-4773-bbdd-7c14095f25cb","resources":[{"resourceInstanceName":"pNF a0111a10-f751 0","resourceName":"pNF a0111a10-f751","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"87752086-fafe-4f2c-9d02-bf8abe1c808d","resourceInvariantUUID":"c8c2a23d-2619-47f0-ac1a-501f1132b6e1","resourceCustomizationUUID":"45c7dc95-71c9-43bc-86ab-44aedde230f8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/resourceInstances/pnfa0111a10f7510/artifacts/vf-license-model.xml","artifactChecksum":"OThhMWY1NTE4MTNjNjhkZTRhMjc2Mjc5ODlhOGVmNTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0a3c8169-45b0-45d5-9759-dac1f421e8af","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/resourceInstances/pnfa0111a10f7510/artifacts/pNF.csar","artifactChecksum":"NDdiYTM3ZjMwOGUxMGUyMTcwYTdkMGM5OGNiNjEwNTY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ce12c89f-fb51-4668-a9d0-ca3a87b781a5","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/resourceInstances/pnfa0111a10f7510/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"df9c788a-8fa7-4703-8177-02057c3ddac8","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/resourceInstances/pnfa0111a10f7510/artifacts/vendor-license-model.xml","artifactChecksum":"ZGQ1MGI0Mjg5OWU1OGFjNWI3MDQ5YWNiMmNlOGQ1OGM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"382fee52-3463-4fda-81f3-085d1e702f4c","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/resourceInstances/pnfa0111a10f7510/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e05d5771-a0e1-483d-bf79-c91da1943574","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/resourceInstances/pnfa0111a10f7510/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"426ffecc-4e9d-4aa9-9af4-6e74f9141c9c","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfIaqrraderynlxo9su7wd-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/artifacts/service-DemoPnfIaqrraderynlxo9su7wd-template.yml","artifactChecksum":"ODcyNmM4NGE3ZGI1NGJkYmJlZjVmMWVlNjI1YmQ0NTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"113f87ea-e729-42de-80b0-a95b19d4b4e4","artifactVersion":"1"},{"artifactName":"service-DemoPnfIaqrraderynlxo9su7wd-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/artifacts/service-DemoPnfIaqrraderynlxo9su7wd-csar.csar","artifactChecksum":"YzNmNDJkZjU2Yzk1NWQ5ZDYwYjMwZGVhYjI3N2JiZDI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d32b0955-2403-44a3-92f4-a8e3584a06c7","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-05T03:06:29.240Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-05T03:06:29.240Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-05T03:06:29.242Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-05T03:06:29.242Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630811152181,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/resourceInstances/pnfa0111a10f7510/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-05T03:06:29.343Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-05T03:06:29.343Z||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-05T03:06:29.343Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ...
2021-09-05T03:06:29.352Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T03:06:29.352Z||pool-40-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-05T03:06:30.243Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-05T03:06:30.244Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-05T03:06:30.246Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-05T03:06:30.246Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630811152181,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/resourceInstances/pnfa0111a10f7510/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-09-05T03:06:30.346Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-05T03:06:30.347Z||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-05T03:06:30.347Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ...
2021-09-05T03:06:30.356Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T03:06:30.356Z||pool-41-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-05T03:06:31.246Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-05T03:06:31.247Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-05T03:06:31.249Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-05T03:06:31.249Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630811152181,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/resourceInstances/pnfa0111a10f7510/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-09-05T03:06:31.349Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-05T03:06:31.350Z||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-05T03:06:31.350Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ...
2021-09-05T03:06:31.358Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T03:06:31.359Z||pool-42-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-05T03:06:32.250Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-05T03:06:32.251Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-05T03:06:32.253Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-05T03:06:32.253Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630811152181,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/resourceInstances/pnfa0111a10f7510/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-05T03:06:32.353Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-05T03:06:32.354Z||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-05T03:06:32.354Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ...
2021-09-05T03:06:32.361Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T03:06:32.362Z||pool-43-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-05T03:06:33.253Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-05T03:06:33.254Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-05T03:06:33.257Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-05T03:06:33.257Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630811152181,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/resourceInstances/pnfa0111a10f7510/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-05T03:06:33.357Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-05T03:06:33.358Z||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-05T03:06:33.358Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ...
2021-09-05T03:06:33.367Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T03:06:33.367Z||pool-44-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-05T03:06:34.258Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-05T03:06:34.259Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-05T03:06:34.261Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-05T03:06:34.261Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630811152181,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/resourceInstances/pnfa0111a10f7510/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-05T03:06:34.361Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-05T03:06:34.362Z||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-05T03:06:34.362Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ...
2021-09-05T03:06:34.370Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T03:06:34.370Z||pool-45-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-05T03:06:35.262Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-05T03:06:35.263Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-05T03:06:35.267Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-05T03:06:35.267Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630811152181,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/artifacts/service-DemoPnfIaqrraderynlxo9su7wd-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-05T03:06:35.367Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-05T03:06:35.368Z||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-05T03:06:35.368Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ...
2021-09-05T03:06:35.377Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T03:06:35.377Z||pool-46-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-05T03:06:36.268Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-05T03:06:36.269Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-05T03:06:36.270Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-05T03:06:36.271Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630811152181,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/artifacts/service-DemoPnfIaqrraderynlxo9su7wd-csar.csar",
"status": "NOTIFIED"
}
2021-09-05T03:06:36.371Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-05T03:06:36.371Z||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-05T03:06:36.372Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ...
2021-09-05T03:06:36.380Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T03:06:36.380Z||pool-47-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-09-05T03:06:37.272Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74",
"serviceName": "Demo_pNF_IAqRRadeRynLXO9Su7wd",
"serviceVersion": "1.0",
"serviceUUID": "617e9c20-787d-45b5-9007-13da3c53d62d",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "464b4058-ceb7-4773-bbdd-7c14095f25cb",
"resources": [
{
"resourceInstanceName": "pNF a0111a10-f751 0",
"resourceCustomizationUUID": "45c7dc95-71c9-43bc-86ab-44aedde230f8",
"resourceName": "pNF a0111a10-f751",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "87752086-fafe-4f2c-9d02-bf8abe1c808d",
"resourceInvariantUUID": "c8c2a23d-2619-47f0-ac1a-501f1132b6e1",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfIaqrraderynlxo9su7wd-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/artifacts/service-DemoPnfIaqrraderynlxo9su7wd-csar.csar",
"artifactChecksum": "YzNmNDJkZjU2Yzk1NWQ5ZDYwYjMwZGVhYjI3N2JiZDI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "d32b0955-2403-44a3-92f4-a8e3584a06c7"
}
],
"workloadContext": "Production"
}
2021-09-05T03:06:37.272Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-05T03:06:37.272Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 617e9c20-787d-45b5-9007-13da3c53d62d ASDC
2021-09-05T03:06:37.273Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:451e21b4-eaf7-4edc-b5c0-cf4281455e74
ServiceName:Demo_pNF_IAqRRadeRynLXO9Su7wd
ServiceVersion:1.0
ServiceUUID:617e9c20-787d-45b5-9007-13da3c53d62d
ServiceInvariantUUID:464b4058-ceb7-4773-bbdd-7c14095f25cb
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfIaqrraderynlxo9su7wd-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/artifacts/service-DemoPnfIaqrraderynlxo9su7wd-csar.csar
ArtifactUUID:d32b0955-2403-44a3-92f4-a8e3584a06c7
ArtifactChecksum:YzNmNDJkZjU2Yzk1NWQ5ZDYwYjMwZGVhYjI3N2JiZDI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF a0111a10-f751 0
ResourceCustomizationUUID:45c7dc95-71c9-43bc-86ab-44aedde230f8
ResourceInvariantUUID:c8c2a23d-2619-47f0-ac1a-501f1132b6e1
ResourceName:pNF a0111a10-f751
ResourceType:PNF
ResourceUUID:87752086-fafe-4f2c-9d02-bf8abe1c808d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2021-09-05T03:06:37.274Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 617e9c20-787d-45b5-9007-13da3c53d62d 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-05T03:06:37.297Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-05T03:06:37.298Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-05T03:06:37.298Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-05T03:06:37.298Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: d32b0955-2403-44a3-92f4-a8e3584a06c7 from URL: /sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/artifacts/service-DemoPnfIaqrraderynlxo9su7wd-csar.csar
2021-09-05T03:06:37.298Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-09-05T03:06:37.298Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/artifacts/service-DemoPnfIaqrraderynlxo9su7wd-csar.csar
2021-09-05T03:06:37.449Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-09-05T03:06:37.454Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/artifacts/service-DemoPnfIaqrraderynlxo9su7wd-csar.csar d32b0955-2403-44a3-92f4-a8e3584a06c7 82539
2021-09-05T03:06:37.454Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/artifacts/service-DemoPnfIaqrraderynlxo9su7wd-csar.csar ASDC sendASDCNotification
2021-09-05T03:06:37.454Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/artifacts/service-DemoPnfIaqrraderynlxo9su7wd-csar.csar
2021-09-05T03:06:37.454Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-05T03:06:37.455Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-05T03:06:37.456Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-05T03:06:37.456Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630811197454,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/artifacts/service-DemoPnfIaqrraderynlxo9su7wd-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-05T03:06:37.557Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-05T03:06:37.557Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-05T03:06:37.557Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ...
2021-09-05T03:06:37.566Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-05T03:06:37.566Z||pool-48-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-05T03:06:38.457Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-05T03:06:38.458Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-05T03:06:38.458Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: d32b0955-2403-44a3-92f4-a8e3584a06c7, URL: /sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/artifacts/service-DemoPnfIaqrraderynlxo9su7wd-csar.csar to file: /app/ASDC/1/service-DemoPnfIaqrraderynlxo9su7wd-csar.csar
2021-09-05T03:06:38.459Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfIaqrraderynlxo9su7wd-csar.csar
2021-09-05T03:06:38.459Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfIaqrraderynlxo9su7wd-csar.csar
2021-09-05T03:06:38.459Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfIaqrraderynlxo9su7wd-csar.csar
2021-09-05T03:06:38.554Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9847371904799328274/Definitions/service-DemoPnfIaqrraderynlxo9su7wd-template.yml
2021-09-05T03:06:39.167Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-05T03:06:39.168Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-09-05T03:06:39.168Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfIaqrraderynlxo9su7wd-csar.csar
2021-09-05T03:06:39.168Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-09-05T03:06:39.168Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF a0111a10-f751 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-DemoPnfIaqrraderynlxo9su7wd-csar.csar
2021-09-05T03:06:39.168Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfIaqrraderynlxo9su7wd-csar.csar
2021-09-05T03:06:39.168Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfIaqrraderynlxo9su7wd-csar.csar
2021-09-05T03:06:39.168Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfIaqrraderynlxo9su7wd-csar.csar
2021-09-05T03:06:39.168Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfIaqrraderynlxo9su7wd-csar.csar
2021-09-05T03:06:39.168Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfIaqrraderynlxo9su7wd-csar.csar
2021-09-05T03:06:39.168Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfIaqrraderynlxo9su7wd-csar.csar
2021-09-05T03:06:39.168Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-09-05T03:06:39.168Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-05T03:06:39.168Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_IAqRRadeRynLXO9Su7wd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-05T03:06:39.169Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||DEBUG|500||Node template pNF a0111a10-f751 0 is matching search criteria
2021-09-05T03:06:39.169Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-09-05T03:06:39.169Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF a0111a10-f751 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-05T03:06:39.169Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-05T03:06:39.169Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_IAqRRadeRynLXO9Su7wd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-05T03:06:39.169Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||DEBUG|500||Node template pNF a0111a10-f751 0 is matching search criteria
2021-09-05T03:06:39.169Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-09-05T03:06:39.169Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF a0111a10-f751 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-05T03:06:39.169Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-05T03:06:39.169Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_IAqRRadeRynLXO9Su7wd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-05T03:06:39.169Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-05T03:06:39.169Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_IAqRRadeRynLXO9Su7wd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-05T03:06:39.169Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-05T03:06:39.169Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_IAqRRadeRynLXO9Su7wd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-05T03:06:39.170Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-05T03:06:39.170Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_IAqRRadeRynLXO9Su7wd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-05T03:06:39.170Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-05T03:06:39.170Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_IAqRRadeRynLXO9Su7wd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-05T03:06:39.170Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_IAqRRadeRynLXO9Su7wd
Description:catalog service description
Model UUID:617e9c20-787d-45b5-9007-13da3c53d62d
Model Version:NULL
Model InvariantUuid:464b4058-ceb7-4773-bbdd-7c14095f25cb
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-05T03:06:39.174Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: 87752086-fafe-4f2c-9d02-bf8abe1c808d
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-05T03:06:39.176Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||INFO|500||pNF a0111a10-f751 0
2021-09-05T03:06:39.176Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 87752086-fafe-4f2c-9d02-bf8abe1c808d
2021-09-05T03:06:39.176Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 617e9c20-787d-45b5-9007-13da3c53d62d
2021-09-05T03:06:39.177Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 617e9c20-787d-45b5-9007-13da3c53d62d
2021-09-05T03:06:39.177Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF a0111a10-f751 0 87752086-fafe-4f2c-9d02-bf8abe1c808d ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-05T03:06:39.181Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@686c3439, org.onap.sdc.toscaparser.api.parameters.Input@51d5a368, org.onap.sdc.toscaparser.api.parameters.Input@1ba01268, org.onap.sdc.toscaparser.api.parameters.Input@1a223095, org.onap.sdc.toscaparser.api.parameters.Input@13e60214]
2021-09-05T03:06:39.181Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-05T03:06:39.181Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_IAqRRadeRynLXO9Su7wd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-05T03:06:39.181Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 617e9c20-787d-45b5-9007-13da3c53d62d: pNF a0111a10-f751
2021-09-05T03:06:39.181Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||INFO|500||Processing PNF resource: 87752086-fafe-4f2c-9d02-bf8abe1c808d
2021-09-05T03:06:39.182Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery