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-11-08T09:49:21.450Z||main|||||INFO|500||The following profiles are active: basic
2021-11-08T09:49:32.105Z||main|||||INFO|500||Starting service [Tomcat]
2021-11-08T09:49:32.106Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-11-08T09:49:32.207Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-11-08T09:49:34.751Z||main|||||INFO|500||catdb-pool - Starting...
2021-11-08T09:49:34.943Z||main|||||INFO|500||catdb-pool - Start completed.
2021-11-08T09:49:35.384Z||main|||||INFO|500||reqdb-pool - Starting...
2021-11-08T09:49:35.394Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-11-08T09:49:35.476Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-11-08T09:49:35.634Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-11-08T09:49:36.102Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-11-08T09:49:37.037Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-11-08T09:49:39.297Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-11-08T09:49:39.349Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-11-08T09:49:39.833Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-11-08T09:49:40.112Z||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-11-08T09:49:41.368Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-11-08T09:49:42.446Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-11-08T09:49:42.466Z||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$$e4a59924.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-11-08T09:49:42.467Z||main|||||WARN|500||The sdc end point is not alive
2021-11-08T09:49:45.436Z||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-11-08T09:49:48.464Z||main|||||WARN|500||---
2021-11-08T09:49:48.464Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-11-08T09:49:48.465Z||main|||||WARN|500||---
2021-11-08T09:49:49.028Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-11-08T09:49:54.362Z||main|||||INFO|500||Started Application in 37.619 seconds (JVM running for 38.955)
2021-11-08T09:49:54.393Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-08T09:49:54.394Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-08T09:49:54.403Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-08T09:49:54.430Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-08T09:49:54.519Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4ec6bba9-9427-46dd-a63d-2982b935ef71 url= /sdc/v1/artifactTypes
2021-11-08T09:49:54.519Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-08T09:49:54.761Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-08T09:49:54.799Z||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-11-08T09:49:54.827Z||scheduling-1|||||DEBUG|500||create keys
2021-11-08T09:49:54.835Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-11-08T09:49:55.949Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T09:49:55.970Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= fa794722-6d1c-42ce-b5c2-2e61c77cee6e url= /sdc/v1/registerForDistribution
2021-11-08T09:49:57.124Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= fa794722-6d1c-42ce-b5c2-2e61c77cee6e url= /sdc/v1/registerForDistribution
2021-11-08T09:49:57.125Z||scheduling-1|||||INFO|500||start DistributionClient
2021-11-08T09:49:57.134Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T09:49:57.135Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T09:49:57.140Z||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-11-08T09:49:57.140Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-11-08T09:49:57.140Z||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-11-08T09:49:57.140Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T09:49:57.140Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T09:50:10.231Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T09:50:10.349Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T09:50:57.133Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T09:50:57.134Z||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-11-08T09:50:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T09:50:57.134Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T09:50:57.135Z||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-11-08T09:50:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T09:51:06.682Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T09:51:06.687Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T09:51:57.133Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T09:51:57.134Z||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-11-08T09:51:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T09:51:57.134Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T09:51:57.136Z||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-11-08T09:51:57.136Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T09:52:06.685Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T09:52:06.686Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T09:52:57.133Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T09:52:57.134Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T09:52:57.134Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Y3x48We6GYbeDRW5) ...
2021-11-08T09:52:57.134Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T09:52:57.135Z||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-11-08T09:52:57.136Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T09:53:06.686Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T09:53:06.694Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T09:53:57.133Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T09:53:57.134Z||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-11-08T09:53:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T09:53:57.134Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T09:53:57.136Z||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-11-08T09:53:57.136Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T09:54:06.677Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T09:54:06.680Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T09:54:57.133Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T09:54:57.134Z||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-11-08T09:54:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T09:54:57.134Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T09:54:57.135Z||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-11-08T09:54:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T09:55:06.680Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T09:55:06.691Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T09:55:57.133Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T09:55:57.134Z||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-11-08T09:55:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T09:55:57.134Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T09:55:57.135Z||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-11-08T09:55:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T09:56:06.680Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T09:56:06.685Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T09:56:57.133Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T09:56:57.134Z||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-11-08T09:56:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T09:56:57.135Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T09:56:57.136Z||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-11-08T09:56:57.136Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T09:57:06.679Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T09:57:06.680Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T09:57:57.133Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T09:57:57.134Z||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-11-08T09:57:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T09:57:57.134Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T09:57:57.135Z||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-11-08T09:57:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T09:58:06.680Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T09:58:06.680Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T09:58:57.133Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T09:58:57.134Z||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-11-08T09:58:57.134Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T09:58:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T09:58:57.135Z||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-11-08T09:58:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T09:59:06.678Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T09:59:06.682Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T09:59:57.133Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T09:59:57.134Z||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-11-08T09:59:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T09:59:57.134Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T09:59:57.135Z||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-11-08T09:59:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:00:06.678Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T10:00:06.687Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T10:00:09.357Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-11-08T10:00:57.133Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:00:57.134Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:00:57.135Z||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-11-08T10:00:57.135Z||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-11-08T10:00:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:00:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:01:06.681Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T10:01:06.681Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T10:01:57.133Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:01:57.135Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:01:57.135Z||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-11-08T10:01:57.135Z||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-11-08T10:01:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:01:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:02:06.684Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T10:02:06.685Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T10:02:57.133Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:02:57.134Z||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-11-08T10:02:57.135Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:02:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:02:57.135Z||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-11-08T10:02:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:03:06.694Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T10:03:06.697Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T10:03:57.133Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:03:57.134Z||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-11-08T10:03:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:03:57.134Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:03:57.135Z||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-11-08T10:03:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:04:06.685Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T10:04:06.685Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T10:04:57.133Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:04:57.134Z||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-11-08T10:04:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:04:57.135Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:04:57.135Z||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-11-08T10:04:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:05:06.681Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T10:05:06.688Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T10:05:57.133Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:05:57.134Z||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-11-08T10:05:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:05:57.135Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:05:57.135Z||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-11-08T10:05:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:06:06.685Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T10:06:06.686Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T10:06:57.133Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:06:57.134Z||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-11-08T10:06:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:06:57.135Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:06:57.135Z||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-11-08T10:06:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:07:06.686Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T10:07:06.688Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T10:07:57.133Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:07:57.134Z||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-11-08T10:07:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:07:57.134Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:07:57.135Z||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-11-08T10:07:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:08:06.680Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T10:08:06.683Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T10:08:57.133Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:08:57.133Z||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-11-08T10:08:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:08:57.134Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:08:57.135Z||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-11-08T10:08:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:09:06.682Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T10:09:06.689Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T10:09:57.133Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:09:57.134Z||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-11-08T10:09:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:09:57.134Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:09:57.135Z||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-11-08T10:09:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:10:06.678Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T10:10:06.679Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T10:10:57.133Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:10:57.134Z||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-11-08T10:10:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:10:57.134Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:10:57.135Z||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-11-08T10:10:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:11:06.685Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T10:11:06.696Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T10:11:57.133Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:11:57.134Z||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-11-08T10:11:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:11:57.134Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:11:57.135Z||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-11-08T10:11:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:12:06.677Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T10:12:06.678Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T10:12:57.133Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:12:57.134Z||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-11-08T10:12:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:12:57.135Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:12:57.135Z||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-11-08T10:12:57.136Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:13:06.679Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T10:13:06.684Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T10:13:57.133Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:13:57.134Z||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-11-08T10:13:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:13:57.134Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:13:57.135Z||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-11-08T10:13:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:14:06.681Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T10:14:06.687Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T10:14:57.133Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:14:57.133Z||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-11-08T10:14:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:14:57.135Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:14:57.135Z||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-11-08T10:14:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:15:06.677Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T10:15:06.679Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T10:15:57.133Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:15:57.134Z||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-11-08T10:15:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:15:57.134Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:15:57.135Z||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-11-08T10:15:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:16:06.681Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T10:16:06.687Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T10:16:57.133Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:16:57.134Z||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-11-08T10:16:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:16:57.134Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:16:57.135Z||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-11-08T10:16:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:17:06.677Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T10:17:06.677Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T10:17:57.133Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:17:57.134Z||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-11-08T10:17:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:17:57.135Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:17:57.136Z||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-11-08T10:17:57.136Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:18:06.680Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T10:18:06.681Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T10:18:57.133Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:18:57.134Z||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-11-08T10:18:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:18:57.134Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:18:57.135Z||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-11-08T10:18:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:19:06.677Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T10:19:06.680Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T10:19:57.133Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:19:57.134Z||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-11-08T10:19:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:19:57.134Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:19:57.135Z||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-11-08T10:19:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:20:06.681Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T10:20:06.681Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T10:20:57.133Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:20:57.134Z||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-11-08T10:20:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:20:57.134Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:20:57.135Z||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-11-08T10:20:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:21:06.684Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T10:21:06.685Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T10:21:57.133Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:21:57.133Z||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-11-08T10:21:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:21:57.134Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:21:57.135Z||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-11-08T10:21:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:22:06.679Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T10:22:06.685Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T10:22:57.133Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:22:57.133Z||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-11-08T10:22:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:22:57.134Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:22:57.135Z||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-11-08T10:22:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:23:06.678Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T10:23:06.679Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T10:23:57.133Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:23:57.134Z||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-11-08T10:23:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:23:57.134Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:23:57.135Z||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-11-08T10:23:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:24:06.678Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T10:24:06.678Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T10:24:57.133Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:24:57.134Z||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-11-08T10:24:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:24:57.134Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:24:57.135Z||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-11-08T10:24:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:25:06.678Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T10:25:06.678Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T10:25:57.133Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:25:57.134Z||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-11-08T10:25:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:25:57.134Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:25:57.135Z||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-11-08T10:25:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:26:06.678Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T10:26:06.685Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T10:26:57.133Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:26:57.133Z||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-11-08T10:26:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:26:57.134Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:26:57.135Z||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-11-08T10:26:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:27:06.676Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T10:27:06.681Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T10:27:57.133Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:27:57.133Z||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-11-08T10:27:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:27:57.134Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:27:57.135Z||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-11-08T10:27:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:28:06.685Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T10:28:06.689Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T10:28:57.133Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:28:57.133Z||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-11-08T10:28:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:28:57.134Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:28:57.135Z||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-11-08T10:28:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:29:06.680Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T10:29:06.683Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T10:29:57.133Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:29:57.134Z||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-11-08T10:29:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:29:57.134Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:29:57.135Z||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-11-08T10:29:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:30:06.683Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T10:30:06.683Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T10:30:57.133Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:30:57.134Z||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-11-08T10:30:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:30:57.135Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:30:57.135Z||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-11-08T10:30:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:31:06.682Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T10:31:06.682Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T10:31:57.133Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:31:57.134Z||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-11-08T10:31:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:31:57.134Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:31:57.135Z||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-11-08T10:31:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:32:06.675Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T10:32:06.680Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T10:32:57.133Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:32:57.134Z||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-11-08T10:32:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:32:57.134Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:32:57.135Z||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-11-08T10:32:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:33:06.684Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T10:33:06.685Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T10:33:57.133Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:33:57.134Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:33:57.135Z||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-11-08T10:33:57.135Z||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-11-08T10:33:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:33:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:34:06.679Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T10:34:06.679Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T10:34:57.133Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:34:57.134Z||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-11-08T10:34:57.134Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:34:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:34:57.135Z||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-11-08T10:34:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:35:06.682Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T10:35:06.683Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T10:35:57.133Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:35:57.134Z||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-11-08T10:35:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:35:57.134Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:35:57.135Z||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-11-08T10:35:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:36:06.677Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T10:36:06.677Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T10:36:57.133Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:36:57.134Z||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-11-08T10:36:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:36:57.134Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:36:57.135Z||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-11-08T10:36:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:37:06.681Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T10:37:06.682Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T10:37:57.133Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:37:57.134Z||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-11-08T10:37:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:37:57.134Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:37:57.135Z||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-11-08T10:37:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:38:06.683Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T10:38:06.684Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T10:38:57.133Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:38:57.134Z||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-11-08T10:38:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:38:57.135Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:38:57.135Z||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-11-08T10:38:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:39:06.677Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T10:39:06.677Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T10:39:57.133Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:39:57.134Z||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-11-08T10:39:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:39:57.134Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:39:57.136Z||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-11-08T10:39:57.136Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:40:06.675Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T10:40:06.680Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T10:40:57.133Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:40:57.134Z||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-11-08T10:40:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:40:57.134Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:40:57.135Z||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-11-08T10:40:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:41:06.679Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T10:41:06.682Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T10:41:57.133Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:41:57.134Z||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-11-08T10:41:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:41:57.135Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:41:57.135Z||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-11-08T10:41:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:42:06.686Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T10:42:06.687Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T10:42:57.133Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:42:57.134Z||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-11-08T10:42:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:42:57.134Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:42:57.135Z||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-11-08T10:42:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:43:06.681Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T10:43:06.683Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T10:43:57.133Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:43:57.134Z||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-11-08T10:43:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:43:57.134Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:43:57.135Z||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-11-08T10:43:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:44:06.676Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T10:44:06.676Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T10:44:57.133Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:44:57.134Z||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-11-08T10:44:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:44:57.134Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:44:57.135Z||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-11-08T10:44:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:45:06.681Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T10:45:06.681Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T10:45:57.133Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:45:57.134Z||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-11-08T10:45:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:45:57.134Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:45:57.135Z||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-11-08T10:45:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:46:06.678Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T10:46:06.679Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T10:46:57.133Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:46:57.135Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:46:57.136Z||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-11-08T10:46:57.136Z||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-11-08T10:46:57.136Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:46:57.136Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:47:06.681Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T10:47:06.711Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T10:47:57.133Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:47:57.134Z||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-11-08T10:47:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:47:57.134Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:47:57.135Z||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-11-08T10:47:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:48:06.679Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T10:48:06.682Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T10:48:57.133Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:48:57.133Z||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-11-08T10:48:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:48:57.134Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:48:57.135Z||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-11-08T10:48:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:49:06.677Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T10:49:06.681Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T10:49:57.133Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:49:57.134Z||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-11-08T10:49:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:49:57.134Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:49:57.135Z||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-11-08T10:49:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:50:06.676Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T10:50:06.684Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T10:50:57.133Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:50:57.134Z||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-11-08T10:50:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:50:57.134Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:50:57.135Z||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-11-08T10:50:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:51:06.682Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T10:51:06.683Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T10:51:57.133Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:51:57.134Z||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-11-08T10:51:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:51:57.134Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:51:57.135Z||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-11-08T10:51:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:52:06.680Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T10:52:06.681Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T10:52:57.133Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:52:57.134Z||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-11-08T10:52:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:52:57.135Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:52:57.135Z||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-11-08T10:52:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:53:06.680Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T10:53:06.681Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T10:53:57.133Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:53:57.133Z||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-11-08T10:53:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:53:57.134Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:53:57.135Z||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-11-08T10:53:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:54:06.675Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T10:54:06.683Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T10:54:57.133Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:54:57.134Z||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-11-08T10:54:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:54:57.135Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:54:57.135Z||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-11-08T10:54:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:55:06.679Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T10:55:06.682Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T10:55:57.133Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:55:57.134Z||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-11-08T10:55:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:55:57.134Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:55:57.135Z||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-11-08T10:55:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:56:06.678Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T10:56:06.680Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T10:56:57.133Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:56:57.134Z||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-11-08T10:56:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:56:57.134Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:56:57.135Z||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-11-08T10:56:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:57:06.680Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T10:57:06.686Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T10:57:57.133Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:57:57.133Z||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-11-08T10:57:57.133Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:57:57.134Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:57:57.135Z||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-11-08T10:57:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:58:06.680Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T10:58:06.681Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T10:58:57.133Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:58:57.134Z||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-11-08T10:58:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:58:57.134Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:58:57.135Z||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-11-08T10:58:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:59:06.678Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T10:59:06.678Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T10:59:57.133Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:59:57.134Z||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-11-08T10:59:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T10:59:57.134Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T10:59:57.135Z||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-11-08T10:59:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:00:06.674Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T11:00:06.676Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T11:00:57.133Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:00:57.133Z||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-11-08T11:00:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:00:57.134Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:00:57.135Z||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-11-08T11:00:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:01:06.677Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T11:01:06.678Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T11:01:57.133Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:01:57.133Z||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-11-08T11:01:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:01:57.134Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:01:57.135Z||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-11-08T11:01:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:02:06.677Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T11:02:06.678Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T11:02:57.133Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:02:57.134Z||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-11-08T11:02:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:02:57.134Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:02:57.135Z||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-11-08T11:02:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:03:06.687Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T11:03:06.688Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T11:03:57.133Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:03:57.133Z||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-11-08T11:03:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:03:57.134Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:03:57.135Z||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-11-08T11:03:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:04:06.688Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T11:04:06.688Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T11:04:57.133Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:04:57.133Z||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-11-08T11:04:57.133Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:04:57.134Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:04:57.135Z||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-11-08T11:04:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:05:06.682Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T11:05:06.702Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T11:05:57.133Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:05:57.134Z||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-11-08T11:05:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:05:57.134Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:05:57.135Z||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-11-08T11:05:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:06:06.676Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T11:06:06.680Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T11:06:57.133Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:06:57.134Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:06:57.135Z||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-11-08T11:06:57.135Z||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-11-08T11:06:57.136Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:06:57.136Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:07:06.684Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T11:07:06.684Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T11:07:57.133Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:07:57.134Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:07:57.135Z||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-11-08T11:07:57.135Z||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-11-08T11:07:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:07:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:08:06.692Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T11:08:06.692Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T11:08:57.133Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:08:57.134Z||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-11-08T11:08:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:08:57.134Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:08:57.135Z||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-11-08T11:08:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:09:06.679Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T11:09:06.679Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T11:09:57.133Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:09:57.134Z||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-11-08T11:09:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:09:57.135Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:09:57.135Z||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-11-08T11:09:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:10:06.674Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T11:10:06.699Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T11:10:57.133Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:10:57.134Z||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-11-08T11:10:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:10:57.134Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:10:57.135Z||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-11-08T11:10:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:11:06.691Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T11:11:06.692Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T11:11:57.133Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:11:57.134Z||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-11-08T11:11:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:11:57.134Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:11:57.135Z||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-11-08T11:11:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:12:06.676Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T11:12:06.676Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T11:12:57.133Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:12:57.134Z||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-11-08T11:12:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:12:57.135Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:12:57.135Z||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-11-08T11:12:57.136Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:13:06.678Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T11:13:06.682Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T11:13:57.133Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:13:57.133Z||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-11-08T11:13:57.133Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:13:57.134Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:13:57.135Z||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-11-08T11:13:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:14:06.676Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T11:14:06.686Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T11:14:57.133Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:14:57.134Z||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-11-08T11:14:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:14:57.134Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:14:57.135Z||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-11-08T11:14:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:15:06.676Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T11:15:06.676Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T11:15:57.133Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:15:57.134Z||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-11-08T11:15:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:15:57.134Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:15:57.135Z||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-11-08T11:15:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:16:06.674Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T11:16:06.678Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T11:16:57.133Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:16:57.134Z||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-11-08T11:16:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:16:57.134Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:16:57.135Z||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-11-08T11:16:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:17:06.676Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T11:17:06.677Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T11:17:57.133Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:17:57.134Z||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-11-08T11:17:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:17:57.134Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:17:57.135Z||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-11-08T11:17:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:18:06.677Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T11:18:06.677Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T11:18:57.133Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:18:57.134Z||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-11-08T11:18:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:18:57.134Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:18:57.135Z||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-11-08T11:18:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:19:06.678Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T11:19:06.679Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T11:19:57.133Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:19:57.134Z||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-11-08T11:19:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:19:57.134Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:19:57.135Z||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-11-08T11:19:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:20:06.681Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T11:20:06.681Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T11:20:57.133Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:20:57.134Z||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-11-08T11:20:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:20:57.134Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:20:57.135Z||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-11-08T11:20:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:21:06.677Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T11:21:06.678Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T11:21:57.133Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:21:57.133Z||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-11-08T11:21:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:21:57.134Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:21:57.135Z||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-11-08T11:21:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:22:06.679Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T11:22:06.682Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T11:22:57.133Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:22:57.134Z||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-11-08T11:22:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:22:57.134Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:22:57.135Z||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-11-08T11:22:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:23:06.675Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T11:23:06.675Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T11:23:57.133Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:23:57.134Z||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-11-08T11:23:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:23:57.134Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:23:57.135Z||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-11-08T11:23:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:24:06.683Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T11:24:06.683Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T11:24:57.133Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:24:57.133Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T11:24:57.134Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Y3x48We6GYbeDRW5) ...
2021-11-08T11:24:57.134Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:24:57.135Z||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-11-08T11:24:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:25:06.697Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T11:25:06.698Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T11:25:57.133Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:25:57.134Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T11:25:57.134Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Y3x48We6GYbeDRW5) ...
2021-11-08T11:25:57.134Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:25:57.135Z||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-11-08T11:25:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:26:06.678Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T11:26:06.680Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T11:26:57.133Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:26:57.133Z||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-11-08T11:26:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:26:57.135Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:26:57.136Z||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-11-08T11:26:57.136Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:27:06.673Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T11:27:06.686Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T11:27:57.133Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:27:57.134Z||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-11-08T11:27:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:27:57.134Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:27:57.135Z||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-11-08T11:27:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:28:06.677Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T11:28:06.679Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T11:28:57.133Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:28:57.133Z||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-11-08T11:28:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:28:57.134Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:28:57.135Z||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-11-08T11:28:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:29:06.676Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T11:29:06.679Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T11:29:57.133Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:29:57.133Z||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-11-08T11:29:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:29:57.134Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:29:57.135Z||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-11-08T11:29:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:30:06.673Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T11:30:06.682Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T11:30:57.133Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:30:57.134Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T11:30:57.134Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Y3x48We6GYbeDRW5) ...
2021-11-08T11:30:57.134Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:30:57.135Z||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-11-08T11:30:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:31:06.682Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T11:31:06.682Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T11:31:57.133Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:31:57.133Z||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-11-08T11:31:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:31:57.135Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:31:57.135Z||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-11-08T11:31:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:32:06.687Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T11:32:06.703Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T11:32:57.133Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:32:57.133Z||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-11-08T11:32:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:32:57.134Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:32:57.135Z||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-11-08T11:32:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:33:06.677Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T11:33:06.679Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T11:33:57.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:33:57.134Z||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-11-08T11:33:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:33:57.135Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:33:57.135Z||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-11-08T11:33:57.136Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:34:06.677Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T11:34:06.680Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T11:34:57.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:34:57.134Z||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-11-08T11:34:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:34:57.135Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:34:57.135Z||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-11-08T11:34:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:35:06.678Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T11:35:06.681Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T11:35:57.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:35:57.134Z||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-11-08T11:35:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:35:57.134Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:35:57.135Z||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-11-08T11:35:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:36:06.674Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T11:36:06.680Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T11:36:57.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:36:57.133Z||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-11-08T11:36:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:36:57.134Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:36:57.135Z||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-11-08T11:36:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:37:06.674Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T11:37:06.678Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T11:37:57.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:37:57.134Z||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-11-08T11:37:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:37:57.134Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:37:57.135Z||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-11-08T11:37:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:38:06.684Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T11:38:06.686Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T11:38:57.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:38:57.134Z||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-11-08T11:38:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:38:57.134Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:38:57.135Z||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-11-08T11:38:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:39:06.678Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T11:39:06.678Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T11:39:57.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:39:57.134Z||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-11-08T11:39:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:39:57.134Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:39:57.135Z||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-11-08T11:39:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:40:06.675Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T11:40:06.676Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T11:40:57.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:40:57.134Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:40:57.135Z||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-11-08T11:40:57.135Z||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-11-08T11:40:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:40:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:41:06.682Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T11:41:06.686Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T11:41:57.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:41:57.134Z||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-11-08T11:41:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:41:57.134Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:41:57.135Z||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-11-08T11:41:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:42:06.680Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T11:42:06.683Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T11:42:57.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:42:57.134Z||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-11-08T11:42:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:42:57.134Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:42:57.135Z||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-11-08T11:42:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:43:06.677Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T11:43:06.677Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T11:43:57.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:43:57.134Z||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-11-08T11:43:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:43:57.134Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:43:57.135Z||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-11-08T11:43:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:44:06.678Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T11:44:06.685Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T11:44:57.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:44:57.134Z||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-11-08T11:44:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:44:57.134Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:44:57.135Z||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-11-08T11:44:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:45:06.677Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T11:45:06.692Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T11:45:57.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:45:57.133Z||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-11-08T11:45:57.133Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:45:57.134Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:45:57.135Z||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-11-08T11:45:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:46:06.676Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T11:46:06.678Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T11:46:57.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:46:57.134Z||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-11-08T11:46:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:46:57.134Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:46:57.135Z||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-11-08T11:46:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:47:06.678Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T11:47:06.684Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T11:47:57.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:47:57.134Z||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-11-08T11:47:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:47:57.134Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:47:57.135Z||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-11-08T11:47:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:48:06.678Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T11:48:06.702Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T11:48:57.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:48:57.133Z||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-11-08T11:48:57.133Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:48:57.134Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:48:57.135Z||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-11-08T11:48:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:49:06.674Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T11:49:06.676Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T11:49:57.134Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:49:57.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:49:57.135Z||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-11-08T11:49:57.136Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:49:57.136Z||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-11-08T11:49:57.136Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:50:06.677Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T11:50:06.680Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T11:50:57.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:50:57.134Z||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-11-08T11:50:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:50:57.134Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:50:57.135Z||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-11-08T11:50:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:51:06.676Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T11:51:06.677Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T11:51:57.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:51:57.134Z||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-11-08T11:51:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:51:57.134Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:51:57.135Z||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-11-08T11:51:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:52:06.675Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T11:52:06.677Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T11:52:57.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:52:57.134Z||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-11-08T11:52:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:52:57.134Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:52:57.135Z||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-11-08T11:52:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:53:06.673Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T11:53:06.675Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T11:53:57.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:53:57.134Z||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-11-08T11:53:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:53:57.135Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:53:57.135Z||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-11-08T11:53:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:54:06.672Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T11:54:06.678Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T11:54:57.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:54:57.134Z||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-11-08T11:54:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:54:57.134Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:54:57.135Z||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-11-08T11:54:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:55:06.677Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T11:55:06.677Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T11:55:57.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:55:57.134Z||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-11-08T11:55:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:55:57.134Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:55:57.135Z||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-11-08T11:55:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:56:06.678Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T11:56:06.679Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T11:56:57.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:56:57.133Z||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-11-08T11:56:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:56:57.134Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:56:57.135Z||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-11-08T11:56:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:57:06.676Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T11:57:06.676Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T11:57:57.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:57:57.134Z||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-11-08T11:57:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:57:57.134Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:57:57.135Z||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-11-08T11:57:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:58:06.672Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T11:58:06.681Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T11:58:57.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:58:57.134Z||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-11-08T11:58:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:58:57.134Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:58:57.135Z||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-11-08T11:58:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:59:06.678Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T11:59:06.679Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T11:59:57.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:59:57.134Z||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-11-08T11:59:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T11:59:57.134Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T11:59:57.135Z||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-11-08T11:59:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:00:06.677Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T12:00:06.677Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T12:00:57.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:00:57.133Z||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-11-08T12:00:57.133Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:00:57.134Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:00:57.135Z||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-11-08T12:00:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:01:06.678Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T12:01:06.679Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T12:01:57.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:01:57.133Z||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-11-08T12:01:57.133Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:01:57.134Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:01:57.135Z||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-11-08T12:01:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:02:06.676Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T12:02:06.678Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T12:02:57.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:02:57.134Z||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-11-08T12:02:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:02:57.134Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:02:57.135Z||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-11-08T12:02:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:03:06.680Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T12:03:06.681Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T12:03:57.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:03:57.133Z||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-11-08T12:03:57.133Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:03:57.134Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:03:57.135Z||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-11-08T12:03:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:04:06.676Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T12:04:06.676Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T12:04:57.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:04:57.133Z||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-11-08T12:04:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:04:57.134Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:04:57.135Z||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-11-08T12:04:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:05:06.682Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T12:05:06.684Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T12:05:57.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:05:57.134Z||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-11-08T12:05:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:05:57.134Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:05:57.135Z||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-11-08T12:05:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:06:06.678Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T12:06:06.678Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T12:06:57.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:06:57.133Z||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-11-08T12:06:57.133Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:06:57.134Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:06:57.135Z||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-11-08T12:06:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:07:06.672Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T12:07:06.674Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T12:07:57.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:07:57.134Z||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-11-08T12:07:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:07:57.134Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:07:57.135Z||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-11-08T12:07:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:08:06.677Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T12:08:06.683Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T12:08:57.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:08:57.133Z||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-11-08T12:08:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:08:57.134Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:08:57.135Z||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-11-08T12:08:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:09:06.673Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T12:09:06.675Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T12:09:57.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:09:57.133Z||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-11-08T12:09:57.133Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:09:57.134Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:09:57.135Z||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-11-08T12:09:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:10:06.671Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T12:10:06.679Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T12:10:57.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:10:57.133Z||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-11-08T12:10:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:10:57.134Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:10:57.135Z||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-11-08T12:10:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:11:06.675Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T12:11:06.679Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T12:11:57.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:11:57.133Z||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-11-08T12:11:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:11:57.134Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:11:57.135Z||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-11-08T12:11:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:12:06.677Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T12:12:06.678Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T12:12:57.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:12:57.134Z||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-11-08T12:12:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:12:57.134Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:12:57.135Z||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-11-08T12:12:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:13:06.677Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T12:13:06.678Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T12:13:57.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:13:57.133Z||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-11-08T12:13:57.133Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:13:57.134Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:13:57.135Z||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-11-08T12:13:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:14:06.679Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T12:14:06.679Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T12:14:57.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:14:57.133Z||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-11-08T12:14:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:14:57.134Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:14:57.135Z||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-11-08T12:14:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:15:06.677Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T12:15:06.679Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T12:15:57.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:15:57.134Z||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-11-08T12:15:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:15:57.134Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:15:57.135Z||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-11-08T12:15:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:16:06.676Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T12:16:06.678Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T12:16:57.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:16:57.133Z||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-11-08T12:16:57.133Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:16:57.134Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:16:57.135Z||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-11-08T12:16:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:17:06.676Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T12:17:06.676Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T12:17:57.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:17:57.134Z||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-11-08T12:17:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:17:57.134Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:17:57.135Z||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-11-08T12:17:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:18:06.672Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T12:18:06.679Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T12:18:57.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:18:57.133Z||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-11-08T12:18:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:18:57.134Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:18:57.135Z||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-11-08T12:18:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:19:06.677Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T12:19:06.678Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T12:19:57.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:19:57.133Z||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-11-08T12:19:57.133Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:19:57.134Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:19:57.135Z||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-11-08T12:19:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:20:06.677Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T12:20:06.676Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T12:20:57.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:20:57.134Z||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-11-08T12:20:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:20:57.134Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:20:57.135Z||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-11-08T12:20:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:21:06.675Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T12:21:06.675Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T12:21:57.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:21:57.133Z||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-11-08T12:21:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:21:57.134Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:21:57.135Z||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-11-08T12:21:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:22:06.674Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T12:22:06.679Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T12:22:57.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:22:57.133Z||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-11-08T12:22:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:22:57.134Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:22:57.135Z||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-11-08T12:22:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:23:06.679Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T12:23:06.680Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T12:23:57.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:23:57.133Z||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-11-08T12:23:57.133Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:23:57.134Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:23:57.135Z||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-11-08T12:23:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:24:06.673Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T12:24:06.674Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T12:24:57.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:24:57.133Z||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-11-08T12:24:57.133Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:24:57.135Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:24:57.136Z||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-11-08T12:24:57.136Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:25:06.678Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T12:25:06.679Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T12:25:57.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:25:57.134Z||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-11-08T12:25:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:25:57.134Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:25:57.135Z||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-11-08T12:25:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:26:06.676Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T12:26:06.676Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T12:26:57.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:26:57.133Z||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-11-08T12:26:57.133Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:26:57.134Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:26:57.135Z||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-11-08T12:26:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:27:06.676Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T12:27:06.676Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T12:27:57.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:27:57.133Z||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-11-08T12:27:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:27:57.134Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:27:57.135Z||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-11-08T12:27:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:28:06.677Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T12:28:06.677Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T12:28:57.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:28:57.133Z||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-11-08T12:28:57.133Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:28:57.134Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:28:57.135Z||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-11-08T12:28:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:29:06.677Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T12:29:06.678Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T12:29:57.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:29:57.133Z||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-11-08T12:29:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:29:57.134Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:29:57.135Z||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-11-08T12:29:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:30:06.680Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T12:30:06.687Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T12:30:57.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:30:57.133Z||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-11-08T12:30:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:30:57.134Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:30:57.135Z||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-11-08T12:30:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:31:06.673Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T12:31:06.689Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T12:31:57.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:31:57.133Z||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-11-08T12:31:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:31:57.134Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:31:57.135Z||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-11-08T12:31:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:32:06.674Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T12:32:06.674Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T12:32:57.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:32:57.133Z||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-11-08T12:32:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:32:57.134Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:32:57.135Z||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-11-08T12:32:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:33:06.678Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T12:33:06.678Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T12:33:57.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:33:57.133Z||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-11-08T12:33:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:33:57.134Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:33:57.135Z||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-11-08T12:33:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:34:06.677Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T12:34:06.677Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T12:34:57.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:34:57.133Z||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-11-08T12:34:57.133Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:34:57.134Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:34:57.135Z||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-11-08T12:34:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:35:06.674Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T12:35:06.677Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T12:35:57.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:35:57.134Z||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-11-08T12:35:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:35:57.134Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:35:57.135Z||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-11-08T12:35:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:36:06.673Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T12:36:06.674Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T12:36:57.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:36:57.133Z||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-11-08T12:36:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:36:57.134Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:36:57.135Z||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-11-08T12:36:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:37:06.679Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T12:37:06.679Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T12:37:57.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:37:57.133Z||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-11-08T12:37:57.133Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:37:57.134Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:37:57.135Z||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-11-08T12:37:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:38:06.677Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T12:38:06.677Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T12:38:57.133Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:38:57.134Z||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-11-08T12:38:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:38:57.135Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:38:57.135Z||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-11-08T12:38:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:39:06.684Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T12:39:06.685Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T12:39:57.133Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:39:57.133Z||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-11-08T12:39:57.133Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:39:57.134Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:39:57.135Z||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-11-08T12:39:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:40:06.679Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T12:40:06.679Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T12:40:57.133Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:40:57.133Z||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-11-08T12:40:57.133Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:40:57.134Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:40:57.135Z||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-11-08T12:40:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:41:06.675Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T12:41:06.675Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T12:41:57.133Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:41:57.133Z||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-11-08T12:41:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:41:57.134Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:41:57.135Z||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-11-08T12:41:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:42:06.674Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T12:42:06.675Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T12:42:57.133Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:42:57.134Z||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-11-08T12:42:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:42:57.134Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:42:57.135Z||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-11-08T12:42:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:43:06.671Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T12:43:06.676Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T12:43:57.133Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:43:57.133Z||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-11-08T12:43:57.133Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:43:57.134Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:43:57.135Z||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-11-08T12:43:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:44:06.679Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T12:44:06.679Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T12:44:57.133Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:44:57.134Z||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-11-08T12:44:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:44:57.134Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:44:57.135Z||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-11-08T12:44:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:45:06.675Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T12:45:06.678Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T12:45:57.133Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:45:57.133Z||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-11-08T12:45:57.133Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:45:57.135Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:45:57.135Z||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-11-08T12:45:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:46:06.675Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T12:46:06.678Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T12:46:57.133Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:46:57.133Z||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-11-08T12:46:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:46:57.134Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:46:57.135Z||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-11-08T12:46:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:47:06.674Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T12:47:06.674Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T12:47:57.133Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:47:57.133Z||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-11-08T12:47:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:47:57.134Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:47:57.135Z||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-11-08T12:47:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:48:06.676Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T12:48:06.679Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T12:48:57.133Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:48:57.134Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T12:48:57.134Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Y3x48We6GYbeDRW5) ...
2021-11-08T12:48:57.134Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:48:57.135Z||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-11-08T12:48:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:49:06.680Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T12:49:06.681Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T12:49:57.133Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:49:57.134Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T12:49:57.134Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Y3x48We6GYbeDRW5) ...
2021-11-08T12:49:57.134Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:49:57.135Z||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-11-08T12:49:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:50:06.677Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T12:50:06.679Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T12:50:57.133Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:50:57.134Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T12:50:57.134Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Y3x48We6GYbeDRW5) ...
2021-11-08T12:50:57.134Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:50:57.135Z||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-11-08T12:50:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:51:06.677Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T12:51:06.678Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T12:51:57.133Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:51:57.134Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T12:51:57.134Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Y3x48We6GYbeDRW5) ...
2021-11-08T12:51:57.134Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:51:57.135Z||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-11-08T12:51:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:52:06.677Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T12:52:06.678Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T12:52:57.133Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:52:57.134Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:52:57.135Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T12:52:57.135Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Y3x48We6GYbeDRW5) ...
2021-11-08T12:52:57.135Z||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-11-08T12:52:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:53:06.680Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T12:53:06.680Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T12:53:57.133Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:53:57.134Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T12:53:57.134Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Y3x48We6GYbeDRW5) ...
2021-11-08T12:53:57.134Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:53:57.135Z||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-11-08T12:53:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:54:06.679Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T12:54:06.679Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T12:54:57.133Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:54:57.134Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T12:54:57.134Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Y3x48We6GYbeDRW5) ...
2021-11-08T12:54:57.134Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:54:57.135Z||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-11-08T12:54:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:55:06.679Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T12:55:06.680Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T12:55:57.133Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:55:57.133Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T12:55:57.133Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Y3x48We6GYbeDRW5) ...
2021-11-08T12:55:57.134Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:55:57.135Z||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-11-08T12:55:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:56:06.676Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T12:56:06.676Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T12:56:57.134Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:56:57.134Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:56:57.136Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T12:56:57.136Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Y3x48We6GYbeDRW5) ...
2021-11-08T12:56:57.136Z||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-11-08T12:56:57.137Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:57:06.680Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T12:57:06.684Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T12:57:57.133Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:57:57.133Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T12:57:57.133Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Y3x48We6GYbeDRW5) ...
2021-11-08T12:57:57.134Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:57:57.135Z||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-11-08T12:57:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:58:06.678Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T12:58:06.680Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T12:58:57.133Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:58:57.133Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T12:58:57.134Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Y3x48We6GYbeDRW5) ...
2021-11-08T12:58:57.135Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:58:57.135Z||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-11-08T12:58:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T12:59:06.678Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T12:59:06.680Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T12:59:57.133Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:59:57.133Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T12:59:57.133Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Y3x48We6GYbeDRW5) ...
2021-11-08T12:59:57.135Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T12:59:57.135Z||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-11-08T12:59:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:00:06.674Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T13:00:06.674Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T13:00:57.133Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:00:57.133Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T13:00:57.133Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:00:57.134Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:00:57.135Z||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-11-08T13:00:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:01:06.672Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T13:01:06.673Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T13:01:57.133Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:01:57.134Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T13:01:57.134Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:01:57.134Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:01:57.135Z||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-11-08T13:01:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:02:06.673Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T13:02:06.676Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T13:02:57.133Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:02:57.134Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T13:02:57.134Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:02:57.134Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:02:57.135Z||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-11-08T13:02:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:03:06.675Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T13:03:06.678Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T13:03:57.133Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:03:57.133Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T13:03:57.134Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:03:57.134Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:03:57.135Z||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-11-08T13:03:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:04:06.677Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T13:04:06.678Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T13:04:57.133Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:04:57.133Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T13:04:57.134Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:04:57.134Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:04:57.135Z||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-11-08T13:04:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:05:06.678Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T13:05:06.679Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T13:05:57.133Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:05:57.133Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T13:05:57.134Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:05:57.134Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:05:57.135Z||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-11-08T13:05:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:06:06.678Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T13:06:06.678Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T13:06:57.133Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:06:57.133Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T13:06:57.133Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:06:57.134Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:06:57.135Z||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-11-08T13:06:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:07:06.677Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T13:07:06.677Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T13:07:57.133Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:07:57.133Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-08T13:07:57.133Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:07:57.134Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:07:57.135Z||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-11-08T13:07:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:08:06.679Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T13:08:06.679Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T13:08:57.133Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:08:57.133Z||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-11-08T13:08:57.133Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:08:57.135Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:08:57.135Z||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-11-08T13:08:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:09:06.675Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T13:09:06.676Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T13:09:57.133Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:09:57.133Z||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-11-08T13:09:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:09:57.134Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:09:57.135Z||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-11-08T13:09:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:10:06.678Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T13:10:06.678Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T13:10:57.133Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:10:57.133Z||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-11-08T13:10:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:10:57.134Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:10:57.135Z||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-11-08T13:10:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:11:06.674Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T13:11:06.675Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T13:11:57.133Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:11:57.134Z||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-11-08T13:11:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:11:57.134Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:11:57.135Z||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-11-08T13:11:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:12:06.697Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T13:12:06.697Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T13:12:57.133Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:12:57.134Z||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-11-08T13:12:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:12:57.134Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:12:57.135Z||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-11-08T13:12:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:13:06.678Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T13:13:06.681Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T13:13:57.133Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:13:57.133Z||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-11-08T13:13:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:13:57.134Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:13:57.135Z||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-11-08T13:13:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:14:06.678Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T13:14:06.680Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T13:14:57.133Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:14:57.133Z||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-11-08T13:14:57.133Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:14:57.134Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:14:57.135Z||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-11-08T13:14:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:15:06.671Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T13:15:06.678Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T13:15:57.133Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:15:57.133Z||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-11-08T13:15:57.133Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:15:57.134Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:15:57.135Z||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-11-08T13:15:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:16:06.671Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T13:16:06.676Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T13:16:57.133Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:16:57.133Z||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-11-08T13:16:57.133Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:16:57.134Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:16:57.135Z||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-11-08T13:16:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:17:06.673Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T13:17:06.680Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T13:17:57.133Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:17:57.134Z||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-11-08T13:17:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:17:57.134Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:17:57.135Z||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-11-08T13:17:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:18:06.673Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T13:18:06.683Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T13:18:57.133Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:18:57.133Z||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-11-08T13:18:57.133Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:18:57.134Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:18:57.135Z||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-11-08T13:18:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:19:06.677Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T13:19:06.678Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T13:19:57.133Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:19:57.133Z||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-11-08T13:19:57.133Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:19:57.134Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:19:57.135Z||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-11-08T13:19:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:20:06.672Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T13:20:06.678Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T13:20:57.133Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:20:57.133Z||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-11-08T13:20:57.133Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:20:57.134Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:20:57.135Z||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-11-08T13:20:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:21:06.676Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T13:21:06.676Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T13:21:57.133Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:21:57.133Z||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-11-08T13:21:57.133Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:21:57.134Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:21:57.135Z||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-11-08T13:21:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:21:57.759Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T13:21:57.760Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-08T13:21:57.760Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"48a46fb4-1e66-452f-9c5f-c34cfe5ee023","serviceName":"vFW 2021-11-08 13-18-29","serviceVersion":"1.0","serviceUUID":"3141e8ef-3656-4346-9693-87753f077f05","serviceDescription":"catalog service description","serviceInvariantUUID":"c2420ce0-4721-413e-a5aa-8ed5ffacea28","resources":[{"resourceInstanceName":"vFW 18da78ce-f4d0 0","resourceName":"vFW 18da78ce-f4d0","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ada2b696-0f7b-46c9-9b1c-fd72b19757a8","resourceInvariantUUID":"caa6e4fb-a47b-4860-b237-6d5f8ada18ad","resourceCustomizationUUID":"b7b07061-7902-402a-ade6-f47f7fd7f318","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/vf-license-model.xml","artifactChecksum":"ZWJlMGFlMDc4NjI0NjMxOGQ1NjIzNmVmZDIwYzFhNmY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0213fe5f-3ddf-4919-8fe3-f20de6265590","artifactVersion":"1"},{"artifactName":"vfw18da78cef4d00_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/vfw18da78cef4d00_modules.json","artifactChecksum":"ZWQwODU5MjNmYWMyNGNlYjA2NzFhNzY3ZmUxMTBkODQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4e2aa28b-6cb0-425f-9b75-807db0211552","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"9ef1cd81-645c-4581-9ce0-306eabf4309a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/vendor-license-model.xml","artifactChecksum":"NmZlYzJlMmRkNTBkOTQwYjM2ZDBjZWYzMzY1MDViNTE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b3ec9b04-f3bf-425a-8b46-25aa233be4c0","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0538dd65-d628-48b3-a279-6106ca80b582","artifactVersion":"2","generatedFromUUID":"9ef1cd81-645c-4581-9ce0-306eabf4309a"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20211108131829-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20211108131829/1.0/artifacts/service-Vfw20211108131829-template.yml","artifactChecksum":"OGM0Y2U0MDk5ZmNlMTkyMjQ3MjM4NjVkMjc0NWE5OTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ea81e8d4-6060-4442-9ac6-9e0a486f7c5d","artifactVersion":"1"},{"artifactName":"service-Vfw20211108131829-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20211108131829/1.0/artifacts/service-Vfw20211108131829-csar.csar","artifactChecksum":"NDczOGQ4NWMzZGU2NjNiOTI5NDgwMDcyYmVhZWFhNWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"08076b20-e348-42f1-8630-1e2c86d50a2b","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-08T13:21:57.768Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T13:21:57.772Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:57.772Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636377669326,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-08T13:21:57.824Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-08T13:21:57.834Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:21:57.837Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-08T13:21:57.837Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:57.837Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
"consumerID": "clamp",
"timestamp": 1636377668881,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-08T13:21:57.838Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-08T13:21:57.838Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:57.838Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636377668488,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-08T13:21:57.839Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-08T13:21:57.839Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:57.839Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
"consumerID": "ves-openapi-manager",
"timestamp": 1636377662487,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-08T13:21:57.839Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-08T13:21:57.839Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:57.839Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636377669326,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/vfw18da78cef4d00_modules.json",
"status": "NOTIFIED"
}
2021-11-08T13:21:57.840Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-08T13:21:57.840Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:57.840Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
"consumerID": "clamp",
"timestamp": 1636377668881,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/vfw18da78cef4d00_modules.json",
"status": "NOTIFIED"
}
2021-11-08T13:21:57.840Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-08T13:21:57.840Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:57.840Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636377668488,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/vfw18da78cef4d00_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-08T13:21:57.841Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-08T13:21:57.841Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:57.841Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
"consumerID": "ves-openapi-manager",
"timestamp": 1636377662487,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/vfw18da78cef4d00_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-08T13:21:57.841Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-08T13:21:57.841Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:57.841Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636377669326,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-11-08T13:21:57.842Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-08T13:21:57.842Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:57.842Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
"consumerID": "clamp",
"timestamp": 1636377668881,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-08T13:21:57.842Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-08T13:21:57.842Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:57.843Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636377668488,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-08T13:21:57.843Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-08T13:21:57.843Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:57.843Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
"consumerID": "ves-openapi-manager",
"timestamp": 1636377662487,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-08T13:21:57.843Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-08T13:21:57.844Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:57.844Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636377669326,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-08T13:21:57.844Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-08T13:21:57.844Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:57.844Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
"consumerID": "clamp",
"timestamp": 1636377668881,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-08T13:21:57.844Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-08T13:21:57.845Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:57.845Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636377668488,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-08T13:21:57.845Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-08T13:21:57.845Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:57.845Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
"consumerID": "ves-openapi-manager",
"timestamp": 1636377662487,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-08T13:21:57.846Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-08T13:21:57.846Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:57.846Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636377669326,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-11-08T13:21:57.847Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-08T13:21:57.847Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:57.847Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
"consumerID": "clamp",
"timestamp": 1636377668881,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-08T13:21:57.847Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-08T13:21:57.847Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:57.847Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636377668488,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-08T13:21:57.848Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-08T13:21:57.848Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:57.848Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
"consumerID": "ves-openapi-manager",
"timestamp": 1636377662487,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-08T13:21:57.848Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-08T13:21:57.848Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:57.848Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
"consumerID": "policy-id",
"timestamp": 1636377676030,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-08T13:21:57.849Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-08T13:21:57.849Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:57.849Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636377669326,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/artifacts/service-Vfw20211108131829-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-08T13:21:57.849Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-08T13:21:57.849Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:57.850Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
"consumerID": "clamp",
"timestamp": 1636377668881,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/artifacts/service-Vfw20211108131829-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-08T13:21:57.850Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-08T13:21:57.850Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:57.850Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636377668488,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/artifacts/service-Vfw20211108131829-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-08T13:21:57.850Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-08T13:21:57.850Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:57.850Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
"consumerID": "ves-openapi-manager",
"timestamp": 1636377662487,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/artifacts/service-Vfw20211108131829-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-08T13:21:57.851Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-08T13:21:57.851Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:57.851Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
"consumerID": "cds",
"timestamp": 1636377676524,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-08T13:21:57.851Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-08T13:21:57.851Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:57.851Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
"consumerID": "policy-id",
"timestamp": 1636377676030,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/vfw18da78cef4d00_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-08T13:21:57.852Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-08T13:21:57.852Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:57.852Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636377669326,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/artifacts/service-Vfw20211108131829-csar.csar",
"status": "NOTIFIED"
}
2021-11-08T13:21:57.852Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-08T13:21:57.854Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:57.854Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
"consumerID": "clamp",
"timestamp": 1636377668881,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/artifacts/service-Vfw20211108131829-csar.csar",
"status": "NOTIFIED"
}
2021-11-08T13:21:57.854Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-08T13:21:57.854Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:57.854Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636377668488,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/artifacts/service-Vfw20211108131829-csar.csar",
"status": "NOTIFIED"
}
2021-11-08T13:21:57.854Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-08T13:21:57.855Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:57.855Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
"consumerID": "ves-openapi-manager",
"timestamp": 1636377662487,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/artifacts/service-Vfw20211108131829-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-08T13:21:57.855Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-08T13:21:57.855Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:57.855Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
"consumerID": "cds",
"timestamp": 1636377676524,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/vfw18da78cef4d00_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-08T13:21:57.855Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:21:57.855Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636377717133,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-08T13:21:57.855Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-08T13:21:57.855Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:57.855Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
"consumerID": "policy-id",
"timestamp": 1636377676030,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-11-08T13:21:57.855Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-08T13:21:57.855Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:57.855Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
"consumerID": "cds",
"timestamp": 1636377676524,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-08T13:21:57.855Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-08T13:21:57.855Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:57.856Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636377679527,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/vfw18da78cef4d00_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-08T13:21:57.856Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:21:57.856Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:57.856Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636377679546,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/artifacts/service-Vfw20211108131829-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-08T13:21:57.856Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:21:57.856Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:57.856Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
"consumerID": "policy-id",
"timestamp": 1636377676030,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-08T13:21:57.856Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-08T13:21:57.856Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:57.856Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
"consumerID": "dcae-sch",
"timestamp": 1636377679181,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-08T13:21:57.856Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-08T13:21:57.857Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:57.857Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
"consumerID": "cds",
"timestamp": 1636377676524,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-08T13:21:57.857Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-08T13:21:57.857Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:57.857Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
"consumerID": "policy-id",
"timestamp": 1636377676030,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-08T13:21:57.857Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-08T13:21:57.857Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:57.857Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636377680805,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-08T13:21:57.857Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:21:57.858Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:57.858Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
"consumerID": "dcae-sch",
"timestamp": 1636377679181,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/vfw18da78cef4d00_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-08T13:21:57.858Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-08T13:21:57.858Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:57.858Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
"consumerID": "cds",
"timestamp": 1636377676524,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-08T13:21:57.858Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-08T13:21:57.858Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:57.858Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
"consumerID": "policy-id",
"timestamp": 1636377676030,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/artifacts/service-Vfw20211108131829-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-08T13:21:57.858Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-08T13:21:57.858Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:57.858Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
"consumerID": "dcae-sch",
"timestamp": 1636377679181,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-08T13:21:57.858Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-08T13:21:57.859Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:57.859Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
"consumerID": "aai-ml",
"timestamp": 1636377681323,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-08T13:21:57.859Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-08T13:21:57.859Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:57.859Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636377681996,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-11-08T13:21:57.859Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:21:57.859Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:57.859Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
"consumerID": "cds",
"timestamp": 1636377676524,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/artifacts/service-Vfw20211108131829-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-08T13:21:57.859Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-08T13:21:57.859Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:57.859Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
"consumerID": "policy-id",
"timestamp": 1636377676030,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/artifacts/service-Vfw20211108131829-csar.csar",
"status": "NOTIFIED"
}
2021-11-08T13:21:57.859Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-08T13:21:57.859Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:57.859Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
"consumerID": "dcae-sch",
"timestamp": 1636377679181,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-08T13:21:57.860Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-08T13:21:57.860Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:57.860Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
"consumerID": "aai-ml",
"timestamp": 1636377681323,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/vfw18da78cef4d00_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-08T13:21:57.860Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-08T13:21:57.860Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:57.860Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
"consumerID": "cds",
"timestamp": 1636377676524,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/artifacts/service-Vfw20211108131829-csar.csar",
"status": "NOTIFIED"
}
2021-11-08T13:21:57.860Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-08T13:21:57.860Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:57.860Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636377683775,
"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-11-08T13:21:57.955Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2021-11-08T13:21:58.075Z||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-11-08T13:21:58.075Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:21:58.087Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T13:21:58.088Z||pool-3-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: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-08T13:21:58.159Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 48a46fb4-1e66-452f-9c5f-c34cfe5ee023
2021-11-08T13:21:58.172Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 48a46fb4-1e66-452f-9c5f-c34cfe5ee023 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-11-08T13:21:58.200Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:58.200Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
"consumerID": "dcae-sch",
"timestamp": 1636377679181,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-08T13:21:58.200Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-08T13:21:58.200Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:58.200Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
"consumerID": "policy-id",
"timestamp": 1636377683927,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/artifacts/service-Vfw20211108131829-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-08T13:21:58.200Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:21:58.200Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:58.200Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
"consumerID": "aai-ml",
"timestamp": 1636377681323,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-08T13:21:58.200Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-08T13:21:58.200Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:58.201Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636377684133,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/artifacts/service-Vfw20211108131829-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-08T13:21:58.201Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:21:58.201Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:58.201Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
"consumerID": "cds",
"timestamp": 1636377684436,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/artifacts/service-Vfw20211108131829-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-08T13:21:58.201Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:21:58.201Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:58.201Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636377684780,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/vfw18da78cef4d00_modules.json",
"status": "DEPLOY_OK"
}
2021-11-08T13:21:58.201Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:21:58.201Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:58.201Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
"consumerID": "dcae-sch",
"timestamp": 1636377679181,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/artifacts/service-Vfw20211108131829-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-08T13:21:58.202Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-08T13:21:58.202Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:58.202Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
"consumerID": "policy-id",
"timestamp": 1636377684935,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/artifacts/service-Vfw20211108131829-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-08T13:21:58.202Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:21:58.202Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:58.202Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
"consumerID": "aai-ml",
"timestamp": 1636377681323,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-08T13:21:58.202Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-08T13:21:58.202Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:58.202Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636377685137,
"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-11-08T13:21:58.214Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 48a46fb4-1e66-452f-9c5f-c34cfe5ee023
2021-11-08T13:21:58.214Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 48a46fb4-1e66-452f-9c5f-c34cfe5ee023 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-11-08T13:21:58.225Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:58.225Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
"consumerID": "cds",
"timestamp": 1636377685455,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/artifacts/service-Vfw20211108131829-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-11-08T13:21:58.233Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 48a46fb4-1e66-452f-9c5f-c34cfe5ee023
2021-11-08T13:21:58.233Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 48a46fb4-1e66-452f-9c5f-c34cfe5ee023 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-11-08T13:21:58.243Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:58.243Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
"consumerID": "dcae-sch",
"timestamp": 1636377679181,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/artifacts/service-Vfw20211108131829-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-08T13:21:58.244Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-08T13:21:58.244Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:58.244Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
"consumerID": "policy-id",
"timestamp": 1636377685939,
"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-11-08T13:21:58.249Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 48a46fb4-1e66-452f-9c5f-c34cfe5ee023
2021-11-08T13:21:58.249Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 48a46fb4-1e66-452f-9c5f-c34cfe5ee023 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-11-08T13:21:58.259Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:58.259Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
"consumerID": "aai-ml",
"timestamp": 1636377681323,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-08T13:21:58.259Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-08T13:21:58.259Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:58.259Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
"consumerID": "aai-ml",
"timestamp": 1636377681323,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/artifacts/service-Vfw20211108131829-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-08T13:21:58.259Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-08T13:21:58.259Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:58.259Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
"consumerID": "aai-ml",
"timestamp": 1636377681323,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/artifacts/service-Vfw20211108131829-csar.csar",
"status": "NOTIFIED"
}
2021-11-08T13:21:58.259Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-08T13:21:58.260Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:58.260Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
"consumerID": "clamp",
"timestamp": 1636377688187,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/artifacts/service-Vfw20211108131829-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-08T13:21:58.260Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:21:58.260Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:58.260Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
"consumerID": "aai-ml",
"timestamp": 1636377689133,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/artifacts/service-Vfw20211108131829-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-08T13:21:58.260Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:21:58.260Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:58.260Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
"consumerID": "clamp",
"timestamp": 1636377690199,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/artifacts/service-Vfw20211108131829-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-08T13:21:58.260Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:21:58.260Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:58.260Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
"consumerID": "clamp",
"timestamp": 1636377691203,
"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-11-08T13:21:58.270Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 48a46fb4-1e66-452f-9c5f-c34cfe5ee023
2021-11-08T13:21:58.270Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 48a46fb4-1e66-452f-9c5f-c34cfe5ee023 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-11-08T13:21:58.279Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:58.279Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
"consumerID": "aai-ml",
"timestamp": 1636377702809,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/artifacts/service-Vfw20211108131829-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-08T13:21:58.280Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:21:58.280Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:21:58.280Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
"consumerID": "aai-ml",
"timestamp": 1636377703814,
"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-11-08T13:21:58.285Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 48a46fb4-1e66-452f-9c5f-c34cfe5ee023
2021-11-08T13:21:58.286Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 48a46fb4-1e66-452f-9c5f-c34cfe5ee023 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-11-08T13:21:58.865Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-08T13:21:58.866Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:21:58.867Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:21:58.867Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636377717133,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/vfw18da78cef4d00_modules.json",
"status": "NOTIFIED"
}
2021-11-08T13:21:58.967Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-08T13:21:58.968Z||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-11-08T13:21:58.968Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:21:58.983Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T13:21:58.983Z||pool-4-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-08T13:21:59.867Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-08T13:21:59.868Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:21:59.870Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:21:59.871Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636377717133,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-11-08T13:21:59.971Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-08T13:21:59.971Z||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-11-08T13:21:59.971Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:21:59.986Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T13:21:59.986Z||pool-5-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-08T13:22:00.871Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-08T13:22:00.872Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:22:00.874Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:22:00.874Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636377717133,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-08T13:22:00.974Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-08T13:22:00.975Z||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-11-08T13:22:00.975Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:22:00.989Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T13:22:00.989Z||pool-6-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-08T13:22:01.874Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-08T13:22:01.875Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:22:01.876Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:22:01.876Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636377717133,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-11-08T13:22:01.976Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-08T13:22:01.977Z||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-11-08T13:22:01.977Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:22:01.991Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T13:22:01.991Z||pool-7-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-08T13:22:02.877Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-08T13:22:02.878Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:22:02.879Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:22:02.879Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636377717133,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/artifacts/service-Vfw20211108131829-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-08T13:22:02.980Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-08T13:22:02.980Z||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-11-08T13:22:02.980Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:22:02.995Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T13:22:02.996Z||pool-8-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-11-08T13:22:03.880Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-08T13:22:03.880Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:22:03.882Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:22:03.882Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636377717133,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/artifacts/service-Vfw20211108131829-csar.csar",
"status": "NOTIFIED"
}
2021-11-08T13:22:03.983Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-08T13:22:03.983Z||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-11-08T13:22:03.983Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:22:03.997Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T13:22:03.998Z||pool-9-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-08T13:22:04.884Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
"serviceName": "vFW 2021-11-08 13-18-29",
"serviceVersion": "1.0",
"serviceUUID": "3141e8ef-3656-4346-9693-87753f077f05",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "c2420ce0-4721-413e-a5aa-8ed5ffacea28",
"resources": [
{
"resourceInstanceName": "vFW 18da78ce-f4d0 0",
"resourceCustomizationUUID": "b7b07061-7902-402a-ade6-f47f7fd7f318",
"resourceName": "vFW 18da78ce-f4d0",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "ada2b696-0f7b-46c9-9b1c-fd72b19757a8",
"resourceInvariantUUID": "caa6e4fb-a47b-4860-b237-6d5f8ada18ad",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw18da78cef4d00_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/vfw18da78cef4d00_modules.json",
"artifactChecksum": "ZWQwODU5MjNmYWMyNGNlYjA2NzFhNzY3ZmUxMTBkODQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "4e2aa28b-6cb0-425f-9b75-807db0211552",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "9ef1cd81-645c-4581-9ce0-306eabf4309a",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "0538dd65-d628-48b3-a279-6106ca80b582",
"generatedFromUUID": "9ef1cd81-645c-4581-9ce0-306eabf4309a"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "0538dd65-d628-48b3-a279-6106ca80b582",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20211108131829-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/artifacts/service-Vfw20211108131829-csar.csar",
"artifactChecksum": "NDczOGQ4NWMzZGU2NjNiOTI5NDgwMDcyYmVhZWFhNWI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "08076b20-e348-42f1-8630-1e2c86d50a2b"
}
],
"workloadContext": "Production"
}
2021-11-08T13:22:04.885Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-08T13:22:04.885Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3141e8ef-3656-4346-9693-87753f077f05 ASDC
2021-11-08T13:22:05.019Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:48a46fb4-1e66-452f-9c5f-c34cfe5ee023
ServiceName:vFW 2021-11-08 13-18-29
ServiceVersion:1.0
ServiceUUID:3141e8ef-3656-4346-9693-87753f077f05
ServiceInvariantUUID:c2420ce0-4721-413e-a5aa-8ed5ffacea28
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20211108131829-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211108131829/1.0/artifacts/service-Vfw20211108131829-csar.csar
ArtifactUUID:08076b20-e348-42f1-8630-1e2c86d50a2b
ArtifactChecksum:NDczOGQ4NWMzZGU2NjNiOTI5NDgwMDcyYmVhZWFhNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 18da78ce-f4d0 0
ResourceCustomizationUUID:b7b07061-7902-402a-ade6-f47f7fd7f318
ResourceInvariantUUID:caa6e4fb-a47b-4860-b237-6d5f8ada18ad
ResourceName:vFW 18da78ce-f4d0
ResourceType:VF
ResourceUUID:ada2b696-0f7b-46c9-9b1c-fd72b19757a8
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw18da78cef4d00_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/vfw18da78cef4d00_modules.json
ArtifactUUID:4e2aa28b-6cb0-425f-9b75-807db0211552
ArtifactChecksum:ZWQwODU5MjNmYWMyNGNlYjA2NzFhNzY3ZmUxMTBkODQ=
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/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/base_vfw.yaml
ArtifactUUID:9ef1cd81-645c-4581-9ce0-306eabf4309a
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/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/base_vfw.env
ArtifactUUID:0538dd65-d628-48b3-a279-6106ca80b582
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/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/base_vfw.env
ArtifactUUID:0538dd65-d628-48b3-a279-6106ca80b582
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-11-08T13:22:05.019Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3141e8ef-3656-4346-9693-87753f077f05 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-11-08T13:22:05.065Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-08T13:22:05.066Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-11-08T13:22:05.066Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-11-08T13:22:05.066Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 08076b20-e348-42f1-8630-1e2c86d50a2b from URL: /sdc/v1/catalog/services/Vfw20211108131829/1.0/artifacts/service-Vfw20211108131829-csar.csar
2021-11-08T13:22:05.066Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-11-08T13:22:05.068Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211108131829/1.0/artifacts/service-Vfw20211108131829-csar.csar
2021-11-08T13:22:05.174Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-11-08T13:22:05.199Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211108131829/1.0/artifacts/service-Vfw20211108131829-csar.csar 08076b20-e348-42f1-8630-1e2c86d50a2b 98942
2021-11-08T13:22:05.200Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211108131829/1.0/artifacts/service-Vfw20211108131829-csar.csar ASDC sendASDCNotification
2021-11-08T13:22:05.201Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211108131829/1.0/artifacts/service-Vfw20211108131829-csar.csar
2021-11-08T13:22:05.201Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-08T13:22:05.202Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:22:05.204Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:22:05.204Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636377725199,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/artifacts/service-Vfw20211108131829-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-08T13:22:05.304Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-08T13:22:05.305Z||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-11-08T13:22:05.305Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:22:05.319Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T13:22:05.320Z||pool-10-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-08T13:22:06.205Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-08T13:22:06.206Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-11-08T13:22:06.207Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 08076b20-e348-42f1-8630-1e2c86d50a2b, URL: /sdc/v1/catalog/services/Vfw20211108131829/1.0/artifacts/service-Vfw20211108131829-csar.csar to file: /app/ASDC/1/service-Vfw20211108131829-csar.csar
2021-11-08T13:22:06.207Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20211108131829-csar.csar
2021-11-08T13:22:06.337Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20211108131829-csar.csar
2021-11-08T13:22:06.337Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20211108131829-csar.csar
2021-11-08T13:22:06.952Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9541688306628451255/Definitions/service-Vfw20211108131829-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2021-11-08T13:22:09.824Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-08T13:22:09.828Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-11-08T13:22:09.828Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20211108131829-csar.csar
2021-11-08T13:22:09.828Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-11-08T13:22:09.828Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|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-Vfw20211108131829-csar.csar
2021-11-08T13:22:09.828Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|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-Vfw20211108131829-csar.csar
2021-11-08T13:22:09.828Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|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-Vfw20211108131829-csar.csar
2021-11-08T13:22:09.829Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|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-Vfw20211108131829-csar.csar
2021-11-08T13:22:09.829Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|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-Vfw20211108131829-csar.csar
2021-11-08T13:22:09.829Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|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-Vfw20211108131829-csar.csar
2021-11-08T13:22:09.829Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|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-Vfw20211108131829-csar.csar
2021-11-08T13:22:09.829Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|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-Vfw20211108131829-csar.csar
2021-11-08T13:22:09.829Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|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-Vfw20211108131829-csar.csar
2021-11-08T13:22:09.829Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|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-Vfw20211108131829-csar.csar
2021-11-08T13:22:09.829Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 18da78ce-f4d0 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-Vfw20211108131829-csar.csar
2021-11-08T13:22:09.829Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|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-Vfw20211108131829-csar.csar
2021-11-08T13:22:09.829Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|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-Vfw20211108131829-csar.csar
2021-11-08T13:22:09.829Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-11-08T13:22:09.835Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-08T13:22:09.836Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-08 13-18-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:22:09.838Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template vFW 18da78ce-f4d0 0 is matching search criteria
2021-11-08T13:22:09.839Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-11-08T13:22:09.840Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 18da78ce-f4d0 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-08T13:22:09.841Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-08T13:22:09.841Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-08 13-18-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:22:09.841Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template vFW 18da78ce-f4d0 0 is matching search criteria
2021-11-08T13:22:09.841Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-11-08T13:22:09.842Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 18da78ce-f4d0 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-08T13:22:09.842Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-08T13:22:09.842Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-08 13-18-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:22:09.845Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-08T13:22:09.846Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template vFW 18da78ce-f4d0 0 is not matching search criteria
2021-11-08T13:22:09.846Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-08T13:22:09.846Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-08T13:22:09.846Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-08T13:22:09.846Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-08T13:22:09.846Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-08T13:22:09.847Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-08T13:22:09.847Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-08T13:22:09.847Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-08T13:22:09.847Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-08T13:22:09.847Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-08T13:22:09.847Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-08T13:22:09.847Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-08T13:22:09.847Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-08T13:22:09.847Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-08T13:22:09.847Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-08T13:22:09.848Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-08T13:22:09.848Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-08T13:22:09.848Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-08 13-18-29 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-08T13:22:09.849Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-08T13:22:09.849Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template vFW 18da78ce-f4d0 0 is matching search criteria
2021-11-08T13:22:09.849Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 18da78ce-f4d0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-08T13:22:09.849Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-08T13:22:09.849Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template vFW 18da78ce-f4d0 0 is matching search criteria
2021-11-08T13:22:09.850Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 18da78ce-f4d0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-08T13:22:09.850Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-08T13:22:09.850Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template vFW 18da78ce-f4d0 0 is matching search criteria
2021-11-08T13:22:09.850Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 18da78ce-f4d0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-08T13:22:09.850Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-08T13:22:09.850Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template vFW 18da78ce-f4d0 0 is not matching search criteria
2021-11-08T13:22:09.850Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-08T13:22:09.850Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-11-08T13:22:09.851Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-08T13:22:09.851Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-08T13:22:09.851Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-08T13:22:09.851Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-08T13:22:09.851Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-08T13:22:09.851Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-08T13:22:09.851Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-08T13:22:09.851Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-08T13:22:09.851Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-08T13:22:09.852Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=0e5c003d-265b-480b-ab95-7b101fa9e56c
2021-11-08T13:22:09.852Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-08T13:22:09.852Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template vFW 18da78ce-f4d0 0 is not matching search criteria
2021-11-08T13:22:09.852Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-08T13:22:09.852Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-08T13:22:09.852Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-08T13:22:09.852Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-08T13:22:09.852Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-08T13:22:09.852Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-08T13:22:09.853Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-08T13:22:09.853Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-11-08T13:22:09.853Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-08T13:22:09.853Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-08T13:22:09.853Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-08T13:22:09.853Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-08T13:22:09.853Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=bb1e83d9-bf4a-4261-9055-eb9ddcf17743
2021-11-08T13:22:09.853Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-08T13:22:09.854Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template vFW 18da78ce-f4d0 0 is not matching search criteria
2021-11-08T13:22:09.854Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-08T13:22:09.854Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-08T13:22:09.854Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-08T13:22:09.854Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-08T13:22:09.854Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-08T13:22:09.854Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-08T13:22:09.854Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-08T13:22:09.854Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-08T13:22:09.854Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-08T13:22:09.855Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-08T13:22:09.855Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-08T13:22:09.855Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-11-08T13:22:09.855Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=41001ef7-1274-4543-a888-b454a898ca73
2021-11-08T13:22:09.855Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-08T13:22:09.855Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-08 13-18-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:22:09.855Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-08T13:22:09.855Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-08 13-18-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:22:09.855Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-08T13:22:09.856Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-08 13-18-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:22:09.856Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-08T13:22:09.856Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-08 13-18-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:22:09.856Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-11-08 13-18-29
Description:catalog service description
Model UUID:3141e8ef-3656-4346-9693-87753f077f05
Model Version:NULL
Model InvariantUuid:c2420ce0-4721-413e-a5aa-8ed5ffacea28
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 18da78ce-f4d0
Model UUID:f093f2b7-18d4-4428-99d1-07a632207976
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:caa6e4fb-a47b-4860-b237-6d5f8ada18ad
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:b7b07061-7902-402a-ade6-f47f7fd7f318
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:73302c35-70b5-47bd-8083-09e0a6e09310
ModelName:Vfw18da78ceF4d0..base_vfw..module-0
ModelUuid:cb1906b7-79e7-490d-951c-593fec0ccae8
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:0e5c003d-265b-480b-ab95-7b101fa9e56c
ModelInvariantUuid:ce5c846f-2f4e-47c4-a7a3-e9aecc5cc674
ModelName:vFW 18da78ce-f4d0-nodes.vfwCvfc
ModelUuid:4250965c-de26-4b77-8ef1-421262c4126e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:d7801311-2ce7-4d26-971b-c387a3773b14
ModelInvariantUuid:9ac4eed9-c74b-490c-95eb-9a57a43d8ff8
ModelName:Vfw18da78ceF4d0.compute.nodes.heat.vfw
ModelUuid:dca3913e-61bb-4ee6-ab56-3fc319ab823c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:bb1e83d9-bf4a-4261-9055-eb9ddcf17743
ModelInvariantUuid:3b46f52e-7e87-432c-9647-be04756e1947
ModelName:vFW 18da78ce-f4d0-nodes.vsnCvfc
ModelUuid:c5ac8b8a-2569-4c10-b292-814bd3fa17b3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:5baf4b03-fd1e-4c4a-8f8d-01b89043c598
ModelInvariantUuid:141ef43b-29c5-4f17-8960-669636d880e7
ModelName:Vfw18da78ceF4d0.compute.nodes.heat.vsn
ModelUuid:e5819e94-da90-4bf2-90b1-6254707228aa
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:41001ef7-1274-4543-a888-b454a898ca73
ModelInvariantUuid:e73e30de-4178-4439-8596-c243849bc9cb
ModelName:vFW 18da78ce-f4d0-nodes.vpgCvfc
ModelUuid:84cf5bd8-ada7-40ba-93c3-36fa5901af8c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:13e16505-ff58-4f20-9f2a-30dadd991ca5
ModelInvariantUuid:f49df40f-7e1c-4cdc-8475-4e286cfe7070
ModelName:Vfw18da78ceF4d0.compute.nodes.heat.vpg
ModelUuid:1f3dc9a3-bcfb-47df-997f-6468b8e81de8
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_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-11-08T13:22:09.871Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: ada2b696-0f7b-46c9-9b1c-fd72b19757a8
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-08T13:22:09.965Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||INFO|500||vFW 18da78ce-f4d0 0
2021-11-08T13:22:09.971Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ada2b696-0f7b-46c9-9b1c-fd72b19757a8
2021-11-08T13:22:09.971Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 4e2aa28b-6cb0-425f-9b75-807db0211552 from URL: /sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/vfw18da78cef4d00_modules.json
2021-11-08T13:22:09.971Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-11-08T13:22:09.972Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/vfw18da78cef4d00_modules.json
2021-11-08T13:22:10.027Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-11-08T13:22:10.028Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/vfw18da78cef4d00_modules.json 4e2aa28b-6cb0-425f-9b75-807db0211552 785
2021-11-08T13:22:10.028Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/vfw18da78cef4d00_modules.json ASDC sendASDCNotification
2021-11-08T13:22:10.028Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/vfw18da78cef4d00_modules.json
2021-11-08T13:22:10.028Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-08T13:22:10.028Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:22:10.031Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:22:10.031Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636377730028,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/vfw18da78cef4d00_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-08T13:22:10.131Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-08T13:22:10.132Z||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-11-08T13:22:10.132Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:22:10.144Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T13:22:10.144Z||pool-11-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-08T13:22:11.033Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw18da78ceF4d0..base_vfw..module-0",
"vfModuleModelInvariantUUID": "73302c35-70b5-47bd-8083-09e0a6e09310",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "cb1906b7-79e7-490d-951c-593fec0ccae8",
"vfModuleModelCustomizationUUID": "69c7209b-e694-464f-b85b-10e8171a5918",
"isBase": true,
"artifacts": [
"9ef1cd81-645c-4581-9ce0-306eabf4309a",
"0538dd65-d628-48b3-a279-6106ca80b582"
],
"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-11-08T13:22:11.084Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw18da78ceF4d0..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:cb1906b7-79e7-490d-951c-593fec0ccae8
VfModuleModelInvariantUUID:73302c35-70b5-47bd-8083-09e0a6e09310
VfModuleModelDescription:NULL
Artifacts UUID List:{
9ef1cd81-645c-4581-9ce0-306eabf4309a
,
0538dd65-d628-48b3-a279-6106ca80b582
}
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-11-08T13:22:11.086Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw18da78ceF4d0..base_vfw..module-0",
"vfModuleModelInvariantUUID": "73302c35-70b5-47bd-8083-09e0a6e09310",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "cb1906b7-79e7-490d-951c-593fec0ccae8",
"vfModuleModelCustomizationUUID": "69c7209b-e694-464f-b85b-10e8171a5918",
"isBase": true,
"artifacts": [
"9ef1cd81-645c-4581-9ce0-306eabf4309a",
"0538dd65-d628-48b3-a279-6106ca80b582"
],
"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-11-08T13:22:11.086Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw18da78ceF4d0..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:cb1906b7-79e7-490d-951c-593fec0ccae8
VfModuleModelInvariantUUID:73302c35-70b5-47bd-8083-09e0a6e09310
VfModuleModelDescription:NULL
Artifacts UUID List:{
9ef1cd81-645c-4581-9ce0-306eabf4309a
,
0538dd65-d628-48b3-a279-6106ca80b582
}
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-11-08T13:22:11.087Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 9ef1cd81-645c-4581-9ce0-306eabf4309a from URL: /sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/base_vfw.yaml
2021-11-08T13:22:11.087Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-11-08T13:22:11.087Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/base_vfw.yaml
2021-11-08T13:22:11.330Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-11-08T13:22:11.331Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/base_vfw.yaml 9ef1cd81-645c-4581-9ce0-306eabf4309a 20368
2021-11-08T13:22:11.332Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-11-08T13:22:11.332Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/base_vfw.yaml
2021-11-08T13:22:11.332Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-08T13:22:11.332Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:22:11.334Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:22:11.334Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636377731332,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-08T13:22:11.435Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-08T13:22:11.435Z||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-11-08T13:22:11.435Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:22:11.453Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T13:22:11.454Z||pool-12-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2021-11-08T13:22:12.335Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 0538dd65-d628-48b3-a279-6106ca80b582 from URL: /sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/base_vfw.env
2021-11-08T13:22:12.336Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-11-08T13:22:12.336Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/base_vfw.env
2021-11-08T13:22:12.819Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-11-08T13:22:12.819Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/base_vfw.env 0538dd65-d628-48b3-a279-6106ca80b582 2098
2021-11-08T13:22:12.819Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/base_vfw.env ASDC sendASDCNotification
2021-11-08T13:22:12.820Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/base_vfw.env
2021-11-08T13:22:12.820Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-08T13:22:12.820Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:22:12.822Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:22:12.822Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636377732819,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-11-08T13:22:12.922Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-08T13:22:12.923Z||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-11-08T13:22:12.923Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:22:12.935Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T13:22:12.936Z||pool-13-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-08T13:22:13.822Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 3141e8ef-3656-4346-9693-87753f077f05
2021-11-08T13:22:13.823Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 18da78ce-f4d0 0 ada2b696-0f7b-46c9-9b1c-fd72b19757a8 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-08T13:22:13.862Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7690d8ee, org.onap.sdc.toscaparser.api.parameters.Input@4c1fa65e, org.onap.sdc.toscaparser.api.parameters.Input@2b90d961, org.onap.sdc.toscaparser.api.parameters.Input@6983b3a3, org.onap.sdc.toscaparser.api.parameters.Input@19a441d5]
2021-11-08T13:22:13.865Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-08T13:22:13.865Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-08 13-18-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:22:13.866Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic
2021-11-08T13:22:13.866Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= b7b07061-7902-402a-ade6-f47f7fd7f318
2021-11-08T13:22:13.866Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b7b07061-7902-402a-ade6-f47f7fd7f318 matches Tosca VF Customization UUID: b7b07061-7902-402a-ade6-f47f7fd7f318
2021-11-08T13:22:13.866Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: b7b07061-7902-402a-ade6-f47f7fd7f318 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-11-08T13:22:13.873Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-08T13:22:13.873Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-08 13-18-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:22:13.875Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id b7b07061-7902-402a-ade6-f47f7fd7f318: {\"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-11-08T13:22:13.875Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5aac084a
2021-11-08T13:22:13.875Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-08T13:22:13.875Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-08 13-18-29 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-08T13:22:13.876Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 69c7209b-e694-464f-b85b-10e8171a5918
2021-11-08T13:22:13.876Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 69c7209b-e694-464f-b85b-10e8171a5918
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-11-08T13:22:13.882Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-08T13:22:13.882Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template vFW 18da78ce-f4d0 0 is matching search criteria
2021-11-08T13:22:13.882Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 18da78ce-f4d0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-08T13:22:13.882Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-08T13:22:13.883Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template vFW 18da78ce-f4d0 0 is matching search criteria
2021-11-08T13:22:13.883Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 18da78ce-f4d0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-08T13:22:13.883Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-08T13:22:13.883Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template vFW 18da78ce-f4d0 0 is not matching search criteria
2021-11-08T13:22:13.883Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-08T13:22:13.883Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-11-08T13:22:13.883Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-08T13:22:13.883Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-08T13:22:13.884Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-08T13:22:13.884Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-08T13:22:13.884Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-08T13:22:13.884Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-08T13:22:13.884Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-08T13:22:13.884Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-08T13:22:13.884Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-08T13:22:13.884Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=0e5c003d-265b-480b-ab95-7b101fa9e56c
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-11-08T13:22:13.897Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-08T13:22:13.898Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template vFW 18da78ce-f4d0 0 is matching search criteria
2021-11-08T13:22:13.898Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 18da78ce-f4d0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-08T13:22:13.898Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-08T13:22:13.898Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template vFW 18da78ce-f4d0 0 is not matching search criteria
2021-11-08T13:22:13.899Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-08T13:22:13.899Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-08T13:22:13.899Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-08T13:22:13.899Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-08T13:22:13.899Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-08T13:22:13.899Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-08T13:22:13.899Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-08T13:22:13.900Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-11-08T13:22:13.900Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-08T13:22:13.900Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-08T13:22:13.900Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-08T13:22:13.900Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-08T13:22:13.900Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=bb1e83d9-bf4a-4261-9055-eb9ddcf17743
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-11-08T13:22:13.903Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-08T13:22:13.903Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template vFW 18da78ce-f4d0 0 is matching search criteria
2021-11-08T13:22:13.903Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 18da78ce-f4d0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-08T13:22:13.906Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-08T13:22:13.906Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template vFW 18da78ce-f4d0 0 is not matching search criteria
2021-11-08T13:22:13.906Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-08T13:22:13.906Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-08T13:22:13.906Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-08T13:22:13.906Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-08T13:22:13.906Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-08T13:22:13.907Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-08T13:22:13.907Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-08T13:22:13.907Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-08T13:22:13.907Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-08T13:22:13.907Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-08T13:22:13.907Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-08T13:22:13.907Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-11-08T13:22:13.907Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=41001ef7-1274-4543-a888-b454a898ca73
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-11-08T13:22:13.910Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-08T13:22:13.910Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template vFW 18da78ce-f4d0 0 is matching search criteria
2021-11-08T13:22:13.910Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 18da78ce-f4d0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-08T13:22:13.910Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-08T13:22:13.910Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Node template vFW 18da78ce-f4d0 0 is matching search criteria
2021-11-08T13:22:13.910Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 18da78ce-f4d0 0] matching following query criteria: sdcType=VF, customizationUUID=b7b07061-7902-402a-ade6-f47f7fd7f318
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-08T13:22:13.912Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-08T13:22:13.912Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-08 13-18-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:22:13.912Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 3141e8ef-3656-4346-9693-87753f077f05: vFW 18da78ce-f4d0
2021-11-08T13:22:13.913Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-08T13:22:13.913Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-08 13-18-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:22:13.913Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-08T13:22:13.913Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-08 13-18-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:22:13.913Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-08T13:22:13.913Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-08 13-18-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:22:13.913Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-08T13:22:13.913Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-08 13-18-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:22:13.914Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-08T13:22:13.914Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-08 13-18-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:22:13.914Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||INFO|500||Saving Service: vFW 2021-11-08 13-18-29
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_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_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_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_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_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_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_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_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_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_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_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_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_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_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_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-11-08T13:22:14.572Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 18da78ce-f4d0 ada2b696-0f7b-46c9-9b1c-fd72b19757a8 1 ASDC deployResourceStructure
2021-11-08T13:22:14.573Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/vfw18da78cef4d00_modules.json ASDC sendASDCNotification
2021-11-08T13:22:14.573Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/vfw18da78cef4d00_modules.json
2021-11-08T13:22:14.573Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-08T13:22:14.573Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:22:14.575Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:22:14.575Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636377734573,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/vfw18da78cef4d00_modules.json",
"status": "DEPLOY_OK"
}
2021-11-08T13:22:14.675Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-08T13:22:14.676Z||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-11-08T13:22:14.676Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:22:14.690Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T13:22:14.690Z||pool-14-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-08T13:22:15.575Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-11-08T13:22:15.576Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/base_vfw.yaml
2021-11-08T13:22:15.576Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-08T13:22:15.577Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:22:15.579Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:22:15.579Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636377735575,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-11-08T13:22:15.679Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-08T13:22:15.680Z||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-11-08T13:22:15.680Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:22:15.693Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T13:22:15.694Z||pool-15-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-08T13:22:16.580Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/base_vfw.env ASDC sendASDCNotification
2021-11-08T13:22:16.580Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/base_vfw.env
2021-11-08T13:22:16.580Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-08T13:22:16.580Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:22:16.582Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:22:16.582Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636377736579,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-11-08T13:22:16.682Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-08T13:22:16.683Z||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-11-08T13:22:16.683Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:22:16.696Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T13:22:16.696Z||pool-16-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-08T13:22:17.584Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211108131829/1.0/artifacts/service-Vfw20211108131829-csar.csar ASDC sendASDCNotification
2021-11-08T13:22:17.584Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211108131829/1.0/artifacts/service-Vfw20211108131829-csar.csar
2021-11-08T13:22:17.584Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-08T13:22:17.584Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:22:17.586Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:22:17.586Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636377737583,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/artifacts/service-Vfw20211108131829-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-08T13:22:17.686Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-08T13:22:17.687Z||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-11-08T13:22:17.687Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:22:17.700Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T13:22:17.700Z||pool-17-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-08T13:22:18.587Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 48a46fb4-1e66-452f-9c5f-c34cfe5ee023
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-11-08T13:22:18.607Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 48a46fb4-1e66-452f-9c5f-c34cfe5ee023
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-11-08T13:22:18.610Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-08T13:22:18.610Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-08T13:22:18.610Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-08T13:22:18.611Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-08T13:22:18.611Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-08T13:22:18.611Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-08T13:22:18.611Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-08T13:22:18.611Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-08T13:22:18.611Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-08T13:22:18.611Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-08T13:22:18.611Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|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-11-08T13:22:18.617Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-08T13:22:48.618Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 48a46fb4-1e66-452f-9c5f-c34cfe5ee023 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-11-08T13:22:48.630Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 48a46fb4-1e66-452f-9c5f-c34cfe5ee023 and serviceModelVersionId: 3141e8ef-3656-4346-9693-87753f077f05
2021-11-08T13:22:48.630Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c2420ce0-4721-413e-a5aa-8ed5ffacea28
2021-11-08T13:22:57.134Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:22:57.135Z||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-11-08T13:22:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:22:57.266Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T13:22:57.266Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:22:57.266Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636377717133,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-08T13:22:57.268Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-08T13:23:09.933Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c2420ce0-4721-413e-a5aa-8ed5ffacea28/model-vers/model-ver/3141e8ef-3656-4346-9693-87753f077f05?depth=0
2021-11-08T13:23:10.037Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2021-11-08T13:23:10.595Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c2420ce0-4721-413e-a5aa-8ed5ffacea28/model-vers/model-ver/3141e8ef-3656-4346-9693-87753f077f05?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-11-08T13:23:10.600Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c2420ce0-4721-413e-a5aa-8ed5ffacea28/model-vers/model-ver/3141e8ef-3656-4346-9693-87753f077f05?depth=0|INFO|500||Invoke
2021-11-08T13:23:10.790Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c2420ce0-4721-413e-a5aa-8ed5ffacea28/model-vers/model-ver/3141e8ef-3656-4346-9693-87753f077f05?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-11-08T13:23:11.342Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c2420ce0-4721-413e-a5aa-8ed5ffacea28/model-vers/model-ver/3141e8ef-3656-4346-9693-87753f077f05?depth=0|INFO|500||InvokeReturn
2021-11-08T13:23:11.342Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c2420ce0-4721-413e-a5aa-8ed5ffacea28/model-vers/model-ver/3141e8ef-3656-4346-9693-87753f077f05?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211108-13:23:10:801-79967], vertex-id=[167992], Content-Length=[0], Date=[Mon, 08 Nov 2021 13:23:10 GMT], Content-Type=[application/json]}
2021-11-08T13:23:11.342Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2021-11-08T13:23:11.345Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-08T13:23:11.345Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-08T13:23:11.350Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|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-11-08T13:23:11.357Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 48a46fb4-1e66-452f-9c5f-c34cfe5ee023 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-08T13:23:11.358Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-08T13:23:11.358Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:23:11.360Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:23:11.360Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636377791357,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-08T13:23:11.461Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-08T13:23:11.462Z||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-11-08T13:23:11.462Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:23:11.477Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T13:23:11.478Z||pool-18-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-08T13:23:12.377Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:23:12.378Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|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-11-08T13:23:12.378Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:23:13.000Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T13:23:13.001Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-08T13:23:13.001Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6","serviceName":"basic_onboard_icPKeR","serviceVersion":"1.0","serviceUUID":"7d9f7ff2-0a7b-4ec8-b5a1-1d2d88ef81ef","serviceDescription":"service","serviceInvariantUUID":"d34a9bde-0ca4-4e6e-871b-84858b005400","resources":[{"resourceInstanceName":"basic_onboard_icPKeR 0","resourceName":"basic_onboard_icPKeR","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d81d879b-ba41-4a67-9c31-3e2aade0997c","resourceInvariantUUID":"3bf78cf8-f178-426d-8034-c6a76bfc4577","resourceCustomizationUUID":"34efd585-edcd-4c26-9dc9-4fc814d75974","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/vf-license-model.xml","artifactChecksum":"ZDUzODhlMmNkNTZmMWY1ZTkxODlhNTBhMGMzMjYwOWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9d9ae3b8-305d-4cf7-9626-c379f0247625","artifactVersion":"1"},{"artifactName":"basic_onboard_icpker0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/basic_onboard_icpker0_modules.json","artifactChecksum":"ODZmNGIwNzBhNTkyZThiZGE5MzllOTBlMWZmNjVkZGU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8c5b511f-d498-43ca-a43f-3b2450323b46","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"5dbf9f45-daf3-4487-877b-205c5c964b24","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a791d42d-d91d-4bb1-8d6b-ddae37146e7b","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"c052a70c-fa31-4885-a1c5-78636b5eab70","artifactVersion":"2","generatedFromUUID":"5dbf9f45-daf3-4487-877b-205c5c964b24"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardIcpker-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/artifacts/service-BasicOnboardIcpker-template.yml","artifactChecksum":"MmJhNDk4MzcyODkzOWYzNTI2Y2I2ZDRkMGUxYzIzOGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9475ffe6-ce27-4457-8fa1-d0611000a1b7","artifactVersion":"1"},{"artifactName":"service-BasicOnboardIcpker-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/artifacts/service-BasicOnboardIcpker-csar.csar","artifactChecksum":"ZDBlNjAyZjdjMmEzN2RjNTFjYjdmNzU0OTE0MzQzMGE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b30f2128-179a-4f79-8978-c3ce01e50865","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-08T13:23:13.004Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-08T13:23:13.004Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:23:13.006Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:23:13.006Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636377792377,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-08T13:23:13.107Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-08T13:23:13.107Z||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-11-08T13:23:13.107Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:23:13.120Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T13:23:13.121Z||pool-19-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-08T13:23:14.007Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-08T13:23:14.008Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:23:14.009Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:23:14.009Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636377792377,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/basic_onboard_icpker0_modules.json",
"status": "NOTIFIED"
}
2021-11-08T13:23:14.109Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-08T13:23:14.110Z||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-11-08T13:23:14.110Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:23:14.124Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T13:23:14.124Z||pool-20-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-08T13:23:15.010Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-08T13:23:15.010Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:23:15.012Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:23:15.012Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636377792377,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-11-08T13:23:15.113Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-08T13:23:15.113Z||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-11-08T13:23:15.114Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:23:15.127Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T13:23:15.127Z||pool-21-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-08T13:23:16.013Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-08T13:23:16.014Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:23:16.015Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:23:16.016Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636377792377,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-08T13:23:16.116Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-08T13:23:16.117Z||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-11-08T13:23:16.118Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:23:16.131Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T13:23:16.132Z||pool-22-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-08T13:23:17.017Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-08T13:23:17.017Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:23:17.019Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:23:17.019Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636377792377,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-11-08T13:23:17.119Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-08T13:23:17.120Z||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-11-08T13:23:17.120Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:23:17.134Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T13:23:17.135Z||pool-23-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2021-11-08T13:23:18.019Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-08T13:23:18.020Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:23:18.022Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:23:18.022Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636377792377,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/artifacts/service-BasicOnboardIcpker-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-08T13:23:18.122Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-08T13:23:18.124Z||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-11-08T13:23:18.124Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:23:18.143Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T13:23:18.143Z||pool-24-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2021-11-08T13:23:19.023Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-08T13:23:19.024Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:23:19.026Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:23:19.026Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636377792377,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/artifacts/service-BasicOnboardIcpker-csar.csar",
"status": "NOTIFIED"
}
2021-11-08T13:23:19.126Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-08T13:23:19.127Z||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-11-08T13:23:19.127Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:23:19.142Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T13:23:19.142Z||pool-25-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2021-11-08T13:23:20.027Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
"serviceName": "basic_onboard_icPKeR",
"serviceVersion": "1.0",
"serviceUUID": "7d9f7ff2-0a7b-4ec8-b5a1-1d2d88ef81ef",
"serviceDescription": "service",
"serviceInvariantUUID": "d34a9bde-0ca4-4e6e-871b-84858b005400",
"resources": [
{
"resourceInstanceName": "basic_onboard_icPKeR 0",
"resourceCustomizationUUID": "34efd585-edcd-4c26-9dc9-4fc814d75974",
"resourceName": "basic_onboard_icPKeR",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "d81d879b-ba41-4a67-9c31-3e2aade0997c",
"resourceInvariantUUID": "3bf78cf8-f178-426d-8034-c6a76bfc4577",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_icpker0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/basic_onboard_icpker0_modules.json",
"artifactChecksum": "ODZmNGIwNzBhNTkyZThiZGE5MzllOTBlMWZmNjVkZGU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "8c5b511f-d498-43ca-a43f-3b2450323b46",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "5dbf9f45-daf3-4487-877b-205c5c964b24",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "c052a70c-fa31-4885-a1c5-78636b5eab70",
"generatedFromUUID": "5dbf9f45-daf3-4487-877b-205c5c964b24"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "c052a70c-fa31-4885-a1c5-78636b5eab70",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardIcpker-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/artifacts/service-BasicOnboardIcpker-csar.csar",
"artifactChecksum": "ZDBlNjAyZjdjMmEzN2RjNTFjYjdmNzU0OTE0MzQzMGE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b30f2128-179a-4f79-8978-c3ce01e50865"
}
],
"workloadContext": "Production"
}
2021-11-08T13:23:20.028Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-08T13:23:20.028Z|48a46fb4-1e66-452f-9c5f-c34cfe5ee023|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7d9f7ff2-0a7b-4ec8-b5a1-1d2d88ef81ef ASDC
2021-11-08T13:23:20.028Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6
ServiceName:basic_onboard_icPKeR
ServiceVersion:1.0
ServiceUUID:7d9f7ff2-0a7b-4ec8-b5a1-1d2d88ef81ef
ServiceInvariantUUID:d34a9bde-0ca4-4e6e-871b-84858b005400
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardIcpker-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/artifacts/service-BasicOnboardIcpker-csar.csar
ArtifactUUID:b30f2128-179a-4f79-8978-c3ce01e50865
ArtifactChecksum:ZDBlNjAyZjdjMmEzN2RjNTFjYjdmNzU0OTE0MzQzMGE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_icPKeR 0
ResourceCustomizationUUID:34efd585-edcd-4c26-9dc9-4fc814d75974
ResourceInvariantUUID:3bf78cf8-f178-426d-8034-c6a76bfc4577
ResourceName:basic_onboard_icPKeR
ResourceType:VF
ResourceUUID:d81d879b-ba41-4a67-9c31-3e2aade0997c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_icpker0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/basic_onboard_icpker0_modules.json
ArtifactUUID:8c5b511f-d498-43ca-a43f-3b2450323b46
ArtifactChecksum:ODZmNGIwNzBhNTkyZThiZGE5MzllOTBlMWZmNjVkZGU=
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/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/base_ubuntu18.yaml
ArtifactUUID:5dbf9f45-daf3-4487-877b-205c5c964b24
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/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/base_ubuntu18.env
ArtifactUUID:c052a70c-fa31-4885-a1c5-78636b5eab70
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/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/base_ubuntu18.env
ArtifactUUID:c052a70c-fa31-4885-a1c5-78636b5eab70
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-11-08T13:23:20.028Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7d9f7ff2-0a7b-4ec8-b5a1-1d2d88ef81ef ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-08T13:23:20.062Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-08T13:23:20.063Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-11-08T13:23:20.063Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-11-08T13:23:20.063Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: b30f2128-179a-4f79-8978-c3ce01e50865 from URL: /sdc/v1/catalog/services/BasicOnboardIcpker/1.0/artifacts/service-BasicOnboardIcpker-csar.csar
2021-11-08T13:23:20.063Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-11-08T13:23:20.063Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/artifacts/service-BasicOnboardIcpker-csar.csar
2021-11-08T13:23:20.142Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-11-08T13:23:20.146Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIcpker/1.0/artifacts/service-BasicOnboardIcpker-csar.csar b30f2128-179a-4f79-8978-c3ce01e50865 71536
2021-11-08T13:23:20.146Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIcpker/1.0/artifacts/service-BasicOnboardIcpker-csar.csar ASDC sendASDCNotification
2021-11-08T13:23:20.146Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/artifacts/service-BasicOnboardIcpker-csar.csar
2021-11-08T13:23:20.146Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-08T13:23:20.146Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:23:20.148Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:23:20.148Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636377800146,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/artifacts/service-BasicOnboardIcpker-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-08T13:23:20.248Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-08T13:23:20.249Z||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-11-08T13:23:20.249Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:23:20.262Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T13:23:20.263Z||pool-26-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-08T13:23:21.149Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-08T13:23:21.150Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-11-08T13:23:21.150Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: b30f2128-179a-4f79-8978-c3ce01e50865, URL: /sdc/v1/catalog/services/BasicOnboardIcpker/1.0/artifacts/service-BasicOnboardIcpker-csar.csar to file: /app/ASDC/1/service-BasicOnboardIcpker-csar.csar
2021-11-08T13:23:21.151Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardIcpker-csar.csar
2021-11-08T13:23:21.151Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardIcpker-csar.csar
2021-11-08T13:23:21.151Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardIcpker-csar.csar
2021-11-08T13:23:21.310Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17252248710719103440/Definitions/service-BasicOnboardIcpker-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-11-08T13:23:22.822Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-08T13:23:22.823Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-11-08T13:23:22.823Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardIcpker-csar.csar
2021-11-08T13:23:22.823Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-11-08T13:23:22.823Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|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-BasicOnboardIcpker-csar.csar
2021-11-08T13:23:22.823Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|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-BasicOnboardIcpker-csar.csar
2021-11-08T13:23:22.823Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|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-BasicOnboardIcpker-csar.csar
2021-11-08T13:23:22.823Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|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-BasicOnboardIcpker-csar.csar
2021-11-08T13:23:22.823Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|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-BasicOnboardIcpker-csar.csar
2021-11-08T13:23:22.823Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_icPKeR 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-BasicOnboardIcpker-csar.csar
2021-11-08T13:23:22.823Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|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-BasicOnboardIcpker-csar.csar
2021-11-08T13:23:22.824Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|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-BasicOnboardIcpker-csar.csar
2021-11-08T13:23:22.824Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|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-BasicOnboardIcpker-csar.csar
2021-11-08T13:23:22.824Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-11-08T13:23:22.824Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-08T13:23:22.824Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_icPKeR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:23:22.824Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_icPKeR 0 is matching search criteria
2021-11-08T13:23:22.824Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-11-08T13:23:22.824Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_icPKeR 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-08T13:23:22.825Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-08T13:23:22.825Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_icPKeR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:23:22.825Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_icPKeR 0 is matching search criteria
2021-11-08T13:23:22.825Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-11-08T13:23:22.825Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_icPKeR 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-08T13:23:22.826Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-08T13:23:22.826Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_icPKeR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:23:22.826Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-08T13:23:22.826Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_icPKeR 0 is not matching search criteria
2021-11-08T13:23:22.826Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-11-08T13:23:22.826Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-11-08T13:23:22.827Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-11-08T13:23:22.827Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-11-08T13:23:22.827Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-08T13:23:22.827Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-08T13:23:22.827Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_icPKeR is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-08T13:23:22.827Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-08T13:23:22.827Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_icPKeR 0 is matching search criteria
2021-11-08T13:23:22.828Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_icPKeR 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-08T13:23:22.828Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-08T13:23:22.828Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_icPKeR 0 is matching search criteria
2021-11-08T13:23:22.828Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_icPKeR 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-08T13:23:22.828Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-08T13:23:22.829Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_icPKeR 0 is matching search criteria
2021-11-08T13:23:22.829Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_icPKeR 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-08T13:23:22.829Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-08T13:23:22.829Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_icPKeR 0 is not matching search criteria
2021-11-08T13:23:22.829Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-11-08T13:23:22.829Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-11-08T13:23:22.830Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=76d55461-1540-4738-9c29-a124753b8e28
2021-11-08T13:23:22.830Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-08T13:23:22.830Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_icPKeR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:23:22.830Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-08T13:23:22.830Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_icPKeR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:23:22.830Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-08T13:23:22.831Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_icPKeR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:23:22.831Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-08T13:23:22.831Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_icPKeR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:23:22.831Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_icPKeR
Description:service
Model UUID:7d9f7ff2-0a7b-4ec8-b5a1-1d2d88ef81ef
Model Version:NULL
Model InvariantUuid:d34a9bde-0ca4-4e6e-871b-84858b005400
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_icPKeR
Model UUID:7c9e2152-50e5-443e-9dc8-9500f9acb2e3
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3bf78cf8-f178-426d-8034-c6a76bfc4577
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:34efd585-edcd-4c26-9dc9-4fc814d75974
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:bf91cef5-157f-4303-b52e-59f86a5e0031
ModelName:BasicOnboardIcpker..base_ubuntu18..module-0
ModelUuid:84f16d4e-e8ef-4f22-9dda-80fd01fe6495
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:76d55461-1540-4738-9c29-a124753b8e28
ModelInvariantUuid:ca6a5db8-0a3a-4ac9-8e58-51b0792b3f7a
ModelName:basic_onboard_icPKeR-nodes.ubuntu18Cvfc
ModelUuid:907c2984-e09d-41d8-9847-293f13efa5c6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:9e212b40-3f3f-4154-9d91-e250800b09a1
ModelInvariantUuid:51f60135-e416-4c5d-ad21-c0c5354a2dba
ModelName:BasicOnboardIcpker.compute.nodes.heat.ubuntu18
ModelUuid:616f437c-ddb2-4e87-a90a-230e3588ecfa
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_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-11-08T13:23:22.839Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: d81d879b-ba41-4a67-9c31-3e2aade0997c
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-08T13:23:22.842Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||basic_onboard_icPKeR 0
2021-11-08T13:23:22.843Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d81d879b-ba41-4a67-9c31-3e2aade0997c
2021-11-08T13:23:22.843Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 8c5b511f-d498-43ca-a43f-3b2450323b46 from URL: /sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/basic_onboard_icpker0_modules.json
2021-11-08T13:23:22.843Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-11-08T13:23:22.843Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/basic_onboard_icpker0_modules.json
2021-11-08T13:23:22.920Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-11-08T13:23:22.921Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/basic_onboard_icpker0_modules.json 8c5b511f-d498-43ca-a43f-3b2450323b46 798
2021-11-08T13:23:22.921Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/basic_onboard_icpker0_modules.json ASDC sendASDCNotification
2021-11-08T13:23:22.921Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/basic_onboard_icpker0_modules.json
2021-11-08T13:23:22.921Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-08T13:23:22.921Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:23:22.923Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:23:22.923Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636377802921,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/basic_onboard_icpker0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-08T13:23:23.023Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-08T13:23:23.024Z||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-11-08T13:23:23.024Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:23:23.036Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T13:23:23.036Z||pool-27-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-08T13:23:23.924Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardIcpker..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "bf91cef5-157f-4303-b52e-59f86a5e0031",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "84f16d4e-e8ef-4f22-9dda-80fd01fe6495",
"vfModuleModelCustomizationUUID": "cf2dd0aa-8855-4025-add3-8794970d6748",
"isBase": true,
"artifacts": [
"5dbf9f45-daf3-4487-877b-205c5c964b24",
"c052a70c-fa31-4885-a1c5-78636b5eab70"
],
"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-11-08T13:23:23.929Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardIcpker..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:84f16d4e-e8ef-4f22-9dda-80fd01fe6495
VfModuleModelInvariantUUID:bf91cef5-157f-4303-b52e-59f86a5e0031
VfModuleModelDescription:NULL
Artifacts UUID List:{
5dbf9f45-daf3-4487-877b-205c5c964b24
,
c052a70c-fa31-4885-a1c5-78636b5eab70
}
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-11-08T13:23:23.931Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardIcpker..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "bf91cef5-157f-4303-b52e-59f86a5e0031",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "84f16d4e-e8ef-4f22-9dda-80fd01fe6495",
"vfModuleModelCustomizationUUID": "cf2dd0aa-8855-4025-add3-8794970d6748",
"isBase": true,
"artifacts": [
"5dbf9f45-daf3-4487-877b-205c5c964b24",
"c052a70c-fa31-4885-a1c5-78636b5eab70"
],
"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-11-08T13:23:23.931Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardIcpker..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:84f16d4e-e8ef-4f22-9dda-80fd01fe6495
VfModuleModelInvariantUUID:bf91cef5-157f-4303-b52e-59f86a5e0031
VfModuleModelDescription:NULL
Artifacts UUID List:{
5dbf9f45-daf3-4487-877b-205c5c964b24
,
c052a70c-fa31-4885-a1c5-78636b5eab70
}
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-11-08T13:23:23.931Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 5dbf9f45-daf3-4487-877b-205c5c964b24 from URL: /sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/base_ubuntu18.yaml
2021-11-08T13:23:23.931Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-11-08T13:23:23.931Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/base_ubuntu18.yaml
2021-11-08T13:23:24.009Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-11-08T13:23:24.009Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/base_ubuntu18.yaml 5dbf9f45-daf3-4487-877b-205c5c964b24 5033
2021-11-08T13:23:24.009Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-11-08T13:23:24.010Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/base_ubuntu18.yaml
2021-11-08T13:23:24.010Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-08T13:23:24.010Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:23:24.012Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:23:24.012Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636377804009,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-08T13:23:24.112Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-08T13:23:24.113Z||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-11-08T13:23:24.113Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:23:24.130Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T13:23:24.130Z||pool-28-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-11-08T13:23:25.014Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: c052a70c-fa31-4885-a1c5-78636b5eab70 from URL: /sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/base_ubuntu18.env
2021-11-08T13:23:25.015Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-11-08T13:23:25.015Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/base_ubuntu18.env
2021-11-08T13:23:25.061Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-11-08T13:23:25.062Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/base_ubuntu18.env c052a70c-fa31-4885-a1c5-78636b5eab70 909
2021-11-08T13:23:25.062Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-11-08T13:23:25.062Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/base_ubuntu18.env
2021-11-08T13:23:25.062Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-08T13:23:25.062Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:23:25.064Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:23:25.064Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636377805062,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-11-08T13:23:25.164Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-08T13:23:25.165Z||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-11-08T13:23:25.165Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:23:25.177Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T13:23:25.177Z||pool-29-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-08T13:23:26.065Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 7d9f7ff2-0a7b-4ec8-b5a1-1d2d88ef81ef
2021-11-08T13:23:26.065Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_icPKeR 0 d81d879b-ba41-4a67-9c31-3e2aade0997c ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-08T13:23:26.080Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@77eff83a, org.onap.sdc.toscaparser.api.parameters.Input@3d9a97c3, org.onap.sdc.toscaparser.api.parameters.Input@28a05b6d, org.onap.sdc.toscaparser.api.parameters.Input@5bd74ab2, org.onap.sdc.toscaparser.api.parameters.Input@537157da]
2021-11-08T13:23:26.081Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-08T13:23:26.081Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_icPKeR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:23:26.081Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic
2021-11-08T13:23:26.081Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 34efd585-edcd-4c26-9dc9-4fc814d75974
2021-11-08T13:23:26.081Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 34efd585-edcd-4c26-9dc9-4fc814d75974 matches Tosca VF Customization UUID: 34efd585-edcd-4c26-9dc9-4fc814d75974
2021-11-08T13:23:26.082Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 34efd585-edcd-4c26-9dc9-4fc814d75974 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-11-08T13:23:26.083Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-08T13:23:26.084Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_icPKeR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:23:26.084Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 34efd585-edcd-4c26-9dc9-4fc814d75974: {\"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-11-08T13:23:26.084Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@464f6780
2021-11-08T13:23:26.084Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-08T13:23:26.084Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_icPKeR is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-08T13:23:26.085Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : cf2dd0aa-8855-4025-add3-8794970d6748
2021-11-08T13:23:26.085Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID cf2dd0aa-8855-4025-add3-8794970d6748
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-11-08T13:23:26.086Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-08T13:23:26.087Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_icPKeR 0 is matching search criteria
2021-11-08T13:23:26.087Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_icPKeR 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-08T13:23:26.087Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-08T13:23:26.087Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_icPKeR 0 is matching search criteria
2021-11-08T13:23:26.087Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_icPKeR 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-08T13:23:26.088Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-08T13:23:26.088Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_icPKeR 0 is not matching search criteria
2021-11-08T13:23:26.088Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-11-08T13:23:26.088Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-11-08T13:23:26.088Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=76d55461-1540-4738-9c29-a124753b8e28
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-11-08T13:23:26.091Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-08T13:23:26.091Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_icPKeR 0 is matching search criteria
2021-11-08T13:23:26.091Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_icPKeR 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-08T13:23:26.092Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-08T13:23:26.092Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_icPKeR 0 is matching search criteria
2021-11-08T13:23:26.092Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_icPKeR 0] matching following query criteria: sdcType=VF, customizationUUID=34efd585-edcd-4c26-9dc9-4fc814d75974
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-08T13:23:26.094Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-08T13:23:26.095Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_icPKeR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:23:26.095Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 7d9f7ff2-0a7b-4ec8-b5a1-1d2d88ef81ef: basic_onboard_icPKeR
2021-11-08T13:23:26.095Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-08T13:23:26.095Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_icPKeR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:23:26.095Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-08T13:23:26.095Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_icPKeR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:23:26.095Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-08T13:23:26.096Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_icPKeR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:23:26.096Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-08T13:23:26.096Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_icPKeR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:23:26.096Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-08T13:23:26.096Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_icPKeR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:23:26.096Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||Saving Service: basic_onboard_icPKeR
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_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_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_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_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_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_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_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_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_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_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_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-11-08T13:23:26.183Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_icPKeR d81d879b-ba41-4a67-9c31-3e2aade0997c 1 ASDC deployResourceStructure
2021-11-08T13:23:26.183Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/basic_onboard_icpker0_modules.json ASDC sendASDCNotification
2021-11-08T13:23:26.183Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/basic_onboard_icpker0_modules.json
2021-11-08T13:23:26.183Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-08T13:23:26.183Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:23:26.185Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:23:26.185Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636377806183,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/basic_onboard_icpker0_modules.json",
"status": "DEPLOY_OK"
}
2021-11-08T13:23:26.285Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-08T13:23:26.286Z||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-11-08T13:23:26.286Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:23:26.299Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T13:23:26.300Z||pool-30-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-11-08T13:23:27.186Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-11-08T13:23:27.186Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/base_ubuntu18.yaml
2021-11-08T13:23:27.186Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-08T13:23:27.187Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:23:27.189Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:23:27.189Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636377807186,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-11-08T13:23:27.289Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-08T13:23:27.290Z||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-11-08T13:23:27.290Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:23:27.304Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T13:23:27.305Z||pool-31-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-08T13:23:28.190Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-11-08T13:23:28.190Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/base_ubuntu18.env
2021-11-08T13:23:28.190Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-08T13:23:28.191Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:23:28.193Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:23:28.194Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636377808190,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-11-08T13:23:28.293Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-08T13:23:28.294Z||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-11-08T13:23:28.294Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:23:28.307Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T13:23:28.308Z||pool-32-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-08T13:23:29.194Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardIcpker/1.0/artifacts/service-BasicOnboardIcpker-csar.csar ASDC sendASDCNotification
2021-11-08T13:23:29.194Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/artifacts/service-BasicOnboardIcpker-csar.csar
2021-11-08T13:23:29.194Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-08T13:23:29.195Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:23:29.197Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:23:29.197Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636377809194,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/artifacts/service-BasicOnboardIcpker-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-08T13:23:29.297Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-08T13:23:29.298Z||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-11-08T13:23:29.298Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:23:29.311Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T13:23:29.311Z||pool-33-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-08T13:23:30.198Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6
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-11-08T13:23:30.210Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6
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-11-08T13:23:30.212Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-08T13:23:30.212Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-08T13:23:30.212Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-08T13:23:57.134Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:23:57.135Z||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-11-08T13:23:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:23:57.160Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T13:23:57.169Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.169Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636377717133,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/vfw18da78cef4d00_modules.json",
"status": "NOTIFIED"
}
2021-11-08T13:23:57.170Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-08T13:23:57.170Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.170Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636377717133,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-11-08T13:23:57.170Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-08T13:23:57.170Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.170Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636377717133,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-08T13:23:57.170Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-08T13:23:57.170Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.170Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636377717133,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-11-08T13:23:57.171Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-08T13:23:57.171Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.171Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636377717133,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/artifacts/service-Vfw20211108131829-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-08T13:23:57.171Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-08T13:23:57.171Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.171Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636377717133,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/artifacts/service-Vfw20211108131829-csar.csar",
"status": "NOTIFIED"
}
2021-11-08T13:23:57.171Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-08T13:23:57.171Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.171Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
"consumerID": "ves-openapi-manager",
"timestamp": 1636377722487,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-08T13:23:57.171Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-08T13:23:57.171Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.172Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
"consumerID": "dcae-sch",
"timestamp": 1636377719181,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-08T13:23:57.172Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-08T13:23:57.172Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.172Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
"consumerID": "cds",
"timestamp": 1636377721524,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-08T13:23:57.172Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-08T13:23:57.172Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.172Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
"consumerID": "policy-id",
"timestamp": 1636377716030,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-08T13:23:57.173Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-08T13:23:57.173Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.173Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
"consumerID": "cds",
"timestamp": 1636377721524,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/basic_onboard_icpker0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-08T13:23:57.173Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-08T13:23:57.173Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.173Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
"consumerID": "dcae-sch",
"timestamp": 1636377719181,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/basic_onboard_icpker0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-08T13:23:57.173Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-08T13:23:57.173Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.173Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
"consumerID": "ves-openapi-manager",
"timestamp": 1636377722487,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/basic_onboard_icpker0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-08T13:23:57.174Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-08T13:23:57.174Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.174Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
"consumerID": "policy-id",
"timestamp": 1636377716030,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/basic_onboard_icpker0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-08T13:23:57.174Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-08T13:23:57.174Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.174Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636377725199,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/artifacts/service-Vfw20211108131829-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-08T13:23:57.175Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:23:57.175Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.175Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
"consumerID": "cds",
"timestamp": 1636377721524,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-08T13:23:57.175Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-08T13:23:57.175Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.175Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
"consumerID": "ves-openapi-manager",
"timestamp": 1636377722487,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-08T13:23:57.175Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-08T13:23:57.175Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.175Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
"consumerID": "dcae-sch",
"timestamp": 1636377719181,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-08T13:23:57.175Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-08T13:23:57.175Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.175Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
"consumerID": "policy-id",
"timestamp": 1636377716030,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-11-08T13:23:57.176Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-08T13:23:57.176Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.176Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
"consumerID": "cds",
"timestamp": 1636377721524,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-08T13:23:57.176Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-08T13:23:57.176Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.176Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
"consumerID": "ves-openapi-manager",
"timestamp": 1636377722487,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-08T13:23:57.176Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-08T13:23:57.176Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.176Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
"consumerID": "dcae-sch",
"timestamp": 1636377719181,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-08T13:23:57.176Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-08T13:23:57.176Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.176Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
"consumerID": "policy-id",
"timestamp": 1636377716030,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-08T13:23:57.176Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-08T13:23:57.176Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.176Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
"consumerID": "ves-openapi-manager",
"timestamp": 1636377722487,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-08T13:23:57.177Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-08T13:23:57.177Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.177Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
"consumerID": "dcae-sch",
"timestamp": 1636377719181,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-08T13:23:57.177Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-08T13:23:57.177Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.177Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
"consumerID": "cds",
"timestamp": 1636377721524,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-08T13:23:57.177Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-08T13:23:57.177Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.177Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
"consumerID": "policy-id",
"timestamp": 1636377716030,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-08T13:23:57.177Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-08T13:23:57.177Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.177Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636377728488,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-08T13:23:57.177Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-08T13:23:57.177Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.177Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
"consumerID": "cds",
"timestamp": 1636377721524,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/artifacts/service-BasicOnboardIcpker-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-08T13:23:57.178Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-08T13:23:57.178Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.178Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
"consumerID": "ves-openapi-manager",
"timestamp": 1636377722487,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/artifacts/service-BasicOnboardIcpker-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-08T13:23:57.178Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-08T13:23:57.178Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.178Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
"consumerID": "dcae-sch",
"timestamp": 1636377719181,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/artifacts/service-BasicOnboardIcpker-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-08T13:23:57.178Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-08T13:23:57.178Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.178Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
"consumerID": "policy-id",
"timestamp": 1636377716030,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/artifacts/service-BasicOnboardIcpker-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-08T13:23:57.178Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-08T13:23:57.178Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.178Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
"consumerID": "clamp",
"timestamp": 1636377728882,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-08T13:23:57.178Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-08T13:23:57.178Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.178Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636377729326,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-08T13:23:57.178Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-08T13:23:57.178Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.178Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636377730028,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/vfw18da78cef4d00_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-08T13:23:57.179Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:23:57.179Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.179Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636377728488,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/basic_onboard_icpker0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-08T13:23:57.179Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-08T13:23:57.179Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.179Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
"consumerID": "ves-openapi-manager",
"timestamp": 1636377722487,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/artifacts/service-BasicOnboardIcpker-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-08T13:23:57.179Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-08T13:23:57.179Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.179Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
"consumerID": "dcae-sch",
"timestamp": 1636377719181,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/artifacts/service-BasicOnboardIcpker-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-08T13:23:57.179Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-08T13:23:57.179Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.179Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
"consumerID": "cds",
"timestamp": 1636377721524,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/artifacts/service-BasicOnboardIcpker-csar.csar",
"status": "NOTIFIED"
}
2021-11-08T13:23:57.179Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-08T13:23:57.179Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.179Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
"consumerID": "policy-id",
"timestamp": 1636377716030,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/artifacts/service-BasicOnboardIcpker-csar.csar",
"status": "NOTIFIED"
}
2021-11-08T13:23:57.180Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-08T13:23:57.180Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.180Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
"consumerID": "clamp",
"timestamp": 1636377728882,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/basic_onboard_icpker0_modules.json",
"status": "NOTIFIED"
}
2021-11-08T13:23:57.180Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-08T13:23:57.180Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.180Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636377729326,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/basic_onboard_icpker0_modules.json",
"status": "NOTIFIED"
}
2021-11-08T13:23:57.180Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-08T13:23:57.180Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.180Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636377728488,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-08T13:23:57.180Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-08T13:23:57.180Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.180Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636377731332,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-08T13:23:57.180Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:23:57.180Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.180Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
"consumerID": "clamp",
"timestamp": 1636377728882,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-08T13:23:57.181Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-08T13:23:57.181Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.181Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
"consumerID": "policy-id",
"timestamp": 1636377731832,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/artifacts/service-BasicOnboardIcpker-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-08T13:23:57.181Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:23:57.181Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.181Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636377729326,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-11-08T13:23:57.181Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-08T13:23:57.181Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.181Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
"consumerID": "cds",
"timestamp": 1636377732001,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/artifacts/service-BasicOnboardIcpker-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-08T13:23:57.181Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:23:57.181Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.181Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636377728488,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-08T13:23:57.181Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-08T13:23:57.181Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.182Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
"consumerID": "clamp",
"timestamp": 1636377728882,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-08T13:23:57.182Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-08T13:23:57.182Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.182Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636377732819,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-11-08T13:23:57.182Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:23:57.182Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.182Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
"consumerID": "policy-id",
"timestamp": 1636377732835,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/artifacts/service-BasicOnboardIcpker-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-08T13:23:57.182Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:23:57.182Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.182Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636377729326,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-08T13:23:57.182Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-08T13:23:57.182Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.182Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
"consumerID": "cds",
"timestamp": 1636377733005,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/artifacts/service-BasicOnboardIcpker-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-11-08T13:23:57.191Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6
2021-11-08T13:23:57.191Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6 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-11-08T13:23:57.200Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.201Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636377728488,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-08T13:23:57.201Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-08T13:23:57.201Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.201Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
"consumerID": "clamp",
"timestamp": 1636377728882,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-08T13:23:57.201Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-08T13:23:57.201Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.201Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
"consumerID": "policy-id",
"timestamp": 1636377733837,
"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-11-08T13:23:57.206Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6
2021-11-08T13:23:57.206Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6 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-11-08T13:23:57.214Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.214Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636377729326,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-11-08T13:23:57.214Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-08T13:23:57.214Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.214Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636377728488,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/artifacts/service-BasicOnboardIcpker-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-08T13:23:57.214Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-08T13:23:57.214Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.214Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
"consumerID": "clamp",
"timestamp": 1636377728882,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/artifacts/service-BasicOnboardIcpker-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-08T13:23:57.214Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-08T13:23:57.214Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.214Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636377734573,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/vfw18da78cef4d00_modules.json",
"status": "DEPLOY_OK"
}
2021-11-08T13:23:57.214Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:23:57.214Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.214Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636377729326,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/artifacts/service-BasicOnboardIcpker-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-08T13:23:57.215Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-08T13:23:57.215Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.215Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636377728488,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/artifacts/service-BasicOnboardIcpker-csar.csar",
"status": "NOTIFIED"
}
2021-11-08T13:23:57.215Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-08T13:23:57.215Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.215Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
"consumerID": "clamp",
"timestamp": 1636377728882,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/artifacts/service-BasicOnboardIcpker-csar.csar",
"status": "NOTIFIED"
}
2021-11-08T13:23:57.215Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-08T13:23:57.215Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.215Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636377735575,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-11-08T13:23:57.215Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:23:57.215Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.215Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636377729326,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/artifacts/service-BasicOnboardIcpker-csar.csar",
"status": "NOTIFIED"
}
2021-11-08T13:23:57.215Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-08T13:23:57.215Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.215Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636377736426,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/artifacts/service-BasicOnboardIcpker-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-08T13:23:57.215Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:23:57.215Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.215Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636377736579,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/resourceInstances/vfw18da78cef4d00/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-11-08T13:23:57.215Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:23:57.216Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.216Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636377737226,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/basic_onboard_icpker0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-08T13:23:57.216Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:23:57.216Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.216Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636377737583,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211108131829/1.0/artifacts/service-Vfw20211108131829-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-08T13:23:57.216Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:23:57.216Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.216Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636377738434,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-08T13:23:57.216Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:23:57.216Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.216Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636377738438,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/artifacts/service-BasicOnboardIcpker-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-08T13:23:57.217Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:23:57.217Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.217Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636377739441,
"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-11-08T13:23:57.222Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6
2021-11-08T13:23:57.222Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6 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-11-08T13:23:57.232Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.233Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636377739486,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-11-08T13:23:57.233Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:23:57.233Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.233Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636377740510,
"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-11-08T13:23:57.240Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6
2021-11-08T13:23:57.241Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6 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-11-08T13:23:57.247Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.247Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636377741514,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/basic_onboard_icpker0_modules.json",
"status": "DEPLOY_OK"
}
2021-11-08T13:23:57.247Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:23:57.247Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.247Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
"consumerID": "aai-ml",
"timestamp": 1636377741323,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-08T13:23:57.247Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-08T13:23:57.247Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.247Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
"consumerID": "aai-ml",
"timestamp": 1636377741323,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/basic_onboard_icpker0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-08T13:23:57.248Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-08T13:23:57.248Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.248Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
"consumerID": "aai-ml",
"timestamp": 1636377741323,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-08T13:23:57.248Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-08T13:23:57.248Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.248Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
"consumerID": "aai-ml",
"timestamp": 1636377741323,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-08T13:23:57.248Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-08T13:23:57.248Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.248Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
"consumerID": "aai-ml",
"timestamp": 1636377741323,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-08T13:23:57.248Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-08T13:23:57.249Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.249Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
"consumerID": "aai-ml",
"timestamp": 1636377741323,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/artifacts/service-BasicOnboardIcpker-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-08T13:23:57.249Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-08T13:23:57.249Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.249Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
"consumerID": "aai-ml",
"timestamp": 1636377741323,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/artifacts/service-BasicOnboardIcpker-csar.csar",
"status": "NOTIFIED"
}
2021-11-08T13:23:57.249Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-08T13:23:57.249Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.249Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
"consumerID": "clamp",
"timestamp": 1636377748387,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/artifacts/service-BasicOnboardIcpker-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-08T13:23:57.249Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:23:57.250Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.250Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
"consumerID": "aai-ml",
"timestamp": 1636377749126,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/artifacts/service-BasicOnboardIcpker-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-08T13:23:57.250Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:23:57.250Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.250Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
"consumerID": "clamp",
"timestamp": 1636377750197,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/artifacts/service-BasicOnboardIcpker-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-08T13:23:57.250Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:23:57.250Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.250Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
"consumerID": "clamp",
"timestamp": 1636377751200,
"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-11-08T13:23:57.255Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6
2021-11-08T13:23:57.255Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6 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-11-08T13:23:57.263Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.263Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
"consumerID": "aai-ml",
"timestamp": 1636377757223,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/artifacts/service-BasicOnboardIcpker-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-08T13:23:57.264Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:23:57.264Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-08T13:23:57.264Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
"consumerID": "aai-ml",
"timestamp": 1636377758228,
"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-11-08T13:23:57.269Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6
2021-11-08T13:23:57.269Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6 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-11-08T13:24:00.213Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6
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-11-08T13:24:00.224Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6
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-11-08T13:24:00.226Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-08T13:24:00.226Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-08T13:24:00.226Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-08T13:24:00.226Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-08T13:24:00.227Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-08T13:24:00.227Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-08T13:24:00.227Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-08T13:24:00.227Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-08T13:24:00.227Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-08T13:24:00.227Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-08T13:24:00.227Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|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-11-08T13:24:00.233Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-08T13:24:30.233Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6 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-11-08T13:24:30.241Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6 and serviceModelVersionId: 7d9f7ff2-0a7b-4ec8-b5a1-1d2d88ef81ef
2021-11-08T13:24:30.241Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d34a9bde-0ca4-4e6e-871b-84858b005400
2021-11-08T13:24:30.242Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d34a9bde-0ca4-4e6e-871b-84858b005400/model-vers/model-ver/7d9f7ff2-0a7b-4ec8-b5a1-1d2d88ef81ef?depth=0
2021-11-08T13:24:30.247Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2021-11-08T13:24:30.288Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d34a9bde-0ca4-4e6e-871b-84858b005400/model-vers/model-ver/7d9f7ff2-0a7b-4ec8-b5a1-1d2d88ef81ef?depth=0|INFO|500||Invoke
2021-11-08T13:24:30.288Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d34a9bde-0ca4-4e6e-871b-84858b005400/model-vers/model-ver/7d9f7ff2-0a7b-4ec8-b5a1-1d2d88ef81ef?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d34a9bde-0ca4-4e6e-871b-84858b005400/model-vers/model-ver/7d9f7ff2-0a7b-4ec8-b5a1-1d2d88ef81ef?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[81dd6b34-cf92-4e0a-a98f-7085ffcb0c27], X-ECOMP-RequestID=[2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6], X-TransactionId=[], X-ONAP-RequestID=[2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6], Content-Type=[application/merge-patch+json]}
2021-11-08T13:24:30.312Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d34a9bde-0ca4-4e6e-871b-84858b005400/model-vers/model-ver/7d9f7ff2-0a7b-4ec8-b5a1-1d2d88ef81ef?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-11-08T13:24:30.425Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d34a9bde-0ca4-4e6e-871b-84858b005400/model-vers/model-ver/7d9f7ff2-0a7b-4ec8-b5a1-1d2d88ef81ef?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d34a9bde-0ca4-4e6e-871b-84858b005400/model-vers/model-ver/7d9f7ff2-0a7b-4ec8-b5a1-1d2d88ef81ef?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211108-13:24:30:320-63746], vertex-id=[405680], Content-Length=[0], Date=[Mon, 08 Nov 2021 13:24:30 GMT], Content-Type=[application/json]}
2021-11-08T13:24:30.425Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d34a9bde-0ca4-4e6e-871b-84858b005400/model-vers/model-ver/7d9f7ff2-0a7b-4ec8-b5a1-1d2d88ef81ef?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-11-08T13:24:30.426Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d34a9bde-0ca4-4e6e-871b-84858b005400/model-vers/model-ver/7d9f7ff2-0a7b-4ec8-b5a1-1d2d88ef81ef?depth=0|INFO|500||InvokeReturn
2021-11-08T13:24:30.426Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-08T13:24:30.426Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-08T13:24:30.430Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|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-11-08T13:24:30.430Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-08T13:24:30.430Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-08T13:24:30.431Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:24:30.432Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:24:30.432Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636377870430,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-08T13:24:30.532Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-08T13:24:30.533Z||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-11-08T13:24:30.533Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:24:30.548Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T13:24:30.549Z||pool-34-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-08T13:24:31.447Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:24:31.447Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|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-11-08T13:24:31.447Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:24:40.990Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T13:24:57.133Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:24:57.133Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|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-11-08T13:24:57.133Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:24:57.134Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:24:57.135Z||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-11-08T13:24:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:24:57.155Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T13:24:57.156Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-08T13:24:57.156Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48a46fb4-1e66-452f-9c5f-c34cfe5ee023",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636377791357,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-08T13:24:57.157Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:24:57.157Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-08T13:24:57.157Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636377792377,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-08T13:24:57.158Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-08T13:24:57.158Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-08T13:24:57.158Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636377792377,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/basic_onboard_icpker0_modules.json",
"status": "NOTIFIED"
}
2021-11-08T13:24:57.158Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-08T13:24:57.158Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-08T13:24:57.159Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636377792377,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-11-08T13:24:57.159Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-08T13:24:57.159Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-08T13:24:57.159Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636377792377,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-08T13:24:57.159Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-08T13:24:57.159Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-08T13:24:57.159Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636377792377,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-11-08T13:24:57.160Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-08T13:24:57.160Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-08T13:24:57.160Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636377792377,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/artifacts/service-BasicOnboardIcpker-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-08T13:24:57.160Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-08T13:24:57.160Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-08T13:24:57.160Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636377792377,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/artifacts/service-BasicOnboardIcpker-csar.csar",
"status": "NOTIFIED"
}
2021-11-08T13:24:57.160Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-08T13:24:57.160Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-08T13:24:57.160Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636377800146,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/artifacts/service-BasicOnboardIcpker-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-08T13:24:57.161Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:24:57.161Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-08T13:24:57.161Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636377802921,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/basic_onboard_icpker0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-08T13:24:57.161Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:24:57.161Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-08T13:24:57.161Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636377804009,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-08T13:24:57.161Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:24:57.161Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-08T13:24:57.161Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636377805062,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-11-08T13:24:57.161Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:24:57.161Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-08T13:24:57.161Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636377806183,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/basic_onboard_icpker0_modules.json",
"status": "DEPLOY_OK"
}
2021-11-08T13:24:57.161Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:24:57.162Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-08T13:24:57.162Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636377807186,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-11-08T13:24:57.162Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:24:57.162Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-08T13:24:57.162Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636377808190,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/resourceInstances/basic_onboard_icpker0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-11-08T13:24:57.162Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:24:57.162Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-08T13:24:57.162Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636377809194,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIcpker/1.0/artifacts/service-BasicOnboardIcpker-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-08T13:24:57.162Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:25:06.683Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T13:25:57.133Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:25:57.134Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|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-11-08T13:25:57.134Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:25:57.134Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:25:57.135Z||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-11-08T13:25:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:25:57.655Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T13:25:57.656Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-08T13:25:57.656Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636377870430,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-08T13:25:57.657Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:26:06.678Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T13:26:57.133Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:26:57.133Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|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-11-08T13:26:57.133Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:26:57.134Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:26:57.135Z||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-11-08T13:26:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:27:06.707Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T13:27:06.719Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T13:27:57.133Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:27:57.134Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|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-11-08T13:27:57.134Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:27:57.134Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:27:57.135Z||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-11-08T13:27:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:28:06.676Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T13:28:06.679Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T13:28:57.133Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:28:57.134Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|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-11-08T13:28:57.134Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:28:57.134Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:28:57.135Z||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-11-08T13:28:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:29:06.682Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T13:29:06.683Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T13:29:57.133Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:29:57.134Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|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-11-08T13:29:57.134Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:29:57.134Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:29:57.135Z||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-11-08T13:29:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:30:06.677Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T13:30:06.678Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T13:30:57.133Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:30:57.134Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|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-11-08T13:30:57.134Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:30:57.134Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:30:57.135Z||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-11-08T13:30:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:31:06.677Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T13:31:06.678Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T13:31:57.133Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:31:57.133Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|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-11-08T13:31:57.134Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:31:57.134Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:31:57.135Z||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-11-08T13:31:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:32:06.676Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T13:32:06.676Z|2f7c77c1-1b3b-40f3-8de7-3e4a12ed3ca6|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T13:32:57.133Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:32:57.133Z||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-11-08T13:32:57.133Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:32:57.135Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:32:57.135Z||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-11-08T13:32:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:33:06.678Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T13:33:06.679Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T13:33:57.133Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:33:57.134Z||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-11-08T13:33:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:33:57.134Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:33:57.135Z||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-11-08T13:33:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:34:06.675Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T13:34:06.678Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T13:34:57.133Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:34:57.134Z||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-11-08T13:34:57.134Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:34:57.134Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:34:57.135Z||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-11-08T13:34:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:34:57.771Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T13:34:57.772Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-08T13:34:57.772Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"857a3fa2-990e-487b-81bf-f0ce8f0e0d6b","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"c226b1df-284d-47bd-b5b2-3b156cbb0964","serviceDescription":"service","serviceInvariantUUID":"b2663ca7-8671-43c0-b3c9-286ea512c6bd","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"57e9aebd-f46d-451f-b7c7-1f4056fa5768","resourceInvariantUUID":"1d16f0ec-8576-44db-a346-55a1c14778fb","resourceCustomizationUUID":"42b2fb9e-ba70-4f07-8f21-7420e25217b7","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":"YTc3ZGVjMmZmOTVjOGQwZWQ0N2Q0ZmNmZDU3ZTk1MmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a3ad6d55-06ce-4f8f-acc7-5104850908ad","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZDJkMTczMzkzYTk4ZDc3NjdkYTM1YTk3NjNjMGUzZmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4d85f511-2d16-4c23-97b1-c07ca1c2170c","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-08T13:34:57.772Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T13:34:57.773Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-08T13:34:57.773Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "857a3fa2-990e-487b-81bf-f0ce8f0e0d6b",
"consumerID": "cds",
"timestamp": 1636378456524,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-08T13:34:57.774Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-08T13:34:57.774Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-08T13:34:57.774Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-08T13:34:57.774Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "857a3fa2-990e-487b-81bf-f0ce8f0e0d6b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636378449327,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-08T13:34:57.774Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-08T13:34:57.774Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-08T13:34:57.774Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:34:57.774Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "857a3fa2-990e-487b-81bf-f0ce8f0e0d6b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636378448488,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-08T13:34:57.774Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-08T13:34:57.775Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-08T13:34:57.775Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "857a3fa2-990e-487b-81bf-f0ce8f0e0d6b",
"consumerID": "policy-id",
"timestamp": 1636378456030,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-08T13:34:57.775Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-08T13:34:57.775Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-08T13:34:57.775Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "857a3fa2-990e-487b-81bf-f0ce8f0e0d6b",
"consumerID": "clamp",
"timestamp": 1636378448881,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-08T13:34:57.775Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-08T13:34:57.775Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-08T13:34:57.775Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "857a3fa2-990e-487b-81bf-f0ce8f0e0d6b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636378449327,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-11-08T13:34:57.775Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-08T13:34:57.775Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-08T13:34:57.775Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "857a3fa2-990e-487b-81bf-f0ce8f0e0d6b",
"consumerID": "cds",
"timestamp": 1636378456524,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-11-08T13:34:57.775Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-08T13:34:57.775Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-08T13:34:57.775Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "857a3fa2-990e-487b-81bf-f0ce8f0e0d6b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636378448488,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-11-08T13:34:57.775Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-08T13:34:57.775Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-08T13:34:57.775Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "857a3fa2-990e-487b-81bf-f0ce8f0e0d6b",
"consumerID": "clamp",
"timestamp": 1636378448881,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-11-08T13:34:57.776Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-08T13:34:57.776Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-08T13:34:57.776Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "857a3fa2-990e-487b-81bf-f0ce8f0e0d6b",
"consumerID": "policy-id",
"timestamp": 1636378456030,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-11-08T13:34:57.776Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-08T13:34:57.776Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-08T13:34:57.776Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "857a3fa2-990e-487b-81bf-f0ce8f0e0d6b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636378459736,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-08T13:34:57.776Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:34:57.776Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-08T13:34:57.776Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "857a3fa2-990e-487b-81bf-f0ce8f0e0d6b",
"consumerID": "cds",
"timestamp": 1636378459745,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-08T13:34:57.776Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:34:57.776Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-08T13:34:57.776Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "857a3fa2-990e-487b-81bf-f0ce8f0e0d6b",
"consumerID": "policy-id",
"timestamp": 1636378459733,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-08T13:34:57.776Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:34:57.776Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-08T13:34:57.776Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "857a3fa2-990e-487b-81bf-f0ce8f0e0d6b",
"consumerID": "dcae-sch",
"timestamp": 1636378459181,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-08T13:34:57.776Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-08T13:34:57.776Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-08T13:34:57.777Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "857a3fa2-990e-487b-81bf-f0ce8f0e0d6b",
"consumerID": "cds",
"timestamp": 1636378460750,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2021-11-08T13:34:57.777Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:34:57.777Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "857a3fa2-990e-487b-81bf-f0ce8f0e0d6b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636378497133,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
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-11-08T13:34:57.792Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 857a3fa2-990e-487b-81bf-f0ce8f0e0d6b
2021-11-08T13:34:57.792Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 857a3fa2-990e-487b-81bf-f0ce8f0e0d6b 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-11-08T13:34:57.801Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-08T13:34:57.801Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "857a3fa2-990e-487b-81bf-f0ce8f0e0d6b",
"consumerID": "policy-id",
"timestamp": 1636378460737,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-08T13:34:57.801Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:34:57.801Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-08T13:34:57.801Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "857a3fa2-990e-487b-81bf-f0ce8f0e0d6b",
"consumerID": "dcae-sch",
"timestamp": 1636378459181,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-08T13:34:57.801Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-08T13:34:57.801Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-08T13:34:57.801Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "857a3fa2-990e-487b-81bf-f0ce8f0e0d6b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636378461138,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-08T13:34:57.801Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:34:57.801Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-08T13:34:57.801Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "857a3fa2-990e-487b-81bf-f0ce8f0e0d6b",
"consumerID": "policy-id",
"timestamp": 1636378461740,
"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-11-08T13:34:57.806Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 857a3fa2-990e-487b-81bf-f0ce8f0e0d6b
2021-11-08T13:34:57.806Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 857a3fa2-990e-487b-81bf-f0ce8f0e0d6b 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-11-08T13:34:57.816Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-08T13:34:57.816Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "857a3fa2-990e-487b-81bf-f0ce8f0e0d6b",
"consumerID": "aai-ml",
"timestamp": 1636378461323,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-08T13:34:57.816Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-08T13:34:57.816Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-08T13:34:57.816Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "857a3fa2-990e-487b-81bf-f0ce8f0e0d6b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636378462141,
"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-11-08T13:34:57.821Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 857a3fa2-990e-487b-81bf-f0ce8f0e0d6b
2021-11-08T13:34:57.821Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 857a3fa2-990e-487b-81bf-f0ce8f0e0d6b 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-11-08T13:34:57.830Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-08T13:34:57.830Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "857a3fa2-990e-487b-81bf-f0ce8f0e0d6b",
"consumerID": "aai-ml",
"timestamp": 1636378461323,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-11-08T13:34:57.830Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-08T13:34:57.830Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-08T13:34:57.830Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "857a3fa2-990e-487b-81bf-f0ce8f0e0d6b",
"consumerID": "ves-openapi-manager",
"timestamp": 1636378462487,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-08T13:34:57.830Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-08T13:34:57.831Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-08T13:34:57.831Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "857a3fa2-990e-487b-81bf-f0ce8f0e0d6b",
"consumerID": "ves-openapi-manager",
"timestamp": 1636378462487,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-08T13:34:57.831Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-08T13:34:57.831Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-08T13:34:57.831Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "857a3fa2-990e-487b-81bf-f0ce8f0e0d6b",
"consumerID": "aai-ml",
"timestamp": 1636378464309,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-08T13:34:57.831Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:34:57.831Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-08T13:34:57.831Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "857a3fa2-990e-487b-81bf-f0ce8f0e0d6b",
"consumerID": "clamp",
"timestamp": 1636378466304,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-08T13:34:57.831Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:34:57.832Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-08T13:34:57.832Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "857a3fa2-990e-487b-81bf-f0ce8f0e0d6b",
"consumerID": "aai-ml",
"timestamp": 1636378468817,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-08T13:34:57.832Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:34:57.832Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-08T13:34:57.832Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "857a3fa2-990e-487b-81bf-f0ce8f0e0d6b",
"consumerID": "clamp",
"timestamp": 1636378469309,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-08T13:34:57.832Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-08T13:34:57.832Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-08T13:34:57.832Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "857a3fa2-990e-487b-81bf-f0ce8f0e0d6b",
"consumerID": "aai-ml",
"timestamp": 1636378469824,
"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-11-08T13:34:57.837Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 857a3fa2-990e-487b-81bf-f0ce8f0e0d6b
2021-11-08T13:34:57.837Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 857a3fa2-990e-487b-81bf-f0ce8f0e0d6b 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-11-08T13:34:57.845Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-08T13:34:57.845Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "857a3fa2-990e-487b-81bf-f0ce8f0e0d6b",
"consumerID": "clamp",
"timestamp": 1636378470312,
"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-11-08T13:34:57.850Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 857a3fa2-990e-487b-81bf-f0ce8f0e0d6b
2021-11-08T13:34:57.850Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 857a3fa2-990e-487b-81bf-f0ce8f0e0d6b 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-11-08T13:34:57.877Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-08T13:34:57.877Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-08T13:34:57.877Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:34:57.891Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T13:34:57.892Z||pool-35-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-08T13:34:58.777Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-08T13:34:58.778Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:34:58.779Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:34:58.780Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "857a3fa2-990e-487b-81bf-f0ce8f0e0d6b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636378497133,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-11-08T13:34:58.880Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-08T13:34:58.880Z||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-11-08T13:34:58.880Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:34:58.893Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T13:34:58.893Z||pool-36-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-08T13:34:59.780Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "857a3fa2-990e-487b-81bf-f0ce8f0e0d6b",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "c226b1df-284d-47bd-b5b2-3b156cbb0964",
"serviceDescription": "service",
"serviceInvariantUUID": "b2663ca7-8671-43c0-b3c9-286ea512c6bd",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "42b2fb9e-ba70-4f07-8f21-7420e25217b7",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "57e9aebd-f46d-451f-b7c7-1f4056fa5768",
"resourceInvariantUUID": "1d16f0ec-8576-44db-a346-55a1c14778fb",
"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": "ZDJkMTczMzkzYTk4ZDc3NjdkYTM1YTk3NjNjMGUzZmU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "4d85f511-2d16-4c23-97b1-c07ca1c2170c"
}
],
"workloadContext": "Production"
}
2021-11-08T13:34:59.781Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-08T13:34:59.781Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c226b1df-284d-47bd-b5b2-3b156cbb0964 ASDC
2021-11-08T13:34:59.781Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:857a3fa2-990e-487b-81bf-f0ce8f0e0d6b
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:c226b1df-284d-47bd-b5b2-3b156cbb0964
ServiceInvariantUUID:b2663ca7-8671-43c0-b3c9-286ea512c6bd
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:4d85f511-2d16-4c23-97b1-c07ca1c2170c
ArtifactChecksum:ZDJkMTczMzkzYTk4ZDc3NjdkYTM1YTk3NjNjMGUzZmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:42b2fb9e-ba70-4f07-8f21-7420e25217b7
ResourceInvariantUUID:1d16f0ec-8576-44db-a346-55a1c14778fb
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:57e9aebd-f46d-451f-b7c7-1f4056fa5768
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2021-11-08T13:34:59.781Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c226b1df-284d-47bd-b5b2-3b156cbb0964 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-11-08T13:34:59.806Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-08T13:34:59.806Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-11-08T13:34:59.807Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-11-08T13:34:59.807Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 4d85f511-2d16-4c23-97b1-c07ca1c2170c from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-11-08T13:34:59.807Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-08T13:34:59.807Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-11-08T13:35:00.021Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-08T13:35:00.025Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 4d85f511-2d16-4c23-97b1-c07ca1c2170c 52491
2021-11-08T13:35:00.026Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-11-08T13:35:00.026Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-11-08T13:35:00.026Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-08T13:35:00.026Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:35:00.029Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:35:00.029Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "857a3fa2-990e-487b-81bf-f0ce8f0e0d6b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636378500025,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-08T13:35:00.129Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-08T13:35:00.130Z||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-11-08T13:35:00.130Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:35:00.151Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T13:35:00.152Z||pool-37-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2021-11-08T13:35:01.030Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-08T13:35:01.031Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-11-08T13:35:01.031Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 4d85f511-2d16-4c23-97b1-c07ca1c2170c, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-08T13:35:01.032Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-11-08T13:35:01.032Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-08T13:35:01.032Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-08T13:35:01.129Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13478348650763231265/Definitions/service-BasicNetwork-template.yml
2021-11-08T13:35:01.562Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-08T13:35:01.563Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-11-08T13:35:01.563Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-08T13:35:01.563Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-11-08T13:35:01.563Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-08T13:35:01.564Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-08T13:35:01.564Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-08T13:35:01.564Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-08T13:35:01.564Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-08T13:35:01.564Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-08T13:35:01.564Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-08T13:35:01.564Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-08T13:35:01.565Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-11-08T13:35:01.565Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-08T13:35:01.565Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:35:01.565Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-11-08T13:35:01.566Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-11-08T13:35:01.566Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-08T13:35:01.566Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-08T13:35:01.566Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:35:01.567Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-11-08T13:35:01.567Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-11-08T13:35:01.567Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-08T13:35:01.567Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-08T13:35:01.567Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:35:01.568Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-08T13:35:01.568Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:35:01.568Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-08T13:35:01.568Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:35:01.569Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-08T13:35:01.569Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:35:01.569Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-08T13:35:01.569Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:35:01.570Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:c226b1df-284d-47bd-b5b2-3b156cbb0964
Model Version:NULL
Model InvariantUuid:b2663ca7-8671-43c0-b3c9-286ea512c6bd
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:1d16f0ec-8576-44db-a346-55a1c14778fb
Model UUID:6b71d626-168e-4c50-9540-23259bd5c23a
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:42b2fb9e-ba70-4f07-8f21-7420e25217b7
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_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-11-08T13:35:01.577Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||INFO|500||Processing Resource Type: VL, Model UUID: 57e9aebd-f46d-451f-b7c7-1f4056fa5768
2021-11-08T13:35:01.577Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||INFO|500||No resources found for Service: c226b1df-284d-47bd-b5b2-3b156cbb0964
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-08T13:35:01.582Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||INFO|500||
2021-11-08T13:35:01.582Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2021-11-08T13:35:01.583Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||No resources found for Service: c226b1df-284d-47bd-b5b2-3b156cbb0964
2021-11-08T13:35:01.583Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: c226b1df-284d-47bd-b5b2-3b156cbb0964
2021-11-08T13:35:01.583Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2021-11-08T13:35:01.583Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-08T13:35:01.589Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@549270b5, org.onap.sdc.toscaparser.api.parameters.Input@64424a5f, org.onap.sdc.toscaparser.api.parameters.Input@45299370, org.onap.sdc.toscaparser.api.parameters.Input@6c4601f7, org.onap.sdc.toscaparser.api.parameters.Input@2b16d312]
2021-11-08T13:35:01.590Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-08T13:35:01.591Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:35:01.591Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-08T13:35:01.591Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:35:01.591Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid c226b1df-284d-47bd-b5b2-3b156cbb0964: Generic NeutronNet
2021-11-08T13:35:01.591Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-08T13:35:01.592Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:35:01.592Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-08T13:35:01.592Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2021-11-08T13:35:01.621Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-08T13:35:01.621Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:35:01.621Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-08T13:35:01.622Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:35:01.622Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-08T13:35:01.622Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:35:01.622Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_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_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_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_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_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_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_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_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_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-11-08T13:35:01.675Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2021-11-08T13:35:01.676Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-11-08T13:35:01.676Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-11-08T13:35:01.676Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-08T13:35:01.676Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:35:01.678Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:35:01.678Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "857a3fa2-990e-487b-81bf-f0ce8f0e0d6b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636378501676,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-08T13:35:01.778Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-08T13:35:01.779Z||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-11-08T13:35:01.779Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:35:01.792Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T13:35:01.792Z||pool-38-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-11-08T13:35:02.679Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 857a3fa2-990e-487b-81bf-f0ce8f0e0d6b
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-11-08T13:35:02.691Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 857a3fa2-990e-487b-81bf-f0ce8f0e0d6b
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-11-08T13:35:02.694Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-08T13:35:02.694Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-08T13:35:02.694Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-08T13:35:02.694Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-08T13:35:02.694Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-08T13:35:02.694Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-08T13:35:02.694Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-08T13:35:02.694Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-08T13:35:02.694Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-08T13:35:02.694Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-08T13:35:02.694Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-08T13:35:02.700Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-08T13:35:32.700Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 857a3fa2-990e-487b-81bf-f0ce8f0e0d6b 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-11-08T13:35:32.707Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 857a3fa2-990e-487b-81bf-f0ce8f0e0d6b and serviceModelVersionId: c226b1df-284d-47bd-b5b2-3b156cbb0964
2021-11-08T13:35:32.707Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b2663ca7-8671-43c0-b3c9-286ea512c6bd
2021-11-08T13:35:32.708Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b2663ca7-8671-43c0-b3c9-286ea512c6bd/model-vers/model-ver/c226b1df-284d-47bd-b5b2-3b156cbb0964?depth=0
2021-11-08T13:35:32.711Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2021-11-08T13:35:32.744Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b2663ca7-8671-43c0-b3c9-286ea512c6bd/model-vers/model-ver/c226b1df-284d-47bd-b5b2-3b156cbb0964?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-11-08T13:35:32.744Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b2663ca7-8671-43c0-b3c9-286ea512c6bd/model-vers/model-ver/c226b1df-284d-47bd-b5b2-3b156cbb0964?depth=0|INFO|500||Invoke
2021-11-08T13:35:32.764Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b2663ca7-8671-43c0-b3c9-286ea512c6bd/model-vers/model-ver/c226b1df-284d-47bd-b5b2-3b156cbb0964?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-11-08T13:35:33.809Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b2663ca7-8671-43c0-b3c9-286ea512c6bd/model-vers/model-ver/c226b1df-284d-47bd-b5b2-3b156cbb0964?depth=0|INFO|500||InvokeReturn
2021-11-08T13:35:33.810Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b2663ca7-8671-43c0-b3c9-286ea512c6bd/model-vers/model-ver/c226b1df-284d-47bd-b5b2-3b156cbb0964?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211108-13:35:32:772-53356], vertex-id=[176320], Content-Length=[0], Date=[Mon, 08 Nov 2021 13:35:32 GMT], Content-Type=[application/json]}
2021-11-08T13:35:33.810Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2021-11-08T13:35:33.810Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-08T13:35:33.810Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-08T13:35:33.815Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-11-08T13:35:33.816Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 857a3fa2-990e-487b-81bf-f0ce8f0e0d6b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-08T13:35:33.816Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-08T13:35:33.816Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:35:33.818Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:35:33.818Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "857a3fa2-990e-487b-81bf-f0ce8f0e0d6b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636378533816,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-08T13:35:33.918Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-08T13:35:33.919Z||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-11-08T13:35:33.919Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:35:33.935Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T13:35:33.935Z||pool-39-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-08T13:35:57.133Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:35:57.133Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|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-11-08T13:35:57.134Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:35:57.134Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-08T13:35:57.135Z||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-11-08T13:35:57.135Z||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 Y3x48We6GYbeDRW5) ...
2021-11-08T13:35:57.274Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T13:35:57.274Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-08T13:35:57.274Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "857a3fa2-990e-487b-81bf-f0ce8f0e0d6b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636378497133,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-08T13:35:57.275Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-11-08T13:35:57.758Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T13:35:57.758Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-08T13:35:57.758Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"c0a5071f-8dc9-473e-a376-4bf147a22eb5","serviceName":"Demo_pNF_2SsNY9Fnahg7y0jcXrTQ","serviceVersion":"1.0","serviceUUID":"24cec808-5023-4b66-b41c-c7736a77e0ee","serviceDescription":"catalog service description","serviceInvariantUUID":"7a3f71ad-d42e-4474-8f16-e565ff809564","resources":[{"resourceInstanceName":"pNF 626775c1-df72 0","resourceName":"pNF 626775c1-df72","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"c5cf5c5e-9956-4853-be55-1a9886eb7887","resourceInvariantUUID":"c2dc5361-b901-4908-96dd-5d964cb0cf4b","resourceCustomizationUUID":"79986edf-ab77-478b-b9c5-f6cad39c2802","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf2ssny9fnahg7y0jcxrtq/1.0/resourceInstances/pnf626775c1df720/artifacts/vf-license-model.xml","artifactChecksum":"NzdhMjBjYjMzNDdlOGU4MzYzODVjOGUxNGFhYmZhNTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"786bb089-e37f-4d2c-a614-c41372c96467","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf2ssny9fnahg7y0jcxrtq/1.0/resourceInstances/pnf626775c1df720/artifacts/pNF.csar","artifactChecksum":"OTYxOGE2M2I4ODkwYzRjZGQ1ZGM1NTVhNjQyNmQyNzE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bd866f7b-594b-4e46-a128-b5a2fb196bdf","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf2ssny9fnahg7y0jcxrtq/1.0/resourceInstances/pnf626775c1df720/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a463704a-da8b-4fee-96c8-14336de4cea1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf2ssny9fnahg7y0jcxrtq/1.0/resourceInstances/pnf626775c1df720/artifacts/vendor-license-model.xml","artifactChecksum":"ZmUyMzc2M2VjNTVmMDJjNTYyOGIxOWNjMzFmOTg2MTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"85fe89a2-3460-4a2d-9578-9b7b43433b0b","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf2ssny9fnahg7y0jcxrtq/1.0/resourceInstances/pnf626775c1df720/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4c014b63-4cc9-4411-9bba-5197524c63a6","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf2ssny9fnahg7y0jcxrtq/1.0/resourceInstances/pnf626775c1df720/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2017c551-320c-4709-befe-8af67c16cfdd","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf2ssny9fnahg7y0jcxrtq-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf2ssny9fnahg7y0jcxrtq/1.0/artifacts/service-DemoPnf2ssny9fnahg7y0jcxrtq-template.yml","artifactChecksum":"MTdkZTQzZTVlNTg5NGNkZjhlYTA0MWM5MTk1ZGJkYTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9dd292fe-9ee0-4c68-bdd8-23f9a9358d97","artifactVersion":"1"},{"artifactName":"service-DemoPnf2ssny9fnahg7y0jcxrtq-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf2ssny9fnahg7y0jcxrtq/1.0/artifacts/service-DemoPnf2ssny9fnahg7y0jcxrtq-csar.csar","artifactChecksum":"YzA1YmVlMmVlMzg5YmVhMWU5ZTI0ODY4ODgyMTc0ZDM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7cade755-b4f8-40be-a34e-de965a9b253d","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-08T13:35:57.760Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-08T13:35:57.760Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:35:57.762Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:35:57.762Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "c0a5071f-8dc9-473e-a376-4bf147a22eb5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636378557133,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2ssny9fnahg7y0jcxrtq/1.0/resourceInstances/pnf626775c1df720/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-08T13:35:57.863Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-08T13:35:57.863Z||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-11-08T13:35:57.864Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:35:57.877Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T13:35:57.878Z||pool-40-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-08T13:35:58.763Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-08T13:35:58.763Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:35:58.765Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:35:58.765Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "c0a5071f-8dc9-473e-a376-4bf147a22eb5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636378557133,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2ssny9fnahg7y0jcxrtq/1.0/resourceInstances/pnf626775c1df720/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-11-08T13:35:58.865Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-08T13:35:58.866Z||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-11-08T13:35:58.866Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:35:58.887Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T13:35:58.888Z||pool-41-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2021-11-08T13:35:59.766Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-08T13:35:59.766Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:35:59.767Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:35:59.768Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "c0a5071f-8dc9-473e-a376-4bf147a22eb5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636378557133,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2ssny9fnahg7y0jcxrtq/1.0/resourceInstances/pnf626775c1df720/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-11-08T13:35:59.868Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-08T13:35:59.868Z||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-11-08T13:35:59.868Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:35:59.884Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T13:35:59.884Z||pool-42-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-11-08T13:36:00.768Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-08T13:36:00.769Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:36:00.770Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:36:00.770Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "c0a5071f-8dc9-473e-a376-4bf147a22eb5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636378557133,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2ssny9fnahg7y0jcxrtq/1.0/resourceInstances/pnf626775c1df720/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-08T13:36:00.871Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-08T13:36:00.871Z||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-11-08T13:36:00.872Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:36:00.885Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T13:36:00.885Z||pool-43-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-08T13:36:01.771Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-08T13:36:01.772Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:36:01.773Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:36:01.774Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "c0a5071f-8dc9-473e-a376-4bf147a22eb5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636378557133,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2ssny9fnahg7y0jcxrtq/1.0/resourceInstances/pnf626775c1df720/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-08T13:36:01.874Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-08T13:36:01.874Z||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-11-08T13:36:01.874Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:36:01.888Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T13:36:01.888Z||pool-44-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-08T13:36:02.774Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-08T13:36:02.774Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:36:02.776Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:36:02.776Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "c0a5071f-8dc9-473e-a376-4bf147a22eb5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636378557133,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2ssny9fnahg7y0jcxrtq/1.0/resourceInstances/pnf626775c1df720/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-08T13:36:02.876Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-08T13:36:02.877Z||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-11-08T13:36:02.877Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:36:02.891Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T13:36:02.891Z||pool-45-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-08T13:36:03.777Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-08T13:36:03.778Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:36:03.779Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:36:03.779Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "c0a5071f-8dc9-473e-a376-4bf147a22eb5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636378557133,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2ssny9fnahg7y0jcxrtq/1.0/artifacts/service-DemoPnf2ssny9fnahg7y0jcxrtq-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-08T13:36:03.879Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-08T13:36:03.880Z||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-11-08T13:36:03.880Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:36:03.900Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T13:36:03.900Z||pool-46-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2021-11-08T13:36:04.780Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-08T13:36:04.781Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:36:04.782Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:36:04.783Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "c0a5071f-8dc9-473e-a376-4bf147a22eb5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636378557133,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2ssny9fnahg7y0jcxrtq/1.0/artifacts/service-DemoPnf2ssny9fnahg7y0jcxrtq-csar.csar",
"status": "NOTIFIED"
}
2021-11-08T13:36:04.883Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-08T13:36:04.883Z||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-11-08T13:36:04.883Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:36:04.901Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T13:36:04.901Z||pool-47-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-11-08T13:36:05.784Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "c0a5071f-8dc9-473e-a376-4bf147a22eb5",
"serviceName": "Demo_pNF_2SsNY9Fnahg7y0jcXrTQ",
"serviceVersion": "1.0",
"serviceUUID": "24cec808-5023-4b66-b41c-c7736a77e0ee",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "7a3f71ad-d42e-4474-8f16-e565ff809564",
"resources": [
{
"resourceInstanceName": "pNF 626775c1-df72 0",
"resourceCustomizationUUID": "79986edf-ab77-478b-b9c5-f6cad39c2802",
"resourceName": "pNF 626775c1-df72",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "c5cf5c5e-9956-4853-be55-1a9886eb7887",
"resourceInvariantUUID": "c2dc5361-b901-4908-96dd-5d964cb0cf4b",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnf2ssny9fnahg7y0jcxrtq-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2ssny9fnahg7y0jcxrtq/1.0/artifacts/service-DemoPnf2ssny9fnahg7y0jcxrtq-csar.csar",
"artifactChecksum": "YzA1YmVlMmVlMzg5YmVhMWU5ZTI0ODY4ODgyMTc0ZDM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "7cade755-b4f8-40be-a34e-de965a9b253d"
}
],
"workloadContext": "Production"
}
2021-11-08T13:36:05.784Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-08T13:36:05.784Z|857a3fa2-990e-487b-81bf-f0ce8f0e0d6b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 24cec808-5023-4b66-b41c-c7736a77e0ee ASDC
2021-11-08T13:36:05.785Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:c0a5071f-8dc9-473e-a376-4bf147a22eb5
ServiceName:Demo_pNF_2SsNY9Fnahg7y0jcXrTQ
ServiceVersion:1.0
ServiceUUID:24cec808-5023-4b66-b41c-c7736a77e0ee
ServiceInvariantUUID:7a3f71ad-d42e-4474-8f16-e565ff809564
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf2ssny9fnahg7y0jcxrtq-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf2ssny9fnahg7y0jcxrtq/1.0/artifacts/service-DemoPnf2ssny9fnahg7y0jcxrtq-csar.csar
ArtifactUUID:7cade755-b4f8-40be-a34e-de965a9b253d
ArtifactChecksum:YzA1YmVlMmVlMzg5YmVhMWU5ZTI0ODY4ODgyMTc0ZDM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 626775c1-df72 0
ResourceCustomizationUUID:79986edf-ab77-478b-b9c5-f6cad39c2802
ResourceInvariantUUID:c2dc5361-b901-4908-96dd-5d964cb0cf4b
ResourceName:pNF 626775c1-df72
ResourceType:PNF
ResourceUUID:c5cf5c5e-9956-4853-be55-1a9886eb7887
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2021-11-08T13:36:05.785Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 24cec808-5023-4b66-b41c-c7736a77e0ee ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-08T13:36:05.812Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-08T13:36:05.813Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-11-08T13:36:05.813Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-11-08T13:36:05.813Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 7cade755-b4f8-40be-a34e-de965a9b253d from URL: /sdc/v1/catalog/services/DemoPnf2ssny9fnahg7y0jcxrtq/1.0/artifacts/service-DemoPnf2ssny9fnahg7y0jcxrtq-csar.csar
2021-11-08T13:36:05.813Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-08T13:36:05.813Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf2ssny9fnahg7y0jcxrtq/1.0/artifacts/service-DemoPnf2ssny9fnahg7y0jcxrtq-csar.csar
2021-11-08T13:36:06.014Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-08T13:36:06.017Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf2ssny9fnahg7y0jcxrtq/1.0/artifacts/service-DemoPnf2ssny9fnahg7y0jcxrtq-csar.csar 7cade755-b4f8-40be-a34e-de965a9b253d 82628
2021-11-08T13:36:06.017Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf2ssny9fnahg7y0jcxrtq/1.0/artifacts/service-DemoPnf2ssny9fnahg7y0jcxrtq-csar.csar ASDC sendASDCNotification
2021-11-08T13:36:06.018Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf2ssny9fnahg7y0jcxrtq/1.0/artifacts/service-DemoPnf2ssny9fnahg7y0jcxrtq-csar.csar
2021-11-08T13:36:06.018Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-08T13:36:06.018Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-08T13:36:06.019Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-08T13:36:06.020Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "c0a5071f-8dc9-473e-a376-4bf147a22eb5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636378566017,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2ssny9fnahg7y0jcxrtq/1.0/artifacts/service-DemoPnf2ssny9fnahg7y0jcxrtq-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-08T13:36:06.120Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-08T13:36:06.121Z||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-11-08T13:36:06.121Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Y3x48We6GYbeDRW5) ...
2021-11-08T13:36:06.136Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-08T13:36:06.137Z||pool-48-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-11-08T13:36:07.020Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-08T13:36:07.021Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-11-08T13:36:07.021Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 7cade755-b4f8-40be-a34e-de965a9b253d, URL: /sdc/v1/catalog/services/DemoPnf2ssny9fnahg7y0jcxrtq/1.0/artifacts/service-DemoPnf2ssny9fnahg7y0jcxrtq-csar.csar to file: /app/ASDC/1/service-DemoPnf2ssny9fnahg7y0jcxrtq-csar.csar
2021-11-08T13:36:07.021Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf2ssny9fnahg7y0jcxrtq-csar.csar
2021-11-08T13:36:07.022Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf2ssny9fnahg7y0jcxrtq-csar.csar
2021-11-08T13:36:07.022Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf2ssny9fnahg7y0jcxrtq-csar.csar
2021-11-08T13:36:07.138Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10908670715217112148/Definitions/service-DemoPnf2ssny9fnahg7y0jcxrtq-template.yml
2021-11-08T13:36:07.730Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-08T13:36:07.730Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-11-08T13:36:07.730Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf2ssny9fnahg7y0jcxrtq-csar.csar
2021-11-08T13:36:07.730Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-11-08T13:36:07.731Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 626775c1-df72 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-DemoPnf2ssny9fnahg7y0jcxrtq-csar.csar
2021-11-08T13:36:07.731Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||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-DemoPnf2ssny9fnahg7y0jcxrtq-csar.csar
2021-11-08T13:36:07.731Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf2ssny9fnahg7y0jcxrtq-csar.csar
2021-11-08T13:36:07.731Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||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-DemoPnf2ssny9fnahg7y0jcxrtq-csar.csar
2021-11-08T13:36:07.731Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf2ssny9fnahg7y0jcxrtq-csar.csar
2021-11-08T13:36:07.731Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf2ssny9fnahg7y0jcxrtq-csar.csar
2021-11-08T13:36:07.731Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf2ssny9fnahg7y0jcxrtq-csar.csar
2021-11-08T13:36:07.732Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-11-08T13:36:07.732Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-08T13:36:07.732Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_2SsNY9Fnahg7y0jcXrTQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:36:07.732Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||Node template pNF 626775c1-df72 0 is matching search criteria
2021-11-08T13:36:07.732Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-11-08T13:36:07.733Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 626775c1-df72 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-08T13:36:07.733Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-08T13:36:07.733Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_2SsNY9Fnahg7y0jcXrTQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:36:07.733Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||Node template pNF 626775c1-df72 0 is matching search criteria
2021-11-08T13:36:07.733Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-11-08T13:36:07.734Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 626775c1-df72 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-08T13:36:07.734Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-08T13:36:07.734Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_2SsNY9Fnahg7y0jcXrTQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:36:07.734Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-08T13:36:07.734Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_2SsNY9Fnahg7y0jcXrTQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:36:07.734Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-08T13:36:07.735Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_2SsNY9Fnahg7y0jcXrTQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:36:07.735Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-08T13:36:07.735Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_2SsNY9Fnahg7y0jcXrTQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:36:07.735Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-08T13:36:07.735Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_2SsNY9Fnahg7y0jcXrTQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:36:07.735Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_2SsNY9Fnahg7y0jcXrTQ
Description:catalog service description
Model UUID:24cec808-5023-4b66-b41c-c7736a77e0ee
Model Version:NULL
Model InvariantUuid:7a3f71ad-d42e-4474-8f16-e565ff809564
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_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-11-08T13:36:07.743Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: c5cf5c5e-9956-4853-be55-1a9886eb7887
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-08T13:36:07.746Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||INFO|500||pNF 626775c1-df72 0
2021-11-08T13:36:07.746Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: c5cf5c5e-9956-4853-be55-1a9886eb7887
2021-11-08T13:36:07.746Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 24cec808-5023-4b66-b41c-c7736a77e0ee
2021-11-08T13:36:07.747Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 24cec808-5023-4b66-b41c-c7736a77e0ee
2021-11-08T13:36:07.747Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 626775c1-df72 0 c5cf5c5e-9956-4853-be55-1a9886eb7887 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-08T13:36:07.751Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5717d11f, org.onap.sdc.toscaparser.api.parameters.Input@3fb9a199, org.onap.sdc.toscaparser.api.parameters.Input@7ead2de3, org.onap.sdc.toscaparser.api.parameters.Input@122bd59, org.onap.sdc.toscaparser.api.parameters.Input@68d40b4b]
2021-11-08T13:36:07.752Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-08T13:36:07.752Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_2SsNY9Fnahg7y0jcXrTQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-08T13:36:07.752Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 24cec808-5023-4b66-b41c-c7736a77e0ee: pNF 626775c1-df72
2021-11-08T13:36:07.752Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||INFO|500||Processing PNF resource: c5cf5c5e-9956-4853-be55-1a9886eb7887
2021-11-08T13:36:07.753Z|c0a5071f-8dc9-473e-a376-4bf147a22eb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery