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-10-07T02:48:39.049Z||main|||||INFO|500||The following profiles are active: basic
2021-10-07T02:48:49.993Z||main|||||INFO|500||Starting service [Tomcat]
2021-10-07T02:48:49.993Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-10-07T02:48:50.088Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-10-07T02:48:52.866Z||main|||||INFO|500||catdb-pool - Starting...
2021-10-07T02:48:53.061Z||main|||||INFO|500||catdb-pool - Start completed.
2021-10-07T02:48:53.506Z||main|||||INFO|500||reqdb-pool - Starting...
2021-10-07T02:48:53.514Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-10-07T02:48:53.610Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-10-07T02:48:53.762Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-10-07T02:48:54.212Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-10-07T02:48:55.206Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-10-07T02:48:57.381Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-10-07T02:48:57.436Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-10-07T02:48:57.973Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-10-07T02:48:58.196Z||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-10-07T02:48:59.547Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-10-07T02:49:00.679Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-10-07T02:49:00.697Z||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$$a2b26ceb.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-10-07T02:49:00.698Z||main|||||WARN|500||The sdc end point is not alive
2021-10-07T02:49:03.963Z||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-10-07T02:49:06.871Z||main|||||WARN|500||---
2021-10-07T02:49:06.872Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-10-07T02:49:06.872Z||main|||||WARN|500||---
2021-10-07T02:49:07.390Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-10-07T02:49:12.444Z||main|||||INFO|500||Started Application in 38.897 seconds (JVM running for 40.208)
2021-10-07T02:49:12.459Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-07T02:49:12.461Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-07T02:49:12.471Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-07T02:49:12.544Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-07T02:49:12.589Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f3425559-d637-4024-a3a2-37dd128fd7d7 url= /sdc/v1/artifactTypes
2021-10-07T02:49:12.590Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-07T02:49:12.880Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-10-07T02:49:12.897Z||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-10-07T02:49:12.918Z||scheduling-1|||||DEBUG|500||create keys
2021-10-07T02:49:12.928Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-10-07T02:49:12.954Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T02:49:12.972Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 6d92de76-f345-4a65-872a-c635985cb272 url= /sdc/v1/registerForDistribution
2021-10-07T02:49:13.063Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 6d92de76-f345-4a65-872a-c635985cb272 url= /sdc/v1/registerForDistribution
2021-10-07T02:49:13.064Z||scheduling-1|||||INFO|500||start DistributionClient
2021-10-07T02:49:13.075Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T02:49:13.076Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T02:49:13.082Z||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-10-07T02:49:13.082Z||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-10-07T02:49:13.082Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T02:49:13.082Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T02:49:13.083Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-10-07T02:49:23.329Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T02:49:23.337Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T02:50:13.073Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T02:50:13.075Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T02:50:13.075Z||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-10-07T02:50:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T02:50:13.075Z||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-10-07T02:50:13.076Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T02:50:22.626Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T02:50:22.626Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T02:51:13.073Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T02:51:13.074Z||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-10-07T02:51:13.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T02:51:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T02:51:13.076Z||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-10-07T02:51:13.077Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T02:51:22.634Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T02:51:22.636Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T02:52:13.073Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T02:52:13.074Z||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-10-07T02:52:13.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T02:52:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T02:52:13.075Z||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-10-07T02:52:13.076Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T02:52:22.630Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T02:52:22.630Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T02:53:13.073Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T02:53:13.074Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-07T02:53:13.074Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B7cpHvBx3PSHHagO) ...
2021-10-07T02:53:13.075Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T02:53:13.076Z||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-10-07T02:53:13.077Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T02:53:22.629Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T02:53:22.632Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T02:54:13.073Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T02:54:13.075Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-07T02:54:13.075Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B7cpHvBx3PSHHagO) ...
2021-10-07T02:54:13.075Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T02:54:13.076Z||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-10-07T02:54:13.076Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T02:54:22.629Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T02:54:22.629Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T02:55:13.073Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T02:55:13.074Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-07T02:55:13.074Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B7cpHvBx3PSHHagO) ...
2021-10-07T02:55:13.075Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T02:55:13.075Z||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-10-07T02:55:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T02:55:22.627Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T02:55:22.631Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T02:56:13.073Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T02:56:13.074Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-07T02:56:13.075Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B7cpHvBx3PSHHagO) ...
2021-10-07T02:56:13.075Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T02:56:13.076Z||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-10-07T02:56:13.076Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T02:56:22.627Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T02:56:22.631Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T02:57:13.073Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T02:57:13.075Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-07T02:57:13.075Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T02:57:13.075Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B7cpHvBx3PSHHagO) ...
2021-10-07T02:57:13.075Z||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-10-07T02:57:13.076Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T02:57:22.627Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T02:57:22.632Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T02:58:13.073Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T02:58:13.074Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-07T02:58:13.074Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B7cpHvBx3PSHHagO) ...
2021-10-07T02:58:13.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T02:58:13.076Z||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-10-07T02:58:13.076Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T02:58:22.630Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T02:58:22.631Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T02:58:38.355Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-10-07T02:59:13.073Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T02:59:13.074Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-07T02:59:13.074Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B7cpHvBx3PSHHagO) ...
2021-10-07T02:59:13.075Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T02:59:13.075Z||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-10-07T02:59:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T02:59:22.626Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T02:59:22.633Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T03:00:13.073Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T03:00:13.074Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-07T03:00:13.074Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B7cpHvBx3PSHHagO) ...
2021-10-07T03:00:13.075Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T03:00:13.075Z||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-10-07T03:00:13.076Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T03:00:22.628Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T03:00:22.628Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T03:01:13.073Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T03:01:13.074Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-07T03:01:13.074Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B7cpHvBx3PSHHagO) ...
2021-10-07T03:01:13.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T03:01:13.075Z||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-10-07T03:01:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T03:01:22.621Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T03:01:22.623Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T03:02:13.073Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T03:02:13.074Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-07T03:02:13.074Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B7cpHvBx3PSHHagO) ...
2021-10-07T03:02:13.075Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T03:02:13.075Z||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-10-07T03:02:13.076Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T03:02:22.625Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T03:02:22.629Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T03:03:13.073Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T03:03:13.074Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-07T03:03:13.074Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B7cpHvBx3PSHHagO) ...
2021-10-07T03:03:13.075Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T03:03:13.075Z||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-10-07T03:03:13.076Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T03:03:22.620Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T03:03:22.622Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T03:04:13.073Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T03:04:13.074Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-07T03:04:13.074Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B7cpHvBx3PSHHagO) ...
2021-10-07T03:04:13.075Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T03:04:13.075Z||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-10-07T03:04:13.076Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T03:04:22.628Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T03:04:22.630Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T03:05:13.073Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T03:05:13.074Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-07T03:05:13.074Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B7cpHvBx3PSHHagO) ...
2021-10-07T03:05:13.075Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T03:05:13.076Z||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-10-07T03:05:13.076Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T03:05:22.622Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T03:05:22.624Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T03:06:13.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T03:06:13.077Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T03:06:13.080Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-07T03:06:13.080Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B7cpHvBx3PSHHagO) ...
2021-10-07T03:06:13.080Z||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-10-07T03:06:13.080Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T03:06:22.637Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T03:06:22.637Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T03:07:13.073Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T03:07:13.074Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-07T03:07:13.075Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B7cpHvBx3PSHHagO) ...
2021-10-07T03:07:13.075Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T03:07:13.075Z||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-10-07T03:07:13.076Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T03:07:22.626Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T03:07:22.636Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T03:08:13.073Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T03:08:13.074Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-07T03:08:13.074Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B7cpHvBx3PSHHagO) ...
2021-10-07T03:08:13.075Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T03:08:13.075Z||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-10-07T03:08:13.076Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T03:08:22.625Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T03:08:22.626Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T03:09:13.073Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T03:09:13.074Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-07T03:09:13.074Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B7cpHvBx3PSHHagO) ...
2021-10-07T03:09:13.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T03:09:13.075Z||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-10-07T03:09:13.076Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T03:09:22.621Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T03:09:22.632Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T03:10:13.073Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T03:10:13.074Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-07T03:10:13.074Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B7cpHvBx3PSHHagO) ...
2021-10-07T03:10:13.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T03:10:13.076Z||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-10-07T03:10:13.076Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T03:10:22.642Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T03:10:22.650Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T03:11:13.073Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T03:11:13.074Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-07T03:11:13.074Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B7cpHvBx3PSHHagO) ...
2021-10-07T03:11:13.075Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T03:11:13.075Z||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-10-07T03:11:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T03:11:22.623Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T03:11:22.629Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T03:12:13.073Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T03:12:13.074Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-07T03:12:13.074Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B7cpHvBx3PSHHagO) ...
2021-10-07T03:12:13.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T03:12:13.076Z||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-10-07T03:12:13.076Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T03:12:22.623Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T03:12:22.624Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T03:13:13.073Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T03:13:13.074Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-07T03:13:13.075Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T03:13:13.075Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B7cpHvBx3PSHHagO) ...
2021-10-07T03:13:13.075Z||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-10-07T03:13:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T03:13:22.623Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T03:13:22.629Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T03:14:13.073Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T03:14:13.074Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-07T03:14:13.074Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B7cpHvBx3PSHHagO) ...
2021-10-07T03:14:13.075Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T03:14:13.075Z||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-10-07T03:14:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T03:14:22.624Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T03:14:22.625Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T03:15:13.073Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T03:15:13.074Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-07T03:15:13.074Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B7cpHvBx3PSHHagO) ...
2021-10-07T03:15:13.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T03:15:13.076Z||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-10-07T03:15:13.076Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T03:15:22.623Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T03:15:22.624Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T03:16:13.073Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T03:16:13.074Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-07T03:16:13.074Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B7cpHvBx3PSHHagO) ...
2021-10-07T03:16:13.075Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T03:16:13.075Z||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-10-07T03:16:13.076Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T03:16:22.626Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T03:16:22.626Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T03:17:13.073Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T03:17:13.074Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-07T03:17:13.074Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B7cpHvBx3PSHHagO) ...
2021-10-07T03:17:13.075Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T03:17:13.075Z||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-10-07T03:17:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T03:17:22.626Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T03:17:22.627Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T03:18:13.073Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T03:18:13.074Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-07T03:18:13.074Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B7cpHvBx3PSHHagO) ...
2021-10-07T03:18:13.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T03:18:13.075Z||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-10-07T03:18:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T03:18:22.628Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T03:18:22.631Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T03:19:13.073Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T03:19:13.074Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-07T03:19:13.074Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B7cpHvBx3PSHHagO) ...
2021-10-07T03:19:13.075Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T03:19:13.075Z||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-10-07T03:19:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T03:19:22.623Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T03:19:22.629Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T03:20:13.073Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T03:20:13.074Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-07T03:20:13.074Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B7cpHvBx3PSHHagO) ...
2021-10-07T03:20:13.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T03:20:13.075Z||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-10-07T03:20:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T03:20:22.622Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T03:20:22.623Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T03:21:13.073Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T03:21:13.074Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-07T03:21:13.074Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B7cpHvBx3PSHHagO) ...
2021-10-07T03:21:13.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T03:21:13.076Z||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-10-07T03:21:13.076Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T03:21:22.624Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T03:21:22.626Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T03:22:13.073Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T03:22:13.074Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-07T03:22:13.074Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B7cpHvBx3PSHHagO) ...
2021-10-07T03:22:13.075Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T03:22:13.075Z||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-10-07T03:22:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T03:22:22.626Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T03:22:22.632Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T03:23:13.074Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T03:23:13.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T03:23:13.075Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-07T03:23:13.075Z||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-10-07T03:23:13.075Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B7cpHvBx3PSHHagO) ...
2021-10-07T03:23:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T03:23:22.628Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T03:23:22.628Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T03:24:13.073Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T03:24:13.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T03:24:13.075Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-07T03:24:13.075Z||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-10-07T03:24:13.075Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B7cpHvBx3PSHHagO) ...
2021-10-07T03:24:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T03:24:22.627Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T03:24:22.629Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T03:25:13.073Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T03:25:13.074Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-07T03:25:13.075Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B7cpHvBx3PSHHagO) ...
2021-10-07T03:25:13.075Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T03:25:13.076Z||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-10-07T03:25:13.076Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T03:25:22.623Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T03:25:22.628Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T03:26:13.073Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T03:26:13.074Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-07T03:26:13.074Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B7cpHvBx3PSHHagO) ...
2021-10-07T03:26:13.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T03:26:13.076Z||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-10-07T03:26:13.076Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T03:26:22.630Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T03:26:22.629Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T03:27:13.073Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T03:27:13.074Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-07T03:27:13.075Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B7cpHvBx3PSHHagO) ...
2021-10-07T03:27:13.075Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T03:27:13.075Z||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-10-07T03:27:13.076Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T03:27:22.628Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T03:27:22.630Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T03:28:13.073Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T03:28:13.074Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-07T03:28:13.074Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B7cpHvBx3PSHHagO) ...
2021-10-07T03:28:13.075Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T03:28:13.075Z||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-10-07T03:28:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T03:28:22.622Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T03:28:22.623Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T03:29:13.073Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T03:29:13.074Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-07T03:29:13.074Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B7cpHvBx3PSHHagO) ...
2021-10-07T03:29:13.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T03:29:13.075Z||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-10-07T03:29:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T03:29:22.619Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T03:29:22.624Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T03:30:13.073Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T03:30:13.074Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-07T03:30:13.074Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B7cpHvBx3PSHHagO) ...
2021-10-07T03:30:13.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T03:30:13.075Z||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-10-07T03:30:13.076Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T03:30:22.624Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T03:30:22.629Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T03:31:13.073Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T03:31:13.074Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-07T03:31:13.074Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B7cpHvBx3PSHHagO) ...
2021-10-07T03:31:13.075Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T03:31:13.075Z||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-10-07T03:31:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T03:31:22.626Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T03:31:22.630Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T03:32:13.073Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T03:32:13.074Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-07T03:32:13.074Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B7cpHvBx3PSHHagO) ...
2021-10-07T03:32:13.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T03:32:13.075Z||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-10-07T03:32:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T03:32:22.626Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T03:32:22.626Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T03:33:13.073Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T03:33:13.074Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-07T03:33:13.074Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B7cpHvBx3PSHHagO) ...
2021-10-07T03:33:13.075Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T03:33:13.075Z||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-10-07T03:33:13.076Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T03:33:22.628Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T03:33:22.630Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T03:34:13.073Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T03:34:13.074Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-07T03:34:13.074Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B7cpHvBx3PSHHagO) ...
2021-10-07T03:34:13.075Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T03:34:13.075Z||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-10-07T03:34:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T03:34:22.620Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T03:34:22.620Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T03:35:13.073Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T03:35:13.074Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-07T03:35:13.074Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B7cpHvBx3PSHHagO) ...
2021-10-07T03:35:13.075Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T03:35:13.075Z||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-10-07T03:35:13.076Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T03:35:22.620Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T03:35:22.621Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T03:36:13.073Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T03:36:13.074Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-07T03:36:13.074Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B7cpHvBx3PSHHagO) ...
2021-10-07T03:36:13.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T03:36:13.075Z||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-10-07T03:36:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T03:36:22.622Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T03:36:22.623Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T03:37:13.073Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T03:37:13.074Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-07T03:37:13.074Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B7cpHvBx3PSHHagO) ...
2021-10-07T03:37:13.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T03:37:13.075Z||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-10-07T03:37:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T03:37:22.625Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T03:37:22.626Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T03:38:13.073Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T03:38:13.074Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-07T03:38:13.074Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B7cpHvBx3PSHHagO) ...
2021-10-07T03:38:13.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T03:38:13.075Z||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-10-07T03:38:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T03:38:22.622Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T03:38:22.622Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T03:39:13.073Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T03:39:13.074Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-07T03:39:13.074Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B7cpHvBx3PSHHagO) ...
2021-10-07T03:39:13.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T03:39:13.075Z||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-10-07T03:39:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T03:39:22.621Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T03:39:22.624Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T03:40:13.073Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T03:40:13.074Z||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-10-07T03:40:13.074Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T03:40:13.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T03:40:13.076Z||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-10-07T03:40:13.077Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T03:40:22.623Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T03:40:22.623Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T03:41:13.073Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T03:41:13.074Z||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-10-07T03:41:13.074Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T03:41:13.075Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T03:41:13.075Z||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-10-07T03:41:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T03:41:22.623Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T03:41:22.625Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T03:42:13.073Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T03:42:13.074Z||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-10-07T03:42:13.074Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T03:42:13.075Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T03:42:13.075Z||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-10-07T03:42:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T03:42:22.625Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T03:42:22.627Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T03:43:13.073Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T03:43:13.074Z||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-10-07T03:43:13.074Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T03:43:13.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T03:43:13.075Z||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-10-07T03:43:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T03:43:22.632Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T03:43:22.632Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T03:44:13.073Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T03:44:13.074Z||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-10-07T03:44:13.074Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T03:44:13.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T03:44:13.077Z||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-10-07T03:44:13.077Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T03:44:22.624Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T03:44:22.626Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T03:45:13.073Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T03:45:13.075Z||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-10-07T03:45:13.075Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T03:45:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T03:45:13.075Z||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-10-07T03:45:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T03:45:22.620Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T03:45:22.621Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T03:46:13.073Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T03:46:13.075Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T03:46:13.076Z||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-10-07T03:46:13.076Z||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-10-07T03:46:13.076Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T03:46:13.076Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T03:46:22.634Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T03:46:22.634Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T03:47:13.073Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T03:47:13.074Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-07T03:47:13.074Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B7cpHvBx3PSHHagO) ...
2021-10-07T03:47:13.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T03:47:13.075Z||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-10-07T03:47:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T03:47:22.626Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T03:47:22.626Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T03:48:13.073Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T03:48:13.075Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T03:48:13.075Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-07T03:48:13.075Z||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-10-07T03:48:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T03:48:13.075Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B7cpHvBx3PSHHagO) ...
2021-10-07T03:48:22.626Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T03:48:22.627Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T03:49:13.073Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T03:49:13.074Z||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-10-07T03:49:13.074Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T03:49:13.075Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T03:49:13.075Z||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-10-07T03:49:13.076Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T03:49:22.625Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T03:49:22.626Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T03:50:13.073Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T03:50:13.074Z||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-10-07T03:50:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T03:50:13.075Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T03:50:13.075Z||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-10-07T03:50:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T03:50:22.625Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T03:50:22.625Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T03:51:13.073Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T03:51:13.074Z||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-10-07T03:51:13.074Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T03:51:13.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T03:51:13.076Z||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-10-07T03:51:13.076Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T03:51:22.626Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T03:51:22.638Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T03:52:13.073Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T03:52:13.074Z||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-10-07T03:52:13.074Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T03:52:13.075Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T03:52:13.075Z||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-10-07T03:52:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T03:52:22.624Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T03:52:22.624Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T03:53:13.073Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T03:53:13.074Z||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-10-07T03:53:13.074Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T03:53:13.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T03:53:13.075Z||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-10-07T03:53:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T03:53:22.629Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T03:53:22.630Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T03:54:13.073Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T03:54:13.074Z||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-10-07T03:54:13.074Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T03:54:13.075Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T03:54:13.075Z||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-10-07T03:54:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T03:54:22.618Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T03:54:22.626Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T03:55:13.073Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T03:55:13.074Z||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-10-07T03:55:13.074Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T03:55:13.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T03:55:13.075Z||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-10-07T03:55:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T03:55:22.627Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T03:55:22.628Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T03:56:13.073Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T03:56:13.074Z||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-10-07T03:56:13.074Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T03:56:13.075Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T03:56:13.075Z||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-10-07T03:56:13.076Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T03:56:22.621Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T03:56:22.621Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T03:57:13.073Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T03:57:13.074Z||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-10-07T03:57:13.074Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T03:57:13.075Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T03:57:13.076Z||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-10-07T03:57:13.076Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T03:57:22.624Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T03:57:22.625Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T03:58:13.073Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T03:58:13.074Z||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-10-07T03:58:13.074Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T03:58:13.075Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T03:58:13.075Z||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-10-07T03:58:13.076Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T03:58:22.629Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T03:58:22.631Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T03:59:13.073Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T03:59:13.074Z||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-10-07T03:59:13.074Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T03:59:13.075Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T03:59:13.075Z||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-10-07T03:59:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T03:59:22.624Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T03:59:22.627Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T04:00:13.073Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T04:00:13.074Z||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-10-07T04:00:13.074Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T04:00:13.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T04:00:13.075Z||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-10-07T04:00:13.076Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T04:00:22.624Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T04:00:22.627Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T04:01:13.073Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T04:01:13.074Z||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-10-07T04:01:13.074Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T04:01:13.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T04:01:13.075Z||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-10-07T04:01:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T04:01:22.622Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T04:01:22.623Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T04:02:13.073Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T04:02:13.074Z||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-10-07T04:02:13.074Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T04:02:13.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T04:02:13.075Z||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-10-07T04:02:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T04:02:22.628Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T04:02:22.635Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T04:03:13.073Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T04:03:13.074Z||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-10-07T04:03:13.074Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T04:03:13.075Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T04:03:13.075Z||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-10-07T04:03:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T04:03:22.618Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T04:03:22.620Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T04:04:13.073Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T04:04:13.074Z||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-10-07T04:04:13.074Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T04:04:13.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T04:04:13.075Z||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-10-07T04:04:13.076Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T04:04:22.622Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T04:04:22.624Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T04:05:13.073Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T04:05:13.074Z||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-10-07T04:05:13.074Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T04:05:13.075Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T04:05:13.075Z||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-10-07T04:05:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T04:05:22.640Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T04:05:22.645Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T04:06:13.073Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T04:06:13.074Z||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-10-07T04:06:13.074Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T04:06:13.075Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T04:06:13.076Z||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-10-07T04:06:13.076Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T04:06:22.621Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T04:06:22.622Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T04:07:13.073Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T04:07:13.074Z||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-10-07T04:07:13.074Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T04:07:13.075Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T04:07:13.075Z||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-10-07T04:07:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T04:07:22.630Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T04:07:22.632Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T04:08:13.075Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T04:08:13.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T04:08:13.077Z||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-10-07T04:08:13.077Z||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-10-07T04:08:13.077Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T04:08:13.077Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T04:08:22.627Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T04:08:22.629Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T04:09:13.073Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T04:09:13.074Z||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-10-07T04:09:13.074Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T04:09:13.075Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T04:09:13.076Z||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-10-07T04:09:13.076Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T04:09:22.625Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T04:09:22.625Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T04:10:13.073Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T04:10:13.074Z||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-10-07T04:10:13.074Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T04:10:13.075Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T04:10:13.076Z||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-10-07T04:10:13.076Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T04:10:22.644Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T04:10:22.644Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T04:11:13.073Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T04:11:13.074Z||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-10-07T04:11:13.074Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T04:11:13.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T04:11:13.075Z||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-10-07T04:11:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T04:11:22.619Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T04:11:22.622Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T04:12:13.073Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T04:12:13.074Z||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-10-07T04:12:13.074Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T04:12:13.075Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T04:12:13.075Z||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-10-07T04:12:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T04:12:22.623Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T04:12:22.624Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T04:13:13.073Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T04:13:13.074Z||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-10-07T04:13:13.074Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T04:13:13.075Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T04:13:13.075Z||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-10-07T04:13:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T04:13:22.620Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T04:13:22.620Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T04:14:13.073Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T04:14:13.074Z||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-10-07T04:14:13.074Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T04:14:13.075Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T04:14:13.075Z||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-10-07T04:14:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T04:14:22.618Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T04:14:22.618Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T04:15:13.073Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T04:15:13.074Z||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-10-07T04:15:13.074Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T04:15:13.075Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T04:15:13.075Z||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-10-07T04:15:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T04:15:22.619Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T04:15:22.619Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T04:16:13.073Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T04:16:13.074Z||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-10-07T04:16:13.074Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T04:16:13.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T04:16:13.076Z||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-10-07T04:16:13.076Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T04:16:22.622Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T04:16:22.627Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T04:17:13.073Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T04:17:13.074Z||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-10-07T04:17:13.074Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T04:17:13.075Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T04:17:13.075Z||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-10-07T04:17:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T04:17:22.617Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T04:17:22.625Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T04:18:13.073Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T04:18:13.074Z||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-10-07T04:18:13.074Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T04:18:13.075Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T04:18:13.075Z||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-10-07T04:18:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T04:18:22.620Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T04:18:22.623Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T04:19:13.073Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T04:19:13.074Z||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-10-07T04:19:13.074Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T04:19:13.075Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T04:19:13.075Z||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-10-07T04:19:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T04:19:22.621Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T04:19:22.621Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T04:20:13.073Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T04:20:13.074Z||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-10-07T04:20:13.074Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T04:20:13.075Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T04:20:13.075Z||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-10-07T04:20:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T04:20:22.622Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T04:20:22.627Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T04:21:13.073Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T04:21:13.074Z||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-10-07T04:21:13.074Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T04:21:13.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T04:21:13.075Z||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-10-07T04:21:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T04:21:22.621Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T04:21:22.621Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T04:22:13.073Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T04:22:13.074Z||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-10-07T04:22:13.074Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T04:22:13.075Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T04:22:13.075Z||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-10-07T04:22:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T04:22:22.619Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T04:22:22.621Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T04:23:13.073Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T04:23:13.074Z||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-10-07T04:23:13.074Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T04:23:13.075Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T04:23:13.075Z||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-10-07T04:23:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T04:23:22.622Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T04:23:22.622Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T04:24:13.073Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T04:24:13.074Z||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-10-07T04:24:13.074Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T04:24:13.075Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T04:24:13.075Z||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-10-07T04:24:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T04:24:22.622Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T04:24:22.622Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T04:25:13.073Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T04:25:13.074Z||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-10-07T04:25:13.074Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T04:25:13.075Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T04:25:13.075Z||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-10-07T04:25:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T04:25:22.618Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T04:25:22.620Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T04:26:13.073Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T04:26:13.074Z||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-10-07T04:26:13.074Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T04:26:13.075Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T04:26:13.076Z||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-10-07T04:26:13.076Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T04:26:22.621Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T04:26:22.622Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T04:27:13.073Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T04:27:13.074Z||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-10-07T04:27:13.074Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T04:27:13.075Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T04:27:13.075Z||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-10-07T04:27:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T04:27:22.621Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T04:27:22.621Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T04:28:13.073Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T04:28:13.074Z||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-10-07T04:28:13.074Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T04:28:13.075Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T04:28:13.075Z||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-10-07T04:28:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T04:28:22.621Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T04:28:22.622Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T04:29:13.073Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T04:29:13.075Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T04:29:13.075Z||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-10-07T04:29:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T04:29:13.076Z||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-10-07T04:29:13.076Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T04:29:22.626Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T04:29:22.630Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T04:30:13.073Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T04:30:13.074Z||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-10-07T04:30:13.074Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T04:30:13.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T04:30:13.075Z||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-10-07T04:30:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T04:30:22.621Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T04:30:22.633Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T04:31:13.073Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T04:31:13.074Z||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-10-07T04:31:13.074Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T04:31:13.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T04:31:13.075Z||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-10-07T04:31:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T04:31:22.618Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T04:31:22.621Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T04:32:13.073Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T04:32:13.074Z||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-10-07T04:32:13.074Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T04:32:13.075Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T04:32:13.075Z||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-10-07T04:32:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T04:32:22.620Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T04:32:22.620Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T04:33:13.073Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T04:33:13.074Z||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-10-07T04:33:13.074Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T04:33:13.075Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T04:33:13.075Z||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-10-07T04:33:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T04:33:22.627Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T04:33:22.627Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T04:34:13.073Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T04:34:13.074Z||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-10-07T04:34:13.074Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T04:34:13.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T04:34:13.075Z||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-10-07T04:34:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T04:34:22.628Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T04:34:22.633Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T04:35:13.073Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T04:35:13.074Z||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-10-07T04:35:13.074Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T04:35:13.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T04:35:13.075Z||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-10-07T04:35:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T04:35:22.622Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T04:35:22.622Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T04:36:13.073Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T04:36:13.074Z||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-10-07T04:36:13.074Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T04:36:13.075Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T04:36:13.075Z||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-10-07T04:36:13.076Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T04:36:22.618Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T04:36:22.619Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T04:37:13.073Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T04:37:13.074Z||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-10-07T04:37:13.074Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T04:37:13.075Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T04:37:13.076Z||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-10-07T04:37:13.076Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T04:37:22.618Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T04:37:22.621Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T04:38:13.073Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T04:38:13.074Z||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-10-07T04:38:13.074Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T04:38:13.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T04:38:13.075Z||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-10-07T04:38:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T04:38:22.625Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T04:38:22.627Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T04:39:13.073Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T04:39:13.074Z||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-10-07T04:39:13.074Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T04:39:13.075Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T04:39:13.075Z||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-10-07T04:39:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T04:39:22.621Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T04:39:22.626Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T04:40:13.073Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T04:40:13.074Z||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-10-07T04:40:13.074Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T04:40:13.075Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T04:40:13.075Z||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-10-07T04:40:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T04:40:22.624Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T04:40:22.624Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T04:41:13.073Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T04:41:13.074Z||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-10-07T04:41:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T04:41:13.075Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T04:41:13.075Z||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-10-07T04:41:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T04:41:22.625Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T04:41:22.625Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T04:42:13.073Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T04:42:13.073Z||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-10-07T04:42:13.074Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T04:42:13.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T04:42:13.075Z||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-10-07T04:42:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T04:42:22.621Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T04:42:22.621Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T04:43:13.073Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T04:43:13.074Z||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-10-07T04:43:13.074Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T04:43:13.075Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T04:43:13.075Z||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-10-07T04:43:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T04:43:22.627Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T04:43:22.629Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T04:44:13.073Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T04:44:13.074Z||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-10-07T04:44:13.074Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T04:44:13.075Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T04:44:13.076Z||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-10-07T04:44:13.076Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T04:44:22.618Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T04:44:22.620Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T04:45:13.073Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T04:45:13.074Z||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-10-07T04:45:13.074Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T04:45:13.075Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T04:45:13.075Z||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-10-07T04:45:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T04:45:22.625Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T04:45:22.625Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T04:46:13.073Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T04:46:13.074Z||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-10-07T04:46:13.074Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T04:46:13.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T04:46:13.076Z||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-10-07T04:46:13.076Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T04:46:22.624Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T04:46:22.624Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T04:47:13.073Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T04:47:13.074Z||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-10-07T04:47:13.074Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T04:47:13.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T04:47:13.075Z||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-10-07T04:47:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T04:47:22.627Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T04:47:22.630Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T04:48:13.073Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T04:48:13.074Z||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-10-07T04:48:13.074Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T04:48:13.075Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T04:48:13.075Z||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-10-07T04:48:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T04:48:22.623Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T04:48:22.630Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T04:49:13.073Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T04:49:13.074Z||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-10-07T04:49:13.074Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T04:49:13.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T04:49:13.075Z||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-10-07T04:49:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T04:49:22.619Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T04:49:22.621Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T04:50:13.073Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T04:50:13.074Z||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-10-07T04:50:13.074Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T04:50:13.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T04:50:13.075Z||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-10-07T04:50:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T04:50:22.623Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T04:50:22.623Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T04:51:13.073Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T04:51:13.074Z||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-10-07T04:51:13.074Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T04:51:13.075Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T04:51:13.075Z||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-10-07T04:51:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T04:51:22.624Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T04:51:22.629Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T04:52:13.073Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T04:52:13.074Z||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-10-07T04:52:13.074Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T04:52:13.075Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T04:52:13.075Z||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-10-07T04:52:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T04:52:22.625Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T04:52:22.631Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T04:53:13.073Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T04:53:13.074Z||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-10-07T04:53:13.074Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T04:53:13.075Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T04:53:13.076Z||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-10-07T04:53:13.076Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T04:53:22.621Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T04:53:22.621Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T04:54:13.073Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T04:54:13.074Z||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-10-07T04:54:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T04:54:13.075Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T04:54:13.075Z||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-10-07T04:54:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T04:54:22.621Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T04:54:22.623Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T04:55:13.073Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T04:55:13.074Z||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-10-07T04:55:13.074Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T04:55:13.075Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T04:55:13.075Z||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-10-07T04:55:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T04:55:22.625Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T04:55:22.628Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T04:56:13.073Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T04:56:13.074Z||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-10-07T04:56:13.074Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T04:56:13.075Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T04:56:13.075Z||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-10-07T04:56:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T04:56:22.623Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T04:56:22.623Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T04:57:13.073Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T04:57:13.074Z||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-10-07T04:57:13.074Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T04:57:13.075Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T04:57:13.075Z||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-10-07T04:57:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T04:57:22.622Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T04:57:22.622Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T04:58:13.073Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T04:58:13.074Z||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-10-07T04:58:13.074Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T04:58:13.075Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T04:58:13.075Z||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-10-07T04:58:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T04:58:22.625Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T04:58:22.625Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T04:59:13.073Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T04:59:13.074Z||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-10-07T04:59:13.074Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T04:59:13.075Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T04:59:13.075Z||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-10-07T04:59:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T04:59:22.617Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T04:59:22.625Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T05:00:13.073Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T05:00:13.074Z||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-10-07T05:00:13.074Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T05:00:13.075Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T05:00:13.075Z||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-10-07T05:00:13.076Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T05:00:22.623Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T05:00:22.628Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T05:01:13.073Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T05:01:13.074Z||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-10-07T05:01:13.074Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T05:01:13.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T05:01:13.075Z||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-10-07T05:01:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T05:01:22.615Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T05:01:22.621Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T05:02:13.073Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T05:02:13.074Z||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-10-07T05:02:13.074Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T05:02:13.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T05:02:13.075Z||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-10-07T05:02:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T05:02:22.622Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T05:02:22.622Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T05:03:13.073Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T05:03:13.074Z||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-10-07T05:03:13.074Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T05:03:13.075Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T05:03:13.075Z||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-10-07T05:03:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T05:03:22.627Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T05:03:22.627Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T05:04:13.073Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T05:04:13.073Z||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-10-07T05:04:13.074Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T05:04:13.075Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T05:04:13.075Z||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-10-07T05:04:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T05:04:22.619Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T05:04:22.619Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T05:05:13.073Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T05:05:13.074Z||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-10-07T05:05:13.074Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T05:05:13.075Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T05:05:13.075Z||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-10-07T05:05:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T05:05:22.621Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T05:05:22.624Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T05:06:13.073Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T05:06:13.074Z||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-10-07T05:06:13.074Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T05:06:13.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T05:06:13.075Z||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-10-07T05:06:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T05:06:22.618Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T05:06:22.620Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T05:07:13.073Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T05:07:13.074Z||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-10-07T05:07:13.074Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T05:07:13.075Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T05:07:13.075Z||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-10-07T05:07:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T05:07:22.620Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T05:07:22.622Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T05:08:13.073Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T05:08:13.074Z||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-10-07T05:08:13.074Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T05:08:13.075Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T05:08:13.075Z||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-10-07T05:08:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T05:08:22.627Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T05:08:22.627Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T05:09:13.073Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T05:09:13.074Z||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-10-07T05:09:13.074Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T05:09:13.075Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T05:09:13.075Z||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-10-07T05:09:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T05:09:22.623Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T05:09:22.623Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T05:10:13.073Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T05:10:13.073Z||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-10-07T05:10:13.074Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T05:10:13.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T05:10:13.075Z||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-10-07T05:10:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T05:10:22.617Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T05:10:22.629Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T05:11:13.073Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T05:11:13.073Z||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-10-07T05:11:13.073Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T05:11:13.075Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T05:11:13.075Z||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-10-07T05:11:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T05:11:22.615Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T05:11:22.627Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T05:12:13.073Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T05:12:13.074Z||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-10-07T05:12:13.074Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T05:12:13.075Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T05:12:13.075Z||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-10-07T05:12:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T05:12:22.623Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T05:12:22.625Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T05:13:13.073Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T05:13:13.073Z||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-10-07T05:13:13.074Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T05:13:13.075Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T05:13:13.075Z||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-10-07T05:13:13.076Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T05:13:22.621Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T05:13:22.629Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T05:14:13.073Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T05:14:13.074Z||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-10-07T05:14:13.074Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T05:14:13.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T05:14:13.075Z||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-10-07T05:14:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T05:14:22.620Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T05:14:22.621Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T05:15:13.073Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T05:15:13.075Z||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-10-07T05:15:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T05:15:13.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T05:15:13.075Z||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-10-07T05:15:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T05:15:22.623Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T05:15:22.625Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T05:16:13.073Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T05:16:13.074Z||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-10-07T05:16:13.074Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T05:16:13.075Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T05:16:13.075Z||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-10-07T05:16:13.076Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T05:16:22.618Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T05:16:22.620Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T05:17:13.073Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T05:17:13.074Z||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-10-07T05:17:13.074Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T05:17:13.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T05:17:13.075Z||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-10-07T05:17:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T05:17:22.624Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T05:17:22.627Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T05:18:13.073Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T05:18:13.074Z||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-10-07T05:18:13.074Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T05:18:13.075Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T05:18:13.075Z||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-10-07T05:18:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T05:18:22.619Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T05:18:22.620Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T05:19:13.073Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T05:19:13.074Z||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-10-07T05:19:13.074Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T05:19:13.075Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T05:19:13.075Z||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-10-07T05:19:13.076Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T05:19:22.618Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T05:19:22.624Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T05:20:13.073Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T05:20:13.074Z||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-10-07T05:20:13.074Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T05:20:13.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T05:20:13.075Z||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-10-07T05:20:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T05:20:22.619Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T05:20:22.619Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T05:21:13.073Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T05:21:13.074Z||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-10-07T05:21:13.074Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T05:21:13.075Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T05:21:13.075Z||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-10-07T05:21:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T05:21:22.624Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T05:21:22.624Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T05:22:13.073Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T05:22:13.074Z||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-10-07T05:22:13.074Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T05:22:13.075Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T05:22:13.075Z||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-10-07T05:22:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T05:22:22.638Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T05:22:22.638Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T05:23:13.073Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T05:23:13.073Z||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-10-07T05:23:13.073Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T05:23:13.075Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T05:23:13.075Z||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-10-07T05:23:13.076Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T05:23:22.616Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T05:23:22.627Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T05:24:13.073Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T05:24:13.074Z||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-10-07T05:24:13.074Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T05:24:13.075Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T05:24:13.075Z||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-10-07T05:24:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T05:24:22.622Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T05:24:22.623Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T05:25:13.073Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T05:25:13.075Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T05:25:13.075Z||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-10-07T05:25:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T05:25:13.075Z||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-10-07T05:25:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T05:25:22.623Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T05:25:22.624Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T05:26:13.073Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T05:26:13.073Z||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-10-07T05:26:13.074Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T05:26:13.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T05:26:13.075Z||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-10-07T05:26:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T05:26:22.620Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T05:26:22.621Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T05:27:13.073Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T05:27:13.074Z||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-10-07T05:27:13.074Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T05:27:13.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T05:27:13.075Z||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-10-07T05:27:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T05:27:22.626Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T05:27:22.626Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T05:28:13.073Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T05:28:13.073Z||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-10-07T05:28:13.074Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T05:28:13.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T05:28:13.075Z||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-10-07T05:28:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T05:28:22.625Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T05:28:22.626Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T05:29:13.073Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T05:29:13.074Z||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-10-07T05:29:13.074Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T05:29:13.075Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T05:29:13.075Z||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-10-07T05:29:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T05:29:22.621Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T05:29:22.629Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T05:30:13.073Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T05:30:13.074Z||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-10-07T05:30:13.074Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T05:30:13.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T05:30:13.075Z||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-10-07T05:30:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T05:30:22.622Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T05:30:22.623Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T05:31:13.073Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T05:31:13.073Z||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-10-07T05:31:13.073Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T05:31:13.075Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T05:31:13.075Z||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-10-07T05:31:13.076Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T05:31:22.624Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T05:31:22.623Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T05:32:13.073Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T05:32:13.074Z||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-10-07T05:32:13.074Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T05:32:13.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T05:32:13.075Z||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-10-07T05:32:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T05:32:22.620Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T05:32:22.634Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T05:33:13.073Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T05:33:13.074Z||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-10-07T05:33:13.074Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T05:33:13.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T05:33:13.075Z||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-10-07T05:33:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T05:33:22.623Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T05:33:22.625Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T05:34:13.073Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T05:34:13.074Z||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-10-07T05:34:13.074Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T05:34:13.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T05:34:13.075Z||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-10-07T05:34:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T05:34:22.623Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T05:34:22.624Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T05:35:13.073Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T05:35:13.073Z||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-10-07T05:35:13.074Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T05:35:13.075Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T05:35:13.075Z||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-10-07T05:35:13.076Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T05:35:22.618Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T05:35:22.624Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T05:36:13.073Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T05:36:13.074Z||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-10-07T05:36:13.074Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T05:36:13.075Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T05:36:13.075Z||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-10-07T05:36:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T05:36:22.620Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T05:36:22.621Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T05:37:13.073Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T05:37:13.074Z||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-10-07T05:37:13.074Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T05:37:13.075Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T05:37:13.075Z||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-10-07T05:37:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T05:37:22.625Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T05:37:22.625Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T05:38:13.073Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T05:38:13.073Z||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-10-07T05:38:13.074Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T05:38:13.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T05:38:13.075Z||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-10-07T05:38:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T05:38:22.616Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T05:38:22.617Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T05:39:13.073Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T05:39:13.074Z||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-10-07T05:39:13.074Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T05:39:13.075Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T05:39:13.075Z||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-10-07T05:39:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T05:39:22.622Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T05:39:22.627Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T05:40:13.073Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T05:40:13.073Z||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-10-07T05:40:13.074Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T05:40:13.075Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T05:40:13.075Z||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-10-07T05:40:13.076Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T05:40:22.619Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T05:40:22.620Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T05:41:13.073Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T05:41:13.074Z||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-10-07T05:41:13.074Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T05:41:13.075Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T05:41:13.075Z||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-10-07T05:41:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T05:41:22.620Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T05:41:22.623Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T05:42:13.073Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T05:42:13.074Z||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-10-07T05:42:13.074Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T05:42:13.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T05:42:13.075Z||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-10-07T05:42:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T05:42:22.619Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T05:42:22.625Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T05:43:13.073Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T05:43:13.074Z||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-10-07T05:43:13.074Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T05:43:13.075Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T05:43:13.075Z||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-10-07T05:43:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T05:43:22.622Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T05:43:22.622Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T05:44:13.073Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T05:44:13.073Z||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-10-07T05:44:13.073Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T05:44:13.075Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T05:44:13.075Z||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-10-07T05:44:13.076Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T05:44:22.614Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T05:44:22.619Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T05:45:13.073Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T05:45:13.073Z||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-10-07T05:45:13.074Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T05:45:13.075Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T05:45:13.075Z||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-10-07T05:45:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T05:45:22.621Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T05:45:22.621Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T05:46:13.073Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T05:46:13.074Z||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-10-07T05:46:13.074Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T05:46:13.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T05:46:13.077Z||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-10-07T05:46:13.077Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T05:46:22.624Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T05:46:22.624Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T05:47:13.073Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T05:47:13.074Z||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-10-07T05:47:13.074Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T05:47:13.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T05:47:13.075Z||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-10-07T05:47:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T05:47:22.622Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T05:47:22.623Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T05:48:13.073Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T05:48:13.074Z||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-10-07T05:48:13.074Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T05:48:13.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T05:48:13.075Z||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-10-07T05:48:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T05:48:22.618Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T05:48:22.620Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T05:49:13.073Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T05:49:13.074Z||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-10-07T05:49:13.074Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T05:49:13.075Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T05:49:13.075Z||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-10-07T05:49:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T05:49:22.621Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T05:49:22.621Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T05:50:13.073Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T05:50:13.074Z||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-10-07T05:50:13.074Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T05:50:13.075Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T05:50:13.075Z||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-10-07T05:50:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T05:50:22.619Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T05:50:22.622Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T05:51:13.073Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T05:51:13.074Z||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-10-07T05:51:13.074Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T05:51:13.075Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T05:51:13.075Z||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-10-07T05:51:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T05:51:22.623Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T05:51:22.625Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T05:52:13.073Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T05:52:13.074Z||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-10-07T05:52:13.074Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T05:52:13.075Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T05:52:13.075Z||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-10-07T05:52:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T05:52:22.617Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T05:52:22.620Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T05:53:13.073Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T05:53:13.074Z||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-10-07T05:53:13.074Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T05:53:13.075Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T05:53:13.075Z||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-10-07T05:53:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T05:53:22.621Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T05:53:22.621Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T05:54:13.073Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T05:54:13.074Z||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-10-07T05:54:13.074Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T05:54:13.075Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T05:54:13.075Z||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-10-07T05:54:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T05:54:22.623Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T05:54:22.624Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T05:55:13.073Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T05:55:13.074Z||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-10-07T05:55:13.074Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T05:55:13.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T05:55:13.075Z||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-10-07T05:55:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T05:55:22.621Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T05:55:22.622Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T05:56:13.073Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T05:56:13.074Z||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-10-07T05:56:13.074Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T05:56:13.075Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T05:56:13.075Z||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-10-07T05:56:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T05:56:22.618Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T05:56:22.618Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T05:57:13.073Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T05:57:13.074Z||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-10-07T05:57:13.074Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T05:57:13.075Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T05:57:13.075Z||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-10-07T05:57:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T05:57:22.624Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T05:57:22.624Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T05:58:13.073Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T05:58:13.074Z||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-10-07T05:58:13.074Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T05:58:13.075Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T05:58:13.075Z||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-10-07T05:58:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T05:58:22.619Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T05:58:22.620Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T05:59:13.073Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T05:59:13.074Z||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-10-07T05:59:13.074Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T05:59:13.075Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T05:59:13.076Z||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-10-07T05:59:13.076Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T05:59:22.618Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T05:59:22.622Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T06:00:13.073Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T06:00:13.074Z||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-10-07T06:00:13.074Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T06:00:13.075Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T06:00:13.075Z||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-10-07T06:00:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T06:00:22.626Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T06:00:22.627Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T06:01:13.073Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T06:01:13.074Z||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-10-07T06:01:13.074Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T06:01:13.075Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T06:01:13.075Z||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-10-07T06:01:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T06:01:22.619Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T06:01:22.621Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T06:02:13.073Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T06:02:13.074Z||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-10-07T06:02:13.074Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T06:02:13.075Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T06:02:13.075Z||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-10-07T06:02:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T06:02:22.618Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T06:02:22.623Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T06:03:13.073Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T06:03:13.074Z||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-10-07T06:03:13.074Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T06:03:13.075Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T06:03:13.075Z||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-10-07T06:03:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T06:03:22.620Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T06:03:22.627Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T06:04:13.073Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T06:04:13.074Z||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-10-07T06:04:13.074Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T06:04:13.075Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T06:04:13.075Z||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-10-07T06:04:13.076Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T06:04:22.619Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T06:04:22.620Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T06:05:13.073Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T06:05:13.073Z||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-10-07T06:05:13.074Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T06:05:13.075Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T06:05:13.075Z||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-10-07T06:05:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T06:05:22.616Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T06:05:22.618Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T06:06:13.073Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T06:06:13.074Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-07T06:06:13.074Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B7cpHvBx3PSHHagO) ...
2021-10-07T06:06:13.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T06:06:13.075Z||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-10-07T06:06:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T06:06:22.622Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T06:06:22.622Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T06:07:13.073Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T06:07:13.073Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-07T06:07:13.074Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B7cpHvBx3PSHHagO) ...
2021-10-07T06:07:13.075Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T06:07:13.075Z||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-10-07T06:07:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T06:07:22.616Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T06:07:22.619Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T06:08:13.073Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T06:08:13.074Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-07T06:08:13.074Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B7cpHvBx3PSHHagO) ...
2021-10-07T06:08:13.075Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T06:08:13.075Z||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-10-07T06:08:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T06:08:22.620Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T06:08:22.625Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T06:09:13.073Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T06:09:13.075Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-07T06:09:13.075Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T06:09:13.075Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B7cpHvBx3PSHHagO) ...
2021-10-07T06:09:13.075Z||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-10-07T06:09:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T06:09:22.621Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T06:09:22.621Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T06:10:13.073Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T06:10:13.074Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-07T06:10:13.074Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B7cpHvBx3PSHHagO) ...
2021-10-07T06:10:13.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T06:10:13.075Z||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-10-07T06:10:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T06:10:22.620Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T06:10:22.620Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T06:11:13.073Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T06:11:13.074Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-07T06:11:13.074Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B7cpHvBx3PSHHagO) ...
2021-10-07T06:11:13.075Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T06:11:13.075Z||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-10-07T06:11:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T06:11:22.618Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T06:11:22.619Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T06:12:13.073Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T06:12:13.074Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-07T06:12:13.074Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B7cpHvBx3PSHHagO) ...
2021-10-07T06:12:13.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T06:12:13.075Z||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-10-07T06:12:13.076Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T06:12:22.618Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T06:12:22.621Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T06:13:13.073Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T06:13:13.073Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-07T06:13:13.073Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B7cpHvBx3PSHHagO) ...
2021-10-07T06:13:13.075Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T06:13:13.075Z||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-10-07T06:13:13.076Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T06:13:22.618Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T06:13:22.619Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T06:14:13.073Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T06:14:13.074Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-07T06:14:13.074Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B7cpHvBx3PSHHagO) ...
2021-10-07T06:14:13.075Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T06:14:13.075Z||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-10-07T06:14:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T06:14:22.621Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T06:14:22.621Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T06:15:13.073Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T06:15:13.074Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-07T06:15:13.074Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B7cpHvBx3PSHHagO) ...
2021-10-07T06:15:13.075Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T06:15:13.075Z||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-10-07T06:15:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T06:15:22.620Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T06:15:22.620Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T06:16:13.073Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T06:16:13.074Z||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-10-07T06:16:13.074Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T06:16:13.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T06:16:13.075Z||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-10-07T06:16:13.076Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T06:16:22.621Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T06:16:22.624Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T06:17:13.073Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T06:17:13.074Z||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-10-07T06:17:13.074Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T06:17:13.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T06:17:13.075Z||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-10-07T06:17:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T06:17:22.620Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T06:17:22.623Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T06:18:13.073Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T06:18:13.073Z||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-10-07T06:18:13.074Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T06:18:13.075Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T06:18:13.075Z||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-10-07T06:18:13.076Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T06:18:22.618Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T06:18:22.619Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T06:19:13.073Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T06:19:13.073Z||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-10-07T06:19:13.074Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T06:19:13.075Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T06:19:13.075Z||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-10-07T06:19:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T06:19:22.631Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T06:19:22.635Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T06:20:13.073Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T06:20:13.074Z||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-10-07T06:20:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T06:20:13.075Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T06:20:13.075Z||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-10-07T06:20:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T06:20:22.621Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T06:20:22.621Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T06:21:13.073Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T06:21:13.073Z||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-10-07T06:21:13.074Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T06:21:13.075Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T06:21:13.075Z||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-10-07T06:21:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T06:21:22.622Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T06:21:22.625Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T06:22:13.073Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T06:22:13.073Z||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-10-07T06:22:13.074Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T06:22:13.075Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T06:22:13.075Z||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-10-07T06:22:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T06:22:22.628Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T06:22:22.629Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T06:23:13.073Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T06:23:13.074Z||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-10-07T06:23:13.074Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T06:23:13.075Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T06:23:13.075Z||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-10-07T06:23:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T06:23:18.817Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T06:23:18.820Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-07T06:23:18.820Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"db408700-341e-461f-bfcf-aac34c67b4ec","serviceName":"vFW 2021-10-07 06-19-02","serviceVersion":"1.0","serviceUUID":"bc6fdc20-7b67-45fc-856a-e40449f93179","serviceDescription":"catalog service description","serviceInvariantUUID":"7f031ecd-91bc-4cd8-8dfc-76d1406de003","resources":[{"resourceInstanceName":"vFW e41ee142-f766 0","resourceName":"vFW e41ee142-f766","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2bac86a3-fb7e-48b1-b3b1-74cf8a17c5b5","resourceInvariantUUID":"aa289445-2902-40f0-8292-88aedef6e4d2","resourceCustomizationUUID":"e49b32aa-10b1-4f60-a5d3-792093c2388b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/vf-license-model.xml","artifactChecksum":"OGRmMjQ4ZmUyZTE5MzAzMDViOTc2NmUzNGFmNDc3Mjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"50e9d191-6517-4630-ab4b-a831e99b0583","artifactVersion":"1"},{"artifactName":"vfwe41ee142f7660_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/vfwe41ee142f7660_modules.json","artifactChecksum":"ZGZmNmQ3NWI1ZjA0YzJlNmJmNDFkMTJlZjcwODg1NDc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b4028cb6-506d-4275-9ae2-f9dce04e3d33","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"cdf5c333-c57b-46a1-8754-b60e0fa0a144","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/vendor-license-model.xml","artifactChecksum":"NWZmYjM1MGIwMDI0OTRmODg5ZWQwZjlhOGUyMzVlYjA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d2467057-f588-41d1-83c7-8f4c080d556a","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"57af7543-53ac-4f1b-a421-f674e7f8ee72","artifactVersion":"2","generatedFromUUID":"cdf5c333-c57b-46a1-8754-b60e0fa0a144"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20211007061902-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20211007061902/1.0/artifacts/service-Vfw20211007061902-template.yml","artifactChecksum":"MmZhNGMzZGM3M2YwNmI1MmFhMjYwMWE4ZDM1NWYxMWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a6d3ca52-523c-4b25-8509-782bc3033549","artifactVersion":"1"},{"artifactName":"service-Vfw20211007061902-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20211007061902/1.0/artifacts/service-Vfw20211007061902-csar.csar","artifactChecksum":"MzlhNWNkYzY4NGJmMjNjYTU3ZDk4MGI0Y2YzZWViMzc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"31718a98-5e84-4eb5-b42e-6663cd39559e","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-07T06:23:18.828Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-07T06:23:18.834Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-07T06:23:18.845Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-07T06:23:18.845Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633587793073,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:23:18.946Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2021-10-07T06:23:18.951Z||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-10-07T06:23:18.951Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B7cpHvBx3PSHHagO) ...
2021-10-07T06:23:18.965Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T06:23:18.966Z||pool-3-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2021-10-07T06:23:19.080Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T06:23:19.080Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-07T06:23:19.081Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633587793073,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:23:19.099Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-07T06:23:19.099Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-07T06:23:19.099Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec",
"consumerID": "cds",
"timestamp": 1633587793908,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:23:19.099Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-07T06:23:19.851Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-07T06:23:19.852Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-07T06:23:19.854Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-07T06:23:19.854Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633587793073,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/vfwe41ee142f7660_modules.json",
"status": "NOTIFIED"
}
2021-10-07T06:23:19.954Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-07T06:23:19.955Z||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-10-07T06:23:19.955Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B7cpHvBx3PSHHagO) ...
2021-10-07T06:23:19.965Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T06:23:19.966Z||pool-4-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-07T06:23:20.855Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-07T06:23:20.856Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-07T06:23:20.858Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-07T06:23:20.858Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633587793073,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-10-07T06:23:20.958Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-07T06:23:20.959Z||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-10-07T06:23:20.959Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B7cpHvBx3PSHHagO) ...
2021-10-07T06:23:20.970Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T06:23:20.970Z||pool-5-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-07T06:23:21.858Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-07T06:23:21.859Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-07T06:23:21.861Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-07T06:23:21.861Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633587793073,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:23:21.961Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-07T06:23:21.962Z||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-10-07T06:23:21.962Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B7cpHvBx3PSHHagO) ...
2021-10-07T06:23:21.973Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T06:23:21.974Z||pool-6-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-07T06:23:22.862Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-07T06:23:22.862Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-07T06:23:22.864Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-07T06:23:22.865Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633587793073,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-10-07T06:23:22.965Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-07T06:23:22.965Z||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-10-07T06:23:22.965Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B7cpHvBx3PSHHagO) ...
2021-10-07T06:23:22.976Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T06:23:22.976Z||pool-7-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-07T06:23:23.865Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-07T06:23:23.866Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-07T06:23:23.868Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-07T06:23:23.868Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633587793073,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/artifacts/service-Vfw20211007061902-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:23:23.968Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-07T06:23:23.969Z||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-10-07T06:23:23.969Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B7cpHvBx3PSHHagO) ...
2021-10-07T06:23:23.980Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T06:23:23.980Z||pool-8-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-10-07T06:23:24.869Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-07T06:23:24.870Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-07T06:23:24.871Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-07T06:23:24.871Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633587793073,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/artifacts/service-Vfw20211007061902-csar.csar",
"status": "NOTIFIED"
}
2021-10-07T06:23:24.972Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-07T06:23:24.972Z||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-10-07T06:23:24.972Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B7cpHvBx3PSHHagO) ...
2021-10-07T06:23:24.992Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T06:23:24.993Z||pool-9-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2021-10-07T06:23:25.873Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec",
"serviceName": "vFW 2021-10-07 06-19-02",
"serviceVersion": "1.0",
"serviceUUID": "bc6fdc20-7b67-45fc-856a-e40449f93179",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "7f031ecd-91bc-4cd8-8dfc-76d1406de003",
"resources": [
{
"resourceInstanceName": "vFW e41ee142-f766 0",
"resourceCustomizationUUID": "e49b32aa-10b1-4f60-a5d3-792093c2388b",
"resourceName": "vFW e41ee142-f766",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "2bac86a3-fb7e-48b1-b3b1-74cf8a17c5b5",
"resourceInvariantUUID": "aa289445-2902-40f0-8292-88aedef6e4d2",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwe41ee142f7660_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/vfwe41ee142f7660_modules.json",
"artifactChecksum": "ZGZmNmQ3NWI1ZjA0YzJlNmJmNDFkMTJlZjcwODg1NDc\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b4028cb6-506d-4275-9ae2-f9dce04e3d33",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "cdf5c333-c57b-46a1-8754-b60e0fa0a144",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "57af7543-53ac-4f1b-a421-f674e7f8ee72",
"generatedFromUUID": "cdf5c333-c57b-46a1-8754-b60e0fa0a144"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "57af7543-53ac-4f1b-a421-f674e7f8ee72",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20211007061902-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/artifacts/service-Vfw20211007061902-csar.csar",
"artifactChecksum": "MzlhNWNkYzY4NGJmMjNjYTU3ZDk4MGI0Y2YzZWViMzc\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "31718a98-5e84-4eb5-b42e-6663cd39559e"
}
],
"workloadContext": "Production"
}
2021-10-07T06:23:25.874Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-07T06:23:25.875Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 bc6fdc20-7b67-45fc-856a-e40449f93179 ASDC
2021-10-07T06:23:25.948Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:db408700-341e-461f-bfcf-aac34c67b4ec
ServiceName:vFW 2021-10-07 06-19-02
ServiceVersion:1.0
ServiceUUID:bc6fdc20-7b67-45fc-856a-e40449f93179
ServiceInvariantUUID:7f031ecd-91bc-4cd8-8dfc-76d1406de003
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20211007061902-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211007061902/1.0/artifacts/service-Vfw20211007061902-csar.csar
ArtifactUUID:31718a98-5e84-4eb5-b42e-6663cd39559e
ArtifactChecksum:MzlhNWNkYzY4NGJmMjNjYTU3ZDk4MGI0Y2YzZWViMzc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW e41ee142-f766 0
ResourceCustomizationUUID:e49b32aa-10b1-4f60-a5d3-792093c2388b
ResourceInvariantUUID:aa289445-2902-40f0-8292-88aedef6e4d2
ResourceName:vFW e41ee142-f766
ResourceType:VF
ResourceUUID:2bac86a3-fb7e-48b1-b3b1-74cf8a17c5b5
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwe41ee142f7660_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/vfwe41ee142f7660_modules.json
ArtifactUUID:b4028cb6-506d-4275-9ae2-f9dce04e3d33
ArtifactChecksum:ZGZmNmQ3NWI1ZjA0YzJlNmJmNDFkMTJlZjcwODg1NDc=
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/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/base_vfw.yaml
ArtifactUUID:cdf5c333-c57b-46a1-8754-b60e0fa0a144
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/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/base_vfw.env
ArtifactUUID:57af7543-53ac-4f1b-a421-f674e7f8ee72
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/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/base_vfw.env
ArtifactUUID:57af7543-53ac-4f1b-a421-f674e7f8ee72
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-10-07T06:23:25.948Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF bc6fdc20-7b67-45fc-856a-e40449f93179 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-10-07T06:23:26.131Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-07T06:23:26.132Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-10-07T06:23:26.133Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-10-07T06:23:26.133Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 31718a98-5e84-4eb5-b42e-6663cd39559e from URL: /sdc/v1/catalog/services/Vfw20211007061902/1.0/artifacts/service-Vfw20211007061902-csar.csar
2021-10-07T06:23:26.134Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-10-07T06:23:26.135Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211007061902/1.0/artifacts/service-Vfw20211007061902-csar.csar
2021-10-07T06:23:28.323Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-10-07T06:23:28.341Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211007061902/1.0/artifacts/service-Vfw20211007061902-csar.csar 31718a98-5e84-4eb5-b42e-6663cd39559e 98732
2021-10-07T06:23:28.343Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211007061902/1.0/artifacts/service-Vfw20211007061902-csar.csar ASDC sendASDCNotification
2021-10-07T06:23:28.343Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211007061902/1.0/artifacts/service-Vfw20211007061902-csar.csar
2021-10-07T06:23:28.344Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-07T06:23:28.345Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-07T06:23:28.346Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-07T06:23:28.346Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633587808342,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/artifacts/service-Vfw20211007061902-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-07T06:23:28.447Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-07T06:23:28.448Z||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-10-07T06:23:28.448Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B7cpHvBx3PSHHagO) ...
2021-10-07T06:23:28.460Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T06:23:28.461Z||pool-10-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-07T06:23:29.347Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-07T06:23:29.349Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-10-07T06:23:29.349Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 31718a98-5e84-4eb5-b42e-6663cd39559e, URL: /sdc/v1/catalog/services/Vfw20211007061902/1.0/artifacts/service-Vfw20211007061902-csar.csar to file: /app/ASDC/1/service-Vfw20211007061902-csar.csar
2021-10-07T06:23:29.349Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20211007061902-csar.csar
2021-10-07T06:23:29.405Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20211007061902-csar.csar
2021-10-07T06:23:29.405Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20211007061902-csar.csar
2021-10-07T06:23:30.340Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7953087836161395162/Definitions/service-Vfw20211007061902-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2021-10-07T06:23:33.454Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-07T06:23:33.458Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-10-07T06:23:33.458Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20211007061902-csar.csar
2021-10-07T06:23:33.458Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-10-07T06:23:33.458Z|db408700-341e-461f-bfcf-aac34c67b4ec|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-Vfw20211007061902-csar.csar
2021-10-07T06:23:33.458Z|db408700-341e-461f-bfcf-aac34c67b4ec|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-Vfw20211007061902-csar.csar
2021-10-07T06:23:33.459Z|db408700-341e-461f-bfcf-aac34c67b4ec|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-Vfw20211007061902-csar.csar
2021-10-07T06:23:33.459Z|db408700-341e-461f-bfcf-aac34c67b4ec|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-Vfw20211007061902-csar.csar
2021-10-07T06:23:33.459Z|db408700-341e-461f-bfcf-aac34c67b4ec|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-Vfw20211007061902-csar.csar
2021-10-07T06:23:33.459Z|db408700-341e-461f-bfcf-aac34c67b4ec|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-Vfw20211007061902-csar.csar
2021-10-07T06:23:33.459Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW e41ee142-f766 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-Vfw20211007061902-csar.csar
2021-10-07T06:23:33.459Z|db408700-341e-461f-bfcf-aac34c67b4ec|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-Vfw20211007061902-csar.csar
2021-10-07T06:23:33.459Z|db408700-341e-461f-bfcf-aac34c67b4ec|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-Vfw20211007061902-csar.csar
2021-10-07T06:23:33.459Z|db408700-341e-461f-bfcf-aac34c67b4ec|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-Vfw20211007061902-csar.csar
2021-10-07T06:23:33.459Z|db408700-341e-461f-bfcf-aac34c67b4ec|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-Vfw20211007061902-csar.csar
2021-10-07T06:23:33.459Z|db408700-341e-461f-bfcf-aac34c67b4ec|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-Vfw20211007061902-csar.csar
2021-10-07T06:23:33.459Z|db408700-341e-461f-bfcf-aac34c67b4ec|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-Vfw20211007061902-csar.csar
2021-10-07T06:23:33.459Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-10-07T06:23:33.464Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-07T06:23:33.465Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-10-07 06-19-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-07T06:23:33.467Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template vFW e41ee142-f766 0 is matching search criteria
2021-10-07T06:23:33.467Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-10-07T06:23:33.468Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW e41ee142-f766 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-07T06:23:33.469Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-07T06:23:33.469Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-10-07 06-19-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-07T06:23:33.470Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template vFW e41ee142-f766 0 is matching search criteria
2021-10-07T06:23:33.470Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-10-07T06:23:33.470Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW e41ee142-f766 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-07T06:23:33.470Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-07T06:23:33.470Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-10-07 06-19-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-07T06:23:33.473Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-07T06:23:33.473Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template vFW e41ee142-f766 0 is not matching search criteria
2021-10-07T06:23:33.473Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-07T06:23:33.473Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-07T06:23:33.473Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-07T06:23:33.473Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-07T06:23:33.473Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-07T06:23:33.473Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-07T06:23:33.473Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-07T06:23:33.473Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-07T06:23:33.473Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-07T06:23:33.474Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-07T06:23:33.474Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-07T06:23:33.474Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-07T06:23:33.474Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-07T06:23:33.474Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-07T06:23:33.474Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-07T06:23:33.474Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-07T06:23:33.474Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-07T06:23:33.474Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-10-07 06-19-02 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-07T06:23:33.475Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-07T06:23:33.475Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template vFW e41ee142-f766 0 is matching search criteria
2021-10-07T06:23:33.475Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW e41ee142-f766 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-07T06:23:33.475Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-07T06:23:33.475Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template vFW e41ee142-f766 0 is matching search criteria
2021-10-07T06:23:33.476Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW e41ee142-f766 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-07T06:23:33.476Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-07T06:23:33.476Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template vFW e41ee142-f766 0 is matching search criteria
2021-10-07T06:23:33.476Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW e41ee142-f766 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-07T06:23:33.476Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-07T06:23:33.476Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template vFW e41ee142-f766 0 is not matching search criteria
2021-10-07T06:23:33.476Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-07T06:23:33.476Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-10-07T06:23:33.476Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-07T06:23:33.476Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-07T06:23:33.477Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-07T06:23:33.477Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-07T06:23:33.477Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-07T06:23:33.477Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-07T06:23:33.477Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-07T06:23:33.477Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-07T06:23:33.477Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-07T06:23:33.477Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=a375400c-8ee1-4bd9-a388-e263d756159d
2021-10-07T06:23:33.477Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-07T06:23:33.477Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template vFW e41ee142-f766 0 is not matching search criteria
2021-10-07T06:23:33.477Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-07T06:23:33.478Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-07T06:23:33.478Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-07T06:23:33.478Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-07T06:23:33.478Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-07T06:23:33.478Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-07T06:23:33.478Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-07T06:23:33.478Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-10-07T06:23:33.478Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-07T06:23:33.478Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-07T06:23:33.478Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-07T06:23:33.478Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-07T06:23:33.478Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=88d026fe-a8cd-445f-be5a-db7b8619187c
2021-10-07T06:23:33.478Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-07T06:23:33.479Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template vFW e41ee142-f766 0 is not matching search criteria
2021-10-07T06:23:33.479Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-07T06:23:33.479Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-07T06:23:33.479Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-07T06:23:33.479Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-07T06:23:33.479Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-07T06:23:33.479Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-07T06:23:33.479Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-07T06:23:33.479Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-07T06:23:33.480Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-07T06:23:33.480Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-07T06:23:33.480Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-07T06:23:33.480Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-10-07T06:23:33.480Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=6e8c01d9-df77-4d64-97b9-c6ba0b74c338
2021-10-07T06:23:33.480Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-07T06:23:33.480Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-10-07 06-19-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-07T06:23:33.481Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-07T06:23:33.481Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-10-07 06-19-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-07T06:23:33.481Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-07T06:23:33.481Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-10-07 06-19-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-07T06:23:33.481Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-07T06:23:33.481Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-10-07 06-19-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-07T06:23:33.481Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-10-07 06-19-02
Description:catalog service description
Model UUID:bc6fdc20-7b67-45fc-856a-e40449f93179
Model Version:NULL
Model InvariantUuid:7f031ecd-91bc-4cd8-8dfc-76d1406de003
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW e41ee142-f766
Model UUID:b6680ea2-24e0-4618-81ae-058484c68f06
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:aa289445-2902-40f0-8292-88aedef6e4d2
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:e49b32aa-10b1-4f60-a5d3-792093c2388b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:0f86f0fe-eb00-4f1a-96b2-3f2e56ba9f7b
ModelName:VfwE41ee142F766..base_vfw..module-0
ModelUuid:4fd31a7d-70f8-4c7e-8566-9cc0bf38a69f
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:a375400c-8ee1-4bd9-a388-e263d756159d
ModelInvariantUuid:a2279668-f889-4b3f-a108-aaa0eb30c1f7
ModelName:vFW e41ee142-f766-nodes.vfwCvfc
ModelUuid:da97e9d7-a18d-4cb5-95a8-35decfb55dca
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:93563efc-5e75-4241-b593-be753452313f
ModelInvariantUuid:b522c163-898a-4be3-b744-3df7ebd9fc7d
ModelName:VfwE41ee142F766.compute.nodes.heat.vfw
ModelUuid:ec6d469c-f2dd-4fce-97d9-4112d272dee0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:88d026fe-a8cd-445f-be5a-db7b8619187c
ModelInvariantUuid:bd384c90-2927-4600-b319-9398885f2ae8
ModelName:vFW e41ee142-f766-nodes.vsnCvfc
ModelUuid:501fa4af-41e6-4ea8-ab03-06d789d2e636
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:13032b4d-a4ee-4ae0-a3ab-f75554783181
ModelInvariantUuid:4e3a428c-122e-48e3-b1dd-7bfd1b81f492
ModelName:VfwE41ee142F766.compute.nodes.heat.vsn
ModelUuid:3f4e866c-e954-4c8d-8950-4329b5f830ac
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:6e8c01d9-df77-4d64-97b9-c6ba0b74c338
ModelInvariantUuid:e8427b56-08aa-44a3-87bb-efad18bfd158
ModelName:vFW e41ee142-f766-nodes.vpgCvfc
ModelUuid:7815acd2-f017-4cf3-84d3-a76476fc974a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:6bfd6ddc-5f09-414f-b925-c14d6edd7725
ModelInvariantUuid:024385b9-0d11-4353-8eaf-c9af12891e60
ModelName:VfwE41ee142F766.compute.nodes.heat.vpg
ModelUuid:6afa682e-e599-4193-8f8d-8418fa13ddd0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-10-07T06:23:33.506Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 2bac86a3-fb7e-48b1-b3b1-74cf8a17c5b5
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-10-07T06:23:33.600Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||INFO|500||vFW e41ee142-f766 0
2021-10-07T06:23:33.608Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2bac86a3-fb7e-48b1-b3b1-74cf8a17c5b5
2021-10-07T06:23:33.609Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: b4028cb6-506d-4275-9ae2-f9dce04e3d33 from URL: /sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/vfwe41ee142f7660_modules.json
2021-10-07T06:23:33.609Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-10-07T06:23:33.609Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/vfwe41ee142f7660_modules.json
2021-10-07T06:23:34.981Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-10-07T06:23:34.982Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/vfwe41ee142f7660_modules.json b4028cb6-506d-4275-9ae2-f9dce04e3d33 785
2021-10-07T06:23:34.982Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/vfwe41ee142f7660_modules.json ASDC sendASDCNotification
2021-10-07T06:23:34.982Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/vfwe41ee142f7660_modules.json
2021-10-07T06:23:34.982Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-07T06:23:34.983Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-07T06:23:34.985Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-07T06:23:34.986Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633587814982,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/vfwe41ee142f7660_modules.json",
"status": "DOWNLOAD_OK"
}
2021-10-07T06:23:35.086Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-07T06:23:35.088Z||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-10-07T06:23:35.088Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B7cpHvBx3PSHHagO) ...
2021-10-07T06:23:35.100Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T06:23:35.101Z||pool-11-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-07T06:23:35.987Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwE41ee142F766..base_vfw..module-0",
"vfModuleModelInvariantUUID": "0f86f0fe-eb00-4f1a-96b2-3f2e56ba9f7b",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "4fd31a7d-70f8-4c7e-8566-9cc0bf38a69f",
"vfModuleModelCustomizationUUID": "96ae941f-66f6-4ab8-ab9b-32fbd204a938",
"isBase": true,
"artifacts": [
"cdf5c333-c57b-46a1-8754-b60e0fa0a144",
"57af7543-53ac-4f1b-a421-f674e7f8ee72"
],
"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-10-07T06:23:36.004Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwE41ee142F766..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4fd31a7d-70f8-4c7e-8566-9cc0bf38a69f
VfModuleModelInvariantUUID:0f86f0fe-eb00-4f1a-96b2-3f2e56ba9f7b
VfModuleModelDescription:NULL
Artifacts UUID List:{
cdf5c333-c57b-46a1-8754-b60e0fa0a144
,
57af7543-53ac-4f1b-a421-f674e7f8ee72
}
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-10-07T06:23:36.008Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwE41ee142F766..base_vfw..module-0",
"vfModuleModelInvariantUUID": "0f86f0fe-eb00-4f1a-96b2-3f2e56ba9f7b",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "4fd31a7d-70f8-4c7e-8566-9cc0bf38a69f",
"vfModuleModelCustomizationUUID": "96ae941f-66f6-4ab8-ab9b-32fbd204a938",
"isBase": true,
"artifacts": [
"cdf5c333-c57b-46a1-8754-b60e0fa0a144",
"57af7543-53ac-4f1b-a421-f674e7f8ee72"
],
"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-10-07T06:23:36.008Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwE41ee142F766..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4fd31a7d-70f8-4c7e-8566-9cc0bf38a69f
VfModuleModelInvariantUUID:0f86f0fe-eb00-4f1a-96b2-3f2e56ba9f7b
VfModuleModelDescription:NULL
Artifacts UUID List:{
cdf5c333-c57b-46a1-8754-b60e0fa0a144
,
57af7543-53ac-4f1b-a421-f674e7f8ee72
}
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-10-07T06:23:36.008Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: cdf5c333-c57b-46a1-8754-b60e0fa0a144 from URL: /sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/base_vfw.yaml
2021-10-07T06:23:36.008Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-10-07T06:23:36.008Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/base_vfw.yaml
2021-10-07T06:23:37.324Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-10-07T06:23:37.325Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/base_vfw.yaml cdf5c333-c57b-46a1-8754-b60e0fa0a144 20368
2021-10-07T06:23:37.325Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-10-07T06:23:37.325Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/base_vfw.yaml
2021-10-07T06:23:37.325Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-07T06:23:37.325Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-07T06:23:37.327Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-07T06:23:37.327Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633587817325,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-10-07T06:23:37.427Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-07T06:23:37.428Z||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-10-07T06:23:37.428Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B7cpHvBx3PSHHagO) ...
2021-10-07T06:23:37.439Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T06:23:37.440Z||pool-12-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-07T06:23:38.328Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 57af7543-53ac-4f1b-a421-f674e7f8ee72 from URL: /sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/base_vfw.env
2021-10-07T06:23:38.328Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-10-07T06:23:38.328Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/base_vfw.env
2021-10-07T06:23:40.220Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-10-07T06:23:40.220Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/base_vfw.env 57af7543-53ac-4f1b-a421-f674e7f8ee72 2098
2021-10-07T06:23:40.220Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/base_vfw.env ASDC sendASDCNotification
2021-10-07T06:23:40.220Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/base_vfw.env
2021-10-07T06:23:40.221Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-07T06:23:40.221Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-07T06:23:40.223Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-07T06:23:40.223Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633587820220,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-10-07T06:23:40.323Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-07T06:23:40.324Z||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-10-07T06:23:40.324Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B7cpHvBx3PSHHagO) ...
2021-10-07T06:23:40.336Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T06:23:40.336Z||pool-13-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-10-07T06:23:41.224Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: bc6fdc20-7b67-45fc-856a-e40449f93179
2021-10-07T06:23:41.225Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW e41ee142-f766 0 2bac86a3-fb7e-48b1-b3b1-74cf8a17c5b5 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-10-07T06:23:41.265Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@59cffc58, org.onap.sdc.toscaparser.api.parameters.Input@7ca8b511, org.onap.sdc.toscaparser.api.parameters.Input@62e0d224, org.onap.sdc.toscaparser.api.parameters.Input@5d0c22ca, org.onap.sdc.toscaparser.api.parameters.Input@7b87280f]
2021-10-07T06:23:41.268Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-07T06:23:41.268Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-10-07 06-19-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-07T06:23:41.268Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic
2021-10-07T06:23:41.268Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= e49b32aa-10b1-4f60-a5d3-792093c2388b
2021-10-07T06:23:41.269Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e49b32aa-10b1-4f60-a5d3-792093c2388b matches Tosca VF Customization UUID: e49b32aa-10b1-4f60-a5d3-792093c2388b
2021-10-07T06:23:41.269Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: e49b32aa-10b1-4f60-a5d3-792093c2388b matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-10-07T06:23:41.276Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-07T06:23:41.276Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-10-07 06-19-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-07T06:23:41.277Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id e49b32aa-10b1-4f60-a5d3-792093c2388b: {\"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-10-07T06:23:41.277Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@167102a2
2021-10-07T06:23:41.278Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-07T06:23:41.278Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-10-07 06-19-02 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-07T06:23:41.278Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 96ae941f-66f6-4ab8-ab9b-32fbd204a938
2021-10-07T06:23:41.279Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 96ae941f-66f6-4ab8-ab9b-32fbd204a938
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-10-07T06:23:41.287Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-07T06:23:41.287Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template vFW e41ee142-f766 0 is matching search criteria
2021-10-07T06:23:41.288Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW e41ee142-f766 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-07T06:23:41.289Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-07T06:23:41.289Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template vFW e41ee142-f766 0 is matching search criteria
2021-10-07T06:23:41.289Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW e41ee142-f766 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-07T06:23:41.289Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-07T06:23:41.289Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template vFW e41ee142-f766 0 is not matching search criteria
2021-10-07T06:23:41.290Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-07T06:23:41.290Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-10-07T06:23:41.290Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-07T06:23:41.290Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-07T06:23:41.290Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-07T06:23:41.290Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-07T06:23:41.290Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-07T06:23:41.290Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-07T06:23:41.290Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-07T06:23:41.291Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-07T06:23:41.291Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-07T06:23:41.291Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=a375400c-8ee1-4bd9-a388-e263d756159d
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-10-07T06:23:41.303Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-07T06:23:41.304Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template vFW e41ee142-f766 0 is matching search criteria
2021-10-07T06:23:41.304Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW e41ee142-f766 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-07T06:23:41.304Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-07T06:23:41.304Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template vFW e41ee142-f766 0 is not matching search criteria
2021-10-07T06:23:41.304Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-07T06:23:41.304Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-07T06:23:41.304Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-07T06:23:41.305Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-07T06:23:41.305Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-07T06:23:41.305Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-07T06:23:41.305Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-07T06:23:41.305Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-10-07T06:23:41.305Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-07T06:23:41.305Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-07T06:23:41.305Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-07T06:23:41.306Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-07T06:23:41.306Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=88d026fe-a8cd-445f-be5a-db7b8619187c
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-10-07T06:23:41.308Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-07T06:23:41.308Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template vFW e41ee142-f766 0 is matching search criteria
2021-10-07T06:23:41.308Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW e41ee142-f766 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-07T06:23:41.310Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-07T06:23:41.310Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template vFW e41ee142-f766 0 is not matching search criteria
2021-10-07T06:23:41.311Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-07T06:23:41.311Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-07T06:23:41.311Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-07T06:23:41.311Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-07T06:23:41.311Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-07T06:23:41.311Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-07T06:23:41.312Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-07T06:23:41.312Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-07T06:23:41.312Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-07T06:23:41.312Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-07T06:23:41.312Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-07T06:23:41.312Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-10-07T06:23:41.312Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=6e8c01d9-df77-4d64-97b9-c6ba0b74c338
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-10-07T06:23:41.315Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-07T06:23:41.315Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template vFW e41ee142-f766 0 is matching search criteria
2021-10-07T06:23:41.315Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW e41ee142-f766 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-07T06:23:41.316Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-07T06:23:41.316Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template vFW e41ee142-f766 0 is matching search criteria
2021-10-07T06:23:41.316Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW e41ee142-f766 0] matching following query criteria: sdcType=VF, customizationUUID=e49b32aa-10b1-4f60-a5d3-792093c2388b
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-10-07T06:23:41.327Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-07T06:23:41.328Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-10-07 06-19-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-07T06:23:41.328Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid bc6fdc20-7b67-45fc-856a-e40449f93179: vFW e41ee142-f766
2021-10-07T06:23:41.328Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-07T06:23:41.329Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-10-07 06-19-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-07T06:23:41.329Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-07T06:23:41.329Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-10-07 06-19-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-07T06:23:41.329Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-07T06:23:41.330Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-10-07 06-19-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-07T06:23:41.330Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-07T06:23:41.330Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-10-07 06-19-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-07T06:23:41.330Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-07T06:23:41.330Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-10-07 06-19-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-07T06:23:41.331Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||INFO|500||Saving Service: vFW 2021-10-07 06-19-02
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-07T06:23:41.702Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW e41ee142-f766 2bac86a3-fb7e-48b1-b3b1-74cf8a17c5b5 1 ASDC deployResourceStructure
2021-10-07T06:23:41.702Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/vfwe41ee142f7660_modules.json ASDC sendASDCNotification
2021-10-07T06:23:41.703Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/vfwe41ee142f7660_modules.json
2021-10-07T06:23:41.703Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-07T06:23:41.703Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-07T06:23:41.705Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-07T06:23:41.705Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633587821702,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/vfwe41ee142f7660_modules.json",
"status": "DEPLOY_OK"
}
2021-10-07T06:23:41.805Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-07T06:23:41.806Z||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-10-07T06:23:41.806Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B7cpHvBx3PSHHagO) ...
2021-10-07T06:23:41.818Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T06:23:41.819Z||pool-14-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-07T06:23:42.706Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-10-07T06:23:42.706Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/base_vfw.yaml
2021-10-07T06:23:42.706Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-07T06:23:42.707Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-07T06:23:42.709Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-07T06:23:42.709Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633587822706,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-10-07T06:23:42.809Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-07T06:23:42.809Z||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-10-07T06:23:42.810Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B7cpHvBx3PSHHagO) ...
2021-10-07T06:23:42.821Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T06:23:42.822Z||pool-15-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-07T06:23:43.710Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/base_vfw.env ASDC sendASDCNotification
2021-10-07T06:23:43.710Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/base_vfw.env
2021-10-07T06:23:43.710Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-07T06:23:43.710Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-07T06:23:43.712Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-07T06:23:43.712Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633587823709,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-10-07T06:23:43.812Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-07T06:23:43.819Z||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-10-07T06:23:43.819Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B7cpHvBx3PSHHagO) ...
2021-10-07T06:23:43.832Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T06:23:43.833Z||pool-16-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-07T06:23:44.713Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211007061902/1.0/artifacts/service-Vfw20211007061902-csar.csar ASDC sendASDCNotification
2021-10-07T06:23:44.714Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211007061902/1.0/artifacts/service-Vfw20211007061902-csar.csar
2021-10-07T06:23:44.714Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-07T06:23:44.714Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-07T06:23:44.717Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-07T06:23:44.717Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633587824713,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/artifacts/service-Vfw20211007061902-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-07T06:23:44.817Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-07T06:23:44.818Z||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-10-07T06:23:44.818Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B7cpHvBx3PSHHagO) ...
2021-10-07T06:23:44.831Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T06:23:44.832Z||pool-17-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-07T06:23:45.718Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: db408700-341e-461f-bfcf-aac34c67b4ec
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-10-07T06:23:45.743Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: db408700-341e-461f-bfcf-aac34c67b4ec
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-10-07T06:23:45.745Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-07T06:23:45.746Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-07T06:23:45.746Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-07T06:24:13.075Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T06:24:13.075Z||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-10-07T06:24:13.076Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T06:24:13.097Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T06:24:13.097Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-07T06:24:13.097Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec",
"consumerID": "policy-id",
"timestamp": 1633587791143,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:24:13.099Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-07T06:24:15.746Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: db408700-341e-461f-bfcf-aac34c67b4ec
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-10-07T06:24:15.756Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: db408700-341e-461f-bfcf-aac34c67b4ec
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-10-07T06:24:15.758Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-07T06:24:15.758Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-07T06:24:15.758Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-07T06:24:45.758Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: db408700-341e-461f-bfcf-aac34c67b4ec
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-10-07T06:24:45.769Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: db408700-341e-461f-bfcf-aac34c67b4ec
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-10-07T06:24:45.771Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-07T06:24:45.771Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-07T06:24:45.771Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-07T06:25:13.075Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T06:25:13.076Z||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-10-07T06:25:13.076Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T06:25:13.114Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T06:25:13.121Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:25:13.121Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec",
"consumerID": "cds",
"timestamp": 1633587793908,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/vfwe41ee142f7660_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:25:13.122Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-07T06:25:13.122Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:25:13.123Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633587793073,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/vfwe41ee142f7660_modules.json",
"status": "NOTIFIED"
}
2021-10-07T06:25:13.123Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-07T06:25:13.123Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:25:13.123Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec",
"consumerID": "policy-id",
"timestamp": 1633587791143,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/vfwe41ee142f7660_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:25:13.123Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-07T06:25:13.123Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:25:13.123Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec",
"consumerID": "ves-openapi-manager",
"timestamp": 1633587799834,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:25:13.123Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-07T06:25:13.123Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:25:13.123Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec",
"consumerID": "cds",
"timestamp": 1633587793908,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:25:13.123Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-07T06:25:13.123Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:25:13.123Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633587793073,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-10-07T06:25:13.124Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-07T06:25:13.124Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:25:13.124Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec",
"consumerID": "policy-id",
"timestamp": 1633587791143,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-10-07T06:25:13.124Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-07T06:25:13.124Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:25:13.124Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec",
"consumerID": "multicloud-k8s-id",
"timestamp": 1633587800229,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:25:13.124Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-07T06:25:13.124Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:25:13.124Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec",
"consumerID": "ves-openapi-manager",
"timestamp": 1633587799834,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/vfwe41ee142f7660_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:25:13.124Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-07T06:25:13.124Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:25:13.124Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec",
"consumerID": "cds",
"timestamp": 1633587793908,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:25:13.125Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-07T06:25:13.125Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:25:13.125Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633587793073,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:25:13.125Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-07T06:25:13.125Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:25:13.125Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec",
"consumerID": "multicloud-k8s-id",
"timestamp": 1633587800229,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/vfwe41ee142f7660_modules.json",
"status": "NOTIFIED"
}
2021-10-07T06:25:13.125Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-07T06:25:13.125Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:25:13.125Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec",
"consumerID": "policy-id",
"timestamp": 1633587791143,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:25:13.125Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-07T06:25:13.125Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:25:13.126Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec",
"consumerID": "aai-ml",
"timestamp": 1633587801786,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:25:13.126Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-07T06:25:13.126Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:25:13.126Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec",
"consumerID": "ves-openapi-manager",
"timestamp": 1633587799834,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:25:13.126Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-07T06:25:13.126Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:25:13.126Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec",
"consumerID": "dcae-sch",
"timestamp": 1633587802034,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:25:13.127Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-07T06:25:13.127Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:25:13.127Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec",
"consumerID": "cds",
"timestamp": 1633587793908,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:25:13.127Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-07T06:25:13.127Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:25:13.127Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633587793073,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-10-07T06:25:13.127Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-07T06:25:13.127Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:25:13.127Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec",
"consumerID": "multicloud-k8s-id",
"timestamp": 1633587800229,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-10-07T06:25:13.127Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-07T06:25:13.127Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:25:13.127Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec",
"consumerID": "policy-id",
"timestamp": 1633587791143,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:25:13.127Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-07T06:25:13.128Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:25:13.128Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec",
"consumerID": "aai-ml",
"timestamp": 1633587801786,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/vfwe41ee142f7660_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:25:13.128Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-07T06:25:13.128Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:25:13.129Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec",
"consumerID": "ves-openapi-manager",
"timestamp": 1633587799834,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:25:13.129Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-07T06:25:13.129Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:25:13.129Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec",
"consumerID": "dcae-sch",
"timestamp": 1633587802034,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/vfwe41ee142f7660_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:25:13.129Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-07T06:25:13.129Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:25:13.129Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec",
"consumerID": "cds",
"timestamp": 1633587793908,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/artifacts/service-Vfw20211007061902-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:25:13.129Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-07T06:25:13.130Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:25:13.130Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633587793073,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/artifacts/service-Vfw20211007061902-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:25:13.130Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-07T06:25:13.130Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:25:13.130Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec",
"consumerID": "multicloud-k8s-id",
"timestamp": 1633587800229,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:25:13.130Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-07T06:25:13.130Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:25:13.130Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec",
"consumerID": "policy-id",
"timestamp": 1633587791143,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/artifacts/service-Vfw20211007061902-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:25:13.130Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-07T06:25:13.131Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:25:13.131Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec",
"consumerID": "aai-ml",
"timestamp": 1633587801786,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:25:13.131Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-07T06:25:13.131Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:25:13.131Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec",
"consumerID": "ves-openapi-manager",
"timestamp": 1633587799834,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:25:13.131Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-07T06:25:13.131Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:25:13.131Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec",
"consumerID": "dcae-sch",
"timestamp": 1633587802034,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:25:13.132Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-07T06:25:13.132Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:25:13.132Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec",
"consumerID": "cds",
"timestamp": 1633587793908,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/artifacts/service-Vfw20211007061902-csar.csar",
"status": "NOTIFIED"
}
2021-10-07T06:25:13.132Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-07T06:25:13.132Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:25:13.132Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633587793073,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/artifacts/service-Vfw20211007061902-csar.csar",
"status": "NOTIFIED"
}
2021-10-07T06:25:13.132Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-07T06:25:13.132Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:25:13.132Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec",
"consumerID": "multicloud-k8s-id",
"timestamp": 1633587800229,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-10-07T06:25:13.132Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-07T06:25:13.132Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:25:13.132Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec",
"consumerID": "policy-id",
"timestamp": 1633587791143,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/artifacts/service-Vfw20211007061902-csar.csar",
"status": "NOTIFIED"
}
2021-10-07T06:25:13.133Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-07T06:25:13.133Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:25:13.133Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec",
"consumerID": "aai-ml",
"timestamp": 1633587801786,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:25:13.133Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-07T06:25:13.133Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:25:13.133Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec",
"consumerID": "ves-openapi-manager",
"timestamp": 1633587799834,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/artifacts/service-Vfw20211007061902-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:25:13.133Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-07T06:25:13.133Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:25:13.133Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec",
"consumerID": "dcae-sch",
"timestamp": 1633587802034,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:25:13.133Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-07T06:25:13.133Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:25:13.133Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec",
"consumerID": "multicloud-k8s-id",
"timestamp": 1633587800229,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/artifacts/service-Vfw20211007061902-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:25:13.133Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-07T06:25:13.133Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:25:13.133Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec",
"consumerID": "aai-ml",
"timestamp": 1633587801786,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:25:13.134Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-07T06:25:13.134Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:25:13.134Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec",
"consumerID": "ves-openapi-manager",
"timestamp": 1633587799834,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/artifacts/service-Vfw20211007061902-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:25:13.134Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-07T06:25:13.134Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:25:13.134Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec",
"consumerID": "dcae-sch",
"timestamp": 1633587802034,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:25:13.134Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-07T06:25:13.134Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:25:13.134Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec",
"consumerID": "multicloud-k8s-id",
"timestamp": 1633587800229,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/artifacts/service-Vfw20211007061902-csar.csar",
"status": "NOTIFIED"
}
2021-10-07T06:25:13.134Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-07T06:25:13.134Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:25:13.134Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec",
"consumerID": "aai-ml",
"timestamp": 1633587801786,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/artifacts/service-Vfw20211007061902-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:25:13.134Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-07T06:25:13.134Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:25:13.134Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec",
"consumerID": "dcae-sch",
"timestamp": 1633587802034,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/artifacts/service-Vfw20211007061902-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:25:13.135Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-07T06:25:13.135Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:25:13.135Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec",
"consumerID": "clamp",
"timestamp": 1633587807198,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:25:13.135Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-07T06:25:13.135Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:25:13.135Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec",
"consumerID": "cds",
"timestamp": 1633587808136,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/artifacts/service-Vfw20211007061902-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-07T06:25:13.135Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-07T06:25:13.135Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:25:13.135Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec",
"consumerID": "policy-id",
"timestamp": 1633587808143,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/artifacts/service-Vfw20211007061902-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-07T06:25:13.135Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-07T06:25:13.135Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:25:13.135Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633587808342,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/artifacts/service-Vfw20211007061902-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-07T06:25:13.136Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-07T06:25:13.136Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:25:13.136Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec",
"consumerID": "aai-ml",
"timestamp": 1633587801786,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/artifacts/service-Vfw20211007061902-csar.csar",
"status": "NOTIFIED"
}
2021-10-07T06:25:13.136Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-07T06:25:13.136Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:25:13.136Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec",
"consumerID": "dcae-sch",
"timestamp": 1633587802034,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/artifacts/service-Vfw20211007061902-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:25:13.136Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-07T06:25:13.136Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:25:13.136Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec",
"consumerID": "clamp",
"timestamp": 1633587807198,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/vfwe41ee142f7660_modules.json",
"status": "NOTIFIED"
}
2021-10-07T06:25:13.136Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-07T06:25:13.136Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:25:13.136Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec",
"consumerID": "cds",
"timestamp": 1633587809150,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/artifacts/service-Vfw20211007061902-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-10-07T06:25:13.149Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of db408700-341e-461f-bfcf-aac34c67b4ec
2021-10-07T06:25:13.149Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId db408700-341e-461f-bfcf-aac34c67b4ec 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-10-07T06:25:13.160Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:25:13.160Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec",
"consumerID": "policy-id",
"timestamp": 1633587809148,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/artifacts/service-Vfw20211007061902-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-07T06:25:13.160Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-07T06:25:13.160Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:25:13.160Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec",
"consumerID": "multicloud-k8s-id",
"timestamp": 1633587809322,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/vfwe41ee142f7660_modules.json",
"status": "DOWNLOAD_OK"
}
2021-10-07T06:25:13.160Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-07T06:25:13.160Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:25:13.161Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec",
"consumerID": "clamp",
"timestamp": 1633587807198,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:25:13.161Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-07T06:25:13.161Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:25:13.161Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1633587809181,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:25:13.161Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-07T06:25:13.161Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:25:13.161Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec",
"consumerID": "policy-id",
"timestamp": 1633587810152,
"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-10-07T06:25:13.165Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of db408700-341e-461f-bfcf-aac34c67b4ec
2021-10-07T06:25:13.165Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId db408700-341e-461f-bfcf-aac34c67b4ec 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-10-07T06:25:13.174Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:25:13.174Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec",
"consumerID": "aai-ml",
"timestamp": 1633587810654,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/artifacts/service-Vfw20211007061902-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-07T06:25:13.174Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-07T06:25:13.174Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:25:13.174Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec",
"consumerID": "clamp",
"timestamp": 1633587807198,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:25:13.174Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-07T06:25:13.174Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:25:13.174Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1633587809181,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/vfwe41ee142f7660_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:25:13.174Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-07T06:25:13.174Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:25:13.174Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec",
"consumerID": "multicloud-k8s-id",
"timestamp": 1633587811532,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-10-07T06:25:13.175Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-07T06:25:13.175Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:25:13.175Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec",
"consumerID": "clamp",
"timestamp": 1633587807198,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:25:13.175Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-07T06:25:13.175Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:25:13.175Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1633587809181,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:25:13.175Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-07T06:25:13.175Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:25:13.175Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1633587809181,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:25:13.175Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-07T06:25:13.175Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:25:13.175Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec",
"consumerID": "clamp",
"timestamp": 1633587807198,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/artifacts/service-Vfw20211007061902-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:25:13.175Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-07T06:25:13.175Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:25:13.176Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec",
"consumerID": "multicloud-k8s-id",
"timestamp": 1633587813414,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-10-07T06:25:13.176Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-07T06:25:13.176Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:25:13.176Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec",
"consumerID": "clamp",
"timestamp": 1633587807198,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/artifacts/service-Vfw20211007061902-csar.csar",
"status": "NOTIFIED"
}
2021-10-07T06:25:13.176Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-07T06:25:13.176Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:25:13.176Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1633587809181,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:25:13.176Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-07T06:25:13.176Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:25:13.176Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1633587809181,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/artifacts/service-Vfw20211007061902-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:25:13.176Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-07T06:25:13.177Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:25:13.177Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633587814982,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/vfwe41ee142f7660_modules.json",
"status": "DOWNLOAD_OK"
}
2021-10-07T06:25:13.177Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-07T06:25:13.177Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:25:13.177Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1633587809181,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/artifacts/service-Vfw20211007061902-csar.csar",
"status": "NOTIFIED"
}
2021-10-07T06:25:13.177Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-07T06:25:13.177Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:25:13.177Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec",
"consumerID": "multicloud-k8s-id",
"timestamp": 1633587817094,
"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-10-07T06:25:13.183Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of db408700-341e-461f-bfcf-aac34c67b4ec
2021-10-07T06:25:13.183Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId db408700-341e-461f-bfcf-aac34c67b4ec 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-10-07T06:25:13.191Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:25:13.191Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633587817325,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-10-07T06:25:13.191Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-07T06:25:13.191Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:25:13.191Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec",
"consumerID": "multicloud-k8s-id",
"timestamp": 1633587818100,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/vfwe41ee142f7660_modules.json",
"status": "DEPLOY_OK"
}
2021-10-07T06:25:13.192Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-07T06:25:13.192Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:25:13.192Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1633587818907,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/artifacts/service-Vfw20211007061902-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-07T06:25:13.192Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-07T06:25:13.192Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:25:13.192Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633587820220,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-10-07T06:25:13.192Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-07T06:25:13.192Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:25:13.192Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633587821702,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/vfwe41ee142f7660_modules.json",
"status": "DEPLOY_OK"
}
2021-10-07T06:25:13.192Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-07T06:25:13.192Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:25:13.193Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633587822706,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-10-07T06:25:13.193Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-07T06:25:13.193Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:25:13.193Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633587823709,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-10-07T06:25:13.193Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-07T06:25:13.193Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:25:13.193Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1633587823941,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/artifacts/service-Vfw20211007061902-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-07T06:25:13.193Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-07T06:25:13.194Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:25:13.194Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633587824713,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/artifacts/service-Vfw20211007061902-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-07T06:25:13.194Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-07T06:25:13.194Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:25:13.194Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1633587824945,
"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-10-07T06:25:13.200Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of db408700-341e-461f-bfcf-aac34c67b4ec
2021-10-07T06:25:13.200Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId db408700-341e-461f-bfcf-aac34c67b4ec 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-10-07T06:25:13.208Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:25:13.208Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec",
"consumerID": "clamp",
"timestamp": 1633587826311,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/artifacts/service-Vfw20211007061902-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-07T06:25:13.208Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-07T06:25:13.208Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:25:13.208Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec",
"consumerID": "clamp",
"timestamp": 1633587828323,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/artifacts/service-Vfw20211007061902-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-07T06:25:13.208Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-07T06:25:13.208Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:25:13.208Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec",
"consumerID": "clamp",
"timestamp": 1633587829326,
"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-10-07T06:25:13.212Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of db408700-341e-461f-bfcf-aac34c67b4ec
2021-10-07T06:25:13.212Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId db408700-341e-461f-bfcf-aac34c67b4ec 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-10-07T06:25:13.218Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:25:13.218Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec",
"consumerID": "aai-ml",
"timestamp": 1633587829521,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/artifacts/service-Vfw20211007061902-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-07T06:25:13.218Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-07T06:25:13.218Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:25:13.218Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec",
"consumerID": "aai-ml",
"timestamp": 1633587830527,
"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-10-07T06:25:13.228Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of db408700-341e-461f-bfcf-aac34c67b4ec
2021-10-07T06:25:13.229Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId db408700-341e-461f-bfcf-aac34c67b4ec 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-10-07T06:25:15.771Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: db408700-341e-461f-bfcf-aac34c67b4ec
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-10-07T06:25:15.784Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: db408700-341e-461f-bfcf-aac34c67b4ec
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-10-07T06:25:15.788Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-07T06:25:15.788Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-07T06:25:15.788Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-07T06:25:15.788Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-07T06:25:15.788Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-07T06:25:15.788Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-07T06:25:15.788Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-07T06:25:15.789Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-07T06:25:15.789Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-07T06:25:15.789Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-07T06:25:15.789Z|db408700-341e-461f-bfcf-aac34c67b4ec|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-10-07T06:25:15.794Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-07T06:25:45.795Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: db408700-341e-461f-bfcf-aac34c67b4ec 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-10-07T06:25:45.804Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: db408700-341e-461f-bfcf-aac34c67b4ec and serviceModelVersionId: bc6fdc20-7b67-45fc-856a-e40449f93179
2021-10-07T06:25:45.804Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7f031ecd-91bc-4cd8-8dfc-76d1406de003
2021-10-07T06:25:59.204Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7f031ecd-91bc-4cd8-8dfc-76d1406de003/model-vers/model-ver/bc6fdc20-7b67-45fc-856a-e40449f93179?depth=0
2021-10-07T06:25:59.314Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2021-10-07T06:26:00.028Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7f031ecd-91bc-4cd8-8dfc-76d1406de003/model-vers/model-ver/bc6fdc20-7b67-45fc-856a-e40449f93179?depth=0|INFO|500||Invoke
2021-10-07T06:26:00.038Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7f031ecd-91bc-4cd8-8dfc-76d1406de003/model-vers/model-ver/bc6fdc20-7b67-45fc-856a-e40449f93179?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7f031ecd-91bc-4cd8-8dfc-76d1406de003/model-vers/model-ver/bc6fdc20-7b67-45fc-856a-e40449f93179?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[db408700-341e-461f-bfcf-aac34c67b4ec], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[06b16f44-e024-4c18-96fc-e53d42f388e9], X-ECOMP-RequestID=[db408700-341e-461f-bfcf-aac34c67b4ec], X-TransactionId=[], X-ONAP-RequestID=[db408700-341e-461f-bfcf-aac34c67b4ec], Content-Type=[application/merge-patch+json]}
2021-10-07T06:26:00.245Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7f031ecd-91bc-4cd8-8dfc-76d1406de003/model-vers/model-ver/bc6fdc20-7b67-45fc-856a-e40449f93179?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-10-07T06:26:00.890Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7f031ecd-91bc-4cd8-8dfc-76d1406de003/model-vers/model-ver/bc6fdc20-7b67-45fc-856a-e40449f93179?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7f031ecd-91bc-4cd8-8dfc-76d1406de003/model-vers/model-ver/bc6fdc20-7b67-45fc-856a-e40449f93179?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211007-06:26:00:256-89058], vertex-id=[180368], Content-Length=[0], Date=[Thu, 07 Oct 2021 06:26:00 GMT], Content-Type=[application/json]}
2021-10-07T06:26:00.892Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7f031ecd-91bc-4cd8-8dfc-76d1406de003/model-vers/model-ver/bc6fdc20-7b67-45fc-856a-e40449f93179?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-10-07T06:26:00.892Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7f031ecd-91bc-4cd8-8dfc-76d1406de003/model-vers/model-ver/bc6fdc20-7b67-45fc-856a-e40449f93179?depth=0|INFO|500||InvokeReturn
2021-10-07T06:26:00.895Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-07T06:26:00.895Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-10-07T06:26:00.900Z|db408700-341e-461f-bfcf-aac34c67b4ec|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-10-07T06:26:00.908Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID db408700-341e-461f-bfcf-aac34c67b4ec and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-07T06:26:00.910Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-07T06:26:00.910Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-07T06:26:00.912Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-07T06:26:00.912Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633587960909,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-07T06:26:01.012Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-07T06:26:01.013Z||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-10-07T06:26:01.013Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B7cpHvBx3PSHHagO) ...
2021-10-07T06:26:01.027Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T06:26:01.028Z||pool-18-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-07T06:26:01.930Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T06:26:01.931Z|db408700-341e-461f-bfcf-aac34c67b4ec|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-10-07T06:26:01.931Z|db408700-341e-461f-bfcf-aac34c67b4ec|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 B7cpHvBx3PSHHagO) ...
2021-10-07T06:26:06.240Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T06:26:06.241Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-07T06:26:06.241Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"c8070bf5-26fc-4e55-95a7-4ebef0f46b23","serviceName":"basic_onboard_WmPIbr","serviceVersion":"1.0","serviceUUID":"b6bc8df1-d2f4-490d-b538-bda10c46ead8","serviceDescription":"service","serviceInvariantUUID":"34c4d000-f0e6-4899-9199-ea016ba0ba92","resources":[{"resourceInstanceName":"basic_onboard_WmPIbr 0","resourceName":"basic_onboard_WmPIbr","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2fc4b43c-d79a-4a36-bb9c-31b7cc35d85b","resourceInvariantUUID":"2beb5b46-cba4-41b9-9287-4d1854d79781","resourceCustomizationUUID":"bbdf34c4-af79-47c1-8ba5-f819b4737b7e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/vf-license-model.xml","artifactChecksum":"MDFjNmEyMmFkYmJhOGU0M2FjZWQwNDY1MDNmODViODY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"39200e87-c8c2-4b1a-9d6d-0a0d762275ba","artifactVersion":"1"},{"artifactName":"basic_onboard_wmpibr0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/basic_onboard_wmpibr0_modules.json","artifactChecksum":"Y2JlZjNlODM5ODRjNDNlMmE4ZGFmZWEwMjc2NWNiZjk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ce792fda-9ee0-4af0-80de-4d35ac130c65","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"5ae582e4-7b13-4ff4-b0e1-fc6eca30723a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1ab56ab4-15a0-4bf8-9263-d316b652b3a9","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e5b56ad0-6abb-4e1b-9fd7-530b79a3f6cb","artifactVersion":"2","generatedFromUUID":"5ae582e4-7b13-4ff4-b0e1-fc6eca30723a"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardWmpibr-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/artifacts/service-BasicOnboardWmpibr-template.yml","artifactChecksum":"NmQ2YTNjNGIzMGRlYjExYzJhNWE2MDAwMTQ0OGYyMGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"801406d7-6173-406a-b065-67d2ea35e08c","artifactVersion":"1"},{"artifactName":"service-BasicOnboardWmpibr-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/artifacts/service-BasicOnboardWmpibr-csar.csar","artifactChecksum":"ZDMxMTQ3OWYyYWY2NThiZDNjOGQwYTlhYjc0ZjM4MDk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fc64c37d-959f-4a9f-9c87-ed9feb02e5bf","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-07T06:26:06.242Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-07T06:26:06.243Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-07T06:26:06.244Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-07T06:26:06.244Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633587961930,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:26:06.344Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-07T06:26:06.345Z||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-10-07T06:26:06.345Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B7cpHvBx3PSHHagO) ...
2021-10-07T06:26:06.359Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T06:26:06.360Z||pool-19-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-07T06:26:07.245Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-07T06:26:07.246Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-07T06:26:07.247Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-07T06:26:07.247Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633587961930,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/basic_onboard_wmpibr0_modules.json",
"status": "NOTIFIED"
}
2021-10-07T06:26:07.347Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-07T06:26:07.348Z||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-10-07T06:26:07.348Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B7cpHvBx3PSHHagO) ...
2021-10-07T06:26:07.360Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T06:26:07.360Z||pool-20-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-07T06:26:08.253Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-07T06:26:08.254Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-07T06:26:08.256Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-07T06:26:08.256Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633587961930,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-10-07T06:26:08.357Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-07T06:26:08.357Z||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-10-07T06:26:08.357Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B7cpHvBx3PSHHagO) ...
2021-10-07T06:26:08.368Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T06:26:08.369Z||pool-21-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-07T06:26:09.261Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-07T06:26:09.262Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-07T06:26:09.264Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-07T06:26:09.264Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633587961930,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:26:09.366Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-10-07T06:26:09.366Z||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-10-07T06:26:09.366Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B7cpHvBx3PSHHagO) ...
2021-10-07T06:26:09.378Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T06:26:09.379Z||pool-22-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-07T06:26:10.265Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-07T06:26:10.266Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-07T06:26:10.267Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-07T06:26:10.267Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633587961930,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-10-07T06:26:10.368Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-07T06:26:10.369Z||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-10-07T06:26:10.369Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B7cpHvBx3PSHHagO) ...
2021-10-07T06:26:10.381Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T06:26:10.382Z||pool-23-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-07T06:26:11.268Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-07T06:26:11.269Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-07T06:26:11.271Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-07T06:26:11.272Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633587961930,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/artifacts/service-BasicOnboardWmpibr-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:26:11.372Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-07T06:26:11.372Z||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-10-07T06:26:11.373Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B7cpHvBx3PSHHagO) ...
2021-10-07T06:26:11.385Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T06:26:11.386Z||pool-24-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-07T06:26:12.272Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-07T06:26:12.274Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-07T06:26:12.275Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-07T06:26:12.276Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633587961930,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/artifacts/service-BasicOnboardWmpibr-csar.csar",
"status": "NOTIFIED"
}
2021-10-07T06:26:12.376Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-07T06:26:12.376Z||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-10-07T06:26:12.376Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B7cpHvBx3PSHHagO) ...
2021-10-07T06:26:12.388Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T06:26:12.389Z||pool-25-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-07T06:26:13.075Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T06:26:13.075Z||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-10-07T06:26:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T06:26:13.101Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T06:26:13.104Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:26:13.105Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23",
"consumerID": "clamp",
"timestamp": 1633587867198,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:26:13.105Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-07T06:26:13.105Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:26:13.105Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23",
"consumerID": "cds",
"timestamp": 1633587868908,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:26:13.106Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-07T06:26:13.106Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:26:13.106Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1633587869181,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:26:13.106Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-07T06:26:13.106Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:26:13.106Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23",
"consumerID": "policy-id",
"timestamp": 1633587871144,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:26:13.106Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-07T06:26:13.106Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:26:13.106Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23",
"consumerID": "clamp",
"timestamp": 1633587867198,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/basic_onboard_wmpibr0_modules.json",
"status": "NOTIFIED"
}
2021-10-07T06:26:13.106Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-07T06:26:13.106Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:26:13.106Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23",
"consumerID": "cds",
"timestamp": 1633587868908,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/basic_onboard_wmpibr0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:26:13.106Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-07T06:26:13.107Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:26:13.107Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1633587869181,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/basic_onboard_wmpibr0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:26:13.107Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-07T06:26:13.107Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:26:13.107Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23",
"consumerID": "policy-id",
"timestamp": 1633587871144,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/basic_onboard_wmpibr0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:26:13.107Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-07T06:26:13.107Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:26:13.107Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23",
"consumerID": "clamp",
"timestamp": 1633587867198,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:26:13.107Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-07T06:26:13.107Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:26:13.107Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23",
"consumerID": "cds",
"timestamp": 1633587868908,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:26:13.107Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-07T06:26:13.107Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:26:13.107Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1633587869181,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:26:13.108Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-07T06:26:13.108Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:26:13.108Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23",
"consumerID": "policy-id",
"timestamp": 1633587871144,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-10-07T06:26:13.108Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-07T06:26:13.108Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:26:13.108Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23",
"consumerID": "clamp",
"timestamp": 1633587867198,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:26:13.108Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-07T06:26:13.108Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:26:13.108Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23",
"consumerID": "cds",
"timestamp": 1633587868908,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:26:13.108Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-07T06:26:13.108Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:26:13.108Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1633587869181,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:26:13.108Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-07T06:26:13.108Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:26:13.108Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23",
"consumerID": "policy-id",
"timestamp": 1633587871144,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:26:13.109Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-07T06:26:13.109Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:26:13.109Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23",
"consumerID": "clamp",
"timestamp": 1633587867198,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:26:13.109Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-07T06:26:13.109Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:26:13.109Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23",
"consumerID": "cds",
"timestamp": 1633587868908,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:26:13.109Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-07T06:26:13.109Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:26:13.109Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1633587869181,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:26:13.109Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-07T06:26:13.109Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:26:13.109Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23",
"consumerID": "policy-id",
"timestamp": 1633587871144,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:26:13.109Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-07T06:26:13.109Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:26:13.109Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23",
"consumerID": "clamp",
"timestamp": 1633587867198,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/artifacts/service-BasicOnboardWmpibr-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:26:13.109Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-07T06:26:13.109Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:26:13.110Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23",
"consumerID": "cds",
"timestamp": 1633587868908,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/artifacts/service-BasicOnboardWmpibr-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:26:13.110Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-07T06:26:13.110Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:26:13.110Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1633587869181,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/artifacts/service-BasicOnboardWmpibr-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:26:13.110Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-07T06:26:13.110Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:26:13.110Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23",
"consumerID": "ves-openapi-manager",
"timestamp": 1633587879834,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:26:13.110Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-07T06:26:13.110Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:26:13.110Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23",
"consumerID": "policy-id",
"timestamp": 1633587871144,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/artifacts/service-BasicOnboardWmpibr-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:26:13.110Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-07T06:26:13.110Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:26:13.110Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23",
"consumerID": "multicloud-k8s-id",
"timestamp": 1633587880229,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:26:13.110Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-07T06:26:13.110Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:26:13.110Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23",
"consumerID": "clamp",
"timestamp": 1633587867198,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/artifacts/service-BasicOnboardWmpibr-csar.csar",
"status": "NOTIFIED"
}
2021-10-07T06:26:13.110Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-07T06:26:13.111Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:26:13.111Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23",
"consumerID": "cds",
"timestamp": 1633587868908,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/artifacts/service-BasicOnboardWmpibr-csar.csar",
"status": "NOTIFIED"
}
2021-10-07T06:26:13.111Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-07T06:26:13.111Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:26:13.111Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1633587869181,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/artifacts/service-BasicOnboardWmpibr-csar.csar",
"status": "NOTIFIED"
}
2021-10-07T06:26:13.111Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-07T06:26:13.111Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:26:13.111Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23",
"consumerID": "ves-openapi-manager",
"timestamp": 1633587879834,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/basic_onboard_wmpibr0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:26:13.111Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-07T06:26:13.111Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:26:13.111Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23",
"consumerID": "policy-id",
"timestamp": 1633587871144,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/artifacts/service-BasicOnboardWmpibr-csar.csar",
"status": "NOTIFIED"
}
2021-10-07T06:26:13.111Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-07T06:26:13.111Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:26:13.111Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23",
"consumerID": "multicloud-k8s-id",
"timestamp": 1633587880229,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/basic_onboard_wmpibr0_modules.json",
"status": "NOTIFIED"
}
2021-10-07T06:26:13.112Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-07T06:26:13.112Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:26:13.112Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23",
"consumerID": "ves-openapi-manager",
"timestamp": 1633587879834,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:26:13.112Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-07T06:26:13.112Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:26:13.112Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23",
"consumerID": "dcae-sch",
"timestamp": 1633587882034,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:26:13.112Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-07T06:26:13.112Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:26:13.112Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23",
"consumerID": "multicloud-k8s-id",
"timestamp": 1633587880229,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-10-07T06:26:13.112Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-07T06:26:13.112Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:26:13.112Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23",
"consumerID": "ves-openapi-manager",
"timestamp": 1633587879834,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:26:13.112Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-07T06:26:13.112Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:26:13.113Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23",
"consumerID": "dcae-sch",
"timestamp": 1633587882034,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/basic_onboard_wmpibr0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:26:13.113Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-07T06:26:13.113Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:26:13.113Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23",
"consumerID": "multicloud-k8s-id",
"timestamp": 1633587880229,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:26:13.113Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-07T06:26:13.113Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:26:13.113Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23",
"consumerID": "ves-openapi-manager",
"timestamp": 1633587879834,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:26:13.113Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-07T06:26:13.113Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:26:13.113Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23",
"consumerID": "dcae-sch",
"timestamp": 1633587882034,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:26:13.113Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-07T06:26:13.113Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:26:13.114Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23",
"consumerID": "multicloud-k8s-id",
"timestamp": 1633587880229,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-10-07T06:26:13.114Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-07T06:26:13.114Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:26:13.114Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1633587885326,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/artifacts/service-BasicOnboardWmpibr-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-07T06:26:13.114Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-07T06:26:13.114Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:26:13.114Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23",
"consumerID": "policy-id",
"timestamp": 1633587885430,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/artifacts/service-BasicOnboardWmpibr-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-07T06:26:13.114Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-07T06:26:13.114Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:26:13.114Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23",
"consumerID": "ves-openapi-manager",
"timestamp": 1633587879834,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/artifacts/service-BasicOnboardWmpibr-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:26:13.114Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-07T06:26:13.114Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:26:13.114Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23",
"consumerID": "cds",
"timestamp": 1633587885642,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/artifacts/service-BasicOnboardWmpibr-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-07T06:26:13.114Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-07T06:26:13.114Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:26:13.114Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23",
"consumerID": "dcae-sch",
"timestamp": 1633587882034,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:26:13.114Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-07T06:26:13.114Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:26:13.114Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23",
"consumerID": "multicloud-k8s-id",
"timestamp": 1633587880229,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/artifacts/service-BasicOnboardWmpibr-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:26:13.114Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-07T06:26:13.115Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:26:13.115Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23",
"consumerID": "policy-id",
"timestamp": 1633587886434,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/artifacts/service-BasicOnboardWmpibr-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-07T06:26:13.115Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-07T06:26:13.115Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:26:13.115Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23",
"consumerID": "ves-openapi-manager",
"timestamp": 1633587879834,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/artifacts/service-BasicOnboardWmpibr-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:26:13.115Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-07T06:26:13.115Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:26:13.115Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23",
"consumerID": "cds",
"timestamp": 1633587886647,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/artifacts/service-BasicOnboardWmpibr-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-07T06:26:13.128Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c8070bf5-26fc-4e55-95a7-4ebef0f46b23
2021-10-07T06:26:13.128Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c8070bf5-26fc-4e55-95a7-4ebef0f46b23 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-10-07T06:26:13.136Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:26:13.136Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23",
"consumerID": "dcae-sch",
"timestamp": 1633587882034,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:26:13.136Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-07T06:26:13.136Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:26:13.137Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23",
"consumerID": "multicloud-k8s-id",
"timestamp": 1633587880229,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/artifacts/service-BasicOnboardWmpibr-csar.csar",
"status": "NOTIFIED"
}
2021-10-07T06:26:13.137Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-07T06:26:13.137Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:26:13.137Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23",
"consumerID": "policy-id",
"timestamp": 1633587887437,
"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-10-07T06:26:13.143Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c8070bf5-26fc-4e55-95a7-4ebef0f46b23
2021-10-07T06:26:13.143Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c8070bf5-26fc-4e55-95a7-4ebef0f46b23 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-10-07T06:26:13.153Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:26:13.154Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23",
"consumerID": "dcae-sch",
"timestamp": 1633587882034,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/artifacts/service-BasicOnboardWmpibr-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:26:13.154Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-07T06:26:13.154Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:26:13.154Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1633587888232,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/artifacts/service-BasicOnboardWmpibr-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-07T06:26:13.154Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-07T06:26:13.154Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:26:13.154Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23",
"consumerID": "clamp",
"timestamp": 1633587888312,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/artifacts/service-BasicOnboardWmpibr-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-07T06:26:13.154Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-07T06:26:13.154Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:26:13.154Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23",
"consumerID": "dcae-sch",
"timestamp": 1633587882034,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/artifacts/service-BasicOnboardWmpibr-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:26:13.154Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-07T06:26:13.154Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:26:13.154Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23",
"consumerID": "multicloud-k8s-id",
"timestamp": 1633587889012,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/basic_onboard_wmpibr0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-10-07T06:26:13.155Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-07T06:26:13.155Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:26:13.155Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1633587889236,
"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-10-07T06:26:13.160Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c8070bf5-26fc-4e55-95a7-4ebef0f46b23
2021-10-07T06:26:13.160Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c8070bf5-26fc-4e55-95a7-4ebef0f46b23 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-10-07T06:26:13.168Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:26:13.168Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23",
"consumerID": "clamp",
"timestamp": 1633587890321,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/artifacts/service-BasicOnboardWmpibr-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-07T06:26:13.168Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-07T06:26:13.168Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:26:13.168Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23",
"consumerID": "multicloud-k8s-id",
"timestamp": 1633587890926,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-10-07T06:26:13.168Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-07T06:26:13.168Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:26:13.168Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23",
"consumerID": "clamp",
"timestamp": 1633587891323,
"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-10-07T06:26:13.174Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c8070bf5-26fc-4e55-95a7-4ebef0f46b23
2021-10-07T06:26:13.174Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c8070bf5-26fc-4e55-95a7-4ebef0f46b23 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-10-07T06:26:13.181Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:26:13.181Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23",
"consumerID": "multicloud-k8s-id",
"timestamp": 1633587892328,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-10-07T06:26:13.181Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-07T06:26:13.182Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:26:13.182Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23",
"consumerID": "aai-ml",
"timestamp": 1633587891786,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:26:13.182Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-07T06:26:13.182Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:26:13.182Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23",
"consumerID": "multicloud-k8s-id",
"timestamp": 1633587893351,
"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-10-07T06:26:13.187Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c8070bf5-26fc-4e55-95a7-4ebef0f46b23
2021-10-07T06:26:13.187Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c8070bf5-26fc-4e55-95a7-4ebef0f46b23 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-10-07T06:26:13.195Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:26:13.195Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23",
"consumerID": "aai-ml",
"timestamp": 1633587891786,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/basic_onboard_wmpibr0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:26:13.195Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-07T06:26:13.196Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:26:13.196Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23",
"consumerID": "multicloud-k8s-id",
"timestamp": 1633587894353,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/basic_onboard_wmpibr0_modules.json",
"status": "DEPLOY_OK"
}
2021-10-07T06:26:13.196Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-07T06:26:13.196Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:26:13.196Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23",
"consumerID": "aai-ml",
"timestamp": 1633587891786,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:26:13.196Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-07T06:26:13.196Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:26:13.197Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23",
"consumerID": "aai-ml",
"timestamp": 1633587891786,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:26:13.197Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-07T06:26:13.197Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:26:13.197Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23",
"consumerID": "aai-ml",
"timestamp": 1633587891786,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:26:13.197Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-07T06:26:13.197Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:26:13.197Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23",
"consumerID": "aai-ml",
"timestamp": 1633587891786,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/artifacts/service-BasicOnboardWmpibr-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:26:13.198Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-07T06:26:13.198Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:26:13.198Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23",
"consumerID": "aai-ml",
"timestamp": 1633587891786,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/artifacts/service-BasicOnboardWmpibr-csar.csar",
"status": "NOTIFIED"
}
2021-10-07T06:26:13.198Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-07T06:26:13.198Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:26:13.198Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23",
"consumerID": "aai-ml",
"timestamp": 1633587901227,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/artifacts/service-BasicOnboardWmpibr-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-07T06:26:13.198Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-07T06:26:13.198Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:26:13.198Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23",
"consumerID": "aai-ml",
"timestamp": 1633587910316,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/artifacts/service-BasicOnboardWmpibr-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-07T06:26:13.198Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-07T06:26:13.198Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-07T06:26:13.198Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23",
"consumerID": "aai-ml",
"timestamp": 1633587911320,
"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-10-07T06:26:13.203Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c8070bf5-26fc-4e55-95a7-4ebef0f46b23
2021-10-07T06:26:13.203Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c8070bf5-26fc-4e55-95a7-4ebef0f46b23 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-10-07T06:26:13.277Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23",
"serviceName": "basic_onboard_WmPIbr",
"serviceVersion": "1.0",
"serviceUUID": "b6bc8df1-d2f4-490d-b538-bda10c46ead8",
"serviceDescription": "service",
"serviceInvariantUUID": "34c4d000-f0e6-4899-9199-ea016ba0ba92",
"resources": [
{
"resourceInstanceName": "basic_onboard_WmPIbr 0",
"resourceCustomizationUUID": "bbdf34c4-af79-47c1-8ba5-f819b4737b7e",
"resourceName": "basic_onboard_WmPIbr",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "2fc4b43c-d79a-4a36-bb9c-31b7cc35d85b",
"resourceInvariantUUID": "2beb5b46-cba4-41b9-9287-4d1854d79781",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_wmpibr0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/basic_onboard_wmpibr0_modules.json",
"artifactChecksum": "Y2JlZjNlODM5ODRjNDNlMmE4ZGFmZWEwMjc2NWNiZjk\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ce792fda-9ee0-4af0-80de-4d35ac130c65",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "5ae582e4-7b13-4ff4-b0e1-fc6eca30723a",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "e5b56ad0-6abb-4e1b-9fd7-530b79a3f6cb",
"generatedFromUUID": "5ae582e4-7b13-4ff4-b0e1-fc6eca30723a"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "e5b56ad0-6abb-4e1b-9fd7-530b79a3f6cb",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardWmpibr-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/artifacts/service-BasicOnboardWmpibr-csar.csar",
"artifactChecksum": "ZDMxMTQ3OWYyYWY2NThiZDNjOGQwYTlhYjc0ZjM4MDk\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "fc64c37d-959f-4a9f-9c87-ed9feb02e5bf"
}
],
"workloadContext": "Production"
}
2021-10-07T06:26:13.277Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-07T06:26:13.277Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b6bc8df1-d2f4-490d-b538-bda10c46ead8 ASDC
2021-10-07T06:26:13.278Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:c8070bf5-26fc-4e55-95a7-4ebef0f46b23
ServiceName:basic_onboard_WmPIbr
ServiceVersion:1.0
ServiceUUID:b6bc8df1-d2f4-490d-b538-bda10c46ead8
ServiceInvariantUUID:34c4d000-f0e6-4899-9199-ea016ba0ba92
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardWmpibr-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/artifacts/service-BasicOnboardWmpibr-csar.csar
ArtifactUUID:fc64c37d-959f-4a9f-9c87-ed9feb02e5bf
ArtifactChecksum:ZDMxMTQ3OWYyYWY2NThiZDNjOGQwYTlhYjc0ZjM4MDk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_WmPIbr 0
ResourceCustomizationUUID:bbdf34c4-af79-47c1-8ba5-f819b4737b7e
ResourceInvariantUUID:2beb5b46-cba4-41b9-9287-4d1854d79781
ResourceName:basic_onboard_WmPIbr
ResourceType:VF
ResourceUUID:2fc4b43c-d79a-4a36-bb9c-31b7cc35d85b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_wmpibr0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/basic_onboard_wmpibr0_modules.json
ArtifactUUID:ce792fda-9ee0-4af0-80de-4d35ac130c65
ArtifactChecksum:Y2JlZjNlODM5ODRjNDNlMmE4ZGFmZWEwMjc2NWNiZjk=
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/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/base_ubuntu18.yaml
ArtifactUUID:5ae582e4-7b13-4ff4-b0e1-fc6eca30723a
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/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/base_ubuntu18.env
ArtifactUUID:e5b56ad0-6abb-4e1b-9fd7-530b79a3f6cb
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/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/base_ubuntu18.env
ArtifactUUID:e5b56ad0-6abb-4e1b-9fd7-530b79a3f6cb
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-10-07T06:26:13.278Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b6bc8df1-d2f4-490d-b538-bda10c46ead8 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-10-07T06:26:13.310Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-07T06:26:13.311Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-10-07T06:26:13.311Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-10-07T06:26:13.311Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: fc64c37d-959f-4a9f-9c87-ed9feb02e5bf from URL: /sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/artifacts/service-BasicOnboardWmpibr-csar.csar
2021-10-07T06:26:13.311Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-10-07T06:26:13.311Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/artifacts/service-BasicOnboardWmpibr-csar.csar
2021-10-07T06:26:13.492Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-10-07T06:26:13.497Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/artifacts/service-BasicOnboardWmpibr-csar.csar fc64c37d-959f-4a9f-9c87-ed9feb02e5bf 71378
2021-10-07T06:26:13.498Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/artifacts/service-BasicOnboardWmpibr-csar.csar ASDC sendASDCNotification
2021-10-07T06:26:13.498Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/artifacts/service-BasicOnboardWmpibr-csar.csar
2021-10-07T06:26:13.498Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-07T06:26:13.498Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-07T06:26:13.500Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-07T06:26:13.500Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633587973498,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/artifacts/service-BasicOnboardWmpibr-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-07T06:26:13.600Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-07T06:26:13.601Z||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-10-07T06:26:13.601Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B7cpHvBx3PSHHagO) ...
2021-10-07T06:26:13.612Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T06:26:13.613Z||pool-26-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-10-07T06:26:14.500Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-07T06:26:14.502Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-10-07T06:26:14.503Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: fc64c37d-959f-4a9f-9c87-ed9feb02e5bf, URL: /sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/artifacts/service-BasicOnboardWmpibr-csar.csar to file: /app/ASDC/1/service-BasicOnboardWmpibr-csar.csar
2021-10-07T06:26:14.503Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardWmpibr-csar.csar
2021-10-07T06:26:14.504Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardWmpibr-csar.csar
2021-10-07T06:26:14.504Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardWmpibr-csar.csar
2021-10-07T06:26:14.691Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6150418063444236548/Definitions/service-BasicOnboardWmpibr-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-10-07T06:26:16.358Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-07T06:26:16.358Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-10-07T06:26:16.359Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardWmpibr-csar.csar
2021-10-07T06:26:16.359Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-10-07T06:26:16.359Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|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-BasicOnboardWmpibr-csar.csar
2021-10-07T06:26:16.359Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_WmPIbr 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-BasicOnboardWmpibr-csar.csar
2021-10-07T06:26:16.359Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|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-BasicOnboardWmpibr-csar.csar
2021-10-07T06:26:16.359Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|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-BasicOnboardWmpibr-csar.csar
2021-10-07T06:26:16.359Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|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-BasicOnboardWmpibr-csar.csar
2021-10-07T06:26:16.359Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|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-BasicOnboardWmpibr-csar.csar
2021-10-07T06:26:16.359Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|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-BasicOnboardWmpibr-csar.csar
2021-10-07T06:26:16.359Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|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-BasicOnboardWmpibr-csar.csar
2021-10-07T06:26:16.359Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|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-BasicOnboardWmpibr-csar.csar
2021-10-07T06:26:16.359Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-10-07T06:26:16.359Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-07T06:26:16.359Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_WmPIbr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-07T06:26:16.359Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_WmPIbr 0 is matching search criteria
2021-10-07T06:26:16.360Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-10-07T06:26:16.360Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_WmPIbr 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-07T06:26:16.360Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-07T06:26:16.360Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_WmPIbr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-07T06:26:16.360Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_WmPIbr 0 is matching search criteria
2021-10-07T06:26:16.360Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-10-07T06:26:16.360Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_WmPIbr 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-07T06:26:16.360Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-07T06:26:16.360Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_WmPIbr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-07T06:26:16.360Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-07T06:26:16.360Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_WmPIbr 0 is not matching search criteria
2021-10-07T06:26:16.360Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-10-07T06:26:16.360Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-10-07T06:26:16.361Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-10-07T06:26:16.361Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-07T06:26:16.361Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-07T06:26:16.361Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-07T06:26:16.361Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_WmPIbr is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-07T06:26:16.361Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-07T06:26:16.361Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_WmPIbr 0 is matching search criteria
2021-10-07T06:26:16.361Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_WmPIbr 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-07T06:26:16.361Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-07T06:26:16.361Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_WmPIbr 0 is matching search criteria
2021-10-07T06:26:16.361Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_WmPIbr 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-07T06:26:16.362Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-07T06:26:16.362Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_WmPIbr 0 is matching search criteria
2021-10-07T06:26:16.362Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_WmPIbr 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-07T06:26:16.362Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-07T06:26:16.362Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_WmPIbr 0 is not matching search criteria
2021-10-07T06:26:16.362Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-10-07T06:26:16.362Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-07T06:26:16.362Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=3f075510-f8d9-425d-86c8-a1903ef1cd35
2021-10-07T06:26:16.362Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-07T06:26:16.362Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_WmPIbr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-07T06:26:16.362Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-07T06:26:16.362Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_WmPIbr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-07T06:26:16.362Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-07T06:26:16.363Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_WmPIbr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-07T06:26:16.363Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-07T06:26:16.363Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_WmPIbr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-07T06:26:16.363Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_WmPIbr
Description:service
Model UUID:b6bc8df1-d2f4-490d-b538-bda10c46ead8
Model Version:NULL
Model InvariantUuid:34c4d000-f0e6-4899-9199-ea016ba0ba92
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_WmPIbr
Model UUID:b44ca02f-a361-405d-9680-7533d1cf2bb0
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:2beb5b46-cba4-41b9-9287-4d1854d79781
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:bbdf34c4-af79-47c1-8ba5-f819b4737b7e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:36e3d358-fa8b-49cc-bc0a-8452c85d5c7c
ModelName:BasicOnboardWmpibr..base_ubuntu18..module-0
ModelUuid:acc8b932-3042-4629-81c9-b41f73d619ee
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:3f075510-f8d9-425d-86c8-a1903ef1cd35
ModelInvariantUuid:18e7d920-3ee5-4906-b34f-6cb7dc18c487
ModelName:basic_onboard_WmPIbr-nodes.ubuntu18Cvfc
ModelUuid:85caeab4-a036-4e32-b5db-380855edb076
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:a8ad79a5-1bac-467c-bcf8-fabdc97ceeba
ModelInvariantUuid:3ccfbc28-8eb4-4f2a-9af1-6b5331f92e2d
ModelName:BasicOnboardWmpibr.compute.nodes.heat.ubuntu18
ModelUuid:6b5bd07f-fbf4-4e5f-9301-91368c591a67
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-10-07T06:26:16.369Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 2fc4b43c-d79a-4a36-bb9c-31b7cc35d85b
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-10-07T06:26:16.372Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||basic_onboard_WmPIbr 0
2021-10-07T06:26:16.372Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2fc4b43c-d79a-4a36-bb9c-31b7cc35d85b
2021-10-07T06:26:16.372Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: ce792fda-9ee0-4af0-80de-4d35ac130c65 from URL: /sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/basic_onboard_wmpibr0_modules.json
2021-10-07T06:26:16.372Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-10-07T06:26:16.372Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/basic_onboard_wmpibr0_modules.json
2021-10-07T06:26:17.579Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-10-07T06:26:17.580Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/basic_onboard_wmpibr0_modules.json ce792fda-9ee0-4af0-80de-4d35ac130c65 798
2021-10-07T06:26:17.580Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/basic_onboard_wmpibr0_modules.json ASDC sendASDCNotification
2021-10-07T06:26:17.580Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/basic_onboard_wmpibr0_modules.json
2021-10-07T06:26:17.580Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-07T06:26:17.581Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-07T06:26:17.583Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-07T06:26:17.583Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633587977580,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/basic_onboard_wmpibr0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-10-07T06:26:17.683Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-07T06:26:17.684Z||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-10-07T06:26:17.684Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B7cpHvBx3PSHHagO) ...
2021-10-07T06:26:17.696Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T06:26:17.696Z||pool-27-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-07T06:26:18.583Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardWmpibr..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "36e3d358-fa8b-49cc-bc0a-8452c85d5c7c",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "acc8b932-3042-4629-81c9-b41f73d619ee",
"vfModuleModelCustomizationUUID": "1ec84c08-01a1-4044-ae64-85ba876fb274",
"isBase": true,
"artifacts": [
"5ae582e4-7b13-4ff4-b0e1-fc6eca30723a",
"e5b56ad0-6abb-4e1b-9fd7-530b79a3f6cb"
],
"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-10-07T06:26:18.587Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardWmpibr..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:acc8b932-3042-4629-81c9-b41f73d619ee
VfModuleModelInvariantUUID:36e3d358-fa8b-49cc-bc0a-8452c85d5c7c
VfModuleModelDescription:NULL
Artifacts UUID List:{
5ae582e4-7b13-4ff4-b0e1-fc6eca30723a
,
e5b56ad0-6abb-4e1b-9fd7-530b79a3f6cb
}
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-10-07T06:26:18.590Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardWmpibr..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "36e3d358-fa8b-49cc-bc0a-8452c85d5c7c",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "acc8b932-3042-4629-81c9-b41f73d619ee",
"vfModuleModelCustomizationUUID": "1ec84c08-01a1-4044-ae64-85ba876fb274",
"isBase": true,
"artifacts": [
"5ae582e4-7b13-4ff4-b0e1-fc6eca30723a",
"e5b56ad0-6abb-4e1b-9fd7-530b79a3f6cb"
],
"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-10-07T06:26:18.590Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardWmpibr..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:acc8b932-3042-4629-81c9-b41f73d619ee
VfModuleModelInvariantUUID:36e3d358-fa8b-49cc-bc0a-8452c85d5c7c
VfModuleModelDescription:NULL
Artifacts UUID List:{
5ae582e4-7b13-4ff4-b0e1-fc6eca30723a
,
e5b56ad0-6abb-4e1b-9fd7-530b79a3f6cb
}
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-10-07T06:26:18.590Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 5ae582e4-7b13-4ff4-b0e1-fc6eca30723a from URL: /sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/base_ubuntu18.yaml
2021-10-07T06:26:18.590Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-10-07T06:26:18.590Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/base_ubuntu18.yaml
2021-10-07T06:26:19.980Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-10-07T06:26:19.980Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/base_ubuntu18.yaml 5ae582e4-7b13-4ff4-b0e1-fc6eca30723a 5033
2021-10-07T06:26:19.980Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-10-07T06:26:19.980Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/base_ubuntu18.yaml
2021-10-07T06:26:19.981Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-07T06:26:19.981Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-07T06:26:19.982Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-07T06:26:19.982Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633587979980,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-10-07T06:26:20.083Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-07T06:26:20.083Z||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-10-07T06:26:20.083Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B7cpHvBx3PSHHagO) ...
2021-10-07T06:26:20.095Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T06:26:20.096Z||pool-28-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-07T06:26:20.983Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: e5b56ad0-6abb-4e1b-9fd7-530b79a3f6cb from URL: /sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/base_ubuntu18.env
2021-10-07T06:26:20.984Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-10-07T06:26:20.984Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/base_ubuntu18.env
2021-10-07T06:26:22.523Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-10-07T06:26:22.523Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/base_ubuntu18.env e5b56ad0-6abb-4e1b-9fd7-530b79a3f6cb 909
2021-10-07T06:26:22.523Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-10-07T06:26:22.523Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/base_ubuntu18.env
2021-10-07T06:26:22.523Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-07T06:26:22.524Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-07T06:26:22.525Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-07T06:26:22.525Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633587982523,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-10-07T06:26:22.626Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-07T06:26:22.626Z||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-10-07T06:26:22.626Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B7cpHvBx3PSHHagO) ...
2021-10-07T06:26:22.637Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T06:26:22.638Z||pool-29-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-07T06:26:23.526Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: b6bc8df1-d2f4-490d-b538-bda10c46ead8
2021-10-07T06:26:23.527Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_WmPIbr 0 2fc4b43c-d79a-4a36-bb9c-31b7cc35d85b ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-10-07T06:26:23.541Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5fa7b062, org.onap.sdc.toscaparser.api.parameters.Input@48565a5a, org.onap.sdc.toscaparser.api.parameters.Input@e926ba1, org.onap.sdc.toscaparser.api.parameters.Input@7bfe0126, org.onap.sdc.toscaparser.api.parameters.Input@19b89a9b]
2021-10-07T06:26:23.542Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-07T06:26:23.542Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_WmPIbr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-07T06:26:23.542Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic
2021-10-07T06:26:23.542Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= bbdf34c4-af79-47c1-8ba5-f819b4737b7e
2021-10-07T06:26:23.543Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: bbdf34c4-af79-47c1-8ba5-f819b4737b7e matches Tosca VF Customization UUID: bbdf34c4-af79-47c1-8ba5-f819b4737b7e
2021-10-07T06:26:23.543Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: bbdf34c4-af79-47c1-8ba5-f819b4737b7e matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-10-07T06:26:23.545Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-07T06:26:23.545Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_WmPIbr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-07T06:26:23.546Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id bbdf34c4-af79-47c1-8ba5-f819b4737b7e: {\"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-10-07T06:26:23.546Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@75e8fe03
2021-10-07T06:26:23.546Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-07T06:26:23.546Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_WmPIbr is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-07T06:26:23.547Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1ec84c08-01a1-4044-ae64-85ba876fb274
2021-10-07T06:26:23.547Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1ec84c08-01a1-4044-ae64-85ba876fb274
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-10-07T06:26:23.549Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-07T06:26:23.550Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_WmPIbr 0 is matching search criteria
2021-10-07T06:26:23.550Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_WmPIbr 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-07T06:26:23.550Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-07T06:26:23.550Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_WmPIbr 0 is matching search criteria
2021-10-07T06:26:23.550Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_WmPIbr 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-07T06:26:23.550Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-07T06:26:23.550Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_WmPIbr 0 is not matching search criteria
2021-10-07T06:26:23.551Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-10-07T06:26:23.551Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-07T06:26:23.551Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=3f075510-f8d9-425d-86c8-a1903ef1cd35
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-10-07T06:26:23.553Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-07T06:26:23.553Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_WmPIbr 0 is matching search criteria
2021-10-07T06:26:23.553Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_WmPIbr 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-07T06:26:23.553Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-07T06:26:23.553Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_WmPIbr 0 is matching search criteria
2021-10-07T06:26:23.554Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_WmPIbr 0] matching following query criteria: sdcType=VF, customizationUUID=bbdf34c4-af79-47c1-8ba5-f819b4737b7e
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-10-07T06:26:23.556Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-07T06:26:23.556Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_WmPIbr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-07T06:26:23.556Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid b6bc8df1-d2f4-490d-b538-bda10c46ead8: basic_onboard_WmPIbr
2021-10-07T06:26:23.556Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-07T06:26:23.556Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_WmPIbr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-07T06:26:23.556Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-07T06:26:23.556Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_WmPIbr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-07T06:26:23.556Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-07T06:26:23.557Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_WmPIbr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-07T06:26:23.557Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-07T06:26:23.557Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_WmPIbr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-07T06:26:23.557Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-07T06:26:23.557Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_WmPIbr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-07T06:26:23.557Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Saving Service: basic_onboard_WmPIbr
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-07T06:26:23.638Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_WmPIbr 2fc4b43c-d79a-4a36-bb9c-31b7cc35d85b 1 ASDC deployResourceStructure
2021-10-07T06:26:23.638Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/basic_onboard_wmpibr0_modules.json ASDC sendASDCNotification
2021-10-07T06:26:23.638Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/basic_onboard_wmpibr0_modules.json
2021-10-07T06:26:23.638Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-07T06:26:23.639Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-07T06:26:23.640Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-07T06:26:23.641Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633587983638,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/basic_onboard_wmpibr0_modules.json",
"status": "DEPLOY_OK"
}
2021-10-07T06:26:23.741Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-07T06:26:23.742Z||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-10-07T06:26:23.742Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B7cpHvBx3PSHHagO) ...
2021-10-07T06:26:23.752Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T06:26:23.753Z||pool-30-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-07T06:26:24.641Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-10-07T06:26:24.642Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/base_ubuntu18.yaml
2021-10-07T06:26:24.642Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-07T06:26:24.642Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-07T06:26:24.644Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-07T06:26:24.644Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633587984641,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-10-07T06:26:24.744Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-07T06:26:24.745Z||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-10-07T06:26:24.745Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B7cpHvBx3PSHHagO) ...
2021-10-07T06:26:24.757Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T06:26:24.758Z||pool-31-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-07T06:26:25.645Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-10-07T06:26:25.645Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/base_ubuntu18.env
2021-10-07T06:26:25.645Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-07T06:26:25.645Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-07T06:26:25.647Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-07T06:26:25.647Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633587985645,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-10-07T06:26:25.747Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-07T06:26:25.748Z||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-10-07T06:26:25.748Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B7cpHvBx3PSHHagO) ...
2021-10-07T06:26:25.761Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T06:26:25.762Z||pool-32-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-10-07T06:26:26.648Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/artifacts/service-BasicOnboardWmpibr-csar.csar ASDC sendASDCNotification
2021-10-07T06:26:26.648Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/artifacts/service-BasicOnboardWmpibr-csar.csar
2021-10-07T06:26:26.648Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-07T06:26:26.648Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-07T06:26:26.650Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-07T06:26:26.650Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633587986647,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/artifacts/service-BasicOnboardWmpibr-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-07T06:26:26.750Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-07T06:26:26.751Z||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-10-07T06:26:26.751Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B7cpHvBx3PSHHagO) ...
2021-10-07T06:26:26.762Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T06:26:26.762Z||pool-33-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-07T06:26:27.651Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c8070bf5-26fc-4e55-95a7-4ebef0f46b23
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-10-07T06:26:27.661Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c8070bf5-26fc-4e55-95a7-4ebef0f46b23
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-10-07T06:26:27.663Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-07T06:26:27.663Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-07T06:26:27.663Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-07T06:26:27.663Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-07T06:26:27.663Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-07T06:26:27.664Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-07T06:26:27.664Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-07T06:26:27.664Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-07T06:26:27.664Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-07T06:26:27.664Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-07T06:26:27.664Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|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-10-07T06:26:27.668Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-07T06:26:57.668Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c8070bf5-26fc-4e55-95a7-4ebef0f46b23 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-10-07T06:26:57.673Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c8070bf5-26fc-4e55-95a7-4ebef0f46b23 and serviceModelVersionId: b6bc8df1-d2f4-490d-b538-bda10c46ead8
2021-10-07T06:26:57.673Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 34c4d000-f0e6-4899-9199-ea016ba0ba92
2021-10-07T06:26:57.674Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/34c4d000-f0e6-4899-9199-ea016ba0ba92/model-vers/model-ver/b6bc8df1-d2f4-490d-b538-bda10c46ead8?depth=0
2021-10-07T06:26:57.679Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2021-10-07T06:26:57.722Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/34c4d000-f0e6-4899-9199-ea016ba0ba92/model-vers/model-ver/b6bc8df1-d2f4-490d-b538-bda10c46ead8?depth=0|INFO|500||Invoke
2021-10-07T06:26:57.722Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/34c4d000-f0e6-4899-9199-ea016ba0ba92/model-vers/model-ver/b6bc8df1-d2f4-490d-b538-bda10c46ead8?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/34c4d000-f0e6-4899-9199-ea016ba0ba92/model-vers/model-ver/b6bc8df1-d2f4-490d-b538-bda10c46ead8?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c8070bf5-26fc-4e55-95a7-4ebef0f46b23], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[852dd32d-5380-473b-8a9d-6774960cc9aa], X-ECOMP-RequestID=[c8070bf5-26fc-4e55-95a7-4ebef0f46b23], X-TransactionId=[], X-ONAP-RequestID=[c8070bf5-26fc-4e55-95a7-4ebef0f46b23], Content-Type=[application/merge-patch+json]}
2021-10-07T06:26:57.746Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/34c4d000-f0e6-4899-9199-ea016ba0ba92/model-vers/model-ver/b6bc8df1-d2f4-490d-b538-bda10c46ead8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-10-07T06:26:58.180Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/34c4d000-f0e6-4899-9199-ea016ba0ba92/model-vers/model-ver/b6bc8df1-d2f4-490d-b538-bda10c46ead8?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/34c4d000-f0e6-4899-9199-ea016ba0ba92/model-vers/model-ver/b6bc8df1-d2f4-490d-b538-bda10c46ead8?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211007-06:26:57:754-43699], vertex-id=[188440], Content-Length=[0], Date=[Thu, 07 Oct 2021 06:26:57 GMT], Content-Type=[application/json]}
2021-10-07T06:26:58.181Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/34c4d000-f0e6-4899-9199-ea016ba0ba92/model-vers/model-ver/b6bc8df1-d2f4-490d-b538-bda10c46ead8?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-10-07T06:26:58.181Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/34c4d000-f0e6-4899-9199-ea016ba0ba92/model-vers/model-ver/b6bc8df1-d2f4-490d-b538-bda10c46ead8?depth=0|INFO|500||InvokeReturn
2021-10-07T06:26:58.182Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-07T06:26:58.182Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-10-07T06:26:58.187Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|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-10-07T06:26:58.187Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c8070bf5-26fc-4e55-95a7-4ebef0f46b23 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-07T06:26:58.188Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-07T06:26:58.188Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-07T06:26:58.189Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-07T06:26:58.190Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633588018187,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-07T06:26:58.290Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-07T06:26:58.291Z||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-10-07T06:26:58.291Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B7cpHvBx3PSHHagO) ...
2021-10-07T06:26:58.307Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T06:26:58.307Z||pool-34-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-07T06:26:59.201Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T06:26:59.201Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|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-10-07T06:26:59.202Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|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 B7cpHvBx3PSHHagO) ...
2021-10-07T06:27:08.750Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T06:27:08.751Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T06:27:08.751Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|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-10-07T06:27:08.752Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|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 B7cpHvBx3PSHHagO) ...
2021-10-07T06:27:13.075Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T06:27:13.075Z||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-10-07T06:27:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T06:27:13.099Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T06:27:13.099Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-07T06:27:13.100Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633587960909,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-07T06:27:13.101Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-07T06:27:13.101Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-07T06:27:13.101Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633587961930,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:27:13.101Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-07T06:27:13.101Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-07T06:27:13.101Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633587961930,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/basic_onboard_wmpibr0_modules.json",
"status": "NOTIFIED"
}
2021-10-07T06:27:13.101Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-07T06:27:13.101Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-07T06:27:13.102Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633587961930,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-10-07T06:27:13.102Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-07T06:27:13.102Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-07T06:27:13.102Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633587961930,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:27:13.102Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-07T06:27:13.102Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-07T06:27:13.102Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633587961930,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-10-07T06:27:13.102Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-07T06:27:13.102Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-07T06:27:13.102Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633587961930,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/artifacts/service-BasicOnboardWmpibr-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:27:13.102Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-07T06:27:13.102Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-07T06:27:13.102Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633587961930,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/artifacts/service-BasicOnboardWmpibr-csar.csar",
"status": "NOTIFIED"
}
2021-10-07T06:27:13.103Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-07T06:27:18.299Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T06:27:18.299Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T06:27:18.300Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|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-10-07T06:27:18.300Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|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 B7cpHvBx3PSHHagO) ...
2021-10-07T06:27:27.837Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T06:28:13.073Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T06:28:13.074Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|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-10-07T06:28:13.074Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|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 B7cpHvBx3PSHHagO) ...
2021-10-07T06:28:13.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T06:28:13.076Z||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-10-07T06:28:13.076Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T06:28:13.598Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T06:28:13.599Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-07T06:28:13.599Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633587973498,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/artifacts/service-BasicOnboardWmpibr-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-07T06:28:13.599Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-07T06:28:13.600Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-07T06:28:13.600Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633587977580,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/basic_onboard_wmpibr0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-10-07T06:28:13.600Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-07T06:28:13.600Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-07T06:28:13.600Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633587979980,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-10-07T06:28:13.600Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-07T06:28:13.600Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-07T06:28:13.600Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633587982523,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-10-07T06:28:13.600Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-07T06:28:13.600Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-07T06:28:13.600Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633587983638,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/basic_onboard_wmpibr0_modules.json",
"status": "DEPLOY_OK"
}
2021-10-07T06:28:13.601Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-07T06:28:13.601Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-07T06:28:13.601Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633587984641,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-10-07T06:28:13.601Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-07T06:28:13.601Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-07T06:28:13.601Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633587985645,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-10-07T06:28:13.601Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-07T06:28:13.601Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-07T06:28:13.601Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633587986647,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/artifacts/service-BasicOnboardWmpibr-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-07T06:28:13.601Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-07T06:28:13.602Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-07T06:28:13.602Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633588018187,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-07T06:28:13.602Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-07T06:28:22.626Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T06:29:13.073Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T06:29:13.074Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|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-10-07T06:29:13.074Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|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 B7cpHvBx3PSHHagO) ...
2021-10-07T06:29:13.075Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T06:29:13.075Z||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-10-07T06:29:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T06:29:22.615Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T06:29:22.623Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T06:30:13.073Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T06:30:13.074Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|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-10-07T06:30:13.074Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|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 B7cpHvBx3PSHHagO) ...
2021-10-07T06:30:13.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T06:30:13.075Z||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-10-07T06:30:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T06:30:22.623Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T06:30:22.623Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T06:31:13.073Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T06:31:13.073Z||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-10-07T06:31:13.074Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T06:31:13.075Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T06:31:13.076Z||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-10-07T06:31:13.076Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T06:31:22.616Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T06:31:22.622Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T06:32:13.073Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T06:32:13.073Z||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-10-07T06:32:13.074Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T06:32:13.075Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T06:32:13.075Z||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-10-07T06:32:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T06:32:22.620Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T06:32:22.620Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T06:33:13.073Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T06:33:13.074Z||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-10-07T06:33:13.074Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T06:33:13.075Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T06:33:13.075Z||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-10-07T06:33:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T06:33:22.627Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T06:33:22.628Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T06:34:13.073Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T06:34:13.074Z||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-10-07T06:34:13.074Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T06:34:13.075Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T06:34:13.075Z||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-10-07T06:34:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T06:34:22.623Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T06:34:22.624Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T06:35:13.073Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T06:35:13.075Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T06:35:13.075Z||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-10-07T06:35:13.075Z||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-10-07T06:35:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T06:35:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T06:35:22.623Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T06:35:22.623Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T06:36:13.073Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T06:36:13.074Z||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-10-07T06:36:13.074Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T06:36:13.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T06:36:13.075Z||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-10-07T06:36:13.076Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T06:36:13.698Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T06:36:13.700Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-07T06:36:13.700Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"8703d8e2-18c7-41da-b663-11ea448e4ad7","serviceName":"Demo_pNF_nwgfEAY6BgQ2bWolG8tU","serviceVersion":"1.0","serviceUUID":"41ad5810-fc49-469a-af20-2bbb72e362cf","serviceDescription":"catalog service description","serviceInvariantUUID":"b4899ac5-2a9b-4d62-a6d0-422c832696d8","resources":[{"resourceInstanceName":"pNF 3c2b8bcd-0e26 0","resourceName":"pNF 3c2b8bcd-0e26","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"a0095c01-12c5-4b8a-a186-c96e054ad9bb","resourceInvariantUUID":"7b08d011-7461-4661-8c72-06b210eda888","resourceCustomizationUUID":"49d709d3-5c8d-425a-b624-51dd92867a2f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/resourceInstances/pnf3c2b8bcd0e260/artifacts/vf-license-model.xml","artifactChecksum":"MmMxZmZjYzk1ZmRkNWY5YjY0YzY3MGMxMWJkNzVlMWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d34897e8-e6c0-4c0f-a5d7-fec6f89e06fa","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/resourceInstances/pnf3c2b8bcd0e260/artifacts/pNF.csar","artifactChecksum":"M2M1NWZmNWJlYWIwOWYwMGMxMTMyMjQ5Nzg1OTk4ZWU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"78704da5-1759-4ba9-a627-99316e5910cc","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/resourceInstances/pnf3c2b8bcd0e260/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ff3f9440-4cc0-44c5-8fa7-e491d41aca07","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/resourceInstances/pnf3c2b8bcd0e260/artifacts/vendor-license-model.xml","artifactChecksum":"MWE4OWI3ODc2ZjZkMjE4OGZlMWMwZjQwNGUwYzYyZjQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c8a2a5cd-dcad-44ee-9990-e254be6292ac","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/resourceInstances/pnf3c2b8bcd0e260/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"55669421-cca1-403f-9717-c003255702d7","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/resourceInstances/pnf3c2b8bcd0e260/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"747c5b41-bcc0-4249-b695-8390a1a5fa2e","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfNwgfeay6bgq2bwolg8tu-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/artifacts/service-DemoPnfNwgfeay6bgq2bwolg8tu-template.yml","artifactChecksum":"ZjE2NWM4ZGE4MTRkNTcwY2RmZTk3ZjdmMjY4MDczNDA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"72bc06a3-b51f-4fa0-b91e-38d758a4acb6","artifactVersion":"1"},{"artifactName":"service-DemoPnfNwgfeay6bgq2bwolg8tu-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/artifacts/service-DemoPnfNwgfeay6bgq2bwolg8tu-csar.csar","artifactChecksum":"ZTMyZWE4OGQ1YTY1YWIzZjg5YTBkMTllYWY1M2Q2MDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"72991c12-2f3e-491a-8ef0-2c81f831dc51","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-07T06:36:13.702Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-07T06:36:13.702Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-07T06:36:13.704Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T06:36:13.704Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-07T06:36:13.704Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633588573073,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/resourceInstances/pnf3c2b8bcd0e260/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:36:13.707Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-07T06:36:13.707Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1633588529181,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/resourceInstances/pnf3c2b8bcd0e260/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:36:13.708Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-07T06:36:13.709Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-07T06:36:13.709Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7",
"consumerID": "cds",
"timestamp": 1633588528908,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/resourceInstances/pnf3c2b8bcd0e260/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:36:13.709Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-07T06:36:13.709Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-07T06:36:13.709Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7",
"consumerID": "clamp",
"timestamp": 1633588527198,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/resourceInstances/pnf3c2b8bcd0e260/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:36:13.710Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-07T06:36:13.710Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-07T06:36:13.710Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7",
"consumerID": "policy-id",
"timestamp": 1633588531144,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/resourceInstances/pnf3c2b8bcd0e260/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:36:13.711Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-07T06:36:13.711Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-07T06:36:13.711Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7",
"consumerID": "clamp",
"timestamp": 1633588527198,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/resourceInstances/pnf3c2b8bcd0e260/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:36:13.711Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-07T06:36:13.711Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-07T06:36:13.711Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7",
"consumerID": "cds",
"timestamp": 1633588528908,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/resourceInstances/pnf3c2b8bcd0e260/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:36:13.712Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-07T06:36:13.712Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-07T06:36:13.712Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1633588529181,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/resourceInstances/pnf3c2b8bcd0e260/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:36:13.712Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-07T06:36:13.712Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-07T06:36:13.713Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7",
"consumerID": "policy-id",
"timestamp": 1633588531144,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/resourceInstances/pnf3c2b8bcd0e260/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:36:13.713Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-07T06:36:13.713Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-07T06:36:13.713Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7",
"consumerID": "cds",
"timestamp": 1633588528908,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/resourceInstances/pnf3c2b8bcd0e260/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:36:13.713Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-07T06:36:13.714Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-07T06:36:13.714Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7",
"consumerID": "clamp",
"timestamp": 1633588527198,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/resourceInstances/pnf3c2b8bcd0e260/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:36:13.714Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-07T06:36:13.714Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-07T06:36:13.714Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1633588529181,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/resourceInstances/pnf3c2b8bcd0e260/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:36:13.715Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-07T06:36:13.715Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-07T06:36:13.715Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7",
"consumerID": "policy-id",
"timestamp": 1633588531144,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/resourceInstances/pnf3c2b8bcd0e260/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:36:13.715Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-07T06:36:13.715Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-07T06:36:13.715Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7",
"consumerID": "clamp",
"timestamp": 1633588527198,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/resourceInstances/pnf3c2b8bcd0e260/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:36:13.716Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-07T06:36:13.716Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-07T06:36:13.716Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7",
"consumerID": "cds",
"timestamp": 1633588528908,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/resourceInstances/pnf3c2b8bcd0e260/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:36:13.716Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-07T06:36:13.716Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-07T06:36:13.717Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1633588529181,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/resourceInstances/pnf3c2b8bcd0e260/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:36:13.717Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-07T06:36:13.717Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-07T06:36:13.717Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7",
"consumerID": "policy-id",
"timestamp": 1633588531144,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/resourceInstances/pnf3c2b8bcd0e260/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:36:13.717Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-07T06:36:13.717Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-07T06:36:13.717Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7",
"consumerID": "clamp",
"timestamp": 1633588527198,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/resourceInstances/pnf3c2b8bcd0e260/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:36:13.718Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-07T06:36:13.718Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-07T06:36:13.718Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7",
"consumerID": "cds",
"timestamp": 1633588528908,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/resourceInstances/pnf3c2b8bcd0e260/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:36:13.718Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-07T06:36:13.718Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-07T06:36:13.719Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1633588529181,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/resourceInstances/pnf3c2b8bcd0e260/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:36:13.719Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-07T06:36:13.719Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-07T06:36:13.719Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7",
"consumerID": "policy-id",
"timestamp": 1633588531144,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/resourceInstances/pnf3c2b8bcd0e260/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:36:13.719Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-07T06:36:13.719Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-07T06:36:13.720Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7",
"consumerID": "cds",
"timestamp": 1633588528908,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/resourceInstances/pnf3c2b8bcd0e260/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:36:13.720Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-07T06:36:13.720Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-07T06:36:13.720Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7",
"consumerID": "clamp",
"timestamp": 1633588527198,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/resourceInstances/pnf3c2b8bcd0e260/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:36:13.720Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-07T06:36:13.720Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-07T06:36:13.720Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1633588529181,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/resourceInstances/pnf3c2b8bcd0e260/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:36:13.721Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-07T06:36:13.721Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-07T06:36:13.721Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7",
"consumerID": "policy-id",
"timestamp": 1633588531144,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/resourceInstances/pnf3c2b8bcd0e260/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:36:13.721Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-07T06:36:13.721Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-07T06:36:13.721Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7",
"consumerID": "cds",
"timestamp": 1633588528908,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/artifacts/service-DemoPnfNwgfeay6bgq2bwolg8tu-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:36:13.722Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-07T06:36:13.722Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-07T06:36:13.722Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7",
"consumerID": "clamp",
"timestamp": 1633588527198,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/artifacts/service-DemoPnfNwgfeay6bgq2bwolg8tu-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:36:13.722Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-07T06:36:13.722Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-07T06:36:13.722Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1633588529181,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/artifacts/service-DemoPnfNwgfeay6bgq2bwolg8tu-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:36:13.722Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-07T06:36:13.723Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-07T06:36:13.723Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7",
"consumerID": "policy-id",
"timestamp": 1633588531144,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/artifacts/service-DemoPnfNwgfeay6bgq2bwolg8tu-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:36:13.723Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-07T06:36:13.723Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-07T06:36:13.723Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7",
"consumerID": "ves-openapi-manager",
"timestamp": 1633588539834,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/resourceInstances/pnf3c2b8bcd0e260/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:36:13.723Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-07T06:36:13.723Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-07T06:36:13.724Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1633588540229,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/resourceInstances/pnf3c2b8bcd0e260/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:36:13.724Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-07T06:36:13.724Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-07T06:36:13.724Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7",
"consumerID": "cds",
"timestamp": 1633588528908,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/artifacts/service-DemoPnfNwgfeay6bgq2bwolg8tu-csar.csar",
"status": "NOTIFIED"
}
2021-10-07T06:36:13.724Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-07T06:36:13.724Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-07T06:36:13.724Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7",
"consumerID": "clamp",
"timestamp": 1633588527198,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/artifacts/service-DemoPnfNwgfeay6bgq2bwolg8tu-csar.csar",
"status": "NOTIFIED"
}
2021-10-07T06:36:13.725Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-07T06:36:13.725Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-07T06:36:13.725Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1633588529181,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/artifacts/service-DemoPnfNwgfeay6bgq2bwolg8tu-csar.csar",
"status": "NOTIFIED"
}
2021-10-07T06:36:13.725Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-07T06:36:13.725Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-07T06:36:13.725Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7",
"consumerID": "policy-id",
"timestamp": 1633588531144,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/artifacts/service-DemoPnfNwgfeay6bgq2bwolg8tu-csar.csar",
"status": "NOTIFIED"
}
2021-10-07T06:36:13.726Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-07T06:36:13.726Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-07T06:36:13.726Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7",
"consumerID": "ves-openapi-manager",
"timestamp": 1633588539834,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/resourceInstances/pnf3c2b8bcd0e260/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:36:13.726Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-07T06:36:13.726Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-07T06:36:13.726Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1633588540229,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/resourceInstances/pnf3c2b8bcd0e260/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:36:13.727Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-07T06:36:13.727Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-07T06:36:13.727Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7",
"consumerID": "ves-openapi-manager",
"timestamp": 1633588539834,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/resourceInstances/pnf3c2b8bcd0e260/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:36:13.727Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-07T06:36:13.727Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-07T06:36:13.727Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7",
"consumerID": "dcae-sch",
"timestamp": 1633588542034,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/resourceInstances/pnf3c2b8bcd0e260/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:36:13.727Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-07T06:36:13.728Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-07T06:36:13.728Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1633588540229,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/resourceInstances/pnf3c2b8bcd0e260/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:36:13.728Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-07T06:36:13.728Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-07T06:36:13.728Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7",
"consumerID": "ves-openapi-manager",
"timestamp": 1633588539834,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/resourceInstances/pnf3c2b8bcd0e260/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:36:13.728Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-07T06:36:13.728Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-07T06:36:13.729Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7",
"consumerID": "dcae-sch",
"timestamp": 1633588542034,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/resourceInstances/pnf3c2b8bcd0e260/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:36:13.729Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-07T06:36:13.729Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-07T06:36:13.729Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1633588540229,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/resourceInstances/pnf3c2b8bcd0e260/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:36:13.729Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-07T06:36:13.729Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-07T06:36:13.729Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7",
"consumerID": "ves-openapi-manager",
"timestamp": 1633588539834,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/resourceInstances/pnf3c2b8bcd0e260/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:36:13.730Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-07T06:36:13.730Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-07T06:36:13.730Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7",
"consumerID": "dcae-sch",
"timestamp": 1633588542034,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/resourceInstances/pnf3c2b8bcd0e260/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:36:13.730Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-07T06:36:13.730Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-07T06:36:13.730Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1633588540229,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/resourceInstances/pnf3c2b8bcd0e260/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:36:13.731Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-07T06:36:13.731Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-07T06:36:13.731Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7",
"consumerID": "ves-openapi-manager",
"timestamp": 1633588539834,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/resourceInstances/pnf3c2b8bcd0e260/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2021-10-07T06:36:13.731Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-07T06:36:13.731Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-07T06:36:13.731Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7",
"consumerID": "dcae-sch",
"timestamp": 1633588542034,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/resourceInstances/pnf3c2b8bcd0e260/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:36:13.732Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-07T06:36:13.732Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-07T06:36:13.732Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1633588545725,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/artifacts/service-DemoPnfNwgfeay6bgq2bwolg8tu-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-07T06:36:13.732Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-07T06:36:13.732Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-07T06:36:13.732Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1633588540229,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/resourceInstances/pnf3c2b8bcd0e260/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:36:13.733Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-07T06:36:13.733Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-07T06:36:13.733Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7",
"consumerID": "policy-id",
"timestamp": 1633588545921,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/artifacts/service-DemoPnfNwgfeay6bgq2bwolg8tu-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-07T06:36:13.733Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-07T06:36:13.733Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-07T06:36:13.733Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7",
"consumerID": "cds",
"timestamp": 1633588546315,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/artifacts/service-DemoPnfNwgfeay6bgq2bwolg8tu-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-07T06:36:13.734Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-07T06:36:13.734Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-07T06:36:13.734Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7",
"consumerID": "ves-openapi-manager",
"timestamp": 1633588539834,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/artifacts/service-DemoPnfNwgfeay6bgq2bwolg8tu-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:36:13.734Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-07T06:36:13.734Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-07T06:36:13.734Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7",
"consumerID": "dcae-sch",
"timestamp": 1633588542034,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/resourceInstances/pnf3c2b8bcd0e260/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:36:13.734Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-07T06:36:13.735Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-07T06:36:13.735Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1633588540229,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/artifacts/service-DemoPnfNwgfeay6bgq2bwolg8tu-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:36:13.735Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-07T06:36:13.735Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-07T06:36:13.735Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7",
"consumerID": "policy-id",
"timestamp": 1633588546924,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/artifacts/service-DemoPnfNwgfeay6bgq2bwolg8tu-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-07T06:36:13.735Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-07T06:36:13.736Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-07T06:36:13.736Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7",
"consumerID": "cds",
"timestamp": 1633588547319,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/artifacts/service-DemoPnfNwgfeay6bgq2bwolg8tu-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-07T06:36:13.750Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8703d8e2-18c7-41da-b663-11ea448e4ad7
2021-10-07T06:36:13.750Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8703d8e2-18c7-41da-b663-11ea448e4ad7 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-10-07T06:36:13.760Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-07T06:36:13.761Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7",
"consumerID": "ves-openapi-manager",
"timestamp": 1633588539834,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/artifacts/service-DemoPnfNwgfeay6bgq2bwolg8tu-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:36:13.761Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-07T06:36:13.761Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-07T06:36:13.762Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1633588547535,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/artifacts/service-DemoPnfNwgfeay6bgq2bwolg8tu-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-07T06:36:13.762Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-07T06:36:13.763Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-07T06:36:13.763Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7",
"consumerID": "dcae-sch",
"timestamp": 1633588542034,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/resourceInstances/pnf3c2b8bcd0e260/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:36:13.763Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-07T06:36:13.763Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-07T06:36:13.764Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1633588540229,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/artifacts/service-DemoPnfNwgfeay6bgq2bwolg8tu-csar.csar",
"status": "NOTIFIED"
}
2021-10-07T06:36:13.764Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-07T06:36:13.764Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-07T06:36:13.764Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7",
"consumerID": "policy-id",
"timestamp": 1633588547926,
"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-10-07T06:36:13.769Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8703d8e2-18c7-41da-b663-11ea448e4ad7
2021-10-07T06:36:13.769Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8703d8e2-18c7-41da-b663-11ea448e4ad7 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-10-07T06:36:13.790Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-07T06:36:13.790Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1633588548538,
"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-10-07T06:36:13.795Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8703d8e2-18c7-41da-b663-11ea448e4ad7
2021-10-07T06:36:13.795Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8703d8e2-18c7-41da-b663-11ea448e4ad7 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-10-07T06:36:13.803Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-07T06:36:13.803Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7",
"consumerID": "dcae-sch",
"timestamp": 1633588542034,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/artifacts/service-DemoPnfNwgfeay6bgq2bwolg8tu-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:36:13.803Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-07T06:36:13.803Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-07T06:36:13.803Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7",
"consumerID": "dcae-sch",
"timestamp": 1633588542034,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/artifacts/service-DemoPnfNwgfeay6bgq2bwolg8tu-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:36:13.803Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-07T06:36:13.804Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-07T06:36:13.804Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7",
"consumerID": "ves-openapi-manager",
"timestamp": 1633588550027,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/resourceInstances/pnf3c2b8bcd0e260/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DOWNLOAD_OK"
}
2021-10-07T06:36:13.804Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-07T06:36:13.804Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-07T06:36:13.804Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7",
"consumerID": "clamp",
"timestamp": 1633588550418,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/artifacts/service-DemoPnfNwgfeay6bgq2bwolg8tu-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-07T06:36:13.805Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-07T06:36:13.806Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-07T06:36:13.806Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-07T06:36:13.806Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7",
"consumerID": "ves-openapi-manager",
"timestamp": 1633588551217,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/resourceInstances/pnf3c2b8bcd0e260/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DEPLOY_OK"
}
2021-10-07T06:36:13.806Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-07T06:36:13.806Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-07T06:36:13.806Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7",
"consumerID": "ves-openapi-manager",
"timestamp": 1633588552220,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": ""
}
2021-10-07T06:36:13.806Z||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-10-07T06:36:13.806Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B7cpHvBx3PSHHagO) ...
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-10-07T06:36:13.810Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 8703d8e2-18c7-41da-b663-11ea448e4ad7
2021-10-07T06:36:13.811Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8703d8e2-18c7-41da-b663-11ea448e4ad7 and ComponentName
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-07T06:36:13.817Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-07T06:36:13.818Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7",
"consumerID": "aai-ml",
"timestamp": 1633588551786,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/resourceInstances/pnf3c2b8bcd0e260/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:36:13.818Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-07T06:36:13.818Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-07T06:36:13.818Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7",
"consumerID": "clamp",
"timestamp": 1633588552425,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/artifacts/service-DemoPnfNwgfeay6bgq2bwolg8tu-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-07T06:36:13.818Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-07T06:36:13.818Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T06:36:13.818Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-07T06:36:13.818Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7",
"consumerID": "aai-ml",
"timestamp": 1633588551786,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/resourceInstances/pnf3c2b8bcd0e260/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:36:13.819Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-07T06:36:13.819Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-07T06:36:13.819Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7",
"consumerID": "clamp",
"timestamp": 1633588553428,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
2021-10-07T06:36:13.819Z||pool-35-thread-1|||||INFO|500||cambria reply ok (13 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=?
2021-10-07T06:36:13.823Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8703d8e2-18c7-41da-b663-11ea448e4ad7
2021-10-07T06:36:13.823Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8703d8e2-18c7-41da-b663-11ea448e4ad7 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-10-07T06:36:13.830Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-07T06:36:13.830Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7",
"consumerID": "aai-ml",
"timestamp": 1633588551786,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/resourceInstances/pnf3c2b8bcd0e260/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:36:13.830Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-07T06:36:13.830Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-07T06:36:13.830Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7",
"consumerID": "aai-ml",
"timestamp": 1633588551786,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/resourceInstances/pnf3c2b8bcd0e260/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:36:13.830Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-07T06:36:13.830Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-07T06:36:13.831Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7",
"consumerID": "aai-ml",
"timestamp": 1633588551786,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/resourceInstances/pnf3c2b8bcd0e260/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:36:13.831Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-07T06:36:13.831Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-07T06:36:13.831Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7",
"consumerID": "aai-ml",
"timestamp": 1633588551786,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/resourceInstances/pnf3c2b8bcd0e260/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:36:13.831Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-07T06:36:13.831Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-07T06:36:13.831Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7",
"consumerID": "aai-ml",
"timestamp": 1633588551786,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/artifacts/service-DemoPnfNwgfeay6bgq2bwolg8tu-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:36:13.831Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-07T06:36:13.831Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-07T06:36:13.831Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7",
"consumerID": "aai-ml",
"timestamp": 1633588551786,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/artifacts/service-DemoPnfNwgfeay6bgq2bwolg8tu-csar.csar",
"status": "NOTIFIED"
}
2021-10-07T06:36:13.831Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-07T06:36:13.831Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-07T06:36:13.831Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7",
"consumerID": "aai-ml",
"timestamp": 1633588561729,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/artifacts/service-DemoPnfNwgfeay6bgq2bwolg8tu-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-07T06:36:13.831Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-07T06:36:13.831Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-07T06:36:13.831Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7",
"consumerID": "aai-ml",
"timestamp": 1633588567926,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/artifacts/service-DemoPnfNwgfeay6bgq2bwolg8tu-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-07T06:36:13.831Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-07T06:36:13.832Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-07T06:36:13.832Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7",
"consumerID": "aai-ml",
"timestamp": 1633588568930,
"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-10-07T06:36:13.835Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8703d8e2-18c7-41da-b663-11ea448e4ad7
2021-10-07T06:36:13.835Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8703d8e2-18c7-41da-b663-11ea448e4ad7 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-10-07T06:36:14.705Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-07T06:36:14.705Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-07T06:36:14.707Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-07T06:36:14.707Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633588573073,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/resourceInstances/pnf3c2b8bcd0e260/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:36:14.807Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-07T06:36:14.808Z||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-10-07T06:36:14.808Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B7cpHvBx3PSHHagO) ...
2021-10-07T06:36:14.821Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T06:36:14.821Z||pool-36-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-07T06:36:15.708Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-07T06:36:15.708Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-07T06:36:15.710Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-07T06:36:15.710Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633588573073,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/resourceInstances/pnf3c2b8bcd0e260/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:36:15.810Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-07T06:36:15.811Z||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-10-07T06:36:15.812Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B7cpHvBx3PSHHagO) ...
2021-10-07T06:36:15.823Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T06:36:15.823Z||pool-37-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-07T06:36:16.711Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-07T06:36:16.711Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-07T06:36:16.713Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-07T06:36:16.713Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633588573073,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/resourceInstances/pnf3c2b8bcd0e260/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:36:16.814Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-07T06:36:16.814Z||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-10-07T06:36:16.815Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B7cpHvBx3PSHHagO) ...
2021-10-07T06:36:16.831Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T06:36:16.831Z||pool-38-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-10-07T06:36:17.714Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-07T06:36:17.715Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-07T06:36:17.717Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-07T06:36:17.717Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633588573073,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/resourceInstances/pnf3c2b8bcd0e260/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:36:17.817Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-07T06:36:17.818Z||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-10-07T06:36:17.818Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B7cpHvBx3PSHHagO) ...
2021-10-07T06:36:17.830Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T06:36:17.830Z||pool-39-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-10-07T06:36:18.717Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-07T06:36:18.718Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-07T06:36:18.720Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-07T06:36:18.720Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633588573073,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/resourceInstances/pnf3c2b8bcd0e260/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:36:18.820Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-07T06:36:18.821Z||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-10-07T06:36:18.821Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B7cpHvBx3PSHHagO) ...
2021-10-07T06:36:18.832Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T06:36:18.832Z||pool-40-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-07T06:36:19.721Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-07T06:36:19.722Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-07T06:36:19.723Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-07T06:36:19.723Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633588573073,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/artifacts/service-DemoPnfNwgfeay6bgq2bwolg8tu-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:36:19.823Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-07T06:36:19.824Z||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-10-07T06:36:19.824Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B7cpHvBx3PSHHagO) ...
2021-10-07T06:36:19.840Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T06:36:19.841Z||pool-41-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-10-07T06:36:20.724Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-07T06:36:20.724Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-07T06:36:20.726Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-07T06:36:20.726Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633588573073,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/artifacts/service-DemoPnfNwgfeay6bgq2bwolg8tu-csar.csar",
"status": "NOTIFIED"
}
2021-10-07T06:36:20.826Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-07T06:36:20.827Z||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-10-07T06:36:20.827Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B7cpHvBx3PSHHagO) ...
2021-10-07T06:36:20.838Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T06:36:20.839Z||pool-42-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-07T06:36:21.727Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7",
"serviceName": "Demo_pNF_nwgfEAY6BgQ2bWolG8tU",
"serviceVersion": "1.0",
"serviceUUID": "41ad5810-fc49-469a-af20-2bbb72e362cf",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "b4899ac5-2a9b-4d62-a6d0-422c832696d8",
"resources": [
{
"resourceInstanceName": "pNF 3c2b8bcd-0e26 0",
"resourceCustomizationUUID": "49d709d3-5c8d-425a-b624-51dd92867a2f",
"resourceName": "pNF 3c2b8bcd-0e26",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "a0095c01-12c5-4b8a-a186-c96e054ad9bb",
"resourceInvariantUUID": "7b08d011-7461-4661-8c72-06b210eda888",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfNwgfeay6bgq2bwolg8tu-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/artifacts/service-DemoPnfNwgfeay6bgq2bwolg8tu-csar.csar",
"artifactChecksum": "ZTMyZWE4OGQ1YTY1YWIzZjg5YTBkMTllYWY1M2Q2MDc\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "72991c12-2f3e-491a-8ef0-2c81f831dc51"
}
],
"workloadContext": "Production"
}
2021-10-07T06:36:21.728Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-07T06:36:21.728Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 41ad5810-fc49-469a-af20-2bbb72e362cf ASDC
2021-10-07T06:36:21.728Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:8703d8e2-18c7-41da-b663-11ea448e4ad7
ServiceName:Demo_pNF_nwgfEAY6BgQ2bWolG8tU
ServiceVersion:1.0
ServiceUUID:41ad5810-fc49-469a-af20-2bbb72e362cf
ServiceInvariantUUID:b4899ac5-2a9b-4d62-a6d0-422c832696d8
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfNwgfeay6bgq2bwolg8tu-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/artifacts/service-DemoPnfNwgfeay6bgq2bwolg8tu-csar.csar
ArtifactUUID:72991c12-2f3e-491a-8ef0-2c81f831dc51
ArtifactChecksum:ZTMyZWE4OGQ1YTY1YWIzZjg5YTBkMTllYWY1M2Q2MDc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 3c2b8bcd-0e26 0
ResourceCustomizationUUID:49d709d3-5c8d-425a-b624-51dd92867a2f
ResourceInvariantUUID:7b08d011-7461-4661-8c72-06b210eda888
ResourceName:pNF 3c2b8bcd-0e26
ResourceType:PNF
ResourceUUID:a0095c01-12c5-4b8a-a186-c96e054ad9bb
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2021-10-07T06:36:21.728Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 41ad5810-fc49-469a-af20-2bbb72e362cf 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-10-07T06:36:21.751Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-07T06:36:21.752Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-10-07T06:36:21.752Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-10-07T06:36:21.752Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 72991c12-2f3e-491a-8ef0-2c81f831dc51 from URL: /sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/artifacts/service-DemoPnfNwgfeay6bgq2bwolg8tu-csar.csar
2021-10-07T06:36:21.752Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-10-07T06:36:21.752Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/artifacts/service-DemoPnfNwgfeay6bgq2bwolg8tu-csar.csar
2021-10-07T06:36:26.077Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-10-07T06:36:26.082Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/artifacts/service-DemoPnfNwgfeay6bgq2bwolg8tu-csar.csar 72991c12-2f3e-491a-8ef0-2c81f831dc51 82545
2021-10-07T06:36:26.082Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/artifacts/service-DemoPnfNwgfeay6bgq2bwolg8tu-csar.csar ASDC sendASDCNotification
2021-10-07T06:36:26.082Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/artifacts/service-DemoPnfNwgfeay6bgq2bwolg8tu-csar.csar
2021-10-07T06:36:26.082Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-07T06:36:26.083Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-07T06:36:26.085Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-07T06:36:26.085Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633588586082,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/artifacts/service-DemoPnfNwgfeay6bgq2bwolg8tu-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-07T06:36:26.185Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-07T06:36:26.186Z||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-10-07T06:36:26.186Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B7cpHvBx3PSHHagO) ...
2021-10-07T06:36:26.199Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T06:36:26.199Z||pool-43-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-07T06:36:27.086Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-07T06:36:27.087Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-10-07T06:36:27.088Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 72991c12-2f3e-491a-8ef0-2c81f831dc51, URL: /sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/artifacts/service-DemoPnfNwgfeay6bgq2bwolg8tu-csar.csar to file: /app/ASDC/1/service-DemoPnfNwgfeay6bgq2bwolg8tu-csar.csar
2021-10-07T06:36:27.088Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfNwgfeay6bgq2bwolg8tu-csar.csar
2021-10-07T06:36:27.089Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfNwgfeay6bgq2bwolg8tu-csar.csar
2021-10-07T06:36:27.089Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfNwgfeay6bgq2bwolg8tu-csar.csar
2021-10-07T06:36:27.208Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP965620211332355796/Definitions/service-DemoPnfNwgfeay6bgq2bwolg8tu-template.yml
2021-10-07T06:36:27.931Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-07T06:36:27.932Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-10-07T06:36:27.932Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfNwgfeay6bgq2bwolg8tu-csar.csar
2021-10-07T06:36:27.932Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-10-07T06:36:27.932Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|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-DemoPnfNwgfeay6bgq2bwolg8tu-csar.csar
2021-10-07T06:36:27.932Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|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-DemoPnfNwgfeay6bgq2bwolg8tu-csar.csar
2021-10-07T06:36:27.932Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|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-DemoPnfNwgfeay6bgq2bwolg8tu-csar.csar
2021-10-07T06:36:27.932Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|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-DemoPnfNwgfeay6bgq2bwolg8tu-csar.csar
2021-10-07T06:36:27.932Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|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-DemoPnfNwgfeay6bgq2bwolg8tu-csar.csar
2021-10-07T06:36:27.932Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 3c2b8bcd-0e26 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-DemoPnfNwgfeay6bgq2bwolg8tu-csar.csar
2021-10-07T06:36:27.932Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|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-DemoPnfNwgfeay6bgq2bwolg8tu-csar.csar
2021-10-07T06:36:27.932Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-10-07T06:36:27.933Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-07T06:36:27.933Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_nwgfEAY6BgQ2bWolG8tU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-07T06:36:27.933Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||Node template pNF 3c2b8bcd-0e26 0 is matching search criteria
2021-10-07T06:36:27.933Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-10-07T06:36:27.933Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 3c2b8bcd-0e26 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-07T06:36:27.933Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-07T06:36:27.933Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_nwgfEAY6BgQ2bWolG8tU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-07T06:36:27.933Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||Node template pNF 3c2b8bcd-0e26 0 is matching search criteria
2021-10-07T06:36:27.933Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-10-07T06:36:27.933Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 3c2b8bcd-0e26 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-07T06:36:27.934Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-07T06:36:27.934Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_nwgfEAY6BgQ2bWolG8tU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-07T06:36:27.934Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-07T06:36:27.934Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_nwgfEAY6BgQ2bWolG8tU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-07T06:36:27.934Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-07T06:36:27.934Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_nwgfEAY6BgQ2bWolG8tU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-07T06:36:27.934Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-07T06:36:27.934Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_nwgfEAY6BgQ2bWolG8tU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-07T06:36:27.934Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-07T06:36:27.934Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_nwgfEAY6BgQ2bWolG8tU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-07T06:36:27.934Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_nwgfEAY6BgQ2bWolG8tU
Description:catalog service description
Model UUID:41ad5810-fc49-469a-af20-2bbb72e362cf
Model Version:NULL
Model InvariantUuid:b4899ac5-2a9b-4d62-a6d0-422c832696d8
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-10-07T06:36:27.943Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: a0095c01-12c5-4b8a-a186-c96e054ad9bb
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-10-07T06:36:27.947Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||INFO|500||pNF 3c2b8bcd-0e26 0
2021-10-07T06:36:27.947Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: a0095c01-12c5-4b8a-a186-c96e054ad9bb
2021-10-07T06:36:27.948Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 41ad5810-fc49-469a-af20-2bbb72e362cf
2021-10-07T06:36:27.948Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 41ad5810-fc49-469a-af20-2bbb72e362cf
2021-10-07T06:36:27.948Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 3c2b8bcd-0e26 0 a0095c01-12c5-4b8a-a186-c96e054ad9bb ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-10-07T06:36:27.953Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7b8bd0bd, org.onap.sdc.toscaparser.api.parameters.Input@1f0c1f0d, org.onap.sdc.toscaparser.api.parameters.Input@51e047c3, org.onap.sdc.toscaparser.api.parameters.Input@4d0af6db, org.onap.sdc.toscaparser.api.parameters.Input@68a1d9ff]
2021-10-07T06:36:27.953Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-07T06:36:27.954Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_nwgfEAY6BgQ2bWolG8tU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-07T06:36:27.954Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 41ad5810-fc49-469a-af20-2bbb72e362cf: pNF 3c2b8bcd-0e26
2021-10-07T06:36:27.954Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||INFO|500||Processing PNF resource: a0095c01-12c5-4b8a-a186-c96e054ad9bb
2021-10-07T06:36:27.954Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-07T06:36:27.954Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_nwgfEAY6BgQ2bWolG8tU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-07T06:36:27.955Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||INFO|500||Resource customization UUID: 49d709d3-5c8d-425a-b624-51dd92867a2f is the same as notified resource customizationUUID: 49d709d3-5c8d-425a-b624-51dd92867a2f
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
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 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 pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-10-07T06:36:28.026Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 3c2b8bcd-0e26 a0095c01-12c5-4b8a-a186-c96e054ad9bb 0 ASDC deployResourceStructure
2021-10-07T06:36:28.026Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/artifacts/service-DemoPnfNwgfeay6bgq2bwolg8tu-csar.csar ASDC sendASDCNotification
2021-10-07T06:36:28.026Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/artifacts/service-DemoPnfNwgfeay6bgq2bwolg8tu-csar.csar
2021-10-07T06:36:28.026Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-07T06:36:28.026Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-07T06:36:28.028Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-07T06:36:28.028Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633588588026,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/artifacts/service-DemoPnfNwgfeay6bgq2bwolg8tu-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-07T06:36:28.128Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-07T06:36:28.129Z||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-10-07T06:36:28.129Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B7cpHvBx3PSHHagO) ...
2021-10-07T06:36:28.141Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T06:36:28.142Z||pool-44-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-07T06:36:29.029Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8703d8e2-18c7-41da-b663-11ea448e4ad7
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-10-07T06:36:29.039Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8703d8e2-18c7-41da-b663-11ea448e4ad7
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-10-07T06:36:29.043Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-07T06:36:29.043Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-07T06:36:29.043Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-07T06:36:29.043Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-07T06:36:29.043Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-07T06:36:29.043Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-07T06:36:29.043Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-07T06:36:29.043Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-07T06:36:29.044Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-07T06:36:29.044Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-07T06:36:29.044Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-07T06:36:29.044Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|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-10-07T06:36:29.049Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-07T06:36:59.049Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8703d8e2-18c7-41da-b663-11ea448e4ad7 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-10-07T06:36:59.055Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8703d8e2-18c7-41da-b663-11ea448e4ad7 and serviceModelVersionId: 41ad5810-fc49-469a-af20-2bbb72e362cf
2021-10-07T06:36:59.055Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b4899ac5-2a9b-4d62-a6d0-422c832696d8
2021-10-07T06:36:59.057Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b4899ac5-2a9b-4d62-a6d0-422c832696d8/model-vers/model-ver/41ad5810-fc49-469a-af20-2bbb72e362cf?depth=0
2021-10-07T06:36:59.064Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2021-10-07T06:36:59.097Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b4899ac5-2a9b-4d62-a6d0-422c832696d8/model-vers/model-ver/41ad5810-fc49-469a-af20-2bbb72e362cf?depth=0|INFO|500||Invoke
2021-10-07T06:36:59.098Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b4899ac5-2a9b-4d62-a6d0-422c832696d8/model-vers/model-ver/41ad5810-fc49-469a-af20-2bbb72e362cf?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b4899ac5-2a9b-4d62-a6d0-422c832696d8/model-vers/model-ver/41ad5810-fc49-469a-af20-2bbb72e362cf?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8703d8e2-18c7-41da-b663-11ea448e4ad7], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[dcd7eae7-09ed-4355-86e6-35c9abc8f2a7], X-ECOMP-RequestID=[8703d8e2-18c7-41da-b663-11ea448e4ad7], X-TransactionId=[], X-ONAP-RequestID=[8703d8e2-18c7-41da-b663-11ea448e4ad7], Content-Type=[application/merge-patch+json]}
2021-10-07T06:36:59.120Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b4899ac5-2a9b-4d62-a6d0-422c832696d8/model-vers/model-ver/41ad5810-fc49-469a-af20-2bbb72e362cf?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-10-07T06:36:59.620Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b4899ac5-2a9b-4d62-a6d0-422c832696d8/model-vers/model-ver/41ad5810-fc49-469a-af20-2bbb72e362cf?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b4899ac5-2a9b-4d62-a6d0-422c832696d8/model-vers/model-ver/41ad5810-fc49-469a-af20-2bbb72e362cf?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211007-06:36:59:127-76655], vertex-id=[233536], Content-Length=[0], Date=[Thu, 07 Oct 2021 06:36:59 GMT], Content-Type=[application/json]}
2021-10-07T06:36:59.620Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b4899ac5-2a9b-4d62-a6d0-422c832696d8/model-vers/model-ver/41ad5810-fc49-469a-af20-2bbb72e362cf?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-10-07T06:36:59.621Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b4899ac5-2a9b-4d62-a6d0-422c832696d8/model-vers/model-ver/41ad5810-fc49-469a-af20-2bbb72e362cf?depth=0|INFO|500||InvokeReturn
2021-10-07T06:36:59.621Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-07T06:36:59.621Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-10-07T06:36:59.627Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|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-10-07T06:36:59.627Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8703d8e2-18c7-41da-b663-11ea448e4ad7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-07T06:36:59.627Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-07T06:36:59.627Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-07T06:36:59.629Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-07T06:36:59.629Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633588619627,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-07T06:36:59.730Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-07T06:36:59.730Z||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-10-07T06:36:59.730Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B7cpHvBx3PSHHagO) ...
2021-10-07T06:36:59.744Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T06:36:59.744Z||pool-45-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-07T06:37:13.073Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T06:37:13.074Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|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-10-07T06:37:13.074Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|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 B7cpHvBx3PSHHagO) ...
2021-10-07T06:37:13.075Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T06:37:13.075Z||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-10-07T06:37:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T06:37:13.194Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T06:37:13.194Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-07T06:37:13.194Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633588573073,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/resourceInstances/pnf3c2b8bcd0e260/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:37:13.195Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-07T06:37:22.614Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T06:38:13.073Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T06:38:13.074Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|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-10-07T06:38:13.074Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|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 B7cpHvBx3PSHHagO) ...
2021-10-07T06:38:13.075Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T06:38:13.075Z||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-10-07T06:38:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T06:38:13.598Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T06:38:13.599Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-07T06:38:13.599Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633588573073,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/resourceInstances/pnf3c2b8bcd0e260/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:38:13.600Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-07T06:38:13.600Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-07T06:38:13.600Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633588573073,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/resourceInstances/pnf3c2b8bcd0e260/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:38:13.600Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-07T06:38:13.600Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-07T06:38:13.600Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633588573073,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/resourceInstances/pnf3c2b8bcd0e260/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:38:13.600Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-07T06:38:13.600Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-07T06:38:13.600Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633588573073,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/resourceInstances/pnf3c2b8bcd0e260/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:38:13.600Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-07T06:38:13.601Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-07T06:38:13.601Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633588573073,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/resourceInstances/pnf3c2b8bcd0e260/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:38:13.601Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-07T06:38:13.601Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-07T06:38:13.601Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633588573073,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/artifacts/service-DemoPnfNwgfeay6bgq2bwolg8tu-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:38:13.601Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-07T06:38:13.601Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-07T06:38:13.601Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633588573073,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/artifacts/service-DemoPnfNwgfeay6bgq2bwolg8tu-csar.csar",
"status": "NOTIFIED"
}
2021-10-07T06:38:13.601Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-07T06:38:13.601Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-07T06:38:13.601Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633588586082,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/artifacts/service-DemoPnfNwgfeay6bgq2bwolg8tu-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-07T06:38:13.602Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-07T06:38:13.602Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-07T06:38:13.602Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633588588026,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/artifacts/service-DemoPnfNwgfeay6bgq2bwolg8tu-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-07T06:38:13.602Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-07T06:38:13.602Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-07T06:38:13.602Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633588619627,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-07T06:38:13.602Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-07T06:38:22.613Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T06:39:13.073Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T06:39:13.074Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|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-10-07T06:39:13.074Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|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 B7cpHvBx3PSHHagO) ...
2021-10-07T06:39:13.075Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T06:39:13.075Z||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-10-07T06:39:13.075Z||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 B7cpHvBx3PSHHagO) ...
2021-10-07T06:39:22.629Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T06:39:22.629Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T06:40:13.073Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T06:40:13.074Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|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-10-07T06:40:13.074Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|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 B7cpHvBx3PSHHagO) ...
2021-10-07T06:40:13.075Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-07T06:40:13.075Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|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-10-07T06:40:13.075Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|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 B7cpHvBx3PSHHagO) ...
2021-10-07T06:40:13.698Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T06:40:13.699Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T06:40:13.699Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-07T06:40:13.700Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-07T06:40:13.700Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6029177-3753-4176-b423-b769e22c627a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1633588760229,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:40:13.700Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"e6029177-3753-4176-b423-b769e22c627a","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"d666479d-a2be-4a05-8ead-7aa889a324b7","serviceDescription":"service","serviceInvariantUUID":"44df1a64-7213-4230-bd8a-24e6f1ec576f","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"9d7fc22a-c0db-40c6-9fe5-2f6aeefabace","resourceInvariantUUID":"171532e5-cfeb-4528-9960-ed62f59bf419","resourceCustomizationUUID":"004feaa1-5379-48e9-bb3e-21141be4ad4a","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":"M2Y5N2M4MWYzNTUxOGY0YWFiZTU0NjgwZTU4Nzk3Nzk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ef5281a2-2f78-40df-8103-0b9247e81b92","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZTIwMGU0YTI5M2NkYmYyNzc3Y2YzNWI4ODMwMDExN2M\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d6598c07-61b4-42e7-8a7f-36fc25c8126b","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-07T06:40:13.701Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-10-07T06:40:13.701Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-07T06:40:13.701Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6029177-3753-4176-b423-b769e22c627a",
"consumerID": "dcae-sch",
"timestamp": 1633588762034,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:40:13.701Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-10-07T06:40:13.701Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-07T06:40:13.701Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6029177-3753-4176-b423-b769e22c627a",
"consumerID": "aai-ml",
"timestamp": 1633588761786,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:40:13.701Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-10-07T06:40:13.701Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-07T06:40:13.702Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6029177-3753-4176-b423-b769e22c627a",
"consumerID": "clamp",
"timestamp": 1633588767198,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:40:13.702Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-10-07T06:40:13.702Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-07T06:40:13.702Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6029177-3753-4176-b423-b769e22c627a",
"consumerID": "ves-openapi-manager",
"timestamp": 1633588759834,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:40:13.702Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-10-07T06:40:13.702Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-07T06:40:13.702Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6029177-3753-4176-b423-b769e22c627a",
"consumerID": "dcae-sch",
"timestamp": 1633588762034,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:40:13.702Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-10-07T06:40:13.702Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-07T06:40:13.702Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6029177-3753-4176-b423-b769e22c627a",
"consumerID": "aai-ml",
"timestamp": 1633588761786,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-07T06:40:13.702Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-10-07T06:40:13.703Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-07T06:40:13.703Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6029177-3753-4176-b423-b769e22c627a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1633588760229,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-07T06:40:13.703Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-10-07T06:40:13.703Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-07T06:40:13.703Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6029177-3753-4176-b423-b769e22c627a",
"consumerID": "clamp",
"timestamp": 1633588767198,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-07T06:40:13.703Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-10-07T06:40:13.703Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-07T06:40:13.703Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6029177-3753-4176-b423-b769e22c627a",
"consumerID": "ves-openapi-manager",
"timestamp": 1633588759834,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:40:13.703Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-10-07T06:40:13.703Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-07T06:40:13.703Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6029177-3753-4176-b423-b769e22c627a",
"consumerID": "cds",
"timestamp": 1633588768908,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:40:13.703Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-10-07T06:40:13.704Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-07T06:40:13.704Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6029177-3753-4176-b423-b769e22c627a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1633588769181,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:40:13.704Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-10-07T06:40:13.704Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-07T06:40:13.704Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6029177-3753-4176-b423-b769e22c627a",
"consumerID": "cds",
"timestamp": 1633588768908,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-07T06:40:13.704Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-10-07T06:40:13.704Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-07T06:40:13.704Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6029177-3753-4176-b423-b769e22c627a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1633588769181,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-07T06:40:13.704Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-10-07T06:40:13.704Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-07T06:40:13.704Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6029177-3753-4176-b423-b769e22c627a",
"consumerID": "aai-ml",
"timestamp": 1633588771538,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-07T06:40:13.704Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-07T06:40:13.704Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-07T06:40:13.705Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6029177-3753-4176-b423-b769e22c627a",
"consumerID": "policy-id",
"timestamp": 1633588771144,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-07T06:40:13.705Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-10-07T06:40:13.705Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-07T06:40:13.705Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6029177-3753-4176-b423-b769e22c627a",
"consumerID": "cds",
"timestamp": 1633588772617,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-07T06:40:13.705Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-07T06:40:13.705Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-07T06:40:13.705Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6029177-3753-4176-b423-b769e22c627a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1633588772725,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-07T06:40:13.705Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-07T06:40:13.705Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-07T06:40:13.705Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6029177-3753-4176-b423-b769e22c627a",
"consumerID": "policy-id",
"timestamp": 1633588771144,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-07T06:40:13.705Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-10-07T06:40:13.705Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-07T06:40:13.705Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6029177-3753-4176-b423-b769e22c627a",
"consumerID": "cds",
"timestamp": 1633588773622,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2021-10-07T06:40:13.705Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-07T06:40:13.705Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
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-10-07T06:40:13.708Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-07T06:40:13.708Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e6029177-3753-4176-b423-b769e22c627a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633588813073,
"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: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-07T06:40:13.719Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e6029177-3753-4176-b423-b769e22c627a
2021-10-07T06:40:13.720Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId e6029177-3753-4176-b423-b769e22c627a 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-10-07T06:40:13.727Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-07T06:40:13.727Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6029177-3753-4176-b423-b769e22c627a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1633588774221,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-07T06:40:13.727Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-07T06:40:13.727Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-07T06:40:13.727Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6029177-3753-4176-b423-b769e22c627a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1633588775225,
"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-10-07T06:40:13.732Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e6029177-3753-4176-b423-b769e22c627a
2021-10-07T06:40:13.732Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId e6029177-3753-4176-b423-b769e22c627a 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-10-07T06:40:13.741Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-07T06:40:13.741Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6029177-3753-4176-b423-b769e22c627a",
"consumerID": "policy-id",
"timestamp": 1633588775415,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-07T06:40:13.741Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-07T06:40:13.741Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-07T06:40:13.741Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6029177-3753-4176-b423-b769e22c627a",
"consumerID": "aai-ml",
"timestamp": 1633588775884,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-07T06:40:13.741Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-07T06:40:13.741Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-07T06:40:13.741Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6029177-3753-4176-b423-b769e22c627a",
"consumerID": "policy-id",
"timestamp": 1633588776418,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-07T06:40:13.741Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-07T06:40:13.741Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-07T06:40:13.741Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6029177-3753-4176-b423-b769e22c627a",
"consumerID": "aai-ml",
"timestamp": 1633588776887,
"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-10-07T06:40:13.746Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e6029177-3753-4176-b423-b769e22c627a
2021-10-07T06:40:13.746Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId e6029177-3753-4176-b423-b769e22c627a 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-10-07T06:40:13.754Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-07T06:40:13.754Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6029177-3753-4176-b423-b769e22c627a",
"consumerID": "policy-id",
"timestamp": 1633588777421,
"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-10-07T06:40:13.758Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e6029177-3753-4176-b423-b769e22c627a
2021-10-07T06:40:13.759Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId e6029177-3753-4176-b423-b769e22c627a 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-10-07T06:40:13.766Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-07T06:40:13.766Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6029177-3753-4176-b423-b769e22c627a",
"consumerID": "clamp",
"timestamp": 1633588780456,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-07T06:40:13.767Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-07T06:40:13.767Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-07T06:40:13.767Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6029177-3753-4176-b423-b769e22c627a",
"consumerID": "clamp",
"timestamp": 1633588782464,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-07T06:40:13.767Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-07T06:40:13.767Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-07T06:40:13.767Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e6029177-3753-4176-b423-b769e22c627a",
"consumerID": "clamp",
"timestamp": 1633588783466,
"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-10-07T06:40:13.771Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e6029177-3753-4176-b423-b769e22c627a
2021-10-07T06:40:13.772Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId e6029177-3753-4176-b423-b769e22c627a 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-10-07T06:40:13.808Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-07T06:40:13.809Z||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-10-07T06:40:13.809Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B7cpHvBx3PSHHagO) ...
2021-10-07T06:40:13.820Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T06:40:13.821Z||pool-46-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-07T06:40:14.708Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-07T06:40:14.710Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-07T06:40:14.711Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-07T06:40:14.712Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e6029177-3753-4176-b423-b769e22c627a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633588813073,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-07T06:40:14.812Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-07T06:40:14.812Z||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-10-07T06:40:14.812Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B7cpHvBx3PSHHagO) ...
2021-10-07T06:40:14.824Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T06:40:14.824Z||pool-47-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-10-07T06:40:15.713Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "e6029177-3753-4176-b423-b769e22c627a",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "d666479d-a2be-4a05-8ead-7aa889a324b7",
"serviceDescription": "service",
"serviceInvariantUUID": "44df1a64-7213-4230-bd8a-24e6f1ec576f",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "004feaa1-5379-48e9-bb3e-21141be4ad4a",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "9d7fc22a-c0db-40c6-9fe5-2f6aeefabace",
"resourceInvariantUUID": "171532e5-cfeb-4528-9960-ed62f59bf419",
"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": "ZTIwMGU0YTI5M2NkYmYyNzc3Y2YzNWI4ODMwMDExN2M\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "d6598c07-61b4-42e7-8a7f-36fc25c8126b"
}
],
"workloadContext": "Production"
}
2021-10-07T06:40:15.713Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-07T06:40:15.713Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 d666479d-a2be-4a05-8ead-7aa889a324b7 ASDC
2021-10-07T06:40:15.714Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:e6029177-3753-4176-b423-b769e22c627a
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:d666479d-a2be-4a05-8ead-7aa889a324b7
ServiceInvariantUUID:44df1a64-7213-4230-bd8a-24e6f1ec576f
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:d6598c07-61b4-42e7-8a7f-36fc25c8126b
ArtifactChecksum:ZTIwMGU0YTI5M2NkYmYyNzc3Y2YzNWI4ODMwMDExN2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:004feaa1-5379-48e9-bb3e-21141be4ad4a
ResourceInvariantUUID:171532e5-cfeb-4528-9960-ed62f59bf419
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:9d7fc22a-c0db-40c6-9fe5-2f6aeefabace
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2021-10-07T06:40:15.714Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d666479d-a2be-4a05-8ead-7aa889a324b7 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-10-07T06:40:15.737Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-07T06:40:15.737Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-10-07T06:40:15.737Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-10-07T06:40:15.738Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: d6598c07-61b4-42e7-8a7f-36fc25c8126b from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-10-07T06:40:15.738Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-10-07T06:40:15.738Z|e6029177-3753-4176-b423-b769e22c627a|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-10-07T06:40:17.584Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-10-07T06:40:17.587Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar d6598c07-61b4-42e7-8a7f-36fc25c8126b 52178
2021-10-07T06:40:17.587Z|e6029177-3753-4176-b423-b769e22c627a|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-10-07T06:40:17.587Z|e6029177-3753-4176-b423-b769e22c627a|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-10-07T06:40:17.587Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-07T06:40:17.588Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-07T06:40:17.589Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-07T06:40:17.589Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e6029177-3753-4176-b423-b769e22c627a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633588817587,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-07T06:40:17.690Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-07T06:40:17.690Z||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-10-07T06:40:17.690Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B7cpHvBx3PSHHagO) ...
2021-10-07T06:40:17.701Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-07T06:40:17.702Z||pool-48-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-07T06:40:18.590Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-07T06:40:18.591Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-10-07T06:40:18.591Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: d6598c07-61b4-42e7-8a7f-36fc25c8126b, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-07T06:40:18.591Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-10-07T06:40:18.591Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-07T06:40:18.592Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-07T06:40:18.691Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7595071821084874296/Definitions/service-BasicNetwork-template.yml
2021-10-07T06:40:19.070Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-07T06:40:19.070Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-10-07T06:40:19.070Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-07T06:40:19.070Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-10-07T06:40:19.070Z|e6029177-3753-4176-b423-b769e22c627a|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-10-07T06:40:19.070Z|e6029177-3753-4176-b423-b769e22c627a|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-10-07T06:40:19.070Z|e6029177-3753-4176-b423-b769e22c627a|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-10-07T06:40:19.070Z|e6029177-3753-4176-b423-b769e22c627a|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-10-07T06:40:19.070Z|e6029177-3753-4176-b423-b769e22c627a|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-10-07T06:40:19.070Z|e6029177-3753-4176-b423-b769e22c627a|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-10-07T06:40:19.070Z|e6029177-3753-4176-b423-b769e22c627a|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-10-07T06:40:19.071Z|e6029177-3753-4176-b423-b769e22c627a|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-10-07T06:40:19.071Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-10-07T06:40:19.071Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-07T06:40:19.071Z|e6029177-3753-4176-b423-b769e22c627a|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-10-07T06:40:19.071Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-10-07T06:40:19.071Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-10-07T06:40:19.071Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-07T06:40:19.071Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-07T06:40:19.071Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-07T06:40:19.071Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-10-07T06:40:19.071Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-10-07T06:40:19.071Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-07T06:40:19.072Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-07T06:40:19.072Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-07T06:40:19.072Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-07T06:40:19.072Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-07T06:40:19.072Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-07T06:40:19.072Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-07T06:40:19.072Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-07T06:40:19.072Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-07T06:40:19.072Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-07T06:40:19.072Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-07T06:40:19.073Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:d666479d-a2be-4a05-8ead-7aa889a324b7
Model Version:NULL
Model InvariantUuid:44df1a64-7213-4230-bd8a-24e6f1ec576f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:171532e5-cfeb-4528-9960-ed62f59bf419
Model UUID:5ed15d09-fd53-4021-9866-9a6d824a72ae
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:004feaa1-5379-48e9-bb3e-21141be4ad4a
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-10-07T06:40:19.079Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||INFO|500||Processing Resource Type: VL, Model UUID: 9d7fc22a-c0db-40c6-9fe5-2f6aeefabace
2021-10-07T06:40:19.079Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||INFO|500||No resources found for Service: d666479d-a2be-4a05-8ead-7aa889a324b7
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-10-07T06:40:19.082Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||INFO|500||
2021-10-07T06:40:19.082Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2021-10-07T06:40:19.082Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||DEBUG|500||No resources found for Service: d666479d-a2be-4a05-8ead-7aa889a324b7
2021-10-07T06:40:19.082Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: d666479d-a2be-4a05-8ead-7aa889a324b7
2021-10-07T06:40:19.082Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2021-10-07T06:40:19.082Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-10-07T06:40:19.086Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@96b69b, org.onap.sdc.toscaparser.api.parameters.Input@58cba1a4, org.onap.sdc.toscaparser.api.parameters.Input@73c65694, org.onap.sdc.toscaparser.api.parameters.Input@1ac5863a, org.onap.sdc.toscaparser.api.parameters.Input@2f52c997]
2021-10-07T06:40:19.087Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-07T06:40:19.088Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-07T06:40:19.088Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-07T06:40:19.088Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-07T06:40:19.088Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid d666479d-a2be-4a05-8ead-7aa889a324b7: Generic NeutronNet
2021-10-07T06:40:19.088Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-07T06:40:19.088Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-07T06:40:19.088Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-07T06:40:19.089Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_55_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_55_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_55_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_55_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_, networkres0_.CREATION_TIMESTAMP as creation2_37_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_, networkres0_.NETWORK_ROLE as network_4_37_, networkres0_.NETWORK_SCOPE as network_5_37_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_, networkres0_.NETWORK_TYPE as network_7_37_, networkres0_.RESOURCE_INPUT as resource8_37_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_, networkres0_.RESOURCE_CATEGORY as resource4_36_, networkres0_.CREATION_TIMESTAMP as creation5_36_, networkres0_.DESCRIPTION as descript6_36_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_, networkres0_.MODEL_NAME as model_na8_36_, networkres0_.MODEL_VERSION as model_ve9_36_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_, networkres0_.ORCHESTRATION_MODE as orchest11_36_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2021-10-07T06:40:19.131Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-07T06:40:19.131Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-07T06:40:19.132Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-07T06:40:19.132Z|e6029177-3753-4176-b423-b769e22c627a|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-10-07T06:40:19.132Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery