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)
2022-03-04T03:27:19.025Z||main|||||INFO|500||The following profiles are active: basic
2022-03-04T03:27:28.892Z||main|||||INFO|500||Starting service [Tomcat]
2022-03-04T03:27:28.893Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-03-04T03:27:28.997Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-03-04T03:27:31.275Z||main|||||INFO|500||catdb-pool - Starting...
2022-03-04T03:27:31.448Z||main|||||INFO|500||catdb-pool - Start completed.
2022-03-04T03:27:31.849Z||main|||||INFO|500||reqdb-pool - Starting...
2022-03-04T03:27:31.867Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-03-04T03:27:31.949Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-03-04T03:27:32.090Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-03-04T03:27:32.512Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-03-04T03:27:33.298Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-04T03:27:35.485Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-04T03:27:35.538Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-03-04T03:27:36.020Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-04T03:27:36.293Z||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.
2022-03-04T03:27:37.471Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-04T03:27:38.379Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-03-04T03:27:38.395Z||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$$9eadfab5.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)
2022-03-04T03:27:38.396Z||main|||||WARN|500||The sdc end point is not alive
2022-03-04T03:27:41.238Z||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
2022-03-04T03:27:44.075Z||main|||||WARN|500||---
2022-03-04T03:27:44.075Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-03-04T03:27:44.076Z||main|||||WARN|500||---
2022-03-04T03:27:44.518Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-03-04T03:27:48.908Z||main|||||INFO|500||Started Application in 34.489 seconds (JVM running for 35.648)
2022-03-04T03:27:48.921Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-04T03:27:48.922Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-04T03:27:48.961Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-04T03:27:48.992Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-04T03:27:49.063Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= aa596cfe-a0f7-4361-863a-03098bc4fd6d url= /sdc/v1/artifactTypes
2022-03-04T03:27:49.064Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-04T03:27:49.317Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-03-04T03:27:49.339Z||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
2022-03-04T03:27:49.361Z||scheduling-1|||||DEBUG|500||create keys
2022-03-04T03:27:49.369Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-03-04T03:27:49.703Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T03:27:49.719Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= fbd68a93-755d-464c-979f-e9204a0e85e5 url= /sdc/v1/registerForDistribution
2022-03-04T03:27:50.067Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= fbd68a93-755d-464c-979f-e9204a0e85e5 url= /sdc/v1/registerForDistribution
2022-03-04T03:27:50.068Z||scheduling-1|||||INFO|500||start DistributionClient
2022-03-04T03:27:50.078Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T03:27:50.078Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T03:27:50.082Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-03-04T03:27:50.084Z||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.
2022-03-04T03:27:50.084Z||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.
2022-03-04T03:27:50.084Z||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 Zam1qr386phPFzBX) ...
2022-03-04T03:27:50.084Z||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 Zam1qr386phPFzBX) ...
2022-03-04T03:28:01.500Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T03:28:01.505Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T03:28:50.075Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T03:28:50.076Z||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.
2022-03-04T03:28:50.076Z||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 Zam1qr386phPFzBX) ...
2022-03-04T03:28:50.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T03:28:50.078Z||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.
2022-03-04T03:28:50.079Z||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 Zam1qr386phPFzBX) ...
2022-03-04T03:28:59.625Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T03:28:59.628Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T03:29:50.076Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T03:29:50.077Z||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.
2022-03-04T03:29:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T03:29:50.077Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T03:29:50.078Z||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.
2022-03-04T03:29:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T03:29:59.628Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T03:29:59.628Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T03:30:50.076Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T03:30:50.077Z||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.
2022-03-04T03:30:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T03:30:50.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T03:30:50.078Z||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.
2022-03-04T03:30:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T03:30:59.627Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T03:30:59.629Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T03:31:50.077Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T03:31:50.077Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T03:31:50.078Z||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.
2022-03-04T03:31:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T03:31:50.078Z||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.
2022-03-04T03:31:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T03:31:59.624Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T03:31:59.626Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T03:32:50.075Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T03:32:50.077Z||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.
2022-03-04T03:32:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T03:32:50.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T03:32:50.078Z||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.
2022-03-04T03:32:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T03:32:59.641Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T03:32:59.642Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T03:33:50.075Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T03:33:50.077Z||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.
2022-03-04T03:33:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T03:33:50.077Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T03:33:50.077Z||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.
2022-03-04T03:33:50.079Z||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 Zam1qr386phPFzBX) ...
2022-03-04T03:33:59.624Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T03:33:59.626Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T03:34:50.075Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T03:34:50.076Z||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.
2022-03-04T03:34:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T03:34:50.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T03:34:50.080Z||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.
2022-03-04T03:34:50.080Z||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 Zam1qr386phPFzBX) ...
2022-03-04T03:34:59.621Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T03:34:59.621Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T03:35:50.075Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T03:35:50.076Z||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.
2022-03-04T03:35:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T03:35:50.077Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T03:35:50.078Z||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.
2022-03-04T03:35:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T03:35:59.625Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T03:35:59.632Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T03:36:50.075Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T03:36:50.077Z||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.
2022-03-04T03:36:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T03:36:50.077Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T03:36:50.078Z||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.
2022-03-04T03:36:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T03:36:59.626Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T03:36:59.626Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T03:37:25.731Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-03-04T03:37:50.075Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T03:37:50.076Z||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.
2022-03-04T03:37:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T03:37:50.077Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T03:37:50.078Z||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.
2022-03-04T03:37:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T03:37:59.625Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T03:37:59.628Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T03:38:50.075Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T03:38:50.076Z||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.
2022-03-04T03:38:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T03:38:50.077Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T03:38:50.078Z||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.
2022-03-04T03:38:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T03:38:59.622Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T03:38:59.624Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T03:39:50.075Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T03:39:50.076Z||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.
2022-03-04T03:39:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T03:39:50.077Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T03:39:50.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.
2022-03-04T03:39:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T03:39:59.630Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T03:39:59.631Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T03:40:50.075Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T03:40:50.076Z||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.
2022-03-04T03:40:50.076Z||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 Zam1qr386phPFzBX) ...
2022-03-04T03:40:50.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T03:40:50.077Z||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.
2022-03-04T03:40:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T03:40:59.627Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T03:40:59.628Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T03:41:50.075Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T03:41:50.076Z||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.
2022-03-04T03:41:50.076Z||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 Zam1qr386phPFzBX) ...
2022-03-04T03:41:50.077Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T03:41:50.078Z||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.
2022-03-04T03:41:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T03:41:59.626Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T03:41:59.626Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T03:42:50.075Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T03:42:50.076Z||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.
2022-03-04T03:42:50.076Z||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 Zam1qr386phPFzBX) ...
2022-03-04T03:42:50.077Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T03:42:50.078Z||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.
2022-03-04T03:42:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T03:42:59.623Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T03:42:59.624Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T03:43:50.076Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T03:43:50.076Z||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.
2022-03-04T03:43:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T03:43:50.077Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T03:43:50.077Z||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.
2022-03-04T03:43:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T03:43:59.619Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T03:43:59.625Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T03:44:50.075Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T03:44:50.076Z||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.
2022-03-04T03:44:50.076Z||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 Zam1qr386phPFzBX) ...
2022-03-04T03:44:50.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T03:44:50.078Z||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.
2022-03-04T03:44:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T03:44:59.621Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T03:44:59.623Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T03:45:50.075Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T03:45:50.076Z||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.
2022-03-04T03:45:50.076Z||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 Zam1qr386phPFzBX) ...
2022-03-04T03:45:50.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T03:45:50.078Z||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.
2022-03-04T03:45:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T03:45:59.623Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T03:45:59.626Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T03:46:50.076Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T03:46:50.077Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T03:46:50.077Z||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.
2022-03-04T03:46:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T03:46:50.078Z||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.
2022-03-04T03:46:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T03:46:59.626Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T03:46:59.628Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T03:47:50.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T03:47:50.076Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-04T03:47:50.077Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Zam1qr386phPFzBX) ...
2022-03-04T03:47:50.077Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T03:47:50.078Z||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.
2022-03-04T03:47:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T03:47:59.623Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T03:47:59.624Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T03:48:50.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T03:48:50.076Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-04T03:48:50.076Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Zam1qr386phPFzBX) ...
2022-03-04T03:48:50.077Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T03:48:50.078Z||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.
2022-03-04T03:48:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T03:48:59.650Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T03:48:59.650Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T03:49:50.076Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T03:49:50.077Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-04T03:49:50.077Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Zam1qr386phPFzBX) ...
2022-03-04T03:49:50.077Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T03:49:50.078Z||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.
2022-03-04T03:49:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T03:49:59.638Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T03:49:59.645Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T03:50:50.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T03:50:50.076Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-04T03:50:50.077Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Zam1qr386phPFzBX) ...
2022-03-04T03:50:50.077Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T03:50:50.078Z||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.
2022-03-04T03:50:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T03:50:59.622Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T03:50:59.623Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T03:51:50.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T03:51:50.077Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-04T03:51:50.077Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Zam1qr386phPFzBX) ...
2022-03-04T03:51:50.077Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T03:51:50.077Z||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.
2022-03-04T03:51:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T03:51:59.623Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T03:51:59.623Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T03:52:50.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T03:52:50.076Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-04T03:52:50.077Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Zam1qr386phPFzBX) ...
2022-03-04T03:52:50.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T03:52:50.078Z||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.
2022-03-04T03:52:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T03:52:59.625Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T03:52:59.626Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T03:53:50.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T03:53:50.076Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-04T03:53:50.077Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Zam1qr386phPFzBX) ...
2022-03-04T03:53:50.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T03:53:50.078Z||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.
2022-03-04T03:53:50.079Z||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 Zam1qr386phPFzBX) ...
2022-03-04T03:53:59.626Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T03:53:59.628Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T03:54:50.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T03:54:50.077Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-04T03:54:50.077Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T03:54:50.077Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Zam1qr386phPFzBX) ...
2022-03-04T03:54:50.077Z||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.
2022-03-04T03:54:50.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 Zam1qr386phPFzBX) ...
2022-03-04T03:54:59.624Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T03:54:59.624Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T03:55:50.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T03:55:50.077Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-04T03:55:50.077Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Zam1qr386phPFzBX) ...
2022-03-04T03:55:50.077Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T03:55:50.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.
2022-03-04T03:55:50.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 Zam1qr386phPFzBX) ...
2022-03-04T03:55:59.624Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T03:55:59.626Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T03:56:50.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T03:56:50.076Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-04T03:56:50.076Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Zam1qr386phPFzBX) ...
2022-03-04T03:56:50.077Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T03:56:50.077Z||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.
2022-03-04T03:56:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T03:56:59.621Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T03:56:59.624Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T03:57:50.076Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T03:57:50.077Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-04T03:57:50.077Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Zam1qr386phPFzBX) ...
2022-03-04T03:57:50.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T03:57:50.078Z||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.
2022-03-04T03:57:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T03:57:59.626Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T03:57:59.627Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T03:58:50.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T03:58:50.076Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-04T03:58:50.076Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Zam1qr386phPFzBX) ...
2022-03-04T03:58:50.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T03:58:50.078Z||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.
2022-03-04T03:58:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T03:58:59.622Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T03:58:59.625Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T03:59:50.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T03:59:50.076Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-04T03:59:50.076Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Zam1qr386phPFzBX) ...
2022-03-04T03:59:50.077Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T03:59:50.077Z||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.
2022-03-04T03:59:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T03:59:59.617Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T03:59:59.623Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T04:00:50.075Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T04:00:50.076Z||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.
2022-03-04T04:00:50.076Z||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 Zam1qr386phPFzBX) ...
2022-03-04T04:00:50.077Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T04:00:50.078Z||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.
2022-03-04T04:00:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T04:00:59.620Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T04:00:59.621Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T04:01:50.075Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T04:01:50.077Z||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.
2022-03-04T04:01:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T04:01:50.077Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T04:01:50.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.
2022-03-04T04:01:50.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 Zam1qr386phPFzBX) ...
2022-03-04T04:01:59.616Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T04:01:59.619Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T04:02:50.075Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T04:02:50.076Z||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.
2022-03-04T04:02:50.076Z||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 Zam1qr386phPFzBX) ...
2022-03-04T04:02:50.077Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T04:02:50.077Z||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.
2022-03-04T04:02:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T04:02:59.623Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T04:02:59.625Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T04:03:50.075Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T04:03:50.076Z||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.
2022-03-04T04:03:50.076Z||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 Zam1qr386phPFzBX) ...
2022-03-04T04:03:50.077Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T04:03:50.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.
2022-03-04T04:03:50.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 Zam1qr386phPFzBX) ...
2022-03-04T04:03:59.622Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T04:03:59.625Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T04:04:50.075Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T04:04:50.076Z||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.
2022-03-04T04:04:50.076Z||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 Zam1qr386phPFzBX) ...
2022-03-04T04:04:50.077Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T04:04:50.078Z||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.
2022-03-04T04:04:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T04:04:59.621Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T04:04:59.642Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T04:05:50.075Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T04:05:50.076Z||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.
2022-03-04T04:05:50.076Z||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 Zam1qr386phPFzBX) ...
2022-03-04T04:05:50.077Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T04:05:50.078Z||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.
2022-03-04T04:05:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T04:05:59.622Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T04:05:59.623Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T04:06:50.075Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T04:06:50.076Z||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.
2022-03-04T04:06:50.076Z||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 Zam1qr386phPFzBX) ...
2022-03-04T04:06:50.077Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T04:06:50.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.
2022-03-04T04:06:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T04:06:59.621Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T04:06:59.621Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T04:07:50.075Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T04:07:50.076Z||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.
2022-03-04T04:07:50.076Z||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 Zam1qr386phPFzBX) ...
2022-03-04T04:07:50.077Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T04:07:50.078Z||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.
2022-03-04T04:07:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T04:07:59.617Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T04:07:59.621Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T04:08:50.075Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T04:08:50.076Z||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.
2022-03-04T04:08:50.076Z||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 Zam1qr386phPFzBX) ...
2022-03-04T04:08:50.077Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T04:08:50.078Z||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.
2022-03-04T04:08:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T04:08:59.617Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T04:08:59.617Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T04:09:50.076Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T04:09:50.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T04:09:50.077Z||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.
2022-03-04T04:09:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T04:09:50.077Z||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.
2022-03-04T04:09:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T04:09:59.621Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T04:09:59.623Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T04:10:50.075Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T04:10:50.076Z||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.
2022-03-04T04:10:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T04:10:50.077Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T04:10:50.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.
2022-03-04T04:10:50.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 Zam1qr386phPFzBX) ...
2022-03-04T04:10:59.621Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T04:10:59.622Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T04:11:50.075Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T04:11:50.076Z||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.
2022-03-04T04:11:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T04:11:50.077Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T04:11:50.078Z||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.
2022-03-04T04:11:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T04:11:59.619Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T04:11:59.623Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T04:12:50.075Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T04:12:50.076Z||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.
2022-03-04T04:12:50.076Z||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 Zam1qr386phPFzBX) ...
2022-03-04T04:12:50.077Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T04:12:50.078Z||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.
2022-03-04T04:12:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T04:12:59.617Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T04:12:59.620Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T04:13:50.075Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T04:13:50.076Z||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.
2022-03-04T04:13:50.076Z||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 Zam1qr386phPFzBX) ...
2022-03-04T04:13:50.077Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T04:13:50.077Z||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.
2022-03-04T04:13:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T04:13:59.619Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T04:13:59.620Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T04:14:50.075Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T04:14:50.076Z||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.
2022-03-04T04:14:50.076Z||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 Zam1qr386phPFzBX) ...
2022-03-04T04:14:50.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T04:14:50.078Z||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.
2022-03-04T04:14:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T04:14:59.621Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T04:14:59.621Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T04:15:50.075Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T04:15:50.076Z||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.
2022-03-04T04:15:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T04:15:50.077Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T04:15:50.078Z||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.
2022-03-04T04:15:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T04:15:59.618Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T04:15:59.623Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T04:16:50.075Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T04:16:50.077Z||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.
2022-03-04T04:16:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T04:16:50.077Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T04:16:50.078Z||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.
2022-03-04T04:16:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T04:16:59.622Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T04:16:59.622Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T04:17:50.075Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T04:17:50.077Z||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.
2022-03-04T04:17:50.077Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T04:17:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T04:17:50.077Z||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.
2022-03-04T04:17:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T04:17:59.618Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T04:17:59.637Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T04:18:50.076Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T04:18:50.077Z||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.
2022-03-04T04:18:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T04:18:50.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T04:18:50.078Z||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.
2022-03-04T04:18:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T04:18:59.620Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T04:18:59.620Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T04:19:50.076Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T04:19:50.077Z||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.
2022-03-04T04:19:50.077Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T04:19:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T04:19:50.078Z||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.
2022-03-04T04:19:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T04:19:59.634Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T04:19:59.637Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T04:20:50.075Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T04:20:50.076Z||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.
2022-03-04T04:20:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T04:20:50.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T04:20:50.077Z||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.
2022-03-04T04:20:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T04:20:59.617Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T04:20:59.619Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T04:21:50.076Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T04:21:50.077Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T04:21:50.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.
2022-03-04T04:21:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T04:21:50.077Z||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.
2022-03-04T04:21:50.079Z||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 Zam1qr386phPFzBX) ...
2022-03-04T04:21:59.621Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T04:21:59.622Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T04:22:50.075Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T04:22:50.076Z||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.
2022-03-04T04:22:50.076Z||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 Zam1qr386phPFzBX) ...
2022-03-04T04:22:50.077Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T04:22:50.078Z||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.
2022-03-04T04:22:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T04:22:59.620Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T04:22:59.622Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T04:23:50.075Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T04:23:50.076Z||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.
2022-03-04T04:23:50.076Z||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 Zam1qr386phPFzBX) ...
2022-03-04T04:23:50.077Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T04:23:50.078Z||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.
2022-03-04T04:23:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T04:23:59.624Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T04:23:59.626Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T04:24:50.075Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T04:24:50.076Z||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.
2022-03-04T04:24:50.076Z||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 Zam1qr386phPFzBX) ...
2022-03-04T04:24:50.077Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T04:24:50.078Z||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.
2022-03-04T04:24:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T04:24:59.621Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T04:24:59.621Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T04:25:50.076Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T04:25:50.076Z||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.
2022-03-04T04:25:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T04:25:50.077Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T04:25:50.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.
2022-03-04T04:25:50.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 Zam1qr386phPFzBX) ...
2022-03-04T04:25:59.618Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T04:25:59.618Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T04:26:50.075Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T04:26:50.076Z||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.
2022-03-04T04:26:50.076Z||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 Zam1qr386phPFzBX) ...
2022-03-04T04:26:50.077Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T04:26:50.077Z||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.
2022-03-04T04:26:50.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 Zam1qr386phPFzBX) ...
2022-03-04T04:26:59.621Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T04:26:59.622Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T04:27:50.075Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T04:27:50.076Z||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.
2022-03-04T04:27:50.076Z||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 Zam1qr386phPFzBX) ...
2022-03-04T04:27:50.077Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T04:27:50.077Z||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.
2022-03-04T04:27:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T04:27:59.623Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T04:27:59.626Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T04:28:50.075Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T04:28:50.076Z||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.
2022-03-04T04:28:50.076Z||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 Zam1qr386phPFzBX) ...
2022-03-04T04:28:50.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T04:28:50.078Z||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.
2022-03-04T04:28:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T04:28:59.620Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T04:28:59.620Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T04:29:50.075Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T04:29:50.077Z||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.
2022-03-04T04:29:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T04:29:50.077Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T04:29:50.078Z||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.
2022-03-04T04:29:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T04:29:59.621Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T04:29:59.621Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T04:30:50.075Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T04:30:50.077Z||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.
2022-03-04T04:30:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T04:30:50.077Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T04:30:50.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.
2022-03-04T04:30:50.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 Zam1qr386phPFzBX) ...
2022-03-04T04:30:59.621Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T04:30:59.621Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T04:31:50.075Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T04:31:50.076Z||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.
2022-03-04T04:31:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T04:31:50.077Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T04:31:50.077Z||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.
2022-03-04T04:31:50.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 Zam1qr386phPFzBX) ...
2022-03-04T04:31:59.620Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T04:31:59.621Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T04:32:50.075Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T04:32:50.076Z||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.
2022-03-04T04:32:50.076Z||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 Zam1qr386phPFzBX) ...
2022-03-04T04:32:50.077Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T04:32:50.077Z||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.
2022-03-04T04:32:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T04:32:59.621Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T04:32:59.623Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T04:33:50.075Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T04:33:50.076Z||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.
2022-03-04T04:33:50.076Z||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 Zam1qr386phPFzBX) ...
2022-03-04T04:33:50.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T04:33:50.077Z||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.
2022-03-04T04:33:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T04:33:59.619Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T04:33:59.623Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T04:34:50.075Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T04:34:50.076Z||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.
2022-03-04T04:34:50.076Z||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 Zam1qr386phPFzBX) ...
2022-03-04T04:34:50.077Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T04:34:50.077Z||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.
2022-03-04T04:34:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T04:34:59.620Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T04:34:59.624Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T04:35:50.075Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T04:35:50.076Z||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.
2022-03-04T04:35:50.076Z||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 Zam1qr386phPFzBX) ...
2022-03-04T04:35:50.077Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T04:35:50.078Z||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.
2022-03-04T04:35:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T04:35:59.615Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T04:35:59.618Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T04:36:50.075Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T04:36:50.076Z||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.
2022-03-04T04:36:50.076Z||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 Zam1qr386phPFzBX) ...
2022-03-04T04:36:50.077Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T04:36:50.078Z||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.
2022-03-04T04:36:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T04:36:59.625Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T04:36:59.625Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T04:37:50.075Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T04:37:50.076Z||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.
2022-03-04T04:37:50.076Z||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 Zam1qr386phPFzBX) ...
2022-03-04T04:37:50.077Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T04:37:50.078Z||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.
2022-03-04T04:37:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T04:37:59.616Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T04:37:59.617Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T04:38:50.075Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T04:38:50.076Z||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.
2022-03-04T04:38:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T04:38:50.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T04:38:50.077Z||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.
2022-03-04T04:38:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T04:38:59.619Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T04:38:59.619Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T04:39:50.075Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T04:39:50.076Z||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.
2022-03-04T04:39:50.076Z||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 Zam1qr386phPFzBX) ...
2022-03-04T04:39:50.077Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T04:39:50.077Z||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.
2022-03-04T04:39:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T04:39:59.615Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T04:39:59.619Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T04:40:50.075Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T04:40:50.076Z||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.
2022-03-04T04:40:50.076Z||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 Zam1qr386phPFzBX) ...
2022-03-04T04:40:50.077Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T04:40:50.078Z||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.
2022-03-04T04:40:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T04:40:59.620Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T04:40:59.622Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T04:41:50.075Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T04:41:50.076Z||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.
2022-03-04T04:41:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T04:41:50.077Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T04:41:50.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.
2022-03-04T04:41:50.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 Zam1qr386phPFzBX) ...
2022-03-04T04:41:59.640Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T04:41:59.641Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T04:42:50.075Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T04:42:50.077Z||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.
2022-03-04T04:42:50.077Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T04:42:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T04:42:50.077Z||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.
2022-03-04T04:42:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T04:42:59.619Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T04:42:59.621Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T04:43:50.075Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T04:43:50.076Z||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.
2022-03-04T04:43:50.076Z||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 Zam1qr386phPFzBX) ...
2022-03-04T04:43:50.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T04:43:50.078Z||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.
2022-03-04T04:43:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T04:43:59.620Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T04:43:59.625Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T04:44:50.075Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T04:44:50.076Z||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.
2022-03-04T04:44:50.076Z||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 Zam1qr386phPFzBX) ...
2022-03-04T04:44:50.077Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T04:44:50.078Z||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.
2022-03-04T04:44:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T04:44:59.622Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T04:44:59.624Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T04:45:50.075Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T04:45:50.076Z||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.
2022-03-04T04:45:50.076Z||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 Zam1qr386phPFzBX) ...
2022-03-04T04:45:50.077Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T04:45:50.077Z||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.
2022-03-04T04:45:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T04:45:59.619Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T04:45:59.620Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T04:46:50.075Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T04:46:50.077Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T04:46:50.077Z||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.
2022-03-04T04:46:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T04:46:50.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.
2022-03-04T04:46:50.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 Zam1qr386phPFzBX) ...
2022-03-04T04:46:59.617Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T04:46:59.622Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T04:47:50.075Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T04:47:50.076Z||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.
2022-03-04T04:47:50.076Z||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 Zam1qr386phPFzBX) ...
2022-03-04T04:47:50.077Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T04:47:50.077Z||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.
2022-03-04T04:47:50.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 Zam1qr386phPFzBX) ...
2022-03-04T04:47:59.618Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T04:47:59.621Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T04:48:50.075Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T04:48:50.076Z||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.
2022-03-04T04:48:50.076Z||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 Zam1qr386phPFzBX) ...
2022-03-04T04:48:50.077Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T04:48:50.078Z||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.
2022-03-04T04:48:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T04:48:59.617Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T04:48:59.618Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T04:49:50.075Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T04:49:50.076Z||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.
2022-03-04T04:49:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T04:49:50.077Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T04:49:50.078Z||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.
2022-03-04T04:49:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T04:49:59.620Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T04:49:59.620Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T04:50:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T04:50:50.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.
2022-03-04T04:50:50.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 Zam1qr386phPFzBX) ...
2022-03-04T04:50:50.077Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T04:50:50.078Z||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.
2022-03-04T04:50:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T04:50:59.620Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T04:50:59.624Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T04:51:50.076Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T04:51:50.077Z||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.
2022-03-04T04:51:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T04:51:50.077Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T04:51:50.077Z||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.
2022-03-04T04:51:50.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 Zam1qr386phPFzBX) ...
2022-03-04T04:51:59.626Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T04:51:59.626Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T04:52:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T04:52:50.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.
2022-03-04T04:52:50.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 Zam1qr386phPFzBX) ...
2022-03-04T04:52:50.077Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T04:52:50.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.
2022-03-04T04:52:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T04:52:59.621Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T04:52:59.635Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T04:53:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T04:53:50.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.
2022-03-04T04:53:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T04:53:50.077Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T04:53:50.077Z||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.
2022-03-04T04:53:50.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 Zam1qr386phPFzBX) ...
2022-03-04T04:53:59.620Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T04:53:59.625Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T04:54:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T04:54:50.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.
2022-03-04T04:54:50.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 Zam1qr386phPFzBX) ...
2022-03-04T04:54:50.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T04:54:50.078Z||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.
2022-03-04T04:54:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T04:54:59.625Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T04:54:59.626Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T04:55:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T04:55:50.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.
2022-03-04T04:55:50.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 Zam1qr386phPFzBX) ...
2022-03-04T04:55:50.077Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T04:55:50.077Z||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.
2022-03-04T04:55:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T04:55:59.620Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T04:55:59.620Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T04:56:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T04:56:50.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.
2022-03-04T04:56:50.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 Zam1qr386phPFzBX) ...
2022-03-04T04:56:50.077Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T04:56:50.078Z||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.
2022-03-04T04:56:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T04:56:59.620Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T04:56:59.621Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T04:57:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T04:57:50.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.
2022-03-04T04:57:50.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 Zam1qr386phPFzBX) ...
2022-03-04T04:57:50.077Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T04:57:50.078Z||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.
2022-03-04T04:57:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T04:57:59.619Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T04:57:59.625Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T04:58:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T04:58:50.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.
2022-03-04T04:58:50.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 Zam1qr386phPFzBX) ...
2022-03-04T04:58:50.077Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T04:58:50.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.
2022-03-04T04:58:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T04:58:59.618Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T04:58:59.620Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T04:59:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T04:59:50.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.
2022-03-04T04:59:50.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 Zam1qr386phPFzBX) ...
2022-03-04T04:59:50.077Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T04:59:50.078Z||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.
2022-03-04T04:59:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T04:59:59.621Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T04:59:59.622Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T05:00:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T05:00:50.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.
2022-03-04T05:00:50.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 Zam1qr386phPFzBX) ...
2022-03-04T05:00:50.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T05:00:50.077Z||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.
2022-03-04T05:00:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T05:00:59.619Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T05:00:59.620Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T05:01:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T05:01:50.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.
2022-03-04T05:01:50.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 Zam1qr386phPFzBX) ...
2022-03-04T05:01:50.077Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T05:01:50.077Z||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.
2022-03-04T05:01:50.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 Zam1qr386phPFzBX) ...
2022-03-04T05:01:59.617Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T05:01:59.619Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T05:02:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T05:02:50.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.
2022-03-04T05:02:50.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 Zam1qr386phPFzBX) ...
2022-03-04T05:02:50.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T05:02:50.077Z||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.
2022-03-04T05:02:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T05:02:59.622Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T05:02:59.624Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T05:03:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T05:03:50.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.
2022-03-04T05:03:50.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 Zam1qr386phPFzBX) ...
2022-03-04T05:03:50.077Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T05:03:50.077Z||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.
2022-03-04T05:03:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T05:03:59.624Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T05:03:59.625Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T05:04:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T05:04:50.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.
2022-03-04T05:04:50.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 Zam1qr386phPFzBX) ...
2022-03-04T05:04:50.077Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T05:04:50.078Z||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.
2022-03-04T05:04:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T05:04:59.619Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T05:04:59.621Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T05:05:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T05:05:50.077Z||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.
2022-03-04T05:05:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T05:05:50.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T05:05:50.078Z||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.
2022-03-04T05:05:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T05:05:59.615Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T05:05:59.620Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T05:06:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T05:06:50.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.
2022-03-04T05:06:50.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 Zam1qr386phPFzBX) ...
2022-03-04T05:06:50.077Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T05:06:50.078Z||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.
2022-03-04T05:06:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T05:06:59.622Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T05:06:59.625Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T05:07:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T05:07:50.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.
2022-03-04T05:07:50.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 Zam1qr386phPFzBX) ...
2022-03-04T05:07:50.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T05:07:50.078Z||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.
2022-03-04T05:07:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T05:07:59.620Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T05:07:59.621Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T05:08:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T05:08:50.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.
2022-03-04T05:08:50.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 Zam1qr386phPFzBX) ...
2022-03-04T05:08:50.079Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T05:08:50.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.
2022-03-04T05:08:50.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 Zam1qr386phPFzBX) ...
2022-03-04T05:08:59.621Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T05:08:59.621Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T05:09:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T05:09:50.077Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T05:09:50.077Z||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.
2022-03-04T05:09:50.077Z||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.
2022-03-04T05:09:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T05:09:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T05:09:59.620Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T05:09:59.622Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T05:10:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T05:10:50.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.
2022-03-04T05:10:50.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 Zam1qr386phPFzBX) ...
2022-03-04T05:10:50.077Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T05:10:50.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.
2022-03-04T05:10:50.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 Zam1qr386phPFzBX) ...
2022-03-04T05:10:59.618Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T05:10:59.619Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T05:11:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T05:11:50.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.
2022-03-04T05:11:50.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 Zam1qr386phPFzBX) ...
2022-03-04T05:11:50.077Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T05:11:50.077Z||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.
2022-03-04T05:11:50.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 Zam1qr386phPFzBX) ...
2022-03-04T05:11:59.622Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T05:11:59.624Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T05:12:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T05:12:50.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.
2022-03-04T05:12:50.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 Zam1qr386phPFzBX) ...
2022-03-04T05:12:50.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T05:12:50.077Z||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.
2022-03-04T05:12:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T05:12:59.618Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T05:12:59.621Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T05:13:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T05:13:50.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.
2022-03-04T05:13:50.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 Zam1qr386phPFzBX) ...
2022-03-04T05:13:50.077Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T05:13:50.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.
2022-03-04T05:13:50.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 Zam1qr386phPFzBX) ...
2022-03-04T05:13:59.631Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T05:13:59.633Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T05:14:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T05:14:50.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.
2022-03-04T05:14:50.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 Zam1qr386phPFzBX) ...
2022-03-04T05:14:50.077Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T05:14:50.077Z||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.
2022-03-04T05:14:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T05:14:59.620Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T05:14:59.621Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T05:15:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T05:15:50.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.
2022-03-04T05:15:50.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 Zam1qr386phPFzBX) ...
2022-03-04T05:15:50.077Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T05:15:50.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.
2022-03-04T05:15:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T05:15:59.620Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T05:15:59.622Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T05:16:50.076Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T05:16:50.077Z||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.
2022-03-04T05:16:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T05:16:50.077Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T05:16:50.077Z||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.
2022-03-04T05:16:50.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 Zam1qr386phPFzBX) ...
2022-03-04T05:16:59.619Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T05:16:59.619Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T05:17:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T05:17:50.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.
2022-03-04T05:17:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T05:17:50.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T05:17:50.078Z||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.
2022-03-04T05:17:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T05:17:59.619Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T05:17:59.621Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T05:18:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T05:18:50.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.
2022-03-04T05:18:50.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 Zam1qr386phPFzBX) ...
2022-03-04T05:18:50.077Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T05:18:50.078Z||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.
2022-03-04T05:18:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T05:18:59.618Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T05:18:59.618Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T05:19:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T05:19:50.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.
2022-03-04T05:19:50.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 Zam1qr386phPFzBX) ...
2022-03-04T05:19:50.077Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T05:19:50.077Z||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.
2022-03-04T05:19:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T05:19:59.620Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T05:19:59.620Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T05:20:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T05:20:50.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.
2022-03-04T05:20:50.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 Zam1qr386phPFzBX) ...
2022-03-04T05:20:50.077Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T05:20:50.077Z||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.
2022-03-04T05:20:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T05:20:59.620Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T05:20:59.621Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T05:21:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T05:21:50.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.
2022-03-04T05:21:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T05:21:50.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T05:21:50.078Z||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.
2022-03-04T05:21:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T05:21:59.619Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T05:21:59.619Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T05:22:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T05:22:50.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.
2022-03-04T05:22:50.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 Zam1qr386phPFzBX) ...
2022-03-04T05:22:50.077Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T05:22:50.078Z||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.
2022-03-04T05:22:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T05:22:59.618Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T05:22:59.623Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T05:23:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T05:23:50.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.
2022-03-04T05:23:50.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 Zam1qr386phPFzBX) ...
2022-03-04T05:23:50.077Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T05:23:50.078Z||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.
2022-03-04T05:23:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T05:23:59.617Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T05:23:59.620Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T05:24:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T05:24:50.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.
2022-03-04T05:24:50.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 Zam1qr386phPFzBX) ...
2022-03-04T05:24:50.077Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T05:24:50.077Z||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.
2022-03-04T05:24:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T05:24:59.619Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T05:24:59.619Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T05:25:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T05:25:50.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.
2022-03-04T05:25:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T05:25:50.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T05:25:50.077Z||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.
2022-03-04T05:25:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T05:25:59.622Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T05:25:59.622Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T05:26:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T05:26:50.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.
2022-03-04T05:26:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T05:26:50.077Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T05:26:50.077Z||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.
2022-03-04T05:26:50.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 Zam1qr386phPFzBX) ...
2022-03-04T05:26:59.621Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T05:26:59.622Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T05:27:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T05:27:50.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.
2022-03-04T05:27:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T05:27:50.077Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T05:27:50.077Z||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.
2022-03-04T05:27:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T05:27:59.614Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T05:27:59.617Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T05:28:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T05:28:50.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.
2022-03-04T05:28:50.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 Zam1qr386phPFzBX) ...
2022-03-04T05:28:50.077Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T05:28:50.078Z||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.
2022-03-04T05:28:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T05:28:59.623Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T05:28:59.624Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T05:29:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T05:29:50.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.
2022-03-04T05:29:50.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 Zam1qr386phPFzBX) ...
2022-03-04T05:29:50.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T05:29:50.077Z||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.
2022-03-04T05:29:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T05:29:59.616Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T05:29:59.620Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T05:30:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T05:30:50.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.
2022-03-04T05:30:50.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 Zam1qr386phPFzBX) ...
2022-03-04T05:30:50.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T05:30:50.078Z||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.
2022-03-04T05:30:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T05:30:59.619Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T05:30:59.619Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T05:31:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T05:31:50.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.
2022-03-04T05:31:50.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 Zam1qr386phPFzBX) ...
2022-03-04T05:31:50.077Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T05:31:50.078Z||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.
2022-03-04T05:31:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T05:31:59.617Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T05:31:59.622Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T05:32:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T05:32:50.077Z||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.
2022-03-04T05:32:50.077Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T05:32:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T05:32:50.077Z||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.
2022-03-04T05:32:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T05:32:59.619Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T05:32:59.619Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T05:33:50.076Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T05:33:50.077Z||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.
2022-03-04T05:33:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T05:33:50.077Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T05:33:50.080Z||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.
2022-03-04T05:33:50.080Z||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 Zam1qr386phPFzBX) ...
2022-03-04T05:33:59.621Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T05:33:59.623Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T05:34:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T05:34:50.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.
2022-03-04T05:34:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T05:34:50.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T05:34:50.077Z||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.
2022-03-04T05:34:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T05:34:59.618Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T05:34:59.622Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T05:35:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T05:35:50.077Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T05:35:50.077Z||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.
2022-03-04T05:35:50.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 Zam1qr386phPFzBX) ...
2022-03-04T05:35:50.078Z||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.
2022-03-04T05:35:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T05:35:59.621Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T05:35:59.627Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T05:36:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T05:36:50.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.
2022-03-04T05:36:50.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 Zam1qr386phPFzBX) ...
2022-03-04T05:36:50.078Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T05:36:50.078Z||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.
2022-03-04T05:36:50.079Z||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 Zam1qr386phPFzBX) ...
2022-03-04T05:36:59.618Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T05:36:59.618Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T05:37:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T05:37:50.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.
2022-03-04T05:37:50.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 Zam1qr386phPFzBX) ...
2022-03-04T05:37:50.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T05:37:50.077Z||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.
2022-03-04T05:37:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T05:37:59.619Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T05:37:59.632Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T05:38:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T05:38:50.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.
2022-03-04T05:38:50.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 Zam1qr386phPFzBX) ...
2022-03-04T05:38:50.077Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T05:38:50.077Z||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.
2022-03-04T05:38:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T05:38:59.618Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T05:38:59.619Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T05:39:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T05:39:50.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.
2022-03-04T05:39:50.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 Zam1qr386phPFzBX) ...
2022-03-04T05:39:50.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T05:39:50.078Z||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.
2022-03-04T05:39:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T05:39:59.619Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T05:39:59.621Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T05:40:50.076Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T05:40:50.077Z||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.
2022-03-04T05:40:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T05:40:50.077Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T05:40:50.078Z||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.
2022-03-04T05:40:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T05:40:59.618Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T05:40:59.623Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T05:41:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T05:41:50.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.
2022-03-04T05:41:50.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 Zam1qr386phPFzBX) ...
2022-03-04T05:41:50.077Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T05:41:50.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.
2022-03-04T05:41:50.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 Zam1qr386phPFzBX) ...
2022-03-04T05:41:59.621Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T05:41:59.622Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T05:42:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T05:42:50.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.
2022-03-04T05:42:50.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 Zam1qr386phPFzBX) ...
2022-03-04T05:42:50.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T05:42:50.077Z||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.
2022-03-04T05:42:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T05:42:59.622Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T05:42:59.624Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T05:43:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T05:43:50.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.
2022-03-04T05:43:50.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 Zam1qr386phPFzBX) ...
2022-03-04T05:43:50.077Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T05:43:50.077Z||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.
2022-03-04T05:43:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T05:43:59.620Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T05:43:59.620Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T05:44:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T05:44:50.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.
2022-03-04T05:44:50.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 Zam1qr386phPFzBX) ...
2022-03-04T05:44:50.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T05:44:50.077Z||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.
2022-03-04T05:44:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T05:44:59.622Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T05:44:59.622Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T05:45:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T05:45:50.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.
2022-03-04T05:45:50.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 Zam1qr386phPFzBX) ...
2022-03-04T05:45:50.077Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T05:45:50.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.
2022-03-04T05:45:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T05:45:59.620Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T05:45:59.625Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T05:46:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T05:46:50.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.
2022-03-04T05:46:50.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 Zam1qr386phPFzBX) ...
2022-03-04T05:46:50.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T05:46:50.077Z||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.
2022-03-04T05:46:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T05:46:59.620Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T05:46:59.621Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T05:47:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T05:47:50.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.
2022-03-04T05:47:50.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 Zam1qr386phPFzBX) ...
2022-03-04T05:47:50.077Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T05:47:50.077Z||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.
2022-03-04T05:47:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T05:47:59.618Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T05:47:59.620Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T05:48:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T05:48:50.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.
2022-03-04T05:48:50.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 Zam1qr386phPFzBX) ...
2022-03-04T05:48:50.077Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T05:48:50.078Z||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.
2022-03-04T05:48:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T05:48:59.621Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T05:48:59.622Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T05:49:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T05:49:50.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.
2022-03-04T05:49:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T05:49:50.077Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T05:49:50.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.
2022-03-04T05:49:50.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 Zam1qr386phPFzBX) ...
2022-03-04T05:49:59.619Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T05:49:59.620Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T05:50:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T05:50:50.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.
2022-03-04T05:50:50.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 Zam1qr386phPFzBX) ...
2022-03-04T05:50:50.077Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T05:50:50.078Z||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.
2022-03-04T05:50:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T05:50:59.615Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T05:50:59.618Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T05:51:50.076Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T05:51:50.077Z||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.
2022-03-04T05:51:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T05:51:50.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T05:51:50.077Z||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.
2022-03-04T05:51:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T05:51:59.621Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T05:51:59.623Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T05:52:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T05:52:50.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.
2022-03-04T05:52:50.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 Zam1qr386phPFzBX) ...
2022-03-04T05:52:50.077Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T05:52:50.077Z||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.
2022-03-04T05:52:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T05:52:59.619Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T05:52:59.621Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T05:53:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T05:53:50.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.
2022-03-04T05:53:50.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 Zam1qr386phPFzBX) ...
2022-03-04T05:53:50.077Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T05:53:50.077Z||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.
2022-03-04T05:53:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T05:53:59.621Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T05:53:59.624Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T05:54:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T05:54:50.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.
2022-03-04T05:54:50.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 Zam1qr386phPFzBX) ...
2022-03-04T05:54:50.077Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T05:54:50.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.
2022-03-04T05:54:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T05:54:59.633Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T05:54:59.635Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T05:55:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T05:55:50.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.
2022-03-04T05:55:50.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 Zam1qr386phPFzBX) ...
2022-03-04T05:55:50.077Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T05:55:50.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.
2022-03-04T05:55:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T05:55:59.616Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T05:55:59.624Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T05:56:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T05:56:50.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.
2022-03-04T05:56:50.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 Zam1qr386phPFzBX) ...
2022-03-04T05:56:50.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T05:56:50.077Z||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.
2022-03-04T05:56:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T05:56:59.619Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T05:56:59.621Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T05:57:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T05:57:50.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.
2022-03-04T05:57:50.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 Zam1qr386phPFzBX) ...
2022-03-04T05:57:50.077Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T05:57:50.077Z||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.
2022-03-04T05:57:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T05:57:59.616Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T05:57:59.617Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T05:58:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T05:58:50.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.
2022-03-04T05:58:50.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 Zam1qr386phPFzBX) ...
2022-03-04T05:58:50.077Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T05:58:50.077Z||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.
2022-03-04T05:58:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T05:58:59.620Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T05:58:59.623Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T05:59:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T05:59:50.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.
2022-03-04T05:59:50.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 Zam1qr386phPFzBX) ...
2022-03-04T05:59:50.078Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T05:59:50.079Z||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.
2022-03-04T05:59:50.079Z||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 Zam1qr386phPFzBX) ...
2022-03-04T05:59:59.621Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T05:59:59.621Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T06:00:50.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T06:00:50.076Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-04T06:00:50.076Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Zam1qr386phPFzBX) ...
2022-03-04T06:00:50.077Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T06:00:50.078Z||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.
2022-03-04T06:00:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T06:00:59.620Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T06:00:59.623Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T06:01:50.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T06:01:50.076Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-04T06:01:50.076Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Zam1qr386phPFzBX) ...
2022-03-04T06:01:50.077Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T06:01:50.077Z||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.
2022-03-04T06:01:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T06:01:59.619Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T06:01:59.621Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T06:02:50.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T06:02:50.076Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-04T06:02:50.076Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Zam1qr386phPFzBX) ...
2022-03-04T06:02:50.077Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T06:02:50.077Z||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.
2022-03-04T06:02:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T06:02:59.619Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T06:02:59.623Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T06:03:50.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T06:03:50.076Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-04T06:03:50.076Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Zam1qr386phPFzBX) ...
2022-03-04T06:03:50.077Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T06:03:50.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.
2022-03-04T06:03:50.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 Zam1qr386phPFzBX) ...
2022-03-04T06:03:59.618Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T06:03:59.619Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T06:04:50.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T06:04:50.076Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-04T06:04:50.076Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Zam1qr386phPFzBX) ...
2022-03-04T06:04:50.077Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T06:04:50.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.
2022-03-04T06:04:50.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 Zam1qr386phPFzBX) ...
2022-03-04T06:04:59.622Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T06:04:59.624Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T06:05:50.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T06:05:50.076Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-04T06:05:50.076Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Zam1qr386phPFzBX) ...
2022-03-04T06:05:50.077Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T06:05:50.077Z||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.
2022-03-04T06:05:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T06:05:59.625Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T06:05:59.627Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T06:06:50.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T06:06:50.076Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-04T06:06:50.076Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Zam1qr386phPFzBX) ...
2022-03-04T06:06:50.077Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T06:06:50.077Z||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.
2022-03-04T06:06:50.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 Zam1qr386phPFzBX) ...
2022-03-04T06:06:59.614Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T06:06:59.619Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T06:07:50.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T06:07:50.076Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-04T06:07:50.077Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Zam1qr386phPFzBX) ...
2022-03-04T06:07:50.077Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T06:07:50.077Z||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.
2022-03-04T06:07:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T06:07:59.619Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T06:07:59.621Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T06:08:50.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T06:08:50.076Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-04T06:08:50.076Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Zam1qr386phPFzBX) ...
2022-03-04T06:08:50.077Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T06:08:50.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.
2022-03-04T06:08:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T06:08:59.618Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T06:08:59.621Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T06:09:50.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T06:09:50.076Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-04T06:09:50.076Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Zam1qr386phPFzBX) ...
2022-03-04T06:09:50.077Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T06:09:50.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.
2022-03-04T06:09:50.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 Zam1qr386phPFzBX) ...
2022-03-04T06:09:59.617Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T06:09:59.637Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T06:10:50.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T06:10:50.076Z||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.
2022-03-04T06:10:50.076Z||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 Zam1qr386phPFzBX) ...
2022-03-04T06:10:50.077Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T06:10:50.077Z||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.
2022-03-04T06:10:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T06:10:59.620Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T06:10:59.625Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T06:11:50.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T06:11:50.076Z||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.
2022-03-04T06:11:50.076Z||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 Zam1qr386phPFzBX) ...
2022-03-04T06:11:50.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T06:11:50.078Z||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.
2022-03-04T06:11:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T06:11:59.623Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T06:11:59.625Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T06:12:50.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T06:12:50.076Z||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.
2022-03-04T06:12:50.076Z||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 Zam1qr386phPFzBX) ...
2022-03-04T06:12:50.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T06:12:50.077Z||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.
2022-03-04T06:12:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T06:12:59.622Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T06:12:59.625Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T06:13:50.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T06:13:50.076Z||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.
2022-03-04T06:13:50.076Z||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 Zam1qr386phPFzBX) ...
2022-03-04T06:13:50.077Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T06:13:50.077Z||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.
2022-03-04T06:13:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T06:13:59.619Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T06:13:59.619Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T06:14:50.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T06:14:50.076Z||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.
2022-03-04T06:14:50.076Z||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 Zam1qr386phPFzBX) ...
2022-03-04T06:14:50.077Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T06:14:50.077Z||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.
2022-03-04T06:14:50.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 Zam1qr386phPFzBX) ...
2022-03-04T06:14:59.623Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T06:14:59.623Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T06:15:50.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T06:15:50.076Z||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.
2022-03-04T06:15:50.076Z||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 Zam1qr386phPFzBX) ...
2022-03-04T06:15:50.077Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T06:15:50.077Z||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.
2022-03-04T06:15:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T06:15:59.620Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T06:15:59.622Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T06:16:50.076Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T06:16:50.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.
2022-03-04T06:16:50.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 Zam1qr386phPFzBX) ...
2022-03-04T06:16:50.077Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T06:16:50.077Z||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.
2022-03-04T06:16:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T06:16:59.622Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T06:16:59.623Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T06:17:50.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T06:17:50.076Z||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.
2022-03-04T06:17:50.076Z||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 Zam1qr386phPFzBX) ...
2022-03-04T06:17:50.077Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T06:17:50.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.
2022-03-04T06:17:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T06:17:59.612Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T06:17:59.638Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T06:18:50.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T06:18:50.076Z||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.
2022-03-04T06:18:50.076Z||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 Zam1qr386phPFzBX) ...
2022-03-04T06:18:50.077Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T06:18:50.078Z||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.
2022-03-04T06:18:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T06:18:59.619Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T06:18:59.622Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T06:19:50.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T06:19:50.076Z||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.
2022-03-04T06:19:50.076Z||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 Zam1qr386phPFzBX) ...
2022-03-04T06:19:50.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T06:19:50.077Z||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.
2022-03-04T06:19:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T06:19:59.622Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T06:19:59.623Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T06:20:50.076Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T06:20:50.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.
2022-03-04T06:20:50.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 Zam1qr386phPFzBX) ...
2022-03-04T06:20:50.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T06:20:50.078Z||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.
2022-03-04T06:20:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T06:20:59.622Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T06:20:59.623Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T06:21:50.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T06:21:50.076Z||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.
2022-03-04T06:21:50.076Z||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 Zam1qr386phPFzBX) ...
2022-03-04T06:21:50.077Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T06:21:50.077Z||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.
2022-03-04T06:21:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T06:21:59.617Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T06:21:59.619Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T06:22:50.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T06:22:50.076Z||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.
2022-03-04T06:22:50.076Z||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 Zam1qr386phPFzBX) ...
2022-03-04T06:22:50.077Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T06:22:50.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.
2022-03-04T06:22:50.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 Zam1qr386phPFzBX) ...
2022-03-04T06:22:59.620Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T06:22:59.620Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T06:23:50.076Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T06:23:50.076Z||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.
2022-03-04T06:23:50.076Z||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 Zam1qr386phPFzBX) ...
2022-03-04T06:23:50.077Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T06:23:50.077Z||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.
2022-03-04T06:23:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T06:23:59.618Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T06:23:59.619Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T06:24:50.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T06:24:50.076Z||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.
2022-03-04T06:24:50.076Z||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 Zam1qr386phPFzBX) ...
2022-03-04T06:24:50.077Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T06:24:50.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.
2022-03-04T06:24:50.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 Zam1qr386phPFzBX) ...
2022-03-04T06:24:59.619Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T06:24:59.621Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T06:25:50.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T06:25:50.076Z||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.
2022-03-04T06:25:50.076Z||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 Zam1qr386phPFzBX) ...
2022-03-04T06:25:50.077Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T06:25:50.077Z||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.
2022-03-04T06:25:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T06:25:59.621Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T06:25:59.625Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T06:26:50.076Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T06:26:50.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.
2022-03-04T06:26:50.077Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T06:26:50.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 Zam1qr386phPFzBX) ...
2022-03-04T06:26:50.078Z||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.
2022-03-04T06:26:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T06:26:59.620Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T06:26:59.623Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T06:27:50.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T06:27:50.076Z||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.
2022-03-04T06:27:50.076Z||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 Zam1qr386phPFzBX) ...
2022-03-04T06:27:50.077Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T06:27:50.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.
2022-03-04T06:27:50.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 Zam1qr386phPFzBX) ...
2022-03-04T06:27:59.620Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T06:27:59.621Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T06:28:50.076Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T06:28:50.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.
2022-03-04T06:28:50.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 Zam1qr386phPFzBX) ...
2022-03-04T06:28:50.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T06:28:50.077Z||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.
2022-03-04T06:28:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T06:28:59.624Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T06:28:59.624Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T06:29:50.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T06:29:50.076Z||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.
2022-03-04T06:29:50.076Z||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 Zam1qr386phPFzBX) ...
2022-03-04T06:29:50.077Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T06:29:50.077Z||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.
2022-03-04T06:29:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T06:29:59.619Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T06:29:59.624Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T06:30:50.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T06:30:50.076Z||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.
2022-03-04T06:30:50.076Z||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 Zam1qr386phPFzBX) ...
2022-03-04T06:30:50.077Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T06:30:50.077Z||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.
2022-03-04T06:30:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T06:30:59.619Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T06:30:59.622Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T06:31:50.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T06:31:50.076Z||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.
2022-03-04T06:31:50.076Z||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 Zam1qr386phPFzBX) ...
2022-03-04T06:31:50.077Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T06:31:50.077Z||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.
2022-03-04T06:31:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T06:31:59.621Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T06:31:59.624Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T06:32:50.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T06:32:50.076Z||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.
2022-03-04T06:32:50.076Z||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 Zam1qr386phPFzBX) ...
2022-03-04T06:32:50.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T06:32:50.077Z||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.
2022-03-04T06:32:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T06:32:59.621Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T06:32:59.624Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T06:33:50.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T06:33:50.076Z||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.
2022-03-04T06:33:50.076Z||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 Zam1qr386phPFzBX) ...
2022-03-04T06:33:50.077Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T06:33:50.077Z||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.
2022-03-04T06:33:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T06:33:59.621Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T06:33:59.621Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T06:34:50.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T06:34:50.076Z||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.
2022-03-04T06:34:50.076Z||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 Zam1qr386phPFzBX) ...
2022-03-04T06:34:50.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T06:34:50.078Z||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.
2022-03-04T06:34:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T06:34:59.616Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T06:34:59.616Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T06:35:50.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T06:35:50.076Z||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.
2022-03-04T06:35:50.076Z||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 Zam1qr386phPFzBX) ...
2022-03-04T06:35:50.077Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T06:35:50.077Z||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.
2022-03-04T06:35:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T06:35:59.616Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T06:35:59.623Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T06:36:50.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T06:36:50.076Z||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.
2022-03-04T06:36:50.076Z||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 Zam1qr386phPFzBX) ...
2022-03-04T06:36:50.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T06:36:50.078Z||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.
2022-03-04T06:36:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T06:36:59.615Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T06:36:59.620Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T06:37:50.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T06:37:50.076Z||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.
2022-03-04T06:37:50.076Z||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 Zam1qr386phPFzBX) ...
2022-03-04T06:37:50.077Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T06:37:50.078Z||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.
2022-03-04T06:37:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T06:37:59.618Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T06:37:59.621Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T06:38:50.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T06:38:50.076Z||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.
2022-03-04T06:38:50.076Z||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 Zam1qr386phPFzBX) ...
2022-03-04T06:38:50.077Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T06:38:50.078Z||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.
2022-03-04T06:38:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T06:38:59.618Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T06:38:59.620Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T06:39:50.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T06:39:50.076Z||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.
2022-03-04T06:39:50.076Z||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 Zam1qr386phPFzBX) ...
2022-03-04T06:39:50.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T06:39:50.077Z||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.
2022-03-04T06:39:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T06:39:59.615Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T06:39:59.618Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T06:40:50.076Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T06:40:50.077Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T06:40:50.077Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-04T06:40:50.077Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Zam1qr386phPFzBX) ...
2022-03-04T06:40:50.077Z||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.
2022-03-04T06:40:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T06:40:59.619Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T06:40:59.625Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T06:41:50.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T06:41:50.076Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-04T06:41:50.076Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Zam1qr386phPFzBX) ...
2022-03-04T06:41:50.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T06:41:50.078Z||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.
2022-03-04T06:41:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T06:41:59.625Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T06:41:59.626Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T06:42:50.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T06:42:50.076Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-04T06:42:50.076Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Zam1qr386phPFzBX) ...
2022-03-04T06:42:50.077Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T06:42:50.077Z||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.
2022-03-04T06:42:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T06:42:59.624Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T06:42:59.626Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T06:43:50.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T06:43:50.076Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-04T06:43:50.076Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Zam1qr386phPFzBX) ...
2022-03-04T06:43:50.077Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T06:43:50.077Z||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.
2022-03-04T06:43:50.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 Zam1qr386phPFzBX) ...
2022-03-04T06:43:59.616Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T06:43:59.620Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T06:44:50.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T06:44:50.076Z||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.
2022-03-04T06:44:50.076Z||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 Zam1qr386phPFzBX) ...
2022-03-04T06:44:50.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T06:44:50.078Z||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.
2022-03-04T06:44:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T06:44:59.621Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T06:44:59.626Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T06:45:50.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T06:45:50.076Z||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.
2022-03-04T06:45:50.076Z||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 Zam1qr386phPFzBX) ...
2022-03-04T06:45:50.077Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T06:45:50.077Z||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.
2022-03-04T06:45:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T06:45:59.616Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T06:45:59.617Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T06:46:50.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T06:46:50.076Z||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.
2022-03-04T06:46:50.076Z||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 Zam1qr386phPFzBX) ...
2022-03-04T06:46:50.077Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T06:46:50.077Z||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.
2022-03-04T06:46:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T06:46:59.614Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T06:46:59.624Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T06:47:50.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T06:47:50.076Z||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.
2022-03-04T06:47:50.076Z||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 Zam1qr386phPFzBX) ...
2022-03-04T06:47:50.077Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T06:47:50.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.
2022-03-04T06:47:50.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 Zam1qr386phPFzBX) ...
2022-03-04T06:47:59.619Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T06:47:59.621Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T06:48:50.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T06:48:50.076Z||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.
2022-03-04T06:48:50.076Z||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 Zam1qr386phPFzBX) ...
2022-03-04T06:48:50.077Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T06:48:50.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.
2022-03-04T06:48:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T06:48:59.618Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T06:48:59.623Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T06:49:50.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T06:49:50.076Z||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.
2022-03-04T06:49:50.076Z||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 Zam1qr386phPFzBX) ...
2022-03-04T06:49:50.077Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T06:49:50.077Z||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.
2022-03-04T06:49:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T06:49:59.620Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T06:49:59.620Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T06:50:50.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T06:50:50.076Z||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.
2022-03-04T06:50:50.076Z||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 Zam1qr386phPFzBX) ...
2022-03-04T06:50:50.077Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T06:50:50.077Z||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.
2022-03-04T06:50:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T06:50:59.618Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T06:50:59.622Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T06:51:50.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T06:51:50.076Z||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.
2022-03-04T06:51:50.076Z||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 Zam1qr386phPFzBX) ...
2022-03-04T06:51:50.077Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T06:51:50.077Z||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.
2022-03-04T06:51:50.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 Zam1qr386phPFzBX) ...
2022-03-04T06:51:59.619Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T06:51:59.620Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T06:52:50.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T06:52:50.076Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-04T06:52:50.077Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Zam1qr386phPFzBX) ...
2022-03-04T06:52:50.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T06:52:50.077Z||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.
2022-03-04T06:52:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T06:52:59.620Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T06:52:59.622Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T06:53:50.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T06:53:50.076Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-04T06:53:50.076Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Zam1qr386phPFzBX) ...
2022-03-04T06:53:50.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T06:53:50.077Z||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.
2022-03-04T06:53:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T06:53:59.621Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T06:53:59.624Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T06:54:50.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T06:54:50.076Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-04T06:54:50.076Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Zam1qr386phPFzBX) ...
2022-03-04T06:54:50.077Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T06:54:50.078Z||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.
2022-03-04T06:54:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T06:54:59.617Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T06:54:59.619Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T06:55:50.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T06:55:50.076Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-04T06:55:50.076Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Zam1qr386phPFzBX) ...
2022-03-04T06:55:50.077Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T06:55:50.077Z||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.
2022-03-04T06:55:50.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 Zam1qr386phPFzBX) ...
2022-03-04T06:55:59.618Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T06:55:59.619Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T06:56:50.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T06:56:50.076Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-04T06:56:50.076Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Zam1qr386phPFzBX) ...
2022-03-04T06:56:50.077Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T06:56:50.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.
2022-03-04T06:56:50.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 Zam1qr386phPFzBX) ...
2022-03-04T06:56:59.619Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T06:56:59.619Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T06:57:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T06:57:50.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.
2022-03-04T06:57:50.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 Zam1qr386phPFzBX) ...
2022-03-04T06:57:50.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T06:57:50.078Z||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.
2022-03-04T06:57:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T06:57:59.618Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T06:57:59.622Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T06:58:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T06:58:50.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.
2022-03-04T06:58:50.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 Zam1qr386phPFzBX) ...
2022-03-04T06:58:50.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T06:58:50.077Z||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.
2022-03-04T06:58:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T06:58:59.616Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T06:58:59.616Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T06:59:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T06:59:50.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.
2022-03-04T06:59:50.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 Zam1qr386phPFzBX) ...
2022-03-04T06:59:50.077Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T06:59:50.077Z||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.
2022-03-04T06:59:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T06:59:59.618Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T06:59:59.619Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T07:00:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T07:00:50.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.
2022-03-04T07:00:50.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 Zam1qr386phPFzBX) ...
2022-03-04T07:00:50.077Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T07:00:50.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.
2022-03-04T07:00:50.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 Zam1qr386phPFzBX) ...
2022-03-04T07:00:59.616Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T07:00:59.617Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T07:01:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T07:01:50.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.
2022-03-04T07:01:50.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 Zam1qr386phPFzBX) ...
2022-03-04T07:01:50.077Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T07:01:50.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.
2022-03-04T07:01:50.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 Zam1qr386phPFzBX) ...
2022-03-04T07:01:59.616Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T07:01:59.621Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T07:02:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T07:02:50.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.
2022-03-04T07:02:50.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 Zam1qr386phPFzBX) ...
2022-03-04T07:02:50.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T07:02:50.077Z||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.
2022-03-04T07:02:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T07:02:59.620Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T07:02:59.622Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T07:03:50.076Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T07:03:50.077Z||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.
2022-03-04T07:03:50.077Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T07:03:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T07:03:50.077Z||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.
2022-03-04T07:03:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T07:03:59.636Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T07:03:59.636Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T07:04:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T07:04:50.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.
2022-03-04T07:04:50.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 Zam1qr386phPFzBX) ...
2022-03-04T07:04:50.077Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T07:04:50.077Z||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.
2022-03-04T07:04:50.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 Zam1qr386phPFzBX) ...
2022-03-04T07:04:59.619Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T07:04:59.621Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T07:05:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T07:05:50.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.
2022-03-04T07:05:50.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 Zam1qr386phPFzBX) ...
2022-03-04T07:05:50.077Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T07:05:50.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.
2022-03-04T07:05:50.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 Zam1qr386phPFzBX) ...
2022-03-04T07:05:59.620Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T07:05:59.622Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T07:06:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T07:06:50.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.
2022-03-04T07:06:50.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 Zam1qr386phPFzBX) ...
2022-03-04T07:06:50.077Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T07:06:50.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.
2022-03-04T07:06:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T07:06:59.622Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T07:06:59.623Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T07:07:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T07:07:50.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.
2022-03-04T07:07:50.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 Zam1qr386phPFzBX) ...
2022-03-04T07:07:50.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T07:07:50.077Z||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.
2022-03-04T07:07:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T07:07:59.636Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T07:07:59.638Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T07:08:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T07:08:50.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.
2022-03-04T07:08:50.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 Zam1qr386phPFzBX) ...
2022-03-04T07:08:50.077Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T07:08:50.077Z||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.
2022-03-04T07:08:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T07:08:59.622Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T07:08:59.623Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T07:09:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T07:09:50.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.
2022-03-04T07:09:50.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 Zam1qr386phPFzBX) ...
2022-03-04T07:09:50.077Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T07:09:50.077Z||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.
2022-03-04T07:09:50.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 Zam1qr386phPFzBX) ...
2022-03-04T07:09:59.619Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T07:09:59.621Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T07:10:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T07:10:50.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.
2022-03-04T07:10:50.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 Zam1qr386phPFzBX) ...
2022-03-04T07:10:50.077Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T07:10:50.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.
2022-03-04T07:10:50.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 Zam1qr386phPFzBX) ...
2022-03-04T07:10:59.617Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T07:10:59.620Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T07:11:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T07:11:50.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.
2022-03-04T07:11:50.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 Zam1qr386phPFzBX) ...
2022-03-04T07:11:50.077Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T07:11:50.078Z||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.
2022-03-04T07:11:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T07:11:59.616Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T07:11:59.618Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T07:12:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T07:12:50.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.
2022-03-04T07:12:50.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 Zam1qr386phPFzBX) ...
2022-03-04T07:12:50.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T07:12:50.077Z||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.
2022-03-04T07:12:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T07:12:59.620Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T07:12:59.622Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T07:13:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T07:13:50.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.
2022-03-04T07:13:50.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 Zam1qr386phPFzBX) ...
2022-03-04T07:13:50.077Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T07:13:50.078Z||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.
2022-03-04T07:13:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T07:13:59.618Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T07:13:59.619Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T07:14:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T07:14:50.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.
2022-03-04T07:14:50.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 Zam1qr386phPFzBX) ...
2022-03-04T07:14:50.077Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T07:14:50.077Z||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.
2022-03-04T07:14:50.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 Zam1qr386phPFzBX) ...
2022-03-04T07:14:59.618Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T07:14:59.622Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T07:15:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T07:15:50.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.
2022-03-04T07:15:50.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 Zam1qr386phPFzBX) ...
2022-03-04T07:15:50.077Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T07:15:50.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.
2022-03-04T07:15:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T07:15:59.618Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T07:15:59.620Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T07:16:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T07:16:50.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.
2022-03-04T07:16:50.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 Zam1qr386phPFzBX) ...
2022-03-04T07:16:50.077Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T07:16:50.078Z||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.
2022-03-04T07:16:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T07:16:59.619Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T07:16:59.620Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T07:17:50.075Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T07:17:50.076Z||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.
2022-03-04T07:17:50.076Z||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 Zam1qr386phPFzBX) ...
2022-03-04T07:17:50.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T07:17:50.078Z||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.
2022-03-04T07:17:50.079Z||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 Zam1qr386phPFzBX) ...
2022-03-04T07:17:59.619Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T07:17:59.619Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T07:18:50.075Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T07:18:50.076Z||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.
2022-03-04T07:18:50.076Z||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 Zam1qr386phPFzBX) ...
2022-03-04T07:18:50.077Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T07:18:50.077Z||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.
2022-03-04T07:18:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T07:18:59.619Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T07:18:59.620Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T07:19:50.075Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T07:19:50.076Z||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.
2022-03-04T07:19:50.076Z||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 Zam1qr386phPFzBX) ...
2022-03-04T07:19:50.077Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T07:19:50.077Z||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.
2022-03-04T07:19:50.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 Zam1qr386phPFzBX) ...
2022-03-04T07:19:59.617Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T07:19:59.619Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T07:20:50.075Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T07:20:50.076Z||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.
2022-03-04T07:20:50.076Z||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 Zam1qr386phPFzBX) ...
2022-03-04T07:20:50.077Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T07:20:50.078Z||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.
2022-03-04T07:20:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T07:20:59.617Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T07:20:59.619Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T07:21:50.075Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T07:21:50.076Z||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.
2022-03-04T07:21:50.076Z||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 Zam1qr386phPFzBX) ...
2022-03-04T07:21:50.077Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T07:21:50.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.
2022-03-04T07:21:50.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 Zam1qr386phPFzBX) ...
2022-03-04T07:21:59.620Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T07:21:59.620Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T07:22:50.075Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T07:22:50.076Z||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.
2022-03-04T07:22:50.076Z||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 Zam1qr386phPFzBX) ...
2022-03-04T07:22:50.077Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T07:22:50.077Z||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.
2022-03-04T07:22:50.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 Zam1qr386phPFzBX) ...
2022-03-04T07:22:59.617Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T07:22:59.620Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T07:23:50.075Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T07:23:50.076Z||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.
2022-03-04T07:23:50.076Z||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 Zam1qr386phPFzBX) ...
2022-03-04T07:23:50.077Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T07:23:50.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.
2022-03-04T07:23:50.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 Zam1qr386phPFzBX) ...
2022-03-04T07:23:59.621Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T07:23:59.627Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T07:24:50.075Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T07:24:50.076Z||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.
2022-03-04T07:24:50.076Z||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 Zam1qr386phPFzBX) ...
2022-03-04T07:24:50.077Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T07:24:50.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.
2022-03-04T07:24:50.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 Zam1qr386phPFzBX) ...
2022-03-04T07:24:59.618Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T07:24:59.617Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T07:25:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T07:25:50.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.
2022-03-04T07:25:50.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 Zam1qr386phPFzBX) ...
2022-03-04T07:25:50.077Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T07:25:50.078Z||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.
2022-03-04T07:25:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T07:25:59.618Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T07:25:59.619Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T07:26:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T07:26:50.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.
2022-03-04T07:26:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T07:26:50.077Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T07:26:50.077Z||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.
2022-03-04T07:26:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T07:26:59.620Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T07:26:59.622Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T07:27:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T07:27:50.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.
2022-03-04T07:27:50.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 Zam1qr386phPFzBX) ...
2022-03-04T07:27:50.077Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T07:27:50.078Z||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.
2022-03-04T07:27:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T07:27:59.619Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T07:27:59.625Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T07:28:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T07:28:50.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.
2022-03-04T07:28:50.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 Zam1qr386phPFzBX) ...
2022-03-04T07:28:50.077Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T07:28:50.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.
2022-03-04T07:28:50.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 Zam1qr386phPFzBX) ...
2022-03-04T07:28:59.621Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T07:28:59.622Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T07:29:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T07:29:50.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.
2022-03-04T07:29:50.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 Zam1qr386phPFzBX) ...
2022-03-04T07:29:50.077Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T07:29:50.077Z||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.
2022-03-04T07:29:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T07:29:59.617Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T07:29:59.617Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T07:30:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T07:30:50.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.
2022-03-04T07:30:50.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 Zam1qr386phPFzBX) ...
2022-03-04T07:30:50.081Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T07:30:50.081Z||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.
2022-03-04T07:30:50.082Z||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 Zam1qr386phPFzBX) ...
2022-03-04T07:30:59.621Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T07:30:59.626Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T07:31:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T07:31:50.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.
2022-03-04T07:31:50.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 Zam1qr386phPFzBX) ...
2022-03-04T07:31:50.077Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T07:31:50.077Z||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.
2022-03-04T07:31:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T07:31:59.615Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T07:31:59.616Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T07:32:50.076Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T07:32:50.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.
2022-03-04T07:32:50.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 Zam1qr386phPFzBX) ...
2022-03-04T07:32:50.077Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T07:32:50.077Z||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.
2022-03-04T07:32:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T07:32:59.626Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T07:32:59.634Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T07:33:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T07:33:50.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.
2022-03-04T07:33:50.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 Zam1qr386phPFzBX) ...
2022-03-04T07:33:50.077Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T07:33:50.077Z||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.
2022-03-04T07:33:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T07:33:59.619Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T07:33:59.619Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T07:34:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T07:34:50.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.
2022-03-04T07:34:50.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 Zam1qr386phPFzBX) ...
2022-03-04T07:34:50.077Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T07:34:50.077Z||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.
2022-03-04T07:34:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T07:34:59.619Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T07:34:59.626Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T07:35:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T07:35:50.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.
2022-03-04T07:35:50.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 Zam1qr386phPFzBX) ...
2022-03-04T07:35:50.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T07:35:50.077Z||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.
2022-03-04T07:35:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T07:35:59.617Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T07:35:59.620Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T07:36:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T07:36:50.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.
2022-03-04T07:36:50.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 Zam1qr386phPFzBX) ...
2022-03-04T07:36:50.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T07:36:50.077Z||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.
2022-03-04T07:36:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T07:36:59.620Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T07:36:59.622Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T07:37:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T07:37:50.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.
2022-03-04T07:37:50.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 Zam1qr386phPFzBX) ...
2022-03-04T07:37:50.077Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T07:37:50.077Z||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.
2022-03-04T07:37:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T07:37:59.617Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T07:37:59.625Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T07:38:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T07:38:50.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.
2022-03-04T07:38:50.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 Zam1qr386phPFzBX) ...
2022-03-04T07:38:50.077Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T07:38:50.077Z||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.
2022-03-04T07:38:50.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 Zam1qr386phPFzBX) ...
2022-03-04T07:38:59.631Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T07:38:59.635Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T07:39:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T07:39:50.077Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T07:39:50.077Z||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.
2022-03-04T07:39:50.077Z||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.
2022-03-04T07:39:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T07:39:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T07:39:59.618Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T07:39:59.620Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T07:40:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T07:40:50.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.
2022-03-04T07:40:50.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 Zam1qr386phPFzBX) ...
2022-03-04T07:40:50.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T07:40:50.078Z||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.
2022-03-04T07:40:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T07:40:59.613Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T07:40:59.614Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T07:41:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T07:41:50.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.
2022-03-04T07:41:50.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 Zam1qr386phPFzBX) ...
2022-03-04T07:41:50.077Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T07:41:50.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.
2022-03-04T07:41:50.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 Zam1qr386phPFzBX) ...
2022-03-04T07:41:59.619Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T07:41:59.620Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T07:42:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T07:42:50.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.
2022-03-04T07:42:50.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 Zam1qr386phPFzBX) ...
2022-03-04T07:42:50.077Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T07:42:50.078Z||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.
2022-03-04T07:42:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T07:42:59.621Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T07:42:59.621Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T07:43:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T07:43:50.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.
2022-03-04T07:43:50.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 Zam1qr386phPFzBX) ...
2022-03-04T07:43:50.077Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T07:43:50.077Z||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.
2022-03-04T07:43:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T07:43:59.616Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T07:43:59.616Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T07:44:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T07:44:50.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.
2022-03-04T07:44:50.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 Zam1qr386phPFzBX) ...
2022-03-04T07:44:50.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T07:44:50.077Z||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.
2022-03-04T07:44:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T07:44:59.618Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T07:44:59.629Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T07:45:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T07:45:50.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.
2022-03-04T07:45:50.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 Zam1qr386phPFzBX) ...
2022-03-04T07:45:50.077Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T07:45:50.077Z||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.
2022-03-04T07:45:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T07:45:59.615Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T07:45:59.618Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T07:46:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T07:46:50.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.
2022-03-04T07:46:50.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 Zam1qr386phPFzBX) ...
2022-03-04T07:46:50.077Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T07:46:50.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.
2022-03-04T07:46:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T07:46:59.618Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T07:46:59.620Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T07:47:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T07:47:50.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.
2022-03-04T07:47:50.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 Zam1qr386phPFzBX) ...
2022-03-04T07:47:50.077Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T07:47:50.077Z||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.
2022-03-04T07:47:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T07:47:59.616Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T07:47:59.625Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T07:48:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T07:48:50.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.
2022-03-04T07:48:50.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 Zam1qr386phPFzBX) ...
2022-03-04T07:48:50.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T07:48:50.077Z||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.
2022-03-04T07:48:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T07:48:59.613Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T07:48:59.621Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T07:49:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T07:49:50.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.
2022-03-04T07:49:50.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 Zam1qr386phPFzBX) ...
2022-03-04T07:49:50.077Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T07:49:50.077Z||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.
2022-03-04T07:49:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T07:49:59.617Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T07:49:59.619Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T07:50:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T07:50:50.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.
2022-03-04T07:50:50.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 Zam1qr386phPFzBX) ...
2022-03-04T07:50:50.077Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T07:50:50.077Z||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.
2022-03-04T07:50:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T07:50:59.615Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T07:50:59.615Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T07:51:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T07:51:50.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.
2022-03-04T07:51:50.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 Zam1qr386phPFzBX) ...
2022-03-04T07:51:50.077Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T07:51:50.077Z||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.
2022-03-04T07:51:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T07:51:59.620Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T07:51:59.621Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T07:52:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T07:52:50.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.
2022-03-04T07:52:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T07:52:50.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T07:52:50.078Z||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.
2022-03-04T07:52:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T07:52:59.618Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T07:52:59.629Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T07:53:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T07:53:50.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.
2022-03-04T07:53:50.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 Zam1qr386phPFzBX) ...
2022-03-04T07:53:50.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T07:53:50.078Z||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.
2022-03-04T07:53:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T07:53:59.618Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T07:53:59.618Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T07:54:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T07:54:50.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.
2022-03-04T07:54:50.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 Zam1qr386phPFzBX) ...
2022-03-04T07:54:50.077Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T07:54:50.077Z||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.
2022-03-04T07:54:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T07:54:59.618Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T07:54:59.623Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T07:55:50.076Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T07:55:50.077Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T07:55:50.077Z||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.
2022-03-04T07:55:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T07:55:50.078Z||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.
2022-03-04T07:55:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T07:55:59.620Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T07:55:59.623Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T07:56:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T07:56:50.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.
2022-03-04T07:56:50.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 Zam1qr386phPFzBX) ...
2022-03-04T07:56:50.077Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T07:56:50.078Z||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.
2022-03-04T07:56:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T07:56:59.617Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T07:56:59.621Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T07:57:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T07:57:50.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.
2022-03-04T07:57:50.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 Zam1qr386phPFzBX) ...
2022-03-04T07:57:50.077Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T07:57:50.077Z||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.
2022-03-04T07:57:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T07:57:59.616Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T07:57:59.616Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T07:58:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T07:58:50.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.
2022-03-04T07:58:50.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 Zam1qr386phPFzBX) ...
2022-03-04T07:58:50.077Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T07:58:50.077Z||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.
2022-03-04T07:58:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T07:58:59.617Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T07:58:59.620Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T07:59:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T07:59:50.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.
2022-03-04T07:59:50.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 Zam1qr386phPFzBX) ...
2022-03-04T07:59:50.077Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T07:59:50.077Z||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.
2022-03-04T07:59:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T07:59:59.622Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T07:59:59.623Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T08:00:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T08:00:50.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.
2022-03-04T08:00:50.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 Zam1qr386phPFzBX) ...
2022-03-04T08:00:50.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T08:00:50.077Z||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.
2022-03-04T08:00:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T08:00:59.620Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T08:00:59.622Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T08:01:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T08:01:50.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.
2022-03-04T08:01:50.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 Zam1qr386phPFzBX) ...
2022-03-04T08:01:50.077Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T08:01:50.077Z||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.
2022-03-04T08:01:50.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 Zam1qr386phPFzBX) ...
2022-03-04T08:01:59.617Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T08:01:59.619Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T08:02:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T08:02:50.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.
2022-03-04T08:02:50.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 Zam1qr386phPFzBX) ...
2022-03-04T08:02:50.077Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T08:02:50.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.
2022-03-04T08:02:50.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 Zam1qr386phPFzBX) ...
2022-03-04T08:02:59.619Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T08:02:59.620Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T08:03:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T08:03:50.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.
2022-03-04T08:03:50.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 Zam1qr386phPFzBX) ...
2022-03-04T08:03:50.077Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T08:03:50.078Z||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.
2022-03-04T08:03:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T08:03:59.617Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T08:03:59.617Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T08:04:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T08:04:50.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.
2022-03-04T08:04:50.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 Zam1qr386phPFzBX) ...
2022-03-04T08:04:50.077Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T08:04:50.077Z||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.
2022-03-04T08:04:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T08:04:59.616Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T08:04:59.616Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T08:05:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T08:05:50.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.
2022-03-04T08:05:50.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 Zam1qr386phPFzBX) ...
2022-03-04T08:05:50.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T08:05:50.077Z||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.
2022-03-04T08:05:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T08:05:59.616Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T08:05:59.627Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T08:06:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T08:06:50.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.
2022-03-04T08:06:50.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 Zam1qr386phPFzBX) ...
2022-03-04T08:06:50.077Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T08:06:50.077Z||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.
2022-03-04T08:06:50.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 Zam1qr386phPFzBX) ...
2022-03-04T08:06:59.618Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T08:06:59.619Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T08:07:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T08:07:50.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.
2022-03-04T08:07:50.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 Zam1qr386phPFzBX) ...
2022-03-04T08:07:50.077Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T08:07:50.077Z||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.
2022-03-04T08:07:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T08:07:59.622Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T08:07:59.622Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T08:08:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T08:08:50.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.
2022-03-04T08:08:50.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 Zam1qr386phPFzBX) ...
2022-03-04T08:08:50.077Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T08:08:50.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.
2022-03-04T08:08:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T08:08:59.617Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T08:08:59.618Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T08:09:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T08:09:50.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.
2022-03-04T08:09:50.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 Zam1qr386phPFzBX) ...
2022-03-04T08:09:50.077Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T08:09:50.078Z||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.
2022-03-04T08:09:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T08:09:59.617Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T08:09:59.618Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T08:10:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T08:10:50.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.
2022-03-04T08:10:50.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 Zam1qr386phPFzBX) ...
2022-03-04T08:10:50.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T08:10:50.077Z||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.
2022-03-04T08:10:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T08:10:59.621Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T08:10:59.621Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T08:11:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T08:11:50.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.
2022-03-04T08:11:50.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 Zam1qr386phPFzBX) ...
2022-03-04T08:11:50.077Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T08:11:50.077Z||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.
2022-03-04T08:11:50.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 Zam1qr386phPFzBX) ...
2022-03-04T08:11:59.614Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T08:11:59.619Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T08:12:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T08:12:50.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.
2022-03-04T08:12:50.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 Zam1qr386phPFzBX) ...
2022-03-04T08:12:50.077Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T08:12:50.077Z||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.
2022-03-04T08:12:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T08:12:59.614Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T08:12:59.614Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T08:13:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T08:13:50.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.
2022-03-04T08:13:50.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 Zam1qr386phPFzBX) ...
2022-03-04T08:13:50.077Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T08:13:50.078Z||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.
2022-03-04T08:13:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T08:13:59.611Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T08:13:59.620Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T08:14:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T08:14:50.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.
2022-03-04T08:14:50.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 Zam1qr386phPFzBX) ...
2022-03-04T08:14:50.077Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T08:14:50.078Z||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.
2022-03-04T08:14:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T08:14:59.621Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T08:14:59.621Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T08:15:50.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T08:15:50.076Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-04T08:15:50.077Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Zam1qr386phPFzBX) ...
2022-03-04T08:15:50.077Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T08:15:50.077Z||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.
2022-03-04T08:15:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T08:15:59.619Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T08:15:59.633Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T08:16:50.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T08:16:50.076Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-04T08:16:50.076Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Zam1qr386phPFzBX) ...
2022-03-04T08:16:50.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T08:16:50.077Z||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.
2022-03-04T08:16:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T08:16:59.619Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T08:16:59.622Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T08:17:50.075Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T08:17:50.076Z||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.
2022-03-04T08:17:50.076Z||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 Zam1qr386phPFzBX) ...
2022-03-04T08:17:50.077Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T08:17:50.078Z||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.
2022-03-04T08:17:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T08:17:59.619Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T08:17:59.621Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T08:18:50.075Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T08:18:50.076Z||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.
2022-03-04T08:18:50.076Z||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 Zam1qr386phPFzBX) ...
2022-03-04T08:18:50.077Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T08:18:50.077Z||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.
2022-03-04T08:18:50.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 Zam1qr386phPFzBX) ...
2022-03-04T08:18:59.618Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T08:18:59.620Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T08:19:50.075Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T08:19:50.076Z||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.
2022-03-04T08:19:50.076Z||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 Zam1qr386phPFzBX) ...
2022-03-04T08:19:50.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T08:19:50.077Z||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.
2022-03-04T08:19:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T08:19:59.619Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T08:19:59.621Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T08:20:50.075Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T08:20:50.076Z||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.
2022-03-04T08:20:50.076Z||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 Zam1qr386phPFzBX) ...
2022-03-04T08:20:50.077Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T08:20:50.077Z||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.
2022-03-04T08:20:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T08:20:59.617Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T08:20:59.637Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T08:21:50.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T08:21:50.077Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-04T08:21:50.077Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Zam1qr386phPFzBX) ...
2022-03-04T08:21:50.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T08:21:50.077Z||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.
2022-03-04T08:21:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T08:21:59.616Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T08:21:59.620Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T08:22:50.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T08:22:50.076Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-04T08:22:50.076Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Zam1qr386phPFzBX) ...
2022-03-04T08:22:50.077Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T08:22:50.077Z||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.
2022-03-04T08:22:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T08:22:59.631Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T08:22:59.631Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T08:23:50.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T08:23:50.076Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-04T08:23:50.076Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Zam1qr386phPFzBX) ...
2022-03-04T08:23:50.077Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T08:23:50.077Z||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.
2022-03-04T08:23:50.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 Zam1qr386phPFzBX) ...
2022-03-04T08:23:59.612Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T08:23:59.615Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T08:24:50.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T08:24:50.076Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-04T08:24:50.076Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Zam1qr386phPFzBX) ...
2022-03-04T08:24:50.077Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T08:24:50.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.
2022-03-04T08:24:50.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 Zam1qr386phPFzBX) ...
2022-03-04T08:24:59.622Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T08:24:59.622Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T08:25:50.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T08:25:50.076Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-04T08:25:50.076Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Zam1qr386phPFzBX) ...
2022-03-04T08:25:50.077Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T08:25:50.077Z||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.
2022-03-04T08:25:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T08:25:59.616Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T08:25:59.618Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T08:26:50.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T08:26:50.076Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-04T08:26:50.076Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Zam1qr386phPFzBX) ...
2022-03-04T08:26:50.077Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T08:26:50.077Z||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.
2022-03-04T08:26:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T08:26:59.621Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T08:26:59.622Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T08:27:50.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T08:27:50.076Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-04T08:27:50.076Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Zam1qr386phPFzBX) ...
2022-03-04T08:27:50.077Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T08:27:50.077Z||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.
2022-03-04T08:27:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T08:27:59.615Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T08:27:59.619Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T08:28:50.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T08:28:50.076Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-04T08:28:50.076Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Zam1qr386phPFzBX) ...
2022-03-04T08:28:50.077Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T08:28:50.077Z||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.
2022-03-04T08:28:50.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 Zam1qr386phPFzBX) ...
2022-03-04T08:28:59.615Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T08:28:59.618Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T08:29:50.076Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T08:29:50.077Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-04T08:29:50.077Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Zam1qr386phPFzBX) ...
2022-03-04T08:29:50.077Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T08:29:50.078Z||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.
2022-03-04T08:29:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T08:29:59.618Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T08:29:59.618Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T08:30:50.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T08:30:50.076Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-04T08:30:50.076Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Zam1qr386phPFzBX) ...
2022-03-04T08:30:50.077Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T08:30:50.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.
2022-03-04T08:30:50.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 Zam1qr386phPFzBX) ...
2022-03-04T08:30:59.616Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T08:30:59.616Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T08:31:50.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T08:31:50.076Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-04T08:31:50.076Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Zam1qr386phPFzBX) ...
2022-03-04T08:31:50.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T08:31:50.077Z||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.
2022-03-04T08:31:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T08:31:59.620Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T08:31:59.622Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T08:32:50.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T08:32:50.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T08:32:50.078Z||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.
2022-03-04T08:32:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T08:32:50.080Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-04T08:32:50.080Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Zam1qr386phPFzBX) ...
2022-03-04T08:32:59.623Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T08:32:59.623Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T08:33:50.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T08:33:50.077Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T08:33:50.077Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-04T08:33:50.077Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Zam1qr386phPFzBX) ...
2022-03-04T08:33:50.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.
2022-03-04T08:33:50.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 Zam1qr386phPFzBX) ...
2022-03-04T08:33:59.621Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T08:33:59.622Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T08:34:50.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T08:34:50.076Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-04T08:34:50.076Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Zam1qr386phPFzBX) ...
2022-03-04T08:34:50.077Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T08:34:50.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.
2022-03-04T08:34:50.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 Zam1qr386phPFzBX) ...
2022-03-04T08:34:59.618Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T08:34:59.621Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T08:35:50.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T08:35:50.076Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-04T08:35:50.076Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Zam1qr386phPFzBX) ...
2022-03-04T08:35:50.077Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T08:35:50.077Z||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.
2022-03-04T08:35:50.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 Zam1qr386phPFzBX) ...
2022-03-04T08:35:59.627Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T08:35:59.642Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T08:36:50.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T08:36:50.076Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-04T08:36:50.076Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Zam1qr386phPFzBX) ...
2022-03-04T08:36:50.077Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T08:36:50.077Z||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.
2022-03-04T08:36:50.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 Zam1qr386phPFzBX) ...
2022-03-04T08:36:59.628Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T08:36:59.631Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T08:37:50.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T08:37:50.076Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-04T08:37:50.076Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Zam1qr386phPFzBX) ...
2022-03-04T08:37:50.077Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T08:37:50.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.
2022-03-04T08:37:50.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 Zam1qr386phPFzBX) ...
2022-03-04T08:37:59.621Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T08:37:59.623Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T08:38:50.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T08:38:50.076Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-04T08:38:50.076Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Zam1qr386phPFzBX) ...
2022-03-04T08:38:50.077Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T08:38:50.077Z||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.
2022-03-04T08:38:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T08:38:59.623Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T08:38:59.634Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T08:39:50.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T08:39:50.076Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-04T08:39:50.077Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Zam1qr386phPFzBX) ...
2022-03-04T08:39:50.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T08:39:50.078Z||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.
2022-03-04T08:39:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T08:39:59.620Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T08:39:59.622Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T08:40:50.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T08:40:50.076Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-04T08:40:50.076Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Zam1qr386phPFzBX) ...
2022-03-04T08:40:50.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T08:40:50.077Z||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.
2022-03-04T08:40:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T08:40:59.617Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T08:40:59.630Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T08:41:50.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T08:41:50.076Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-04T08:41:50.076Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Zam1qr386phPFzBX) ...
2022-03-04T08:41:50.077Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T08:41:50.077Z||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.
2022-03-04T08:41:50.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 Zam1qr386phPFzBX) ...
2022-03-04T08:41:59.616Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T08:41:59.620Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T08:42:50.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T08:42:50.076Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-04T08:42:50.076Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Zam1qr386phPFzBX) ...
2022-03-04T08:42:50.077Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T08:42:50.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.
2022-03-04T08:42:50.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 Zam1qr386phPFzBX) ...
2022-03-04T08:42:59.624Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T08:42:59.640Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T08:43:50.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T08:43:50.076Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-04T08:43:50.076Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Zam1qr386phPFzBX) ...
2022-03-04T08:43:50.077Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T08:43:50.077Z||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.
2022-03-04T08:43:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T08:43:59.619Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T08:43:59.619Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T08:44:50.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T08:44:50.076Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-04T08:44:50.076Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Zam1qr386phPFzBX) ...
2022-03-04T08:44:50.077Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T08:44:50.077Z||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.
2022-03-04T08:44:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T08:44:59.615Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T08:44:59.621Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T08:45:50.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T08:45:50.077Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-04T08:45:50.077Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Zam1qr386phPFzBX) ...
2022-03-04T08:45:50.077Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T08:45:50.077Z||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.
2022-03-04T08:45:50.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 Zam1qr386phPFzBX) ...
2022-03-04T08:45:59.622Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T08:45:59.635Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T08:46:50.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T08:46:50.077Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T08:46:50.081Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-04T08:46:50.081Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Zam1qr386phPFzBX) ...
2022-03-04T08:46:50.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.
2022-03-04T08:46:50.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 Zam1qr386phPFzBX) ...
2022-03-04T08:46:59.621Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T08:46:59.627Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T08:47:50.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T08:47:50.076Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-04T08:47:50.076Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Zam1qr386phPFzBX) ...
2022-03-04T08:47:50.077Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T08:47:50.078Z||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.
2022-03-04T08:47:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T08:47:59.638Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T08:47:59.638Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T08:48:50.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T08:48:50.076Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-04T08:48:50.076Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Zam1qr386phPFzBX) ...
2022-03-04T08:48:50.077Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T08:48:50.077Z||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.
2022-03-04T08:48:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T08:48:59.615Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T08:48:59.623Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T08:49:50.075Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T08:49:50.077Z||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.
2022-03-04T08:49:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T08:49:50.077Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T08:49:50.079Z||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.
2022-03-04T08:49:50.079Z||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 Zam1qr386phPFzBX) ...
2022-03-04T08:49:59.634Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T08:49:59.636Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T08:50:50.075Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T08:50:50.076Z||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.
2022-03-04T08:50:50.076Z||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 Zam1qr386phPFzBX) ...
2022-03-04T08:50:50.077Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T08:50:50.077Z||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.
2022-03-04T08:50:50.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 Zam1qr386phPFzBX) ...
2022-03-04T08:50:59.622Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T08:50:59.623Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T08:51:50.075Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T08:51:50.076Z||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.
2022-03-04T08:51:50.076Z||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 Zam1qr386phPFzBX) ...
2022-03-04T08:51:50.077Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T08:51:50.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.
2022-03-04T08:51:50.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 Zam1qr386phPFzBX) ...
2022-03-04T08:51:59.617Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T08:51:59.620Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T08:52:50.075Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T08:52:50.076Z||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.
2022-03-04T08:52:50.076Z||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 Zam1qr386phPFzBX) ...
2022-03-04T08:52:50.077Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T08:52:50.077Z||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.
2022-03-04T08:52:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T08:52:59.616Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T08:52:59.619Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T08:53:50.075Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T08:53:50.076Z||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.
2022-03-04T08:53:50.076Z||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 Zam1qr386phPFzBX) ...
2022-03-04T08:53:50.077Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T08:53:50.077Z||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.
2022-03-04T08:53:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T08:53:59.619Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T08:53:59.619Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T08:54:50.075Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T08:54:50.076Z||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.
2022-03-04T08:54:50.076Z||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 Zam1qr386phPFzBX) ...
2022-03-04T08:54:50.077Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T08:54:50.081Z||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.
2022-03-04T08:54:50.081Z||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 Zam1qr386phPFzBX) ...
2022-03-04T08:54:59.621Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T08:54:59.626Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T08:55:50.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T08:55:50.076Z||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.
2022-03-04T08:55:50.076Z||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 Zam1qr386phPFzBX) ...
2022-03-04T08:55:50.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T08:55:50.078Z||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.
2022-03-04T08:55:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T08:55:59.614Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T08:55:59.616Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T08:56:50.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T08:56:50.076Z||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.
2022-03-04T08:56:50.076Z||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 Zam1qr386phPFzBX) ...
2022-03-04T08:56:50.077Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T08:56:50.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.
2022-03-04T08:56:50.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 Zam1qr386phPFzBX) ...
2022-03-04T08:56:59.618Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T08:56:59.619Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T08:57:50.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T08:57:50.076Z||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.
2022-03-04T08:57:50.076Z||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 Zam1qr386phPFzBX) ...
2022-03-04T08:57:50.077Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T08:57:50.077Z||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.
2022-03-04T08:57:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T08:57:59.620Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T08:57:59.621Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T08:58:50.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T08:58:50.076Z||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.
2022-03-04T08:58:50.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 Zam1qr386phPFzBX) ...
2022-03-04T08:58:50.078Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T08:58:50.078Z||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.
2022-03-04T08:58:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T08:58:59.620Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T08:58:59.628Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T08:59:50.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T08:59:50.076Z||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.
2022-03-04T08:59:50.076Z||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 Zam1qr386phPFzBX) ...
2022-03-04T08:59:50.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T08:59:50.077Z||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.
2022-03-04T08:59:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T08:59:59.621Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T08:59:59.626Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:00:50.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T09:00:50.076Z||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.
2022-03-04T09:00:50.076Z||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 Zam1qr386phPFzBX) ...
2022-03-04T09:00:50.077Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T09:00:50.077Z||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.
2022-03-04T09:00:50.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 Zam1qr386phPFzBX) ...
2022-03-04T09:00:59.618Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:00:59.621Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:01:50.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T09:01:50.076Z||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.
2022-03-04T09:01:50.076Z||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 Zam1qr386phPFzBX) ...
2022-03-04T09:01:50.083Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T09:01:50.083Z||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.
2022-03-04T09:01:50.083Z||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 Zam1qr386phPFzBX) ...
2022-03-04T09:01:59.635Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:01:59.635Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:02:50.075Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T09:02:50.076Z||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.
2022-03-04T09:02:50.076Z||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 Zam1qr386phPFzBX) ...
2022-03-04T09:02:50.077Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T09:02:50.078Z||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.
2022-03-04T09:02:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T09:02:59.625Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:02:59.627Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:03:50.075Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T09:03:50.076Z||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.
2022-03-04T09:03:50.076Z||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 Zam1qr386phPFzBX) ...
2022-03-04T09:03:50.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T09:03:50.077Z||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.
2022-03-04T09:03:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T09:03:59.619Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:03:59.624Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:04:50.075Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T09:04:50.076Z||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.
2022-03-04T09:04:50.076Z||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 Zam1qr386phPFzBX) ...
2022-03-04T09:04:50.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T09:04:50.077Z||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.
2022-03-04T09:04:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T09:04:59.625Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:04:59.626Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:05:50.075Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T09:05:50.077Z||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.
2022-03-04T09:05:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T09:05:50.077Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T09:05:50.077Z||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.
2022-03-04T09:05:50.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 Zam1qr386phPFzBX) ...
2022-03-04T09:05:59.622Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:05:59.622Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:06:50.075Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T09:06:50.076Z||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.
2022-03-04T09:06:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T09:06:50.077Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T09:06:50.078Z||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.
2022-03-04T09:06:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T09:06:59.624Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:06:59.626Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:07:50.075Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T09:07:50.076Z||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.
2022-03-04T09:07:50.076Z||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 Zam1qr386phPFzBX) ...
2022-03-04T09:07:50.077Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T09:07:50.078Z||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.
2022-03-04T09:07:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T09:07:59.634Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:07:59.635Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:08:50.075Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T09:08:50.076Z||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.
2022-03-04T09:08:50.076Z||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 Zam1qr386phPFzBX) ...
2022-03-04T09:08:50.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T09:08:50.077Z||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.
2022-03-04T09:08:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T09:08:59.635Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:08:59.641Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:09:50.075Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T09:09:50.076Z||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.
2022-03-04T09:09:50.076Z||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 Zam1qr386phPFzBX) ...
2022-03-04T09:09:50.077Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T09:09:50.077Z||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.
2022-03-04T09:09:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T09:09:59.617Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:09:59.618Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:10:50.075Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T09:10:50.076Z||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.
2022-03-04T09:10:50.076Z||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 Zam1qr386phPFzBX) ...
2022-03-04T09:10:50.077Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T09:10:50.078Z||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.
2022-03-04T09:10:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T09:10:59.630Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:10:59.630Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:11:50.075Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T09:11:50.076Z||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.
2022-03-04T09:11:50.076Z||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 Zam1qr386phPFzBX) ...
2022-03-04T09:11:50.077Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T09:11:50.078Z||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.
2022-03-04T09:11:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T09:11:59.630Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:11:59.631Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:12:50.075Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T09:12:50.076Z||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.
2022-03-04T09:12:50.076Z||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 Zam1qr386phPFzBX) ...
2022-03-04T09:12:50.077Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T09:12:50.077Z||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.
2022-03-04T09:12:50.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 Zam1qr386phPFzBX) ...
2022-03-04T09:12:59.622Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:12:59.623Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:13:50.075Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T09:13:50.076Z||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.
2022-03-04T09:13:50.076Z||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 Zam1qr386phPFzBX) ...
2022-03-04T09:13:50.077Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T09:13:50.077Z||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.
2022-03-04T09:13:50.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 Zam1qr386phPFzBX) ...
2022-03-04T09:14:05.608Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:14:05.666Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:14:50.075Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T09:14:50.076Z||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.
2022-03-04T09:14:50.076Z||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 Zam1qr386phPFzBX) ...
2022-03-04T09:14:50.077Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T09:14:50.077Z||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.
2022-03-04T09:14:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T09:14:59.617Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:14:59.621Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:15:50.075Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T09:15:50.076Z||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.
2022-03-04T09:15:50.076Z||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 Zam1qr386phPFzBX) ...
2022-03-04T09:15:50.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T09:15:50.078Z||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.
2022-03-04T09:15:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T09:15:59.619Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:15:59.622Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:16:50.075Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T09:16:50.076Z||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.
2022-03-04T09:16:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T09:16:50.077Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T09:16:50.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.
2022-03-04T09:16:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T09:16:59.623Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:16:59.633Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:17:50.075Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T09:17:50.076Z||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.
2022-03-04T09:17:50.076Z||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 Zam1qr386phPFzBX) ...
2022-03-04T09:17:50.077Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T09:17:50.077Z||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.
2022-03-04T09:17:50.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 Zam1qr386phPFzBX) ...
2022-03-04T09:17:59.625Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:17:59.628Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:18:50.075Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T09:18:50.076Z||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.
2022-03-04T09:18:50.076Z||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 Zam1qr386phPFzBX) ...
2022-03-04T09:18:50.077Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T09:18:50.078Z||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.
2022-03-04T09:18:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T09:18:59.619Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:18:59.619Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:19:50.075Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T09:19:50.076Z||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.
2022-03-04T09:19:50.076Z||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 Zam1qr386phPFzBX) ...
2022-03-04T09:19:50.077Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T09:19:50.077Z||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.
2022-03-04T09:19:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T09:19:59.633Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:19:59.633Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:20:50.075Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T09:20:50.076Z||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.
2022-03-04T09:20:50.076Z||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 Zam1qr386phPFzBX) ...
2022-03-04T09:20:50.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T09:20:50.077Z||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.
2022-03-04T09:20:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T09:20:59.616Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:20:59.616Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:21:50.075Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T09:21:50.076Z||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.
2022-03-04T09:21:50.076Z||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 Zam1qr386phPFzBX) ...
2022-03-04T09:21:50.077Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T09:21:50.078Z||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.
2022-03-04T09:21:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T09:21:59.616Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:21:59.635Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:22:50.075Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T09:22:50.076Z||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.
2022-03-04T09:22:50.076Z||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 Zam1qr386phPFzBX) ...
2022-03-04T09:22:50.077Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T09:22:50.078Z||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.
2022-03-04T09:22:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T09:22:59.620Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:22:59.620Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:23:50.075Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T09:23:50.076Z||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.
2022-03-04T09:23:50.076Z||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 Zam1qr386phPFzBX) ...
2022-03-04T09:23:50.077Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T09:23:50.078Z||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.
2022-03-04T09:23:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T09:23:59.620Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:23:59.621Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:24:50.075Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T09:24:50.076Z||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.
2022-03-04T09:24:50.076Z||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 Zam1qr386phPFzBX) ...
2022-03-04T09:24:50.077Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T09:24:50.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.
2022-03-04T09:24:50.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 Zam1qr386phPFzBX) ...
2022-03-04T09:24:59.616Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:24:59.617Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:25:50.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T09:25:50.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.
2022-03-04T09:25:50.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 Zam1qr386phPFzBX) ...
2022-03-04T09:25:50.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T09:25:50.078Z||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.
2022-03-04T09:25:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T09:25:59.622Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:25:59.622Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:26:50.075Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T09:26:50.076Z||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.
2022-03-04T09:26:50.076Z||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 Zam1qr386phPFzBX) ...
2022-03-04T09:26:50.077Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T09:26:50.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.
2022-03-04T09:26:50.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 Zam1qr386phPFzBX) ...
2022-03-04T09:26:59.619Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:26:59.619Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:27:50.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T09:27:50.076Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-04T09:27:50.076Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Zam1qr386phPFzBX) ...
2022-03-04T09:27:50.077Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T09:27:50.078Z||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.
2022-03-04T09:27:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T09:27:59.625Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:27:59.626Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:28:50.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T09:28:50.076Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-04T09:28:50.076Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Zam1qr386phPFzBX) ...
2022-03-04T09:28:50.077Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T09:28:50.077Z||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.
2022-03-04T09:28:50.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 Zam1qr386phPFzBX) ...
2022-03-04T09:28:59.619Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:28:59.619Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:29:50.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T09:29:50.076Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-04T09:29:50.076Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Zam1qr386phPFzBX) ...
2022-03-04T09:29:50.077Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T09:29:50.077Z||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.
2022-03-04T09:29:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T09:29:59.617Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:29:59.620Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:30:50.077Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T09:30:50.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T09:30:50.078Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-04T09:30:50.078Z||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.
2022-03-04T09:30:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T09:30:50.078Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Zam1qr386phPFzBX) ...
2022-03-04T09:30:59.622Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:30:59.622Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:31:50.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T09:31:50.076Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-04T09:31:50.076Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Zam1qr386phPFzBX) ...
2022-03-04T09:31:50.077Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T09:31:50.077Z||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.
2022-03-04T09:31:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T09:31:59.628Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:31:59.631Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:32:50.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T09:32:50.076Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-04T09:32:50.076Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Zam1qr386phPFzBX) ...
2022-03-04T09:32:50.077Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T09:32:50.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.
2022-03-04T09:32:50.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 Zam1qr386phPFzBX) ...
2022-03-04T09:32:59.616Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:32:59.618Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:33:50.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T09:33:50.076Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-04T09:33:50.076Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Zam1qr386phPFzBX) ...
2022-03-04T09:33:50.077Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T09:33:50.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.
2022-03-04T09:33:50.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 Zam1qr386phPFzBX) ...
2022-03-04T09:33:59.619Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:33:59.620Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:34:50.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T09:34:50.076Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-04T09:34:50.076Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Zam1qr386phPFzBX) ...
2022-03-04T09:34:50.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T09:34:50.077Z||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.
2022-03-04T09:34:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T09:34:59.614Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:34:59.616Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:35:50.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T09:35:50.076Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-04T09:35:50.076Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Zam1qr386phPFzBX) ...
2022-03-04T09:35:50.077Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T09:35:50.077Z||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.
2022-03-04T09:35:50.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 Zam1qr386phPFzBX) ...
2022-03-04T09:35:59.611Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:35:59.616Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:36:50.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T09:36:50.076Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-04T09:36:50.076Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Zam1qr386phPFzBX) ...
2022-03-04T09:36:50.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T09:36:50.077Z||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.
2022-03-04T09:36:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T09:36:59.620Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:36:59.622Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:37:50.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T09:37:50.076Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-04T09:37:50.076Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Zam1qr386phPFzBX) ...
2022-03-04T09:37:50.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T09:37:50.077Z||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.
2022-03-04T09:37:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T09:37:59.614Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:37:59.622Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:38:50.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T09:38:50.076Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-04T09:38:50.111Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T09:38:50.111Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Zam1qr386phPFzBX) ...
2022-03-04T09:38:50.112Z||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.
2022-03-04T09:38:50.112Z||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 Zam1qr386phPFzBX) ...
2022-03-04T09:38:59.654Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:38:59.656Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:39:50.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T09:39:50.076Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-04T09:39:50.076Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Zam1qr386phPFzBX) ...
2022-03-04T09:39:50.077Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T09:39:50.077Z||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.
2022-03-04T09:39:50.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 Zam1qr386phPFzBX) ...
2022-03-04T09:39:59.615Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:39:59.620Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:40:50.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T09:40:50.076Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-04T09:40:50.076Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Zam1qr386phPFzBX) ...
2022-03-04T09:40:50.077Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T09:40:50.078Z||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.
2022-03-04T09:40:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T09:40:50.700Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:40:50.701Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-04T09:40:50.702Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"0cf7c404-3d70-4535-9014-2f0d5fc92781","serviceName":"vFW 2022-03-04 09-37-56","serviceVersion":"1.0","serviceUUID":"1b876ff0-cb0d-4e64-b20c-0787eae6f038","serviceDescription":"catalog service description","serviceInvariantUUID":"8f15b7a9-1e04-46d0-be72-194b50035565","resources":[{"resourceInstanceName":"vFW 93092c22-12c8 0","resourceName":"vFW 93092c22-12c8","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"29eadf3f-c229-45f7-85ea-e077dcde4114","resourceInvariantUUID":"79940096-87a5-401c-bb91-a146e5658783","resourceCustomizationUUID":"6b559c98-dd22-4b7e-a07e-9e3c3c05f581","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/vf-license-model.xml","artifactChecksum":"ZjgxY2ZkYjVjNDg3MjY3MDgyOWFlNDVjODE4MjRjN2M\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"afd968af-ab5b-46c8-ba44-2dc7348b4b63","artifactVersion":"1"},{"artifactName":"vfw93092c2212c80_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/vfw93092c2212c80_modules.json","artifactChecksum":"YzAzOWExNjdiMmM2OGZlN2M1NjU2NGYyZTM2YjJiZGI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"23713b84-8246-427d-b613-5746b38fca0c","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"111b5828-307d-459b-917f-b4012db768a6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/vendor-license-model.xml","artifactChecksum":"YTMzOTlkMTc3N2FlZjk1YWFhYzE5OWU2Y2FmOThkODE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b8b92df0-83c9-41dc-b321-c717ae0eb394","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a592b20a-9906-4fa5-9f27-4b7bb3fe114d","artifactVersion":"2","generatedFromUUID":"111b5828-307d-459b-917f-b4012db768a6"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220304093756-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220304093756/1.0/artifacts/service-Vfw20220304093756-template.yml","artifactChecksum":"MTQ0MGRmMTAyM2I1YTdkMmRjZTk2NjVjNzg3NDY5YTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"491e596a-5058-41ad-b846-28a44633f3c9","artifactVersion":"1"},{"artifactName":"service-Vfw20220304093756-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220304093756/1.0/artifacts/service-Vfw20220304093756-csar.csar","artifactChecksum":"OGY1MTc0ZWMwM2ZlNzQxODZmMjBjZTg4MzcyMzA5NTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"77e853ac-a509-43d3-94f4-48002a4b089f","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-04T09:40:50.705Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:40:50.709Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T09:40:50.710Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T09:40:50.710Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781",
"consumerID": "cds",
"timestamp": 1646386808662,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-04T09:40:50.713Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-04T09:40:50.722Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T09:40:50.722Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646386850075,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-04T09:40:50.726Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-04T09:40:50.726Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T09:40:50.726Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646386816361,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-04T09:40:50.726Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-04T09:40:50.726Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T09:40:50.727Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781",
"consumerID": "ves-openapi-manager",
"timestamp": 1646386811737,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-04T09:40:50.727Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-04T09:40:50.727Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T09:40:50.727Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781",
"consumerID": "clamp",
"timestamp": 1646386808954,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-04T09:40:50.727Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-04T09:40:50.727Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T09:40:50.727Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781",
"consumerID": "aai-ml",
"timestamp": 1646386807755,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-04T09:40:50.727Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-04T09:40:50.727Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T09:40:50.727Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781",
"consumerID": "policy-id",
"timestamp": 1646386807767,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-04T09:40:50.727Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-04T09:40:50.727Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T09:40:50.727Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781",
"consumerID": "cds",
"timestamp": 1646386808662,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/vfw93092c2212c80_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-04T09:40:50.727Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-04T09:40:50.728Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T09:40:50.728Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646386816361,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/vfw93092c2212c80_modules.json",
"status": "NOTIFIED"
}
2022-03-04T09:40:50.728Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-04T09:40:50.728Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T09:40:50.728Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781",
"consumerID": "ves-openapi-manager",
"timestamp": 1646386811737,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/vfw93092c2212c80_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-04T09:40:50.728Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-04T09:40:50.728Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T09:40:50.728Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781",
"consumerID": "clamp",
"timestamp": 1646386808954,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/vfw93092c2212c80_modules.json",
"status": "NOTIFIED"
}
2022-03-04T09:40:50.728Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-04T09:40:50.728Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T09:40:50.728Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781",
"consumerID": "aai-ml",
"timestamp": 1646386807755,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/vfw93092c2212c80_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-04T09:40:50.728Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-04T09:40:50.728Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T09:40:50.728Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781",
"consumerID": "policy-id",
"timestamp": 1646386807767,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/vfw93092c2212c80_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-04T09:40:50.728Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-04T09:40:50.728Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T09:40:50.729Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781",
"consumerID": "dcae-sch",
"timestamp": 1646386817753,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-04T09:40:50.729Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-04T09:40:50.729Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T09:40:50.729Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781",
"consumerID": "cds",
"timestamp": 1646386808662,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-04T09:40:50.729Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-04T09:40:50.729Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T09:40:50.729Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646386816361,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-04T09:40:50.729Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-04T09:40:50.729Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T09:40:50.729Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781",
"consumerID": "ves-openapi-manager",
"timestamp": 1646386811737,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-04T09:40:50.730Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-04T09:40:50.730Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T09:40:50.731Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781",
"consumerID": "clamp",
"timestamp": 1646386808954,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-04T09:40:50.731Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-04T09:40:50.731Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T09:40:50.731Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781",
"consumerID": "aai-ml",
"timestamp": 1646386807755,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-04T09:40:50.731Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-04T09:40:50.731Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T09:40:50.731Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781",
"consumerID": "policy-id",
"timestamp": 1646386807767,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-04T09:40:50.731Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-04T09:40:50.731Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T09:40:50.731Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781",
"consumerID": "dcae-sch",
"timestamp": 1646386817753,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/vfw93092c2212c80_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-04T09:40:50.732Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-04T09:40:50.732Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T09:40:50.732Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781",
"consumerID": "cds",
"timestamp": 1646386808662,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-04T09:40:50.732Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-04T09:40:50.732Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T09:40:50.732Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646386816361,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-04T09:40:50.732Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-04T09:40:50.732Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T09:40:50.732Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781",
"consumerID": "ves-openapi-manager",
"timestamp": 1646386811737,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-04T09:40:50.733Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-04T09:40:50.733Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T09:40:50.733Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781",
"consumerID": "clamp",
"timestamp": 1646386808954,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-04T09:40:50.733Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-04T09:40:50.733Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T09:40:50.733Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781",
"consumerID": "aai-ml",
"timestamp": 1646386807755,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-04T09:40:50.733Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-04T09:40:50.733Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T09:40:50.733Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781",
"consumerID": "policy-id",
"timestamp": 1646386807767,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-04T09:40:50.733Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-04T09:40:50.733Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T09:40:50.733Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781",
"consumerID": "dcae-sch",
"timestamp": 1646386817753,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-04T09:40:50.734Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-04T09:40:50.734Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T09:40:50.734Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781",
"consumerID": "cds",
"timestamp": 1646386808662,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-04T09:40:50.734Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-04T09:40:50.734Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T09:40:50.734Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646386816361,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-04T09:40:50.734Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-04T09:40:50.734Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T09:40:50.734Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781",
"consumerID": "clamp",
"timestamp": 1646386808954,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-04T09:40:50.735Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-04T09:40:50.735Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T09:40:50.735Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781",
"consumerID": "aai-ml",
"timestamp": 1646386807755,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-04T09:40:50.735Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-04T09:40:50.735Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T09:40:50.735Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781",
"consumerID": "ves-openapi-manager",
"timestamp": 1646386811737,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-04T09:40:50.736Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-04T09:40:50.736Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T09:40:50.736Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781",
"consumerID": "policy-id",
"timestamp": 1646386807767,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-04T09:40:50.736Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-04T09:40:50.736Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T09:40:50.736Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781",
"consumerID": "dcae-sch",
"timestamp": 1646386817753,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-04T09:40:50.736Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-04T09:40:50.736Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T09:40:50.737Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781",
"consumerID": "cds",
"timestamp": 1646386808662,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/artifacts/service-Vfw20220304093756-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-04T09:40:50.737Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-04T09:40:50.737Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T09:40:50.737Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646386816361,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/artifacts/service-Vfw20220304093756-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-04T09:40:50.737Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-04T09:40:50.737Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T09:40:50.737Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781",
"consumerID": "clamp",
"timestamp": 1646386808954,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/artifacts/service-Vfw20220304093756-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-04T09:40:50.738Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-04T09:40:50.738Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T09:40:50.738Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781",
"consumerID": "ves-openapi-manager",
"timestamp": 1646386811737,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/artifacts/service-Vfw20220304093756-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-04T09:40:50.738Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-04T09:40:50.739Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T09:40:50.739Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781",
"consumerID": "aai-ml",
"timestamp": 1646386807755,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/artifacts/service-Vfw20220304093756-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-04T09:40:50.739Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-04T09:40:50.739Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T09:40:50.739Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781",
"consumerID": "policy-id",
"timestamp": 1646386807767,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/artifacts/service-Vfw20220304093756-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-04T09:40:50.739Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-04T09:40:50.739Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T09:40:50.739Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781",
"consumerID": "dcae-sch",
"timestamp": 1646386817753,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-04T09:40:50.740Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-04T09:40:50.740Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T09:40:50.740Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781",
"consumerID": "cds",
"timestamp": 1646386808662,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/artifacts/service-Vfw20220304093756-csar.csar",
"status": "NOTIFIED"
}
2022-03-04T09:40:50.740Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-04T09:40:50.740Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T09:40:50.740Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646386816361,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/artifacts/service-Vfw20220304093756-csar.csar",
"status": "NOTIFIED"
}
2022-03-04T09:40:50.741Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-04T09:40:50.741Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T09:40:50.741Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781",
"consumerID": "clamp",
"timestamp": 1646386808954,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/artifacts/service-Vfw20220304093756-csar.csar",
"status": "NOTIFIED"
}
2022-03-04T09:40:50.741Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-04T09:40:50.741Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T09:40:50.741Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781",
"consumerID": "ves-openapi-manager",
"timestamp": 1646386811737,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/artifacts/service-Vfw20220304093756-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-04T09:40:50.742Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-04T09:40:50.742Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T09:40:50.742Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781",
"consumerID": "aai-ml",
"timestamp": 1646386807755,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/artifacts/service-Vfw20220304093756-csar.csar",
"status": "NOTIFIED"
}
2022-03-04T09:40:50.742Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-04T09:40:50.742Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T09:40:50.742Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781",
"consumerID": "policy-id",
"timestamp": 1646386807767,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/artifacts/service-Vfw20220304093756-csar.csar",
"status": "NOTIFIED"
}
2022-03-04T09:40:50.743Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-04T09:40:50.743Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T09:40:50.743Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781",
"consumerID": "dcae-sch",
"timestamp": 1646386817753,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/artifacts/service-Vfw20220304093756-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-04T09:40:50.743Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-04T09:40:50.743Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T09:40:50.743Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781",
"consumerID": "dcae-sch",
"timestamp": 1646386817753,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/artifacts/service-Vfw20220304093756-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-04T09:40:50.743Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-04T09:40:50.743Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T09:40:50.743Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646386824590,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/vfw93092c2212c80_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-04T09:40:50.744Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T09:40:50.744Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T09:40:50.744Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781",
"consumerID": "cds",
"timestamp": 1646386824607,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/artifacts/service-Vfw20220304093756-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-04T09:40:50.744Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T09:40:50.744Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T09:40:50.744Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781",
"consumerID": "aai-ml",
"timestamp": 1646386824612,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/artifacts/service-Vfw20220304093756-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-04T09:40:50.744Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T09:40:50.744Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T09:40:50.744Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781",
"consumerID": "policy-id",
"timestamp": 1646386824600,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/artifacts/service-Vfw20220304093756-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-04T09:40:50.745Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T09:40:50.745Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T09:40:50.745Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781",
"consumerID": "cds",
"timestamp": 1646386825620,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/artifacts/service-Vfw20220304093756-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=?
2022-03-04T09:40:50.822Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-03-04T09:40:50.825Z||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.
2022-03-04T09:40:50.825Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ...
2022-03-04T09:40:50.835Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:40:50.836Z||pool-3-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-04T09:40:50.870Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0cf7c404-3d70-4535-9014-2f0d5fc92781
2022-03-04T09:40:50.883Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0cf7c404-3d70-4535-9014-2f0d5fc92781 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 (?, ?, ?, ?, ?)
2022-03-04T09:40:50.904Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T09:40:50.904Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781",
"consumerID": "policy-id",
"timestamp": 1646386825607,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/artifacts/service-Vfw20220304093756-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-04T09:40:50.904Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T09:40:50.905Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T09:40:50.905Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646386825660,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-04T09:40:50.905Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T09:40:50.905Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T09:40:50.905Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781",
"consumerID": "policy-id",
"timestamp": 1646386826612,
"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=?
2022-03-04T09:40:50.919Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0cf7c404-3d70-4535-9014-2f0d5fc92781
2022-03-04T09:40:50.919Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0cf7c404-3d70-4535-9014-2f0d5fc92781 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 (?, ?, ?, ?, ?)
2022-03-04T09:40:50.928Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T09:40:50.928Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646386826727,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-04T09:40:50.928Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T09:40:50.929Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T09:40:50.929Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646386827786,
"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=?
2022-03-04T09:40:50.934Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0cf7c404-3d70-4535-9014-2f0d5fc92781
2022-03-04T09:40:50.934Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0cf7c404-3d70-4535-9014-2f0d5fc92781 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=?
2022-03-04T09:40:50.944Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T09:40:50.944Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646386828789,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/vfw93092c2212c80_modules.json",
"status": "DEPLOY_OK"
}
2022-03-04T09:40:50.944Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T09:40:50.944Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T09:40:50.944Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646386834183,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-04T09:40:50.945Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-04T09:40:50.945Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T09:40:50.945Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646386834183,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/vfw93092c2212c80_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-04T09:40:50.945Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-04T09:40:50.945Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T09:40:50.945Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646386834183,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-04T09:40:50.945Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-04T09:40:50.946Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T09:40:50.946Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646386834183,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-04T09:40:50.946Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-04T09:40:50.946Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T09:40:50.946Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781",
"consumerID": "clamp",
"timestamp": 1646386837838,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/artifacts/service-Vfw20220304093756-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-04T09:40:50.946Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T09:40:50.946Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T09:40:50.946Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646386834183,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-04T09:40:50.947Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-04T09:40:50.947Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T09:40:50.947Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781",
"consumerID": "clamp",
"timestamp": 1646386839844,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/artifacts/service-Vfw20220304093756-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-04T09:40:50.947Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T09:40:50.947Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T09:40:50.947Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646386834183,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/artifacts/service-Vfw20220304093756-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-04T09:40:50.947Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-04T09:40:50.947Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T09:40:50.948Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781",
"consumerID": "aai-ml",
"timestamp": 1646386840196,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/artifacts/service-Vfw20220304093756-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-04T09:40:50.948Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T09:40:50.948Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T09:40:50.948Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781",
"consumerID": "clamp",
"timestamp": 1646386840848,
"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=?
2022-03-04T09:40:50.953Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0cf7c404-3d70-4535-9014-2f0d5fc92781
2022-03-04T09:40:50.953Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0cf7c404-3d70-4535-9014-2f0d5fc92781 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 (?, ?, ?, ?, ?)
2022-03-04T09:40:50.961Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T09:40:50.961Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646386834183,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/artifacts/service-Vfw20220304093756-csar.csar",
"status": "NOTIFIED"
}
2022-03-04T09:40:50.962Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-04T09:40:50.962Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T09:40:50.962Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781",
"consumerID": "aai-ml",
"timestamp": 1646386841202,
"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=?
2022-03-04T09:40:50.967Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0cf7c404-3d70-4535-9014-2f0d5fc92781
2022-03-04T09:40:50.967Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0cf7c404-3d70-4535-9014-2f0d5fc92781 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 (?, ?, ?, ?, ?)
2022-03-04T09:40:50.975Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T09:40:50.975Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646386842218,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/artifacts/service-Vfw20220304093756-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-04T09:40:50.975Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T09:40:50.976Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T09:40:50.976Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646386847167,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/artifacts/service-Vfw20220304093756-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-04T09:40:50.976Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T09:40:50.976Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T09:40:50.976Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646386848172,
"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=?
2022-03-04T09:40:50.983Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0cf7c404-3d70-4535-9014-2f0d5fc92781
2022-03-04T09:40:50.983Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0cf7c404-3d70-4535-9014-2f0d5fc92781 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 (?, ?, ?, ?, ?)
2022-03-04T09:40:51.728Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T09:40:51.728Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-04T09:40:51.730Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T09:40:51.730Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646386850075,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/vfw93092c2212c80_modules.json",
"status": "NOTIFIED"
}
2022-03-04T09:40:51.830Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T09:40:51.831Z||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.
2022-03-04T09:40:51.831Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ...
2022-03-04T09:40:51.840Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:40:51.841Z||pool-4-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-03-04T09:40:52.731Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T09:40:52.731Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-04T09:40:52.733Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T09:40:52.733Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646386850075,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-04T09:40:52.833Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T09:40:52.834Z||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.
2022-03-04T09:40:52.834Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ...
2022-03-04T09:40:52.844Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:40:52.845Z||pool-5-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-03-04T09:40:53.733Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T09:40:53.734Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-04T09:40:53.736Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T09:40:53.736Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646386850075,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-04T09:40:53.836Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T09:40:53.837Z||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.
2022-03-04T09:40:53.837Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ...
2022-03-04T09:40:53.847Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:40:53.847Z||pool-6-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-03-04T09:40:54.737Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T09:40:54.738Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-04T09:40:54.740Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T09:40:54.741Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646386850075,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-04T09:40:54.841Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T09:40:54.841Z||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.
2022-03-04T09:40:54.841Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ...
2022-03-04T09:40:54.851Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:40:54.851Z||pool-7-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-03-04T09:40:55.742Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T09:40:55.742Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-04T09:40:55.745Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T09:40:55.745Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646386850075,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/artifacts/service-Vfw20220304093756-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-04T09:40:55.845Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T09:40:55.846Z||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.
2022-03-04T09:40:55.846Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ...
2022-03-04T09:40:55.856Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:40:55.857Z||pool-8-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-04T09:40:56.746Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T09:40:56.747Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-04T09:40:56.748Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T09:40:56.748Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646386850075,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/artifacts/service-Vfw20220304093756-csar.csar",
"status": "NOTIFIED"
}
2022-03-04T09:40:56.849Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T09:40:56.849Z||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.
2022-03-04T09:40:56.849Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ...
2022-03-04T09:40:56.858Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:40:56.858Z||pool-9-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-03-04T09:40:57.751Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781",
"serviceName": "vFW 2022-03-04 09-37-56",
"serviceVersion": "1.0",
"serviceUUID": "1b876ff0-cb0d-4e64-b20c-0787eae6f038",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "8f15b7a9-1e04-46d0-be72-194b50035565",
"resources": [
{
"resourceInstanceName": "vFW 93092c22-12c8 0",
"resourceCustomizationUUID": "6b559c98-dd22-4b7e-a07e-9e3c3c05f581",
"resourceName": "vFW 93092c22-12c8",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "29eadf3f-c229-45f7-85ea-e077dcde4114",
"resourceInvariantUUID": "79940096-87a5-401c-bb91-a146e5658783",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw93092c2212c80_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/vfw93092c2212c80_modules.json",
"artifactChecksum": "YzAzOWExNjdiMmM2OGZlN2M1NjU2NGYyZTM2YjJiZGI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "23713b84-8246-427d-b613-5746b38fca0c",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "111b5828-307d-459b-917f-b4012db768a6",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "a592b20a-9906-4fa5-9f27-4b7bb3fe114d",
"generatedFromUUID": "111b5828-307d-459b-917f-b4012db768a6"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "a592b20a-9906-4fa5-9f27-4b7bb3fe114d",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220304093756-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/artifacts/service-Vfw20220304093756-csar.csar",
"artifactChecksum": "OGY1MTc0ZWMwM2ZlNzQxODZmMjBjZTg4MzcyMzA5NTE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "77e853ac-a509-43d3-94f4-48002a4b089f"
}
],
"workloadContext": "Production"
}
2022-03-04T09:40:57.751Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-04T09:40:57.752Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1b876ff0-cb0d-4e64-b20c-0787eae6f038 ASDC
2022-03-04T09:40:57.880Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:0cf7c404-3d70-4535-9014-2f0d5fc92781
ServiceName:vFW 2022-03-04 09-37-56
ServiceVersion:1.0
ServiceUUID:1b876ff0-cb0d-4e64-b20c-0787eae6f038
ServiceInvariantUUID:8f15b7a9-1e04-46d0-be72-194b50035565
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220304093756-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220304093756/1.0/artifacts/service-Vfw20220304093756-csar.csar
ArtifactUUID:77e853ac-a509-43d3-94f4-48002a4b089f
ArtifactChecksum:OGY1MTc0ZWMwM2ZlNzQxODZmMjBjZTg4MzcyMzA5NTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 93092c22-12c8 0
ResourceCustomizationUUID:6b559c98-dd22-4b7e-a07e-9e3c3c05f581
ResourceInvariantUUID:79940096-87a5-401c-bb91-a146e5658783
ResourceName:vFW 93092c22-12c8
ResourceType:VF
ResourceUUID:29eadf3f-c229-45f7-85ea-e077dcde4114
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw93092c2212c80_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/vfw93092c2212c80_modules.json
ArtifactUUID:23713b84-8246-427d-b613-5746b38fca0c
ArtifactChecksum:YzAzOWExNjdiMmM2OGZlN2M1NjU2NGYyZTM2YjJiZGI=
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/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/base_vfw.yaml
ArtifactUUID:111b5828-307d-459b-917f-b4012db768a6
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/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/base_vfw.env
ArtifactUUID:a592b20a-9906-4fa5-9f27-4b7bb3fe114d
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/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/base_vfw.env
ArtifactUUID:a592b20a-9906-4fa5-9f27-4b7bb3fe114d
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-04T09:40:57.880Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1b876ff0-cb0d-4e64-b20c-0787eae6f038 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=?
2022-03-04T09:40:57.924Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-04T09:40:57.925Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-03-04T09:40:57.925Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-03-04T09:40:57.926Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 77e853ac-a509-43d3-94f4-48002a4b089f from URL: /sdc/v1/catalog/services/Vfw20220304093756/1.0/artifacts/service-Vfw20220304093756-csar.csar
2022-03-04T09:40:57.926Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-03-04T09:40:57.927Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220304093756/1.0/artifacts/service-Vfw20220304093756-csar.csar
2022-03-04T09:40:58.074Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-03-04T09:40:58.092Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220304093756/1.0/artifacts/service-Vfw20220304093756-csar.csar 77e853ac-a509-43d3-94f4-48002a4b089f 98930
2022-03-04T09:40:58.094Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220304093756/1.0/artifacts/service-Vfw20220304093756-csar.csar ASDC sendASDCNotification
2022-03-04T09:40:58.094Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220304093756/1.0/artifacts/service-Vfw20220304093756-csar.csar
2022-03-04T09:40:58.095Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-04T09:40:58.095Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-04T09:40:58.097Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T09:40:58.097Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646386858093,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/artifacts/service-Vfw20220304093756-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-04T09:40:58.197Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T09:40:58.199Z||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.
2022-03-04T09:40:58.199Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ...
2022-03-04T09:40:58.210Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:40:58.211Z||pool-10-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-04T09:40:59.097Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-04T09:40:59.098Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-03-04T09:40:59.098Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 77e853ac-a509-43d3-94f4-48002a4b089f, URL: /sdc/v1/catalog/services/Vfw20220304093756/1.0/artifacts/service-Vfw20220304093756-csar.csar to file: /app/ASDC/1/service-Vfw20220304093756-csar.csar
2022-03-04T09:40:59.098Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220304093756-csar.csar
2022-03-04T09:40:59.151Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220304093756-csar.csar
2022-03-04T09:40:59.152Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220304093756-csar.csar
2022-03-04T09:40:59.705Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10380313562548852133/Definitions/service-Vfw20220304093756-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-03-04T09:41:02.638Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-04T09:41:02.642Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-03-04T09:41:02.642Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220304093756-csar.csar
2022-03-04T09:41:02.642Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-04T09:41:02.642Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||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-Vfw20220304093756-csar.csar
2022-03-04T09:41:02.642Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||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-Vfw20220304093756-csar.csar
2022-03-04T09:41:02.642Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||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-Vfw20220304093756-csar.csar
2022-03-04T09:41:02.642Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220304093756-csar.csar
2022-03-04T09:41:02.642Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220304093756-csar.csar
2022-03-04T09:41:02.642Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||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-Vfw20220304093756-csar.csar
2022-03-04T09:41:02.642Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 93092c22-12c8 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-Vfw20220304093756-csar.csar
2022-03-04T09:41:02.642Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||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-Vfw20220304093756-csar.csar
2022-03-04T09:41:02.642Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||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-Vfw20220304093756-csar.csar
2022-03-04T09:41:02.642Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220304093756-csar.csar
2022-03-04T09:41:02.642Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||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-Vfw20220304093756-csar.csar
2022-03-04T09:41:02.642Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220304093756-csar.csar
2022-03-04T09:41:02.642Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||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-Vfw20220304093756-csar.csar
2022-03-04T09:41:02.642Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-03-04T09:41:02.648Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-04T09:41:02.649Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-04 09-37-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T09:41:02.651Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template vFW 93092c22-12c8 0 is matching search criteria
2022-03-04T09:41:02.651Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-03-04T09:41:02.652Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 93092c22-12c8 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-04T09:41:02.653Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-04T09:41:02.653Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-04 09-37-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T09:41:02.653Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template vFW 93092c22-12c8 0 is matching search criteria
2022-03-04T09:41:02.653Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-03-04T09:41:02.653Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 93092c22-12c8 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-04T09:41:02.654Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-04T09:41:02.654Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-04 09-37-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T09:41:02.656Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-04T09:41:02.656Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template vFW 93092c22-12c8 0 is not matching search criteria
2022-03-04T09:41:02.657Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-04T09:41:02.657Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-04T09:41:02.657Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-04T09:41:02.661Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-04T09:41:02.661Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-04T09:41:02.661Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-04T09:41:02.661Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-04T09:41:02.662Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-04T09:41:02.662Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-04T09:41:02.662Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-04T09:41:02.662Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-04T09:41:02.662Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-04T09:41:02.663Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-04T09:41:02.663Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-04T09:41:02.663Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-04T09:41:02.663Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-04T09:41:02.663Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-04T09:41:02.663Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-04 09-37-56 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-04T09:41:02.665Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-04T09:41:02.665Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template vFW 93092c22-12c8 0 is matching search criteria
2022-03-04T09:41:02.665Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 93092c22-12c8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-04T09:41:02.666Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-04T09:41:02.666Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template vFW 93092c22-12c8 0 is matching search criteria
2022-03-04T09:41:02.666Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 93092c22-12c8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-04T09:41:02.667Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-04T09:41:02.667Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template vFW 93092c22-12c8 0 is matching search criteria
2022-03-04T09:41:02.667Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 93092c22-12c8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-04T09:41:02.667Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-04T09:41:02.667Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template vFW 93092c22-12c8 0 is not matching search criteria
2022-03-04T09:41:02.667Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-04T09:41:02.668Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-04T09:41:02.668Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-04T09:41:02.668Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-04T09:41:02.668Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-04T09:41:02.668Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-04T09:41:02.668Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-04T09:41:02.668Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-04T09:41:02.668Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-04T09:41:02.669Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-04T09:41:02.669Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-04T09:41:02.669Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ff3d7ef4-8bd0-4160-87ac-01767d0cb323
2022-03-04T09:41:02.669Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-04T09:41:02.669Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template vFW 93092c22-12c8 0 is not matching search criteria
2022-03-04T09:41:02.669Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-04T09:41:02.670Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-04T09:41:02.670Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-04T09:41:02.670Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-04T09:41:02.670Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-04T09:41:02.670Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-04T09:41:02.670Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-04T09:41:02.670Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-04T09:41:02.671Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-04T09:41:02.671Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-04T09:41:02.671Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-04T09:41:02.671Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-04T09:41:02.671Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=b28097db-a0a9-4cb5-b602-68b3e6ef38eb
2022-03-04T09:41:02.671Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-04T09:41:02.672Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template vFW 93092c22-12c8 0 is not matching search criteria
2022-03-04T09:41:02.672Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-04T09:41:02.672Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-04T09:41:02.672Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-04T09:41:02.672Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-04T09:41:02.672Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-04T09:41:02.672Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-04T09:41:02.672Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-04T09:41:02.672Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-04T09:41:02.673Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-04T09:41:02.673Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-04T09:41:02.673Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-04T09:41:02.673Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-04T09:41:02.673Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=ea1c9f80-b3d4-4439-af20-335618f35f58
2022-03-04T09:41:02.673Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-04T09:41:02.674Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-04 09-37-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T09:41:02.674Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-04T09:41:02.674Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-04 09-37-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T09:41:02.674Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-04T09:41:02.674Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-04 09-37-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T09:41:02.674Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-04T09:41:02.674Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-04 09-37-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T09:41:02.674Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-03-04 09-37-56
Description:catalog service description
Model UUID:1b876ff0-cb0d-4e64-b20c-0787eae6f038
Model Version:NULL
Model InvariantUuid:8f15b7a9-1e04-46d0-be72-194b50035565
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 93092c22-12c8
Model UUID:0d73551b-dc29-4da9-b4e5-05a13f036fe4
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:79940096-87a5-401c-bb91-a146e5658783
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:6b559c98-dd22-4b7e-a07e-9e3c3c05f581
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:2c9bd85f-4e38-44bc-82fd-a91c70b71330
ModelName:Vfw93092c2212c8..base_vfw..module-0
ModelUuid:d5e70188-95d5-405a-ba12-39696f636338
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:ff3d7ef4-8bd0-4160-87ac-01767d0cb323
ModelInvariantUuid:706dd878-4724-4cdb-a518-01772dc03e7a
ModelName:vFW 93092c22-12c8-nodes.vfwCvfc
ModelUuid:4c3a4d0b-45fc-4912-b6ed-9501327fc2f7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:7235b277-bc4e-4310-a566-65ba96bb408c
ModelInvariantUuid:f28b9f31-d752-4809-b1d1-d9054285f120
ModelName:Vfw93092c2212c8.compute.nodes.heat.vfw
ModelUuid:0b2bd904-0820-48c7-be97-decb3c2c7e34
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:b28097db-a0a9-4cb5-b602-68b3e6ef38eb
ModelInvariantUuid:42f187d9-bc2d-4108-8551-ac9b28d4dfd5
ModelName:vFW 93092c22-12c8-nodes.vsnCvfc
ModelUuid:2fc6f4ae-25ab-4271-8739-889d05adc329
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:fa33183c-f7eb-4926-bb46-74e56bab6f4a
ModelInvariantUuid:248649ff-8b10-421e-a56e-b00754c18a7a
ModelName:Vfw93092c2212c8.compute.nodes.heat.vsn
ModelUuid:22e6d1b1-9946-4d13-832d-380255cf889c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:ea1c9f80-b3d4-4439-af20-335618f35f58
ModelInvariantUuid:9f7e8989-e405-470e-b1fe-6dca78738cf9
ModelName:vFW 93092c22-12c8-nodes.vpgCvfc
ModelUuid:1dd19400-abc0-49fd-801d-ad6eb20a2b31
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:b09a7b01-829f-4d66-be60-8218dee478fb
ModelInvariantUuid:1c0ebb76-5aae-4244-abab-3ac3ed25336d
ModelName:Vfw93092c2212c8.compute.nodes.heat.vpg
ModelUuid:b89fd841-0e64-453f-961f-bdd8d0de6825
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-04T09:41:02.686Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 29eadf3f-c229-45f7-85ea-e077dcde4114
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-04T09:41:02.762Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||INFO|500||vFW 93092c22-12c8 0
2022-03-04T09:41:02.768Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 29eadf3f-c229-45f7-85ea-e077dcde4114
2022-03-04T09:41:02.768Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 23713b84-8246-427d-b613-5746b38fca0c from URL: /sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/vfw93092c2212c80_modules.json
2022-03-04T09:41:02.768Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-03-04T09:41:02.768Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/vfw93092c2212c80_modules.json
2022-03-04T09:41:02.857Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-03-04T09:41:02.857Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/vfw93092c2212c80_modules.json 23713b84-8246-427d-b613-5746b38fca0c 785
2022-03-04T09:41:02.857Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/vfw93092c2212c80_modules.json ASDC sendASDCNotification
2022-03-04T09:41:02.858Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/vfw93092c2212c80_modules.json
2022-03-04T09:41:02.858Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-04T09:41:02.858Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-04T09:41:02.861Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T09:41:02.861Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646386862857,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/vfw93092c2212c80_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-04T09:41:02.961Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T09:41:02.962Z||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.
2022-03-04T09:41:02.962Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ...
2022-03-04T09:41:02.972Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:41:02.972Z||pool-11-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-04T09:41:03.862Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw93092c2212c8..base_vfw..module-0",
"vfModuleModelInvariantUUID": "2c9bd85f-4e38-44bc-82fd-a91c70b71330",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "d5e70188-95d5-405a-ba12-39696f636338",
"vfModuleModelCustomizationUUID": "179a3433-3213-4a18-8599-25f8504fd1df",
"isBase": true,
"artifacts": [
"111b5828-307d-459b-917f-b4012db768a6",
"a592b20a-9906-4fa5-9f27-4b7bb3fe114d"
],
"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": ""
}
}
]
2022-03-04T09:41:03.880Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw93092c2212c8..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d5e70188-95d5-405a-ba12-39696f636338
VfModuleModelInvariantUUID:2c9bd85f-4e38-44bc-82fd-a91c70b71330
VfModuleModelDescription:NULL
Artifacts UUID List:{
111b5828-307d-459b-917f-b4012db768a6
,
a592b20a-9906-4fa5-9f27-4b7bb3fe114d
}
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
}
2022-03-04T09:41:03.883Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw93092c2212c8..base_vfw..module-0",
"vfModuleModelInvariantUUID": "2c9bd85f-4e38-44bc-82fd-a91c70b71330",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "d5e70188-95d5-405a-ba12-39696f636338",
"vfModuleModelCustomizationUUID": "179a3433-3213-4a18-8599-25f8504fd1df",
"isBase": true,
"artifacts": [
"111b5828-307d-459b-917f-b4012db768a6",
"a592b20a-9906-4fa5-9f27-4b7bb3fe114d"
],
"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": ""
}
}
]
2022-03-04T09:41:03.883Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw93092c2212c8..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d5e70188-95d5-405a-ba12-39696f636338
VfModuleModelInvariantUUID:2c9bd85f-4e38-44bc-82fd-a91c70b71330
VfModuleModelDescription:NULL
Artifacts UUID List:{
111b5828-307d-459b-917f-b4012db768a6
,
a592b20a-9906-4fa5-9f27-4b7bb3fe114d
}
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
}
2022-03-04T09:41:03.883Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 111b5828-307d-459b-917f-b4012db768a6 from URL: /sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/base_vfw.yaml
2022-03-04T09:41:03.883Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-03-04T09:41:03.884Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/base_vfw.yaml
2022-03-04T09:41:04.095Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-03-04T09:41:04.097Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/base_vfw.yaml 111b5828-307d-459b-917f-b4012db768a6 20368
2022-03-04T09:41:04.097Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-04T09:41:04.097Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/base_vfw.yaml
2022-03-04T09:41:04.097Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-04T09:41:04.097Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-04T09:41:04.099Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T09:41:04.099Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646386864097,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-04T09:41:04.200Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-04T09:41:04.201Z||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.
2022-03-04T09:41:04.201Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ...
2022-03-04T09:41:04.211Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:41:04.211Z||pool-12-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-03-04T09:41:05.100Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: a592b20a-9906-4fa5-9f27-4b7bb3fe114d from URL: /sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/base_vfw.env
2022-03-04T09:41:05.100Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-03-04T09:41:05.101Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/base_vfw.env
2022-03-04T09:41:05.295Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-03-04T09:41:05.295Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/base_vfw.env a592b20a-9906-4fa5-9f27-4b7bb3fe114d 2098
2022-03-04T09:41:05.295Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-04T09:41:05.295Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/base_vfw.env
2022-03-04T09:41:05.295Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-04T09:41:05.296Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-04T09:41:05.298Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T09:41:05.298Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646386865295,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-04T09:41:05.398Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T09:41:05.399Z||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.
2022-03-04T09:41:05.399Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ...
2022-03-04T09:41:05.409Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:41:05.410Z||pool-13-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-04T09:41:06.298Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 1b876ff0-cb0d-4e64-b20c-0787eae6f038
2022-03-04T09:41:06.299Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 93092c22-12c8 0 29eadf3f-c229-45f7-85ea-e077dcde4114 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-04T09:41:06.336Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3bf04fad, org.onap.sdc.toscaparser.api.parameters.Input@462cb3fb, org.onap.sdc.toscaparser.api.parameters.Input@73987dc0, org.onap.sdc.toscaparser.api.parameters.Input@220d5baf, org.onap.sdc.toscaparser.api.parameters.Input@1bb9e564]
2022-03-04T09:41:06.340Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-04T09:41:06.340Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-04 09-37-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T09:41:06.341Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic
2022-03-04T09:41:06.341Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 6b559c98-dd22-4b7e-a07e-9e3c3c05f581
2022-03-04T09:41:06.341Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 6b559c98-dd22-4b7e-a07e-9e3c3c05f581 matches Tosca VF Customization UUID: 6b559c98-dd22-4b7e-a07e-9e3c3c05f581
2022-03-04T09:41:06.341Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 6b559c98-dd22-4b7e-a07e-9e3c3c05f581 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-03-04T09:41:06.348Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-04T09:41:06.349Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-04 09-37-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T09:41:06.350Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 6b559c98-dd22-4b7e-a07e-9e3c3c05f581: {\"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\"}
2022-03-04T09:41:06.350Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@64db7635
2022-03-04T09:41:06.351Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-04T09:41:06.351Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-04 09-37-56 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-04T09:41:06.351Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 179a3433-3213-4a18-8599-25f8504fd1df
2022-03-04T09:41:06.352Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 179a3433-3213-4a18-8599-25f8504fd1df
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-03-04T09:41:06.358Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-04T09:41:06.359Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template vFW 93092c22-12c8 0 is matching search criteria
2022-03-04T09:41:06.359Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 93092c22-12c8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-04T09:41:06.360Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-04T09:41:06.360Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template vFW 93092c22-12c8 0 is matching search criteria
2022-03-04T09:41:06.360Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 93092c22-12c8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-04T09:41:06.360Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-04T09:41:06.360Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template vFW 93092c22-12c8 0 is not matching search criteria
2022-03-04T09:41:06.360Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-04T09:41:06.360Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-04T09:41:06.360Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-04T09:41:06.360Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-04T09:41:06.361Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-04T09:41:06.361Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-04T09:41:06.361Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-04T09:41:06.361Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-04T09:41:06.361Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-04T09:41:06.361Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-04T09:41:06.361Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-04T09:41:06.361Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ff3d7ef4-8bd0-4160-87ac-01767d0cb323
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-04T09:41:06.389Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-04T09:41:06.390Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template vFW 93092c22-12c8 0 is matching search criteria
2022-03-04T09:41:06.390Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 93092c22-12c8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-04T09:41:06.390Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-04T09:41:06.391Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template vFW 93092c22-12c8 0 is not matching search criteria
2022-03-04T09:41:06.391Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-04T09:41:06.391Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-04T09:41:06.391Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-04T09:41:06.391Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-04T09:41:06.392Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-04T09:41:06.392Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-04T09:41:06.392Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-04T09:41:06.392Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-04T09:41:06.393Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-04T09:41:06.393Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-04T09:41:06.393Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-04T09:41:06.393Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-04T09:41:06.393Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=b28097db-a0a9-4cb5-b602-68b3e6ef38eb
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-04T09:41:06.396Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-04T09:41:06.396Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template vFW 93092c22-12c8 0 is matching search criteria
2022-03-04T09:41:06.396Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 93092c22-12c8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-04T09:41:06.399Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-04T09:41:06.399Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template vFW 93092c22-12c8 0 is not matching search criteria
2022-03-04T09:41:06.399Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-04T09:41:06.399Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-04T09:41:06.400Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-04T09:41:06.400Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-04T09:41:06.400Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-04T09:41:06.400Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-04T09:41:06.400Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-04T09:41:06.400Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-04T09:41:06.400Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-04T09:41:06.400Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-04T09:41:06.401Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-04T09:41:06.401Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-04T09:41:06.401Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=ea1c9f80-b3d4-4439-af20-335618f35f58
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-04T09:41:06.404Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-04T09:41:06.404Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template vFW 93092c22-12c8 0 is matching search criteria
2022-03-04T09:41:06.404Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 93092c22-12c8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-04T09:41:06.404Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-04T09:41:06.405Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Node template vFW 93092c22-12c8 0 is matching search criteria
2022-03-04T09:41:06.405Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 93092c22-12c8 0] matching following query criteria: sdcType=VF, customizationUUID=6b559c98-dd22-4b7e-a07e-9e3c3c05f581
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-04T09:41:06.407Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-04T09:41:06.407Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-04 09-37-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T09:41:06.407Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 1b876ff0-cb0d-4e64-b20c-0787eae6f038: vFW 93092c22-12c8
2022-03-04T09:41:06.408Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-04T09:41:06.408Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-04 09-37-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T09:41:06.408Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-04T09:41:06.408Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-04 09-37-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T09:41:06.408Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-04T09:41:06.408Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-04 09-37-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T09:41:06.408Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-04T09:41:06.408Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-04 09-37-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T09:41:06.408Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-04T09:41:06.408Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-04 09-37-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T09:41:06.409Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||INFO|500||Saving Service: vFW 2022-03-04 09-37-56
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-04T09:41:06.683Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 93092c22-12c8 29eadf3f-c229-45f7-85ea-e077dcde4114 1 ASDC deployResourceStructure
2022-03-04T09:41:06.683Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/vfw93092c2212c80_modules.json ASDC sendASDCNotification
2022-03-04T09:41:06.684Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/vfw93092c2212c80_modules.json
2022-03-04T09:41:06.684Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-04T09:41:06.684Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-04T09:41:06.686Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T09:41:06.686Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646386866683,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/vfw93092c2212c80_modules.json",
"status": "DEPLOY_OK"
}
2022-03-04T09:41:06.786Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T09:41:06.787Z||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.
2022-03-04T09:41:06.787Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ...
2022-03-04T09:41:06.798Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:41:06.798Z||pool-14-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-03-04T09:41:07.686Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-04T09:41:07.687Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/base_vfw.yaml
2022-03-04T09:41:07.687Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-04T09:41:07.687Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-04T09:41:07.689Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T09:41:07.689Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646386867686,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-03-04T09:41:07.789Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T09:41:07.790Z||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.
2022-03-04T09:41:07.790Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ...
2022-03-04T09:41:07.800Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:41:07.800Z||pool-15-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-04T09:41:08.689Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-04T09:41:08.690Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/base_vfw.env
2022-03-04T09:41:08.690Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-04T09:41:08.690Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-04T09:41:08.692Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T09:41:08.692Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646386868689,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-03-04T09:41:08.792Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T09:41:08.793Z||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.
2022-03-04T09:41:08.793Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ...
2022-03-04T09:41:08.804Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:41:08.805Z||pool-16-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-04T09:41:09.692Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220304093756/1.0/artifacts/service-Vfw20220304093756-csar.csar ASDC sendASDCNotification
2022-03-04T09:41:09.693Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220304093756/1.0/artifacts/service-Vfw20220304093756-csar.csar
2022-03-04T09:41:09.693Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-04T09:41:09.693Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-04T09:41:09.695Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T09:41:09.695Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646386869692,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/artifacts/service-Vfw20220304093756-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-04T09:41:09.795Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T09:41:09.801Z||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.
2022-03-04T09:41:09.801Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ...
2022-03-04T09:41:09.812Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:41:09.812Z||pool-17-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-04T09:41:10.696Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0cf7c404-3d70-4535-9014-2f0d5fc92781
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=?
2022-03-04T09:41:10.712Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0cf7c404-3d70-4535-9014-2f0d5fc92781
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=?
2022-03-04T09:41:10.716Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-04T09:41:10.717Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-04T09:41:10.717Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-04T09:41:10.717Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-04T09:41:10.717Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-04T09:41:10.717Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-04T09:41:10.717Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-04T09:41:10.717Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-04T09:41:10.717Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-04T09:41:10.717Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-04T09:41:10.717Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||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=?
2022-03-04T09:41:10.722Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-04T09:41:40.723Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0cf7c404-3d70-4535-9014-2f0d5fc92781 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=?
2022-03-04T09:41:40.731Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0cf7c404-3d70-4535-9014-2f0d5fc92781 and serviceModelVersionId: 1b876ff0-cb0d-4e64-b20c-0787eae6f038
2022-03-04T09:41:40.732Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8f15b7a9-1e04-46d0-be72-194b50035565
2022-03-04T09:41:50.077Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T09:41:50.078Z||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.
2022-03-04T09:41:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T09:41:50.228Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:41:50.228Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T09:41:50.228Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646386850075,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-04T09:41:50.230Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-04T09:41:53.663Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8f15b7a9-1e04-46d0-be72-194b50035565/model-vers/model-ver/1b876ff0-cb0d-4e64-b20c-0787eae6f038?depth=0
2022-03-04T09:41:53.748Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-03-04T09:41:54.499Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f15b7a9-1e04-46d0-be72-194b50035565/model-vers/model-ver/1b876ff0-cb0d-4e64-b20c-0787eae6f038?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-03-04T09:41:54.503Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f15b7a9-1e04-46d0-be72-194b50035565/model-vers/model-ver/1b876ff0-cb0d-4e64-b20c-0787eae6f038?depth=0|INFO|500||Invoke
2022-03-04T09:41:54.617Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f15b7a9-1e04-46d0-be72-194b50035565/model-vers/model-ver/1b876ff0-cb0d-4e64-b20c-0787eae6f038?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-03-04T09:41:54.806Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f15b7a9-1e04-46d0-be72-194b50035565/model-vers/model-ver/1b876ff0-cb0d-4e64-b20c-0787eae6f038?depth=0|INFO|500||InvokeReturn
2022-03-04T09:41:54.807Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f15b7a9-1e04-46d0-be72-194b50035565/model-vers/model-ver/1b876ff0-cb0d-4e64-b20c-0787eae6f038?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220304-09:41:54:627-86336], vertex-id=[184496], Content-Length=[0], Date=[Fri, 04 Mar 2022 09:41:54 GMT], Content-Type=[application/json]}
2022-03-04T09:41:54.808Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2022-03-04T09:41:54.812Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-04T09:41:54.812Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-04T09:41:54.817Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||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)
2022-03-04T09:41:54.818Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0cf7c404-3d70-4535-9014-2f0d5fc92781 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-04T09:41:54.819Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-04T09:41:54.820Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-04T09:41:54.823Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T09:41:54.823Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646386914818,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-04T09:41:54.922Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-03-04T09:41:54.923Z||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.
2022-03-04T09:41:54.923Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ...
2022-03-04T09:41:54.932Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:41:54.933Z||pool-18-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-04T09:41:55.833Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T09:41:55.834Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-04T09:41:55.834Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Zam1qr386phPFzBX) ...
2022-03-04T09:42:05.371Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:42:50.075Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T09:42:50.077Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-04T09:42:50.077Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Zam1qr386phPFzBX) ...
2022-03-04T09:42:50.077Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T09:42:50.077Z||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.
2022-03-04T09:42:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T09:42:50.103Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:42:50.104Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T09:42:50.105Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646386850075,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/vfw93092c2212c80_modules.json",
"status": "NOTIFIED"
}
2022-03-04T09:42:50.106Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-04T09:42:50.106Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T09:42:50.106Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646386850075,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-04T09:42:50.106Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-04T09:42:50.106Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T09:42:50.107Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646386850075,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-04T09:42:50.107Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-04T09:42:50.107Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T09:42:50.107Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646386850075,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-04T09:42:50.107Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-04T09:42:50.107Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T09:42:50.107Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646386850075,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/artifacts/service-Vfw20220304093756-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-04T09:42:50.107Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-04T09:42:50.107Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T09:42:50.107Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646386850075,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/artifacts/service-Vfw20220304093756-csar.csar",
"status": "NOTIFIED"
}
2022-03-04T09:42:50.107Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-04T09:42:50.107Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T09:42:50.107Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646386858093,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/artifacts/service-Vfw20220304093756-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-04T09:42:50.108Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T09:42:50.108Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T09:42:50.108Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646386862857,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/vfw93092c2212c80_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-04T09:42:50.108Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T09:42:50.108Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T09:42:50.108Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646386864097,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-04T09:42:50.108Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T09:42:50.108Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T09:42:50.108Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646386865295,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-04T09:42:50.108Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T09:42:50.109Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T09:42:50.109Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646386866683,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/vfw93092c2212c80_modules.json",
"status": "DEPLOY_OK"
}
2022-03-04T09:42:50.109Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T09:42:50.109Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T09:42:50.109Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646386867686,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-03-04T09:42:50.109Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T09:42:50.109Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T09:42:50.109Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646386868689,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/resourceInstances/vfw93092c2212c80/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-03-04T09:42:50.109Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T09:42:50.109Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T09:42:50.109Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646386869692,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220304093756/1.0/artifacts/service-Vfw20220304093756-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-04T09:42:50.109Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T09:42:59.616Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:43:50.075Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T09:43:50.076Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-04T09:43:50.076Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Zam1qr386phPFzBX) ...
2022-03-04T09:43:50.077Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T09:43:50.077Z||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.
2022-03-04T09:43:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T09:43:50.596Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:43:50.596Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T09:43:50.596Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf7c404-3d70-4535-9014-2f0d5fc92781",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646386914818,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-04T09:43:50.597Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T09:43:59.617Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:44:50.075Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T09:44:50.076Z||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.
2022-03-04T09:44:50.076Z||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 Zam1qr386phPFzBX) ...
2022-03-04T09:44:50.077Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T09:44:50.077Z||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.
2022-03-04T09:44:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T09:44:59.616Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:44:59.620Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:45:50.075Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T09:45:50.076Z||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.
2022-03-04T09:45:50.076Z||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 Zam1qr386phPFzBX) ...
2022-03-04T09:45:50.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T09:45:50.077Z||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.
2022-03-04T09:45:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T09:45:59.615Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:45:59.617Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:46:50.075Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T09:46:50.076Z||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.
2022-03-04T09:46:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T09:46:50.077Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T09:46:50.077Z||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.
2022-03-04T09:46:50.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 Zam1qr386phPFzBX) ...
2022-03-04T09:46:59.619Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:46:59.621Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:47:50.075Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T09:47:50.076Z||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.
2022-03-04T09:47:50.076Z||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 Zam1qr386phPFzBX) ...
2022-03-04T09:47:50.077Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T09:47:50.078Z||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.
2022-03-04T09:47:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T09:47:59.618Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:47:59.619Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:48:50.075Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T09:48:50.076Z||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.
2022-03-04T09:48:50.076Z||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 Zam1qr386phPFzBX) ...
2022-03-04T09:48:50.077Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T09:48:50.078Z||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.
2022-03-04T09:48:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T09:48:59.620Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:48:59.620Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:49:50.075Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T09:49:50.076Z||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.
2022-03-04T09:49:50.076Z||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 Zam1qr386phPFzBX) ...
2022-03-04T09:49:50.077Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T09:49:50.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.
2022-03-04T09:49:50.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 Zam1qr386phPFzBX) ...
2022-03-04T09:49:59.623Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:49:59.623Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:50:50.075Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T09:50:50.076Z||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.
2022-03-04T09:50:50.076Z||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 Zam1qr386phPFzBX) ...
2022-03-04T09:50:50.077Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T09:50:50.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.
2022-03-04T09:50:50.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 Zam1qr386phPFzBX) ...
2022-03-04T09:50:59.615Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:50:59.619Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:51:50.075Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T09:51:50.076Z||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.
2022-03-04T09:51:50.076Z||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 Zam1qr386phPFzBX) ...
2022-03-04T09:51:50.077Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T09:51:50.077Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|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.
2022-03-04T09:51:50.078Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|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 Zam1qr386phPFzBX) ...
2022-03-04T09:51:59.619Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:51:59.620Z|0cf7c404-3d70-4535-9014-2f0d5fc92781|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:52:50.076Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T09:52:50.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T09:52:50.077Z||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.
2022-03-04T09:52:50.077Z||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.
2022-03-04T09:52:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T09:52:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T09:52:59.618Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:52:59.619Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:53:50.075Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T09:53:50.076Z||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.
2022-03-04T09:53:50.076Z||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 Zam1qr386phPFzBX) ...
2022-03-04T09:53:50.077Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T09:53:50.078Z||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.
2022-03-04T09:53:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T09:53:59.620Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:53:59.622Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:54:50.075Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T09:54:50.076Z||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.
2022-03-04T09:54:50.076Z||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 Zam1qr386phPFzBX) ...
2022-03-04T09:54:50.077Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T09:54:50.078Z||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.
2022-03-04T09:54:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T09:54:52.951Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:54:52.952Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-04T09:54:52.952Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"2ece948f-f46e-4c35-bdd1-4339491f2cfb","serviceName":"basic_onboard_DNDLUj","serviceVersion":"1.0","serviceUUID":"4dd2c055-e35c-4c18-a876-5269930cd832","serviceDescription":"service","serviceInvariantUUID":"8f0a5cce-56b1-46d1-a6a7-e1a93dde238a","resources":[{"resourceInstanceName":"basic_onboard_DNDLUj 0","resourceName":"basic_onboard_DNDLUj","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b574adff-e399-4f77-b955-f29a80d49ec7","resourceInvariantUUID":"bbab87c1-1b6b-4a1a-bcde-49de867932c5","resourceCustomizationUUID":"49dc0a97-d3f7-4ac9-8e58-1a2e9f7048ee","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/vf-license-model.xml","artifactChecksum":"Y2Q5ZGQxMjIwNjU5YjFhMDUxMDkyNjA3MDFiZjdjNWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6d834478-5dad-4c58-aa3c-334a51d732d4","artifactVersion":"1"},{"artifactName":"basic_onboard_dndluj0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/basic_onboard_dndluj0_modules.json","artifactChecksum":"ZTI3MDRmMzg4NDZiZDZhOGVlNzNkNjhlNWZhYjAzYzQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"76953493-d8d4-4817-89b1-15555d92a64a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d7ce354f-48e1-4c56-87ec-c2485f18db87","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3308c0e1-3621-467a-ad0d-4a82340f4a4b","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"23cb642f-0cb4-43ef-bbfb-043f4c80759b","artifactVersion":"2","generatedFromUUID":"d7ce354f-48e1-4c56-87ec-c2485f18db87"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardDndluj-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/artifacts/service-BasicOnboardDndluj-template.yml","artifactChecksum":"YmQ2ZDFlMDc0NGExYjU4MjcxM2JiNTIxNzM3YTRiMmU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"692bf6ad-b4f9-472f-90b2-1d308808726f","artifactVersion":"1"},{"artifactName":"service-BasicOnboardDndluj-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/artifacts/service-BasicOnboardDndluj-csar.csar","artifactChecksum":"MDBkNTM4MjNiMWM1NGM4NGQwNzA1YzY1YWI1ZTNhN2Y\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c5159dc0-6c56-4b16-a68f-1e90ab2f5ca6","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-04T09:54:52.955Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T09:54:52.956Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-04T09:54:52.958Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T09:54:52.958Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646387690075,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-04T09:54:53.058Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T09:54:53.059Z||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.
2022-03-04T09:54:53.059Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ...
2022-03-04T09:54:53.071Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:54:53.072Z||pool-19-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":3,"count":1}
2022-03-04T09:54:53.211Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:54:53.211Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-04T09:54:53.212Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646387690075,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-04T09:54:53.212Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-04T09:54:53.212Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-04T09:54:53.212Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb",
"consumerID": "ves-openapi-manager",
"timestamp": 1646387691737,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-04T09:54:53.212Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-04T09:54:53.959Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T09:54:53.960Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-04T09:54:53.962Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T09:54:53.962Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646387690075,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/basic_onboard_dndluj0_modules.json",
"status": "NOTIFIED"
}
2022-03-04T09:54:54.063Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T09:54:54.063Z||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.
2022-03-04T09:54:54.064Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ...
2022-03-04T09:54:54.072Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:54:54.073Z||pool-20-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-03-04T09:54:54.963Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T09:54:54.964Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-04T09:54:54.966Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T09:54:54.966Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646387690075,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-04T09:54:55.066Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T09:54:55.066Z||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.
2022-03-04T09:54:55.066Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ...
2022-03-04T09:54:55.077Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:54:55.078Z||pool-21-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-04T09:54:55.966Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T09:54:55.967Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-04T09:54:55.969Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T09:54:55.969Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646387690075,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-04T09:54:56.070Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-04T09:54:56.071Z||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.
2022-03-04T09:54:56.071Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ...
2022-03-04T09:54:56.081Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:54:56.082Z||pool-22-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-04T09:54:56.970Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T09:54:56.970Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-04T09:54:56.972Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T09:54:56.973Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646387690075,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-03-04T09:54:57.073Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T09:54:57.073Z||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.
2022-03-04T09:54:57.073Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ...
2022-03-04T09:54:57.082Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:54:57.083Z||pool-23-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-03-04T09:54:57.974Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T09:54:57.974Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-04T09:54:57.976Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T09:54:57.976Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646387690075,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/artifacts/service-BasicOnboardDndluj-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-04T09:54:58.076Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T09:54:58.077Z||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.
2022-03-04T09:54:58.077Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ...
2022-03-04T09:54:58.088Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:54:58.088Z||pool-24-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-04T09:54:58.977Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T09:54:58.978Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-04T09:54:58.980Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T09:54:58.980Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646387690075,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/artifacts/service-BasicOnboardDndluj-csar.csar",
"status": "NOTIFIED"
}
2022-03-04T09:54:59.080Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T09:54:59.081Z||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.
2022-03-04T09:54:59.081Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ...
2022-03-04T09:54:59.092Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:54:59.093Z||pool-25-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-04T09:54:59.982Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb",
"serviceName": "basic_onboard_DNDLUj",
"serviceVersion": "1.0",
"serviceUUID": "4dd2c055-e35c-4c18-a876-5269930cd832",
"serviceDescription": "service",
"serviceInvariantUUID": "8f0a5cce-56b1-46d1-a6a7-e1a93dde238a",
"resources": [
{
"resourceInstanceName": "basic_onboard_DNDLUj 0",
"resourceCustomizationUUID": "49dc0a97-d3f7-4ac9-8e58-1a2e9f7048ee",
"resourceName": "basic_onboard_DNDLUj",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "b574adff-e399-4f77-b955-f29a80d49ec7",
"resourceInvariantUUID": "bbab87c1-1b6b-4a1a-bcde-49de867932c5",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_dndluj0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/basic_onboard_dndluj0_modules.json",
"artifactChecksum": "ZTI3MDRmMzg4NDZiZDZhOGVlNzNkNjhlNWZhYjAzYzQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "76953493-d8d4-4817-89b1-15555d92a64a",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "d7ce354f-48e1-4c56-87ec-c2485f18db87",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "23cb642f-0cb4-43ef-bbfb-043f4c80759b",
"generatedFromUUID": "d7ce354f-48e1-4c56-87ec-c2485f18db87"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "23cb642f-0cb4-43ef-bbfb-043f4c80759b",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardDndluj-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/artifacts/service-BasicOnboardDndluj-csar.csar",
"artifactChecksum": "MDBkNTM4MjNiMWM1NGM4NGQwNzA1YzY1YWI1ZTNhN2Y\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "c5159dc0-6c56-4b16-a68f-1e90ab2f5ca6"
}
],
"workloadContext": "Production"
}
2022-03-04T09:54:59.982Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-04T09:54:59.982Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4dd2c055-e35c-4c18-a876-5269930cd832 ASDC
2022-03-04T09:54:59.983Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:2ece948f-f46e-4c35-bdd1-4339491f2cfb
ServiceName:basic_onboard_DNDLUj
ServiceVersion:1.0
ServiceUUID:4dd2c055-e35c-4c18-a876-5269930cd832
ServiceInvariantUUID:8f0a5cce-56b1-46d1-a6a7-e1a93dde238a
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardDndluj-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/artifacts/service-BasicOnboardDndluj-csar.csar
ArtifactUUID:c5159dc0-6c56-4b16-a68f-1e90ab2f5ca6
ArtifactChecksum:MDBkNTM4MjNiMWM1NGM4NGQwNzA1YzY1YWI1ZTNhN2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_DNDLUj 0
ResourceCustomizationUUID:49dc0a97-d3f7-4ac9-8e58-1a2e9f7048ee
ResourceInvariantUUID:bbab87c1-1b6b-4a1a-bcde-49de867932c5
ResourceName:basic_onboard_DNDLUj
ResourceType:VF
ResourceUUID:b574adff-e399-4f77-b955-f29a80d49ec7
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_dndluj0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/basic_onboard_dndluj0_modules.json
ArtifactUUID:76953493-d8d4-4817-89b1-15555d92a64a
ArtifactChecksum:ZTI3MDRmMzg4NDZiZDZhOGVlNzNkNjhlNWZhYjAzYzQ=
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/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/base_ubuntu18.yaml
ArtifactUUID:d7ce354f-48e1-4c56-87ec-c2485f18db87
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/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/base_ubuntu18.env
ArtifactUUID:23cb642f-0cb4-43ef-bbfb-043f4c80759b
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/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/base_ubuntu18.env
ArtifactUUID:23cb642f-0cb4-43ef-bbfb-043f4c80759b
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-04T09:54:59.983Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4dd2c055-e35c-4c18-a876-5269930cd832 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 (?, ?, ?, ?, ?)
2022-03-04T09:55:00.012Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-04T09:55:00.013Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-04T09:55:00.013Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-04T09:55:00.013Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: c5159dc0-6c56-4b16-a68f-1e90ab2f5ca6 from URL: /sdc/v1/catalog/services/BasicOnboardDndluj/1.0/artifacts/service-BasicOnboardDndluj-csar.csar
2022-03-04T09:55:00.013Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-04T09:55:00.014Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/artifacts/service-BasicOnboardDndluj-csar.csar
2022-03-04T09:55:00.552Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-04T09:55:00.567Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDndluj/1.0/artifacts/service-BasicOnboardDndluj-csar.csar c5159dc0-6c56-4b16-a68f-1e90ab2f5ca6 71553
2022-03-04T09:55:00.568Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDndluj/1.0/artifacts/service-BasicOnboardDndluj-csar.csar ASDC sendASDCNotification
2022-03-04T09:55:00.568Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/artifacts/service-BasicOnboardDndluj-csar.csar
2022-03-04T09:55:00.568Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-04T09:55:00.569Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-04T09:55:00.571Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T09:55:00.571Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646387700568,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/artifacts/service-BasicOnboardDndluj-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-04T09:55:00.671Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T09:55:00.672Z||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.
2022-03-04T09:55:00.672Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ...
2022-03-04T09:55:00.683Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:55:00.684Z||pool-26-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-04T09:55:01.571Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-04T09:55:01.573Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-04T09:55:01.573Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: c5159dc0-6c56-4b16-a68f-1e90ab2f5ca6, URL: /sdc/v1/catalog/services/BasicOnboardDndluj/1.0/artifacts/service-BasicOnboardDndluj-csar.csar to file: /app/ASDC/1/service-BasicOnboardDndluj-csar.csar
2022-03-04T09:55:01.573Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardDndluj-csar.csar
2022-03-04T09:55:01.574Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardDndluj-csar.csar
2022-03-04T09:55:01.574Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardDndluj-csar.csar
2022-03-04T09:55:02.163Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7046820854558025621/Definitions/service-BasicOnboardDndluj-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
2022-03-04T09:55:03.710Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-04T09:55:03.710Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-03-04T09:55:03.710Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardDndluj-csar.csar
2022-03-04T09:55:03.710Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-03-04T09:55:03.710Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||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-BasicOnboardDndluj-csar.csar
2022-03-04T09:55:03.710Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||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-BasicOnboardDndluj-csar.csar
2022-03-04T09:55:03.710Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||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-BasicOnboardDndluj-csar.csar
2022-03-04T09:55:03.710Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||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-BasicOnboardDndluj-csar.csar
2022-03-04T09:55:03.711Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardDndluj-csar.csar
2022-03-04T09:55:03.711Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardDndluj-csar.csar
2022-03-04T09:55:03.711Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_DNDLUj 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-BasicOnboardDndluj-csar.csar
2022-03-04T09:55:03.711Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||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-BasicOnboardDndluj-csar.csar
2022-03-04T09:55:03.711Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||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-BasicOnboardDndluj-csar.csar
2022-03-04T09:55:03.711Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-03-04T09:55:03.711Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-04T09:55:03.711Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_DNDLUj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T09:55:03.711Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_DNDLUj 0 is matching search criteria
2022-03-04T09:55:03.711Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-03-04T09:55:03.711Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_DNDLUj 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-04T09:55:03.712Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-04T09:55:03.712Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_DNDLUj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T09:55:03.712Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_DNDLUj 0 is matching search criteria
2022-03-04T09:55:03.712Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-03-04T09:55:03.712Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_DNDLUj 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-04T09:55:03.712Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-04T09:55:03.712Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_DNDLUj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T09:55:03.712Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-04T09:55:03.712Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_DNDLUj 0 is not matching search criteria
2022-03-04T09:55:03.712Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-03-04T09:55:03.712Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-03-04T09:55:03.712Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-03-04T09:55:03.712Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-04T09:55:03.712Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-04T09:55:03.713Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-04T09:55:03.713Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_DNDLUj is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-04T09:55:03.713Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-04T09:55:03.713Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_DNDLUj 0 is matching search criteria
2022-03-04T09:55:03.713Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_DNDLUj 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-04T09:55:03.713Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-04T09:55:03.713Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_DNDLUj 0 is matching search criteria
2022-03-04T09:55:03.713Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_DNDLUj 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-04T09:55:03.713Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-04T09:55:03.713Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_DNDLUj 0 is matching search criteria
2022-03-04T09:55:03.713Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_DNDLUj 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-04T09:55:03.713Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-04T09:55:03.714Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_DNDLUj 0 is not matching search criteria
2022-03-04T09:55:03.714Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-04T09:55:03.714Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-04T09:55:03.714Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=5b40749e-cc0a-4301-988e-ae4941353504
2022-03-04T09:55:03.714Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-04T09:55:03.714Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_DNDLUj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T09:55:03.714Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-04T09:55:03.714Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_DNDLUj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T09:55:03.714Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-04T09:55:03.714Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_DNDLUj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T09:55:03.714Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-04T09:55:03.714Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_DNDLUj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T09:55:03.714Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_DNDLUj
Description:service
Model UUID:4dd2c055-e35c-4c18-a876-5269930cd832
Model Version:NULL
Model InvariantUuid:8f0a5cce-56b1-46d1-a6a7-e1a93dde238a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_DNDLUj
Model UUID:041ff58c-1eea-4566-abec-6495db6b9394
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:bbab87c1-1b6b-4a1a-bcde-49de867932c5
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:49dc0a97-d3f7-4ac9-8e58-1a2e9f7048ee
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:86f5c66a-d3ea-4ded-bf48-8dcb1c921928
ModelName:BasicOnboardDndluj..base_ubuntu18..module-0
ModelUuid:8079eacb-6870-4d22-971b-9bbf60f37ec6
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:5b40749e-cc0a-4301-988e-ae4941353504
ModelInvariantUuid:f706df65-a748-454d-9c63-8431d7f0caeb
ModelName:basic_onboard_DNDLUj-nodes.ubuntu18Cvfc
ModelUuid:acad1d7f-ab7c-40ad-b2fe-15199e9f1488
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:426c9f93-cb90-4a3e-b937-e1d6a3fba481
ModelInvariantUuid:5c1b9568-1c9f-45d0-aa21-0fa1383fb6c1
ModelName:BasicOnboardDndluj.compute.nodes.heat.ubuntu18
ModelUuid:84bfb39b-09c3-4a20-81b9-ffc13e428868
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-04T09:55:03.721Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: b574adff-e399-4f77-b955-f29a80d49ec7
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-04T09:55:03.725Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||basic_onboard_DNDLUj 0
2022-03-04T09:55:03.725Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b574adff-e399-4f77-b955-f29a80d49ec7
2022-03-04T09:55:03.725Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 76953493-d8d4-4817-89b1-15555d92a64a from URL: /sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/basic_onboard_dndluj0_modules.json
2022-03-04T09:55:03.725Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-04T09:55:03.726Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/basic_onboard_dndluj0_modules.json
2022-03-04T09:55:03.965Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-04T09:55:03.965Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/basic_onboard_dndluj0_modules.json 76953493-d8d4-4817-89b1-15555d92a64a 798
2022-03-04T09:55:03.965Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/basic_onboard_dndluj0_modules.json ASDC sendASDCNotification
2022-03-04T09:55:03.965Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/basic_onboard_dndluj0_modules.json
2022-03-04T09:55:03.966Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-04T09:55:03.966Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-04T09:55:03.968Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T09:55:03.968Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646387703965,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/basic_onboard_dndluj0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-04T09:55:04.068Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-04T09:55:04.069Z||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.
2022-03-04T09:55:04.069Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ...
2022-03-04T09:55:04.077Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:55:04.077Z||pool-27-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-03-04T09:55:04.969Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardDndluj..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "86f5c66a-d3ea-4ded-bf48-8dcb1c921928",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "8079eacb-6870-4d22-971b-9bbf60f37ec6",
"vfModuleModelCustomizationUUID": "7e72b400-da02-40fd-b505-b184bb48dcee",
"isBase": true,
"artifacts": [
"d7ce354f-48e1-4c56-87ec-c2485f18db87",
"23cb642f-0cb4-43ef-bbfb-043f4c80759b"
],
"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": ""
}
}
]
2022-03-04T09:55:04.974Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardDndluj..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8079eacb-6870-4d22-971b-9bbf60f37ec6
VfModuleModelInvariantUUID:86f5c66a-d3ea-4ded-bf48-8dcb1c921928
VfModuleModelDescription:NULL
Artifacts UUID List:{
d7ce354f-48e1-4c56-87ec-c2485f18db87
,
23cb642f-0cb4-43ef-bbfb-043f4c80759b
}
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
}
2022-03-04T09:55:04.977Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardDndluj..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "86f5c66a-d3ea-4ded-bf48-8dcb1c921928",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "8079eacb-6870-4d22-971b-9bbf60f37ec6",
"vfModuleModelCustomizationUUID": "7e72b400-da02-40fd-b505-b184bb48dcee",
"isBase": true,
"artifacts": [
"d7ce354f-48e1-4c56-87ec-c2485f18db87",
"23cb642f-0cb4-43ef-bbfb-043f4c80759b"
],
"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": ""
}
}
]
2022-03-04T09:55:04.977Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardDndluj..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8079eacb-6870-4d22-971b-9bbf60f37ec6
VfModuleModelInvariantUUID:86f5c66a-d3ea-4ded-bf48-8dcb1c921928
VfModuleModelDescription:NULL
Artifacts UUID List:{
d7ce354f-48e1-4c56-87ec-c2485f18db87
,
23cb642f-0cb4-43ef-bbfb-043f4c80759b
}
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
}
2022-03-04T09:55:04.977Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: d7ce354f-48e1-4c56-87ec-c2485f18db87 from URL: /sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/base_ubuntu18.yaml
2022-03-04T09:55:04.977Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-04T09:55:04.978Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/base_ubuntu18.yaml
2022-03-04T09:55:05.245Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-04T09:55:05.245Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/base_ubuntu18.yaml d7ce354f-48e1-4c56-87ec-c2485f18db87 5033
2022-03-04T09:55:05.246Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-04T09:55:05.246Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/base_ubuntu18.yaml
2022-03-04T09:55:05.246Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-04T09:55:05.246Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-04T09:55:05.247Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T09:55:05.248Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646387705246,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-04T09:55:05.348Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T09:55:05.348Z||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.
2022-03-04T09:55:05.348Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ...
2022-03-04T09:55:05.358Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:55:05.358Z||pool-28-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-03-04T09:55:06.248Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 23cb642f-0cb4-43ef-bbfb-043f4c80759b from URL: /sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/base_ubuntu18.env
2022-03-04T09:55:06.248Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-04T09:55:06.249Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/base_ubuntu18.env
2022-03-04T09:55:06.445Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-04T09:55:06.446Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/base_ubuntu18.env 23cb642f-0cb4-43ef-bbfb-043f4c80759b 909
2022-03-04T09:55:06.446Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-04T09:55:06.446Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/base_ubuntu18.env
2022-03-04T09:55:06.446Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-04T09:55:06.446Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-04T09:55:06.448Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T09:55:06.448Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646387706446,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-03-04T09:55:06.548Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T09:55:06.549Z||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.
2022-03-04T09:55:06.549Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ...
2022-03-04T09:55:06.558Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:55:06.559Z||pool-29-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-04T09:55:07.448Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 4dd2c055-e35c-4c18-a876-5269930cd832
2022-03-04T09:55:07.449Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_DNDLUj 0 b574adff-e399-4f77-b955-f29a80d49ec7 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-04T09:55:07.464Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1ab8b901, org.onap.sdc.toscaparser.api.parameters.Input@a2956b7, org.onap.sdc.toscaparser.api.parameters.Input@5a30c39f, org.onap.sdc.toscaparser.api.parameters.Input@401db90d, org.onap.sdc.toscaparser.api.parameters.Input@1fb260be]
2022-03-04T09:55:07.465Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-04T09:55:07.465Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_DNDLUj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T09:55:07.466Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic
2022-03-04T09:55:07.466Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 49dc0a97-d3f7-4ac9-8e58-1a2e9f7048ee
2022-03-04T09:55:07.466Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 49dc0a97-d3f7-4ac9-8e58-1a2e9f7048ee matches Tosca VF Customization UUID: 49dc0a97-d3f7-4ac9-8e58-1a2e9f7048ee
2022-03-04T09:55:07.466Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 49dc0a97-d3f7-4ac9-8e58-1a2e9f7048ee matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-03-04T09:55:07.468Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-04T09:55:07.468Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_DNDLUj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T09:55:07.469Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 49dc0a97-d3f7-4ac9-8e58-1a2e9f7048ee: {\"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\"}
2022-03-04T09:55:07.469Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7e93f861
2022-03-04T09:55:07.469Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-04T09:55:07.470Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_DNDLUj is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-04T09:55:07.470Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7e72b400-da02-40fd-b505-b184bb48dcee
2022-03-04T09:55:07.470Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7e72b400-da02-40fd-b505-b184bb48dcee
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-03-04T09:55:07.473Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-04T09:55:07.473Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_DNDLUj 0 is matching search criteria
2022-03-04T09:55:07.473Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_DNDLUj 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-04T09:55:07.473Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-04T09:55:07.473Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_DNDLUj 0 is matching search criteria
2022-03-04T09:55:07.473Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_DNDLUj 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-04T09:55:07.473Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-04T09:55:07.474Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_DNDLUj 0 is not matching search criteria
2022-03-04T09:55:07.474Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-04T09:55:07.474Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-04T09:55:07.474Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=5b40749e-cc0a-4301-988e-ae4941353504
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-04T09:55:07.476Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-04T09:55:07.476Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_DNDLUj 0 is matching search criteria
2022-03-04T09:55:07.476Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_DNDLUj 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-04T09:55:07.477Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-04T09:55:07.477Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_DNDLUj 0 is matching search criteria
2022-03-04T09:55:07.477Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_DNDLUj 0] matching following query criteria: sdcType=VF, customizationUUID=49dc0a97-d3f7-4ac9-8e58-1a2e9f7048ee
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-04T09:55:07.478Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-04T09:55:07.479Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_DNDLUj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T09:55:07.479Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 4dd2c055-e35c-4c18-a876-5269930cd832: basic_onboard_DNDLUj
2022-03-04T09:55:07.479Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-04T09:55:07.479Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_DNDLUj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T09:55:07.479Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-04T09:55:07.479Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_DNDLUj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T09:55:07.479Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-04T09:55:07.479Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_DNDLUj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T09:55:07.480Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-04T09:55:07.480Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_DNDLUj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T09:55:07.480Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-04T09:55:07.480Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_DNDLUj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T09:55:07.480Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||Saving Service: basic_onboard_DNDLUj
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-04T09:55:07.600Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_DNDLUj b574adff-e399-4f77-b955-f29a80d49ec7 1 ASDC deployResourceStructure
2022-03-04T09:55:07.601Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/basic_onboard_dndluj0_modules.json ASDC sendASDCNotification
2022-03-04T09:55:07.602Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/basic_onboard_dndluj0_modules.json
2022-03-04T09:55:07.602Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-04T09:55:07.603Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-04T09:55:07.605Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T09:55:07.606Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646387707601,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/basic_onboard_dndluj0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-04T09:55:07.706Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T09:55:07.707Z||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.
2022-03-04T09:55:07.707Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ...
2022-03-04T09:55:07.716Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:55:07.717Z||pool-30-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-03-04T09:55:08.606Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-04T09:55:08.607Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/base_ubuntu18.yaml
2022-03-04T09:55:08.607Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-04T09:55:08.608Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-04T09:55:08.610Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T09:55:08.610Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646387708606,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-03-04T09:55:08.710Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T09:55:08.711Z||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.
2022-03-04T09:55:08.711Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ...
2022-03-04T09:55:08.721Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:55:08.722Z||pool-31-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-04T09:55:09.611Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-04T09:55:09.612Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/base_ubuntu18.env
2022-03-04T09:55:09.612Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-04T09:55:09.612Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-04T09:55:09.614Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T09:55:09.615Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646387709611,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-03-04T09:55:09.715Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T09:55:09.716Z||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.
2022-03-04T09:55:09.716Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ...
2022-03-04T09:55:09.727Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:55:09.728Z||pool-32-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-04T09:55:10.616Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDndluj/1.0/artifacts/service-BasicOnboardDndluj-csar.csar ASDC sendASDCNotification
2022-03-04T09:55:10.616Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/artifacts/service-BasicOnboardDndluj-csar.csar
2022-03-04T09:55:10.616Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-04T09:55:10.617Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-04T09:55:10.619Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T09:55:10.620Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646387710616,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/artifacts/service-BasicOnboardDndluj-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-04T09:55:10.720Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T09:55:10.720Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-04T09:55:10.720Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ...
2022-03-04T09:55:10.731Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:55:10.731Z||pool-33-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-04T09:55:11.621Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2ece948f-f46e-4c35-bdd1-4339491f2cfb
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=?
2022-03-04T09:55:11.632Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2ece948f-f46e-4c35-bdd1-4339491f2cfb
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=?
2022-03-04T09:55:11.634Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-04T09:55:11.634Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-04T09:55:11.635Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-04T09:55:41.635Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2ece948f-f46e-4c35-bdd1-4339491f2cfb
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=?
2022-03-04T09:55:41.645Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2ece948f-f46e-4c35-bdd1-4339491f2cfb
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=?
2022-03-04T09:55:41.647Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-04T09:55:41.647Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-04T09:55:41.647Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-04T09:55:50.077Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T09:55:50.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.
2022-03-04T09:55:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T09:55:50.103Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:55:50.104Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-04T09:55:50.104Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb",
"consumerID": "policy-id",
"timestamp": 1646387687767,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-04T09:55:50.105Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-04T09:56:11.648Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2ece948f-f46e-4c35-bdd1-4339491f2cfb
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=?
2022-03-04T09:56:11.659Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2ece948f-f46e-4c35-bdd1-4339491f2cfb
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=?
2022-03-04T09:56:11.663Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-04T09:56:11.663Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-04T09:56:11.663Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-04T09:56:41.663Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2ece948f-f46e-4c35-bdd1-4339491f2cfb
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=?
2022-03-04T09:56:41.673Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2ece948f-f46e-4c35-bdd1-4339491f2cfb
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=?
2022-03-04T09:56:41.676Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-04T09:56:41.676Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-04T09:56:41.677Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-04T09:56:50.077Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T09:56:50.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.
2022-03-04T09:56:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T09:56:50.603Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:56:50.606Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-04T09:56:50.606Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646387690075,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/basic_onboard_dndluj0_modules.json",
"status": "NOTIFIED"
}
2022-03-04T09:56:50.607Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-04T09:56:50.607Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-04T09:56:50.607Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb",
"consumerID": "ves-openapi-manager",
"timestamp": 1646387691737,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/basic_onboard_dndluj0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-04T09:56:50.607Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-04T09:56:50.608Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-04T09:56:50.608Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb",
"consumerID": "policy-id",
"timestamp": 1646387687767,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/basic_onboard_dndluj0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-04T09:56:50.608Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-04T09:56:50.608Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-04T09:56:50.608Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb",
"consumerID": "cds",
"timestamp": 1646387693662,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-04T09:56:50.608Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-04T09:56:50.608Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-04T09:56:50.608Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646387690075,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-04T09:56:50.609Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-04T09:56:50.609Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-04T09:56:50.609Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb",
"consumerID": "ves-openapi-manager",
"timestamp": 1646387691737,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-04T09:56:50.609Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-04T09:56:50.609Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-04T09:56:50.609Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb",
"consumerID": "policy-id",
"timestamp": 1646387687767,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-04T09:56:50.609Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-04T09:56:50.609Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-04T09:56:50.609Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb",
"consumerID": "cds",
"timestamp": 1646387693662,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/basic_onboard_dndluj0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-04T09:56:50.610Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-04T09:56:50.610Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-04T09:56:50.610Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646387690075,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-04T09:56:50.610Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-04T09:56:50.610Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-04T09:56:50.610Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb",
"consumerID": "ves-openapi-manager",
"timestamp": 1646387691737,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-04T09:56:50.610Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-04T09:56:50.610Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-04T09:56:50.610Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb",
"consumerID": "policy-id",
"timestamp": 1646387687767,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-04T09:56:50.611Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-04T09:56:50.611Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-04T09:56:50.611Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb",
"consumerID": "cds",
"timestamp": 1646387693662,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-04T09:56:50.611Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-04T09:56:50.611Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-04T09:56:50.611Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646387690075,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-03-04T09:56:50.611Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-04T09:56:50.612Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-04T09:56:50.612Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb",
"consumerID": "ves-openapi-manager",
"timestamp": 1646387691737,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-04T09:56:50.612Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-04T09:56:50.612Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-04T09:56:50.612Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646387696361,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-04T09:56:50.612Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-04T09:56:50.612Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-04T09:56:50.613Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb",
"consumerID": "policy-id",
"timestamp": 1646387687767,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-04T09:56:50.613Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-04T09:56:50.613Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-04T09:56:50.613Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb",
"consumerID": "cds",
"timestamp": 1646387693662,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-04T09:56:50.613Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-04T09:56:50.613Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-04T09:56:50.613Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646387690075,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/artifacts/service-BasicOnboardDndluj-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-04T09:56:50.613Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-04T09:56:50.614Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-04T09:56:50.614Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb",
"consumerID": "ves-openapi-manager",
"timestamp": 1646387691737,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/artifacts/service-BasicOnboardDndluj-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-04T09:56:50.614Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-04T09:56:50.614Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-04T09:56:50.614Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646387696361,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/basic_onboard_dndluj0_modules.json",
"status": "NOTIFIED"
}
2022-03-04T09:56:50.614Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-04T09:56:50.614Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-04T09:56:50.614Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb",
"consumerID": "policy-id",
"timestamp": 1646387687767,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/artifacts/service-BasicOnboardDndluj-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-04T09:56:50.615Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-04T09:56:50.615Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-04T09:56:50.615Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb",
"consumerID": "cds",
"timestamp": 1646387693662,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-04T09:56:50.615Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-04T09:56:50.615Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-04T09:56:50.615Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb",
"consumerID": "dcae-sch",
"timestamp": 1646387697753,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-04T09:56:50.615Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-04T09:56:50.615Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-04T09:56:50.615Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646387690075,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/artifacts/service-BasicOnboardDndluj-csar.csar",
"status": "NOTIFIED"
}
2022-03-04T09:56:50.616Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-04T09:56:50.616Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-04T09:56:50.616Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb",
"consumerID": "ves-openapi-manager",
"timestamp": 1646387691737,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/artifacts/service-BasicOnboardDndluj-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-04T09:56:50.616Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-04T09:56:50.616Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-04T09:56:50.616Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646387696361,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-04T09:56:50.616Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-04T09:56:50.617Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-04T09:56:50.617Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb",
"consumerID": "policy-id",
"timestamp": 1646387687767,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/artifacts/service-BasicOnboardDndluj-csar.csar",
"status": "NOTIFIED"
}
2022-03-04T09:56:50.617Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-04T09:56:50.617Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-04T09:56:50.617Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb",
"consumerID": "cds",
"timestamp": 1646387693662,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/artifacts/service-BasicOnboardDndluj-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-04T09:56:50.617Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-04T09:56:50.617Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-04T09:56:50.617Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb",
"consumerID": "dcae-sch",
"timestamp": 1646387697753,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/basic_onboard_dndluj0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-04T09:56:50.618Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-04T09:56:50.618Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-04T09:56:50.618Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646387696361,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-04T09:56:50.618Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-04T09:56:50.618Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-04T09:56:50.618Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb",
"consumerID": "cds",
"timestamp": 1646387693662,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/artifacts/service-BasicOnboardDndluj-csar.csar",
"status": "NOTIFIED"
}
2022-03-04T09:56:50.618Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-04T09:56:50.618Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-04T09:56:50.618Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb",
"consumerID": "dcae-sch",
"timestamp": 1646387697753,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-04T09:56:50.619Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-04T09:56:50.619Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-04T09:56:50.619Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646387700568,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/artifacts/service-BasicOnboardDndluj-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-04T09:56:50.619Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T09:56:50.619Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-04T09:56:50.619Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb",
"consumerID": "policy-id",
"timestamp": 1646387700550,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/artifacts/service-BasicOnboardDndluj-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-04T09:56:50.619Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T09:56:50.619Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-04T09:56:50.619Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646387696361,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-03-04T09:56:50.620Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-04T09:56:50.620Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-04T09:56:50.620Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb",
"consumerID": "dcae-sch",
"timestamp": 1646387697753,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-04T09:56:50.620Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-04T09:56:50.620Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-04T09:56:50.620Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb",
"consumerID": "cds",
"timestamp": 1646387701463,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/artifacts/service-BasicOnboardDndluj-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-04T09:56:50.620Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T09:56:50.620Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-04T09:56:50.620Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb",
"consumerID": "policy-id",
"timestamp": 1646387701554,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/artifacts/service-BasicOnboardDndluj-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-04T09:56:50.620Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T09:56:50.620Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-04T09:56:50.620Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646387696361,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/artifacts/service-BasicOnboardDndluj-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-04T09:56:50.621Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-04T09:56:50.621Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-04T09:56:50.621Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb",
"consumerID": "dcae-sch",
"timestamp": 1646387697753,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-04T09:56:50.621Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-04T09:56:50.621Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-04T09:56:50.621Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb",
"consumerID": "cds",
"timestamp": 1646387702468,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/artifacts/service-BasicOnboardDndluj-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=?
2022-03-04T09:56:50.631Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2ece948f-f46e-4c35-bdd1-4339491f2cfb
2022-03-04T09:56:50.631Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2ece948f-f46e-4c35-bdd1-4339491f2cfb 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 (?, ?, ?, ?, ?)
2022-03-04T09:56:50.640Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-04T09:56:50.640Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb",
"consumerID": "policy-id",
"timestamp": 1646387702556,
"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=?
2022-03-04T09:56:50.645Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2ece948f-f46e-4c35-bdd1-4339491f2cfb
2022-03-04T09:56:50.645Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2ece948f-f46e-4c35-bdd1-4339491f2cfb 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 (?, ?, ?, ?, ?)
2022-03-04T09:56:50.655Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-04T09:56:50.655Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646387696361,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/artifacts/service-BasicOnboardDndluj-csar.csar",
"status": "NOTIFIED"
}
2022-03-04T09:56:50.655Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-04T09:56:50.655Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-04T09:56:50.655Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb",
"consumerID": "dcae-sch",
"timestamp": 1646387697753,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/artifacts/service-BasicOnboardDndluj-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-04T09:56:50.656Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-04T09:56:50.656Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-04T09:56:50.656Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646387703965,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/basic_onboard_dndluj0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-04T09:56:50.656Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T09:56:50.656Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-04T09:56:50.656Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646387704350,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/basic_onboard_dndluj0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-04T09:56:50.656Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T09:56:50.656Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-04T09:56:50.656Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb",
"consumerID": "dcae-sch",
"timestamp": 1646387697753,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/artifacts/service-BasicOnboardDndluj-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-04T09:56:50.656Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-04T09:56:50.656Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-04T09:56:50.656Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646387704183,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-04T09:56:50.656Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-04T09:56:50.656Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-04T09:56:50.656Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646387705246,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-04T09:56:50.657Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T09:56:50.657Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-04T09:56:50.657Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646387704183,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/basic_onboard_dndluj0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-04T09:56:50.657Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-04T09:56:50.657Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-04T09:56:50.657Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646387705892,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-04T09:56:50.657Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T09:56:50.657Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-04T09:56:50.657Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646387706446,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-03-04T09:56:50.657Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T09:56:50.657Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-04T09:56:50.657Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646387704183,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-04T09:56:50.657Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-04T09:56:50.658Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-04T09:56:50.658Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646387707286,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-03-04T09:56:50.658Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T09:56:50.658Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-04T09:56:50.658Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646387707601,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/basic_onboard_dndluj0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-04T09:56:50.658Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T09:56:50.658Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-04T09:56:50.658Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646387704183,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-04T09:56:50.658Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-04T09:56:50.658Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-04T09:56:50.658Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646387708311,
"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=?
2022-03-04T09:56:50.663Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2ece948f-f46e-4c35-bdd1-4339491f2cfb
2022-03-04T09:56:50.663Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2ece948f-f46e-4c35-bdd1-4339491f2cfb 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=?
2022-03-04T09:56:50.671Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-04T09:56:50.671Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb",
"consumerID": "aai-ml",
"timestamp": 1646387707755,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-04T09:56:50.672Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-04T09:56:50.672Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-04T09:56:50.672Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646387708606,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-03-04T09:56:50.672Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T09:56:50.672Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-04T09:56:50.672Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646387704183,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-04T09:56:50.672Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-04T09:56:50.672Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-04T09:56:50.672Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646387709315,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/basic_onboard_dndluj0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-04T09:56:50.673Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T09:56:50.673Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-04T09:56:50.673Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb",
"consumerID": "aai-ml",
"timestamp": 1646387707755,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/basic_onboard_dndluj0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-04T09:56:50.673Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-04T09:56:50.673Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-04T09:56:50.673Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb",
"consumerID": "clamp",
"timestamp": 1646387708954,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-04T09:56:50.673Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-04T09:56:50.673Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-04T09:56:50.673Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646387709611,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-03-04T09:56:50.674Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T09:56:50.674Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-04T09:56:50.674Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646387704183,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/artifacts/service-BasicOnboardDndluj-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-04T09:56:50.674Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-04T09:56:50.674Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-04T09:56:50.674Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb",
"consumerID": "aai-ml",
"timestamp": 1646387707755,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-04T09:56:50.674Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-04T09:56:50.674Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-04T09:56:50.674Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb",
"consumerID": "clamp",
"timestamp": 1646387708954,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/basic_onboard_dndluj0_modules.json",
"status": "NOTIFIED"
}
2022-03-04T09:56:50.675Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-04T09:56:50.675Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-04T09:56:50.675Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646387710616,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/artifacts/service-BasicOnboardDndluj-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-04T09:56:50.675Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T09:56:50.675Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-04T09:56:50.675Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646387704183,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/artifacts/service-BasicOnboardDndluj-csar.csar",
"status": "NOTIFIED"
}
2022-03-04T09:56:50.675Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-04T09:56:50.676Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-04T09:56:50.676Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb",
"consumerID": "aai-ml",
"timestamp": 1646387707755,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-04T09:56:50.676Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-04T09:56:50.676Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-04T09:56:50.676Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb",
"consumerID": "clamp",
"timestamp": 1646387708954,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-04T09:56:50.676Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-04T09:56:50.676Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-04T09:56:50.676Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646387712097,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/artifacts/service-BasicOnboardDndluj-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-04T09:56:50.677Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T09:56:50.677Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-04T09:56:50.677Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb",
"consumerID": "aai-ml",
"timestamp": 1646387707755,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-04T09:56:50.677Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-04T09:56:50.677Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-04T09:56:50.677Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb",
"consumerID": "clamp",
"timestamp": 1646387708954,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-04T09:56:50.677Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-04T09:56:50.677Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-04T09:56:50.677Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb",
"consumerID": "aai-ml",
"timestamp": 1646387707755,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/artifacts/service-BasicOnboardDndluj-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-04T09:56:50.678Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-04T09:56:50.678Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-04T09:56:50.678Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb",
"consumerID": "clamp",
"timestamp": 1646387708954,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/resourceInstances/basic_onboard_dndluj0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-04T09:56:50.678Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-04T09:56:50.678Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-04T09:56:50.678Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb",
"consumerID": "aai-ml",
"timestamp": 1646387707755,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/artifacts/service-BasicOnboardDndluj-csar.csar",
"status": "NOTIFIED"
}
2022-03-04T09:56:50.678Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-04T09:56:50.678Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-04T09:56:50.678Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646387714465,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/artifacts/service-BasicOnboardDndluj-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-04T09:56:50.679Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T09:56:50.679Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-04T09:56:50.679Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb",
"consumerID": "clamp",
"timestamp": 1646387708954,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/artifacts/service-BasicOnboardDndluj-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-04T09:56:50.679Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-04T09:56:50.679Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-04T09:56:50.679Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646387715469,
"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=?
2022-03-04T09:56:50.685Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2ece948f-f46e-4c35-bdd1-4339491f2cfb
2022-03-04T09:56:50.685Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2ece948f-f46e-4c35-bdd1-4339491f2cfb 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 (?, ?, ?, ?, ?)
2022-03-04T09:56:50.695Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-04T09:56:50.695Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb",
"consumerID": "aai-ml",
"timestamp": 1646387715473,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/artifacts/service-BasicOnboardDndluj-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-04T09:56:50.696Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T09:56:50.696Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-04T09:56:50.696Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb",
"consumerID": "clamp",
"timestamp": 1646387708954,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/artifacts/service-BasicOnboardDndluj-csar.csar",
"status": "NOTIFIED"
}
2022-03-04T09:56:50.696Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-04T09:56:50.696Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-04T09:56:50.696Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb",
"consumerID": "aai-ml",
"timestamp": 1646387721544,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/artifacts/service-BasicOnboardDndluj-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-04T09:56:50.696Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T09:56:50.697Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-04T09:56:50.697Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb",
"consumerID": "aai-ml",
"timestamp": 1646387722547,
"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=?
2022-03-04T09:56:50.702Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2ece948f-f46e-4c35-bdd1-4339491f2cfb
2022-03-04T09:56:50.702Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2ece948f-f46e-4c35-bdd1-4339491f2cfb 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 (?, ?, ?, ?, ?)
2022-03-04T09:56:50.710Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-04T09:56:50.710Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb",
"consumerID": "clamp",
"timestamp": 1646387728975,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/artifacts/service-BasicOnboardDndluj-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-04T09:56:50.710Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T09:56:50.711Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-04T09:56:50.711Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb",
"consumerID": "clamp",
"timestamp": 1646387731976,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDndluj/1.0/artifacts/service-BasicOnboardDndluj-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-04T09:56:50.711Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T09:56:50.711Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-04T09:56:50.711Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb",
"consumerID": "clamp",
"timestamp": 1646387732980,
"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=?
2022-03-04T09:56:50.715Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2ece948f-f46e-4c35-bdd1-4339491f2cfb
2022-03-04T09:56:50.716Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2ece948f-f46e-4c35-bdd1-4339491f2cfb 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 (?, ?, ?, ?, ?)
2022-03-04T09:57:11.677Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2ece948f-f46e-4c35-bdd1-4339491f2cfb
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=?
2022-03-04T09:57:11.687Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2ece948f-f46e-4c35-bdd1-4339491f2cfb
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=?
2022-03-04T09:57:11.692Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-04T09:57:11.692Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-04T09:57:11.693Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-04T09:57:11.693Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-04T09:57:11.693Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-04T09:57:11.693Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-04T09:57:11.693Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-04T09:57:11.694Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-04T09:57:11.694Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-04T09:57:11.694Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-04T09:57:11.694Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||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=?
2022-03-04T09:57:11.700Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-04T09:57:41.700Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2ece948f-f46e-4c35-bdd1-4339491f2cfb 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=?
2022-03-04T09:57:41.706Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2ece948f-f46e-4c35-bdd1-4339491f2cfb and serviceModelVersionId: 4dd2c055-e35c-4c18-a876-5269930cd832
2022-03-04T09:57:41.706Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8f0a5cce-56b1-46d1-a6a7-e1a93dde238a
2022-03-04T09:57:41.707Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8f0a5cce-56b1-46d1-a6a7-e1a93dde238a/model-vers/model-ver/4dd2c055-e35c-4c18-a876-5269930cd832?depth=0
2022-03-04T09:57:41.711Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-03-04T09:57:41.756Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f0a5cce-56b1-46d1-a6a7-e1a93dde238a/model-vers/model-ver/4dd2c055-e35c-4c18-a876-5269930cd832?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-03-04T09:57:41.757Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f0a5cce-56b1-46d1-a6a7-e1a93dde238a/model-vers/model-ver/4dd2c055-e35c-4c18-a876-5269930cd832?depth=0|INFO|500||Invoke
2022-03-04T09:57:41.787Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f0a5cce-56b1-46d1-a6a7-e1a93dde238a/model-vers/model-ver/4dd2c055-e35c-4c18-a876-5269930cd832?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-03-04T09:57:42.089Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f0a5cce-56b1-46d1-a6a7-e1a93dde238a/model-vers/model-ver/4dd2c055-e35c-4c18-a876-5269930cd832?depth=0|INFO|500||InvokeReturn
2022-03-04T09:57:42.089Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f0a5cce-56b1-46d1-a6a7-e1a93dde238a/model-vers/model-ver/4dd2c055-e35c-4c18-a876-5269930cd832?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220304-09:57:41:795-95162], vertex-id=[172152], Content-Length=[0], Date=[Fri, 04 Mar 2022 09:57:41 GMT], Content-Type=[application/json]}
2022-03-04T09:57:42.090Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2022-03-04T09:57:42.090Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-04T09:57:42.090Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-04T09:57:42.095Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||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)
2022-03-04T09:57:42.095Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2ece948f-f46e-4c35-bdd1-4339491f2cfb and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-04T09:57:42.096Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-04T09:57:42.096Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-04T09:57:42.097Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T09:57:42.098Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646387862096,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-04T09:57:42.198Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T09:57:42.199Z||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.
2022-03-04T09:57:42.199Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ...
2022-03-04T09:57:42.214Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:57:42.215Z||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=?
2022-03-04T09:57:43.111Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T09:57:43.111Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|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.
2022-03-04T09:57:43.112Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|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 Zam1qr386phPFzBX) ...
2022-03-04T09:57:50.077Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T09:57:50.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.
2022-03-04T09:57:50.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 Zam1qr386phPFzBX) ...
2022-03-04T09:57:50.698Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:57:50.699Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-04T09:57:50.699Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ece948f-f46e-4c35-bdd1-4339491f2cfb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646387862096,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-04T09:57:50.700Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T09:57:53.940Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:57:53.941Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T09:57:53.941Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|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.
2022-03-04T09:57:53.942Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|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 Zam1qr386phPFzBX) ...
2022-03-04T09:58:03.478Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:58:03.478Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T09:58:03.479Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|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.
2022-03-04T09:58:03.479Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|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 Zam1qr386phPFzBX) ...
2022-03-04T09:58:13.015Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:58:50.075Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T09:58:50.076Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|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.
2022-03-04T09:58:50.076Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|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 Zam1qr386phPFzBX) ...
2022-03-04T09:58:50.077Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T09:58:50.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.
2022-03-04T09:58:50.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 Zam1qr386phPFzBX) ...
2022-03-04T09:58:59.615Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:58:59.616Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:59:50.075Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T09:59:50.076Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|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.
2022-03-04T09:59:50.076Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|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 Zam1qr386phPFzBX) ...
2022-03-04T09:59:50.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T09:59:50.077Z||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.
2022-03-04T09:59:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T09:59:59.621Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T09:59:59.620Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T10:00:50.075Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T10:00:50.076Z||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.
2022-03-04T10:00:50.076Z||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 Zam1qr386phPFzBX) ...
2022-03-04T10:00:50.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T10:00:50.077Z||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.
2022-03-04T10:00:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T10:00:59.618Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T10:00:59.619Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T10:01:50.075Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T10:01:50.076Z||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.
2022-03-04T10:01:50.076Z||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 Zam1qr386phPFzBX) ...
2022-03-04T10:01:50.077Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T10:01:50.078Z||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.
2022-03-04T10:01:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T10:01:50.698Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T10:01:50.699Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T10:01:50.699Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"9d94be83-05ba-4a3c-b8f9-6ea2102b9b67","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"22c7d22e-74c1-4138-8484-dd7b8ce598b9","serviceDescription":"service","serviceInvariantUUID":"3c55bd45-6c04-4ef8-bf65-ddbb0f46b4a8","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"a1ca1755-7525-4b24-adf1-47b03b47f2eb","resourceInvariantUUID":"c4298057-fc99-4bdc-9d74-d651ea536e9a","resourceCustomizationUUID":"2c3dca02-0bf3-4e8e-ae0b-882586a34205","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":"MTZjNGU0M2U5M2UyYTFjNDE4ZGU3ZWYyMTQyNGEzN2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5744d566-8929-4258-991d-cfbceea69371","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YWVjOTc3ZjI5MTg0N2ZlNGQzOGZlYzExZDZhN2VlYjQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"38570cab-2ba4-41df-aa4c-b2e9f3f2572d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-04T10:01:50.701Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T10:01:50.701Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-04T10:01:50.702Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d94be83-05ba-4a3c-b8f9-6ea2102b9b67",
"consumerID": "dcae-sch",
"timestamp": 1646388057753,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-04T10:01:50.702Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-04T10:01:50.702Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-04T10:01:50.702Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d94be83-05ba-4a3c-b8f9-6ea2102b9b67",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646388056361,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-04T10:01:50.702Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-04T10:01:50.702Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-04T10:01:50.703Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d94be83-05ba-4a3c-b8f9-6ea2102b9b67",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646388064183,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-04T10:01:50.703Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-04T10:01:50.703Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-04T10:01:50.703Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d94be83-05ba-4a3c-b8f9-6ea2102b9b67",
"consumerID": "dcae-sch",
"timestamp": 1646388057753,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-04T10:01:50.703Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T10:01:50.703Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-04T10:01:50.703Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-04T10:01:50.703Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d94be83-05ba-4a3c-b8f9-6ea2102b9b67",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646388056361,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-03-04T10:01:50.703Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-04T10:01:50.703Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-04T10:01:50.703Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d94be83-05ba-4a3c-b8f9-6ea2102b9b67",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646388064183,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-03-04T10:01:50.703Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-04T10:01:50.704Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-04T10:01:50.704Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-04T10:01:50.704Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d94be83-05ba-4a3c-b8f9-6ea2102b9b67",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646388067898,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-04T10:01:50.704Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T10:01:50.704Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-04T10:01:50.704Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d94be83-05ba-4a3c-b8f9-6ea2102b9b67",
"consumerID": "aai-ml",
"timestamp": 1646388067755,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-04T10:01:50.704Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-04T10:01:50.704Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-04T10:01:50.704Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d94be83-05ba-4a3c-b8f9-6ea2102b9b67",
"consumerID": "policy-id",
"timestamp": 1646388067767,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-04T10:01:50.704Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-04T10:01:50.705Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-04T10:01:50.705Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d94be83-05ba-4a3c-b8f9-6ea2102b9b67",
"consumerID": "cds",
"timestamp": 1646388068662,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-04T10:01:50.705Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-04T10:01:50.705Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-04T10:01:50.705Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d94be83-05ba-4a3c-b8f9-6ea2102b9b67",
"consumerID": "aai-ml",
"timestamp": 1646388067755,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-03-04T10:01:50.705Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-04T10:01:50.705Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-04T10:01:50.706Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d94be83-05ba-4a3c-b8f9-6ea2102b9b67",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646388069388,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-04T10:01:50.706Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T10:01:50.706Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-04T10:01:50.706Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d94be83-05ba-4a3c-b8f9-6ea2102b9b67",
"consumerID": "policy-id",
"timestamp": 1646388067767,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-03-04T10:01:50.706Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-04T10:01:50.706Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-04T10:01:50.706Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T10:01:50.706Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9d94be83-05ba-4a3c-b8f9-6ea2102b9b67",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646388110075,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-04T10:01:50.706Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d94be83-05ba-4a3c-b8f9-6ea2102b9b67",
"consumerID": "clamp",
"timestamp": 1646388068954,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-04T10:01:50.707Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-04T10:01:50.707Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-04T10:01:50.707Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d94be83-05ba-4a3c-b8f9-6ea2102b9b67",
"consumerID": "cds",
"timestamp": 1646388068662,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-03-04T10:01:50.707Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-04T10:01:50.707Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-04T10:01:50.707Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d94be83-05ba-4a3c-b8f9-6ea2102b9b67",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646388070393,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-04T10:01:50.723Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9d94be83-05ba-4a3c-b8f9-6ea2102b9b67
2022-03-04T10:01:50.723Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9d94be83-05ba-4a3c-b8f9-6ea2102b9b67 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 (?, ?, ?, ?, ?)
2022-03-04T10:01:50.732Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-04T10:01:50.732Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d94be83-05ba-4a3c-b8f9-6ea2102b9b67",
"consumerID": "clamp",
"timestamp": 1646388068954,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-03-04T10:01:50.732Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-04T10:01:50.732Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-04T10:01:50.732Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d94be83-05ba-4a3c-b8f9-6ea2102b9b67",
"consumerID": "aai-ml",
"timestamp": 1646388070700,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-04T10:01:50.732Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T10:01:50.732Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-04T10:01:50.732Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d94be83-05ba-4a3c-b8f9-6ea2102b9b67",
"consumerID": "policy-id",
"timestamp": 1646388070687,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-04T10:01:50.732Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T10:01:50.733Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-04T10:01:50.733Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d94be83-05ba-4a3c-b8f9-6ea2102b9b67",
"consumerID": "cds",
"timestamp": 1646388071690,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-04T10:01:50.733Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T10:01:50.733Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-04T10:01:50.733Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d94be83-05ba-4a3c-b8f9-6ea2102b9b67",
"consumerID": "policy-id",
"timestamp": 1646388071691,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-04T10:01:50.733Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T10:01:50.733Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-04T10:01:50.733Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d94be83-05ba-4a3c-b8f9-6ea2102b9b67",
"consumerID": "ves-openapi-manager",
"timestamp": 1646388071737,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-04T10:01:50.733Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-04T10:01:50.733Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-04T10:01:50.733Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d94be83-05ba-4a3c-b8f9-6ea2102b9b67",
"consumerID": "cds",
"timestamp": 1646388072695,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-04T10:01:50.738Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9d94be83-05ba-4a3c-b8f9-6ea2102b9b67
2022-03-04T10:01:50.739Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9d94be83-05ba-4a3c-b8f9-6ea2102b9b67 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 (?, ?, ?, ?, ?)
2022-03-04T10:01:50.751Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-04T10:01:50.751Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d94be83-05ba-4a3c-b8f9-6ea2102b9b67",
"consumerID": "policy-id",
"timestamp": 1646388072694,
"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=?
2022-03-04T10:01:50.756Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9d94be83-05ba-4a3c-b8f9-6ea2102b9b67
2022-03-04T10:01:50.757Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9d94be83-05ba-4a3c-b8f9-6ea2102b9b67 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 (?, ?, ?, ?, ?)
2022-03-04T10:01:50.767Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-04T10:01:50.767Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d94be83-05ba-4a3c-b8f9-6ea2102b9b67",
"consumerID": "ves-openapi-manager",
"timestamp": 1646388071737,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-04T10:01:50.768Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-04T10:01:50.768Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-04T10:01:50.768Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d94be83-05ba-4a3c-b8f9-6ea2102b9b67",
"consumerID": "aai-ml",
"timestamp": 1646388074269,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-04T10:01:50.768Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T10:01:50.769Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-04T10:01:50.769Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d94be83-05ba-4a3c-b8f9-6ea2102b9b67",
"consumerID": "aai-ml",
"timestamp": 1646388075272,
"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=?
2022-03-04T10:01:50.776Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9d94be83-05ba-4a3c-b8f9-6ea2102b9b67
2022-03-04T10:01:50.776Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9d94be83-05ba-4a3c-b8f9-6ea2102b9b67 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 (?, ?, ?, ?, ?)
2022-03-04T10:01:50.787Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-04T10:01:50.787Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d94be83-05ba-4a3c-b8f9-6ea2102b9b67",
"consumerID": "clamp",
"timestamp": 1646388077030,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-04T10:01:50.787Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T10:01:50.788Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-04T10:01:50.788Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d94be83-05ba-4a3c-b8f9-6ea2102b9b67",
"consumerID": "clamp",
"timestamp": 1646388078047,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-04T10:01:50.788Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T10:01:50.788Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-04T10:01:50.788Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d94be83-05ba-4a3c-b8f9-6ea2102b9b67",
"consumerID": "clamp",
"timestamp": 1646388079050,
"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=?
2022-03-04T10:01:50.794Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9d94be83-05ba-4a3c-b8f9-6ea2102b9b67
2022-03-04T10:01:50.794Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9d94be83-05ba-4a3c-b8f9-6ea2102b9b67 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 (?, ?, ?, ?, ?)
2022-03-04T10:01:50.807Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T10:01:50.807Z||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.
2022-03-04T10:01:50.808Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ...
2022-03-04T10:01:50.817Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T10:01:50.817Z||pool-35-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-03-04T10:01:51.707Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T10:01:51.708Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-04T10:01:51.711Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T10:01:51.711Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9d94be83-05ba-4a3c-b8f9-6ea2102b9b67",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646388110075,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-03-04T10:01:51.811Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T10:01:51.811Z||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.
2022-03-04T10:01:51.811Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ...
2022-03-04T10:01:51.820Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T10:01:51.820Z||pool-36-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-03-04T10:01:52.712Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "9d94be83-05ba-4a3c-b8f9-6ea2102b9b67",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "22c7d22e-74c1-4138-8484-dd7b8ce598b9",
"serviceDescription": "service",
"serviceInvariantUUID": "3c55bd45-6c04-4ef8-bf65-ddbb0f46b4a8",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "2c3dca02-0bf3-4e8e-ae0b-882586a34205",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "a1ca1755-7525-4b24-adf1-47b03b47f2eb",
"resourceInvariantUUID": "c4298057-fc99-4bdc-9d74-d651ea536e9a",
"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": "YWVjOTc3ZjI5MTg0N2ZlNGQzOGZlYzExZDZhN2VlYjQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "38570cab-2ba4-41df-aa4c-b2e9f3f2572d"
}
],
"workloadContext": "Production"
}
2022-03-04T10:01:52.712Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-04T10:01:52.712Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 22c7d22e-74c1-4138-8484-dd7b8ce598b9 ASDC
2022-03-04T10:01:52.713Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:9d94be83-05ba-4a3c-b8f9-6ea2102b9b67
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:22c7d22e-74c1-4138-8484-dd7b8ce598b9
ServiceInvariantUUID:3c55bd45-6c04-4ef8-bf65-ddbb0f46b4a8
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:38570cab-2ba4-41df-aa4c-b2e9f3f2572d
ArtifactChecksum:YWVjOTc3ZjI5MTg0N2ZlNGQzOGZlYzExZDZhN2VlYjQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:2c3dca02-0bf3-4e8e-ae0b-882586a34205
ResourceInvariantUUID:c4298057-fc99-4bdc-9d74-d651ea536e9a
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:a1ca1755-7525-4b24-adf1-47b03b47f2eb
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-03-04T10:01:52.713Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 22c7d22e-74c1-4138-8484-dd7b8ce598b9 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=?
2022-03-04T10:01:52.742Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-04T10:01:52.743Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-03-04T10:01:52.743Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-03-04T10:01:52.743Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 38570cab-2ba4-41df-aa4c-b2e9f3f2572d from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-04T10:01:52.743Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-03-04T10:01:52.744Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-04T10:01:52.807Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-03-04T10:01:52.814Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 38570cab-2ba4-41df-aa4c-b2e9f3f2572d 52486
2022-03-04T10:01:52.815Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-03-04T10:01:52.815Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-04T10:01:52.815Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-04T10:01:52.815Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-04T10:01:52.817Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T10:01:52.818Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9d94be83-05ba-4a3c-b8f9-6ea2102b9b67",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646388112815,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-04T10:01:52.918Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T10:01:52.919Z||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.
2022-03-04T10:01:52.919Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ...
2022-03-04T10:01:52.928Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T10:01:52.929Z||pool-37-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-04T10:01:53.818Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-04T10:01:53.819Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-03-04T10:01:53.819Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 38570cab-2ba4-41df-aa4c-b2e9f3f2572d, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-04T10:01:53.819Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-03-04T10:01:53.820Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-04T10:01:53.820Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-04T10:01:53.901Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1578012710118480806/Definitions/service-BasicNetwork-template.yml
2022-03-04T10:01:54.308Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-04T10:01:54.308Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-03-04T10:01:54.308Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-04T10:01:54.308Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-03-04T10:01:54.308Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-04T10:01:54.308Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-04T10:01:54.309Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-04T10:01:54.309Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-04T10:01:54.309Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-04T10:01:54.309Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-04T10:01:54.309Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-04T10:01:54.309Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-04T10:01:54.309Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-03-04T10:01:54.309Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-04T10:01:54.309Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T10:01:54.309Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-03-04T10:01:54.309Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-03-04T10:01:54.309Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-04T10:01:54.310Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-04T10:01:54.310Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T10:01:54.310Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-03-04T10:01:54.310Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-03-04T10:01:54.310Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-04T10:01:54.310Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-04T10:01:54.310Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T10:01:54.310Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-04T10:01:54.310Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T10:01:54.310Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-04T10:01:54.310Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T10:01:54.310Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-04T10:01:54.311Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T10:01:54.311Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-04T10:01:54.311Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T10:01:54.311Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:22c7d22e-74c1-4138-8484-dd7b8ce598b9
Model Version:NULL
Model InvariantUuid:3c55bd45-6c04-4ef8-bf65-ddbb0f46b4a8
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:c4298057-fc99-4bdc-9d74-d651ea536e9a
Model UUID:55058e0e-6529-4ec1-80f8-b68e71425d64
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:2c3dca02-0bf3-4e8e-ae0b-882586a34205
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-04T10:01:54.317Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||INFO|500||Processing Resource Type: VL, Model UUID: a1ca1755-7525-4b24-adf1-47b03b47f2eb
2022-03-04T10:01:54.317Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||INFO|500||No resources found for Service: 22c7d22e-74c1-4138-8484-dd7b8ce598b9
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-04T10:01:54.320Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||INFO|500||
2022-03-04T10:01:54.320Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-03-04T10:01:54.321Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 22c7d22e-74c1-4138-8484-dd7b8ce598b9
2022-03-04T10:01:54.321Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 22c7d22e-74c1-4138-8484-dd7b8ce598b9
2022-03-04T10:01:54.321Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-03-04T10:01:54.321Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-04T10:01:54.325Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@ddd3ddf, org.onap.sdc.toscaparser.api.parameters.Input@6f438e5e, org.onap.sdc.toscaparser.api.parameters.Input@737df0a7, org.onap.sdc.toscaparser.api.parameters.Input@d73c323, org.onap.sdc.toscaparser.api.parameters.Input@69242497]
2022-03-04T10:01:54.326Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-04T10:01:54.327Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T10:01:54.327Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-04T10:01:54.327Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T10:01:54.327Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 22c7d22e-74c1-4138-8484-dd7b8ce598b9: Generic NeutronNet
2022-03-04T10:01:54.327Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-04T10:01:54.327Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T10:01:54.327Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-04T10:01:54.327Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-03-04T10:01:54.352Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-04T10:01:54.352Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T10:01:54.352Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-04T10:01:54.352Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T10:01:54.353Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-04T10:01:54.353Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T10:01:54.353Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-03-04T10:01:54.414Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-03-04T10:01:54.414Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-03-04T10:01:54.414Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-04T10:01:54.415Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-04T10:01:54.415Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-04T10:01:54.416Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T10:01:54.416Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9d94be83-05ba-4a3c-b8f9-6ea2102b9b67",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646388114414,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-04T10:01:54.517Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T10:01:54.518Z||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.
2022-03-04T10:01:54.518Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ...
2022-03-04T10:01:54.527Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T10:01:54.527Z||pool-38-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-03-04T10:01:55.417Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9d94be83-05ba-4a3c-b8f9-6ea2102b9b67
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=?
2022-03-04T10:01:55.427Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9d94be83-05ba-4a3c-b8f9-6ea2102b9b67
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=?
2022-03-04T10:01:55.430Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-04T10:01:55.430Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-04T10:01:55.431Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-04T10:01:55.431Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-04T10:01:55.431Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-04T10:01:55.431Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-04T10:01:55.431Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-04T10:01:55.431Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-04T10:01:55.431Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-04T10:01:55.431Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-04T10:01:55.431Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-04T10:01:55.437Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-04T10:02:25.437Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9d94be83-05ba-4a3c-b8f9-6ea2102b9b67 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=?
2022-03-04T10:02:25.443Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9d94be83-05ba-4a3c-b8f9-6ea2102b9b67 and serviceModelVersionId: 22c7d22e-74c1-4138-8484-dd7b8ce598b9
2022-03-04T10:02:25.443Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3c55bd45-6c04-4ef8-bf65-ddbb0f46b4a8
2022-03-04T10:02:25.444Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3c55bd45-6c04-4ef8-bf65-ddbb0f46b4a8/model-vers/model-ver/22c7d22e-74c1-4138-8484-dd7b8ce598b9?depth=0
2022-03-04T10:02:25.449Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-03-04T10:02:25.481Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c55bd45-6c04-4ef8-bf65-ddbb0f46b4a8/model-vers/model-ver/22c7d22e-74c1-4138-8484-dd7b8ce598b9?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-03-04T10:02:25.482Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c55bd45-6c04-4ef8-bf65-ddbb0f46b4a8/model-vers/model-ver/22c7d22e-74c1-4138-8484-dd7b8ce598b9?depth=0|INFO|500||Invoke
2022-03-04T10:02:25.503Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c55bd45-6c04-4ef8-bf65-ddbb0f46b4a8/model-vers/model-ver/22c7d22e-74c1-4138-8484-dd7b8ce598b9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-03-04T10:02:25.591Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c55bd45-6c04-4ef8-bf65-ddbb0f46b4a8/model-vers/model-ver/22c7d22e-74c1-4138-8484-dd7b8ce598b9?depth=0|INFO|500||InvokeReturn
2022-03-04T10:02:25.591Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c55bd45-6c04-4ef8-bf65-ddbb0f46b4a8/model-vers/model-ver/22c7d22e-74c1-4138-8484-dd7b8ce598b9?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220304-10:02:25:511-48693], vertex-id=[176320], Content-Length=[0], Date=[Fri, 04 Mar 2022 10:02:25 GMT], Content-Type=[application/json]}
2022-03-04T10:02:25.591Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2022-03-04T10:02:25.592Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-04T10:02:25.592Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-04T10:02:25.595Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-03-04T10:02:25.595Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9d94be83-05ba-4a3c-b8f9-6ea2102b9b67 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-04T10:02:25.595Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-04T10:02:25.595Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-04T10:02:25.597Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T10:02:25.597Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9d94be83-05ba-4a3c-b8f9-6ea2102b9b67",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646388145595,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-04T10:02:25.697Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T10:02:25.698Z||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.
2022-03-04T10:02:25.698Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ...
2022-03-04T10:02:25.712Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T10:02:25.712Z||pool-39-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-04T10:02:50.075Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T10:02:50.076Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|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.
2022-03-04T10:02:50.076Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|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 Zam1qr386phPFzBX) ...
2022-03-04T10:02:50.077Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T10:02:50.077Z||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.
2022-03-04T10:02:50.078Z||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 Zam1qr386phPFzBX) ...
2022-03-04T10:02:50.194Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T10:02:50.195Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-04T10:02:50.195Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d94be83-05ba-4a3c-b8f9-6ea2102b9b67",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646388110075,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-04T10:02:50.196Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-04T10:02:59.613Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T10:03:50.075Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T10:03:50.076Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|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.
2022-03-04T10:03:50.076Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|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 Zam1qr386phPFzBX) ...
2022-03-04T10:03:50.077Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T10:03:50.077Z||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.
2022-03-04T10:03:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T10:03:50.602Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T10:03:50.603Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T10:03:50.603Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d94be83-05ba-4a3c-b8f9-6ea2102b9b67",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646388110075,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-03-04T10:03:50.604Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-04T10:03:50.604Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T10:03:50.604Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d94be83-05ba-4a3c-b8f9-6ea2102b9b67",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646388112815,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-04T10:03:50.604Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T10:03:50.605Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T10:03:50.605Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d94be83-05ba-4a3c-b8f9-6ea2102b9b67",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646388114414,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-04T10:03:50.605Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T10:03:50.605Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-04T10:03:50.605Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d94be83-05ba-4a3c-b8f9-6ea2102b9b67",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646388145595,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-04T10:03:50.605Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T10:03:59.620Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T10:04:50.075Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T10:04:50.076Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|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.
2022-03-04T10:04:50.076Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|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 Zam1qr386phPFzBX) ...
2022-03-04T10:04:50.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T10:04:50.077Z||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.
2022-03-04T10:04:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T10:04:59.618Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T10:04:59.621Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T10:05:50.075Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T10:05:50.076Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|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.
2022-03-04T10:05:50.076Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|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 Zam1qr386phPFzBX) ...
2022-03-04T10:05:50.077Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T10:05:50.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.
2022-03-04T10:05:50.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 Zam1qr386phPFzBX) ...
2022-03-04T10:05:59.622Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T10:05:59.623Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T10:06:50.075Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T10:06:50.076Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|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.
2022-03-04T10:06:50.076Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|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 Zam1qr386phPFzBX) ...
2022-03-04T10:06:50.077Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T10:06:50.077Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|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.
2022-03-04T10:06:50.077Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|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 Zam1qr386phPFzBX) ...
2022-03-04T10:06:59.615Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T10:06:59.619Z|2ece948f-f46e-4c35-bdd1-4339491f2cfb|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T10:07:50.075Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T10:07:50.076Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|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.
2022-03-04T10:07:50.076Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|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 Zam1qr386phPFzBX) ...
2022-03-04T10:07:50.077Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T10:07:50.077Z||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.
2022-03-04T10:07:50.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 Zam1qr386phPFzBX) ...
2022-03-04T10:07:59.630Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T10:07:59.635Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T10:08:50.075Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T10:08:50.076Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|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.
2022-03-04T10:08:50.076Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|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 Zam1qr386phPFzBX) ...
2022-03-04T10:08:50.077Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T10:08:50.077Z||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.
2022-03-04T10:08:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T10:08:59.615Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T10:08:59.615Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T10:09:50.075Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T10:09:50.076Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|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.
2022-03-04T10:09:50.076Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|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 Zam1qr386phPFzBX) ...
2022-03-04T10:09:50.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-04T10:09:50.077Z||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.
2022-03-04T10:09:50.077Z||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 Zam1qr386phPFzBX) ...
2022-03-04T10:09:50.699Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T10:09:50.700Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-04T10:09:50.700Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"64fc4799-ae06-4974-aecb-f0c968d187d6","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"b6e34d76-8e15-4765-9e3d-1f199132d310","serviceDescription":"service","serviceInvariantUUID":"409159b7-ade9-4c88-9601-92dae41bab2e","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f711a125-9c69-4350-9f1a-9b23cf87cc4f","resourceInvariantUUID":"4cd15cd8-4b05-4cd3-ae45-268d6c86c91c","resourceCustomizationUUID":"0c4cbeca-cc65-4dbf-a644-580c682d0f5d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","artifactChecksum":"MWUyYWQ0ZGI2MGY1Y2NjMDE0OGYwZDgwMTExODFlOWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e9d8c099-1974-4c15-8a04-b67617e7dca3","artifactVersion":"1"},{"artifactName":"nginx_cloudtech_k8s_charts.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"75476a0d-4c8f-4468-aee5-cc71ecec5aed","artifactVersion":"2","generatedFromUUID":"819fe542-0355-4fb1-97b2-7c9bf20f0da6"},{"artifactName":"nginx_cloudtech_k8s_charts.tgz","artifactType":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","artifactChecksum":"YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"819fe542-0355-4fb1-97b2-7c9bf20f0da6","artifactVersion":"1"},{"artifactName":"basic_cnf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","artifactChecksum":"ZmRkYjM3YTdlZDA5ZDBmZjEyMWM0NGJkNDIzYzEwZGM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c5dd50d7-2bf2-4771-bf3e-0b46516f3406","artifactVersion":"1"},{"artifactName":"base_dummy.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","artifactChecksum":"MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"9fcb857f-31e5-4896-8b6d-7faa2fbd19e0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","artifactChecksum":"OWI0ZjVmMTVjZmQ2Nzk1ZTUyOWQyYzdjMjFhYTI4NzE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"476bd30c-a347-4f41-9a34-eca6ff32a147","artifactVersion":"1"},{"artifactName":"base_dummy.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","artifactChecksum":"NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d3f31cf5-d09a-4595-a5b2-c7fd1bff0d6e","artifactVersion":"2","generatedFromUUID":"9fcb857f-31e5-4896-8b6d-7faa2fbd19e0"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"MGVjZGIyZjE0ZWIwMWEwNDQ4YTNmOGVlMTIwMzBlZTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8c3d9622-3662-4cb8-a300-70dc46cfdd7b","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"NWFmMjBhZjhlMTc0NzAwMTI3NTc2ZGY4MTRmYTc5NWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"28bbe942-ebbb-4d1f-bc8e-2599b673bee8","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-04T10:09:50.702Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T10:09:50.702Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-04T10:09:50.704Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T10:09:50.704Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646388590075,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-04T10:09:50.707Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T10:09:50.710Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T10:09:50.710Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6",
"consumerID": "dcae-sch",
"timestamp": 1646388537753,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-04T10:09:50.711Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-04T10:09:50.711Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T10:09:50.711Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646388544183,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-04T10:09:50.711Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-04T10:09:50.711Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T10:09:50.711Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6",
"consumerID": "dcae-sch",
"timestamp": 1646388537753,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-03-04T10:09:50.711Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-04T10:09:50.711Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T10:09:50.711Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646388544183,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-03-04T10:09:50.711Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-04T10:09:50.711Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T10:09:50.711Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6",
"consumerID": "aai-ml",
"timestamp": 1646388547755,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-04T10:09:50.711Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-04T10:09:50.711Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T10:09:50.711Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6",
"consumerID": "policy-id",
"timestamp": 1646388547767,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-04T10:09:50.711Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-04T10:09:50.711Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T10:09:50.711Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6",
"consumerID": "dcae-sch",
"timestamp": 1646388537753,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-03-04T10:09:50.712Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-04T10:09:50.712Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T10:09:50.712Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646388544183,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-03-04T10:09:50.712Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-04T10:09:50.712Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T10:09:50.712Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6",
"consumerID": "cds",
"timestamp": 1646388548662,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-04T10:09:50.712Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-04T10:09:50.712Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T10:09:50.712Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6",
"consumerID": "aai-ml",
"timestamp": 1646388547755,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-03-04T10:09:50.712Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-04T10:09:50.712Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T10:09:50.712Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6",
"consumerID": "policy-id",
"timestamp": 1646388547767,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-03-04T10:09:50.712Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-04T10:09:50.712Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T10:09:50.712Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6",
"consumerID": "dcae-sch",
"timestamp": 1646388537753,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-04T10:09:50.712Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-04T10:09:50.712Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T10:09:50.712Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6",
"consumerID": "clamp",
"timestamp": 1646388548954,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-04T10:09:50.712Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-04T10:09:50.712Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T10:09:50.712Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646388544183,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-04T10:09:50.712Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-04T10:09:50.712Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T10:09:50.712Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6",
"consumerID": "cds",
"timestamp": 1646388548662,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-03-04T10:09:50.713Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-04T10:09:50.713Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T10:09:50.713Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6",
"consumerID": "aai-ml",
"timestamp": 1646388547755,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-03-04T10:09:50.713Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-04T10:09:50.713Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T10:09:50.713Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6",
"consumerID": "policy-id",
"timestamp": 1646388547767,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-03-04T10:09:50.713Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-04T10:09:50.713Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T10:09:50.713Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6",
"consumerID": "dcae-sch",
"timestamp": 1646388537753,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-04T10:09:50.713Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-04T10:09:50.713Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T10:09:50.713Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6",
"consumerID": "clamp",
"timestamp": 1646388548954,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-03-04T10:09:50.713Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-04T10:09:50.713Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T10:09:50.713Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646388544183,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-04T10:09:50.713Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-04T10:09:50.713Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T10:09:50.713Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6",
"consumerID": "cds",
"timestamp": 1646388548662,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-03-04T10:09:50.713Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-04T10:09:50.713Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T10:09:50.713Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6",
"consumerID": "aai-ml",
"timestamp": 1646388547755,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-04T10:09:50.713Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-04T10:09:50.714Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T10:09:50.714Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6",
"consumerID": "policy-id",
"timestamp": 1646388547767,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-04T10:09:50.714Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-04T10:09:50.714Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T10:09:50.714Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6",
"consumerID": "dcae-sch",
"timestamp": 1646388537753,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-04T10:09:50.714Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-04T10:09:50.714Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T10:09:50.714Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6",
"consumerID": "clamp",
"timestamp": 1646388548954,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-03-04T10:09:50.714Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-04T10:09:50.714Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T10:09:50.714Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646388544183,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-04T10:09:50.714Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-04T10:09:50.714Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T10:09:50.714Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6",
"consumerID": "cds",
"timestamp": 1646388548662,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-04T10:09:50.714Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-04T10:09:50.714Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T10:09:50.714Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6",
"consumerID": "ves-openapi-manager",
"timestamp": 1646388551737,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-04T10:09:50.714Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-04T10:09:50.714Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T10:09:50.714Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6",
"consumerID": "aai-ml",
"timestamp": 1646388547755,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-04T10:09:50.714Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-04T10:09:50.714Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T10:09:50.715Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6",
"consumerID": "policy-id",
"timestamp": 1646388547767,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2022-03-04T10:09:50.715Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-04T10:09:50.715Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T10:09:50.715Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6",
"consumerID": "dcae-sch",
"timestamp": 1646388537753,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-03-04T10:09:50.715Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-04T10:09:50.715Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T10:09:50.715Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6",
"consumerID": "clamp",
"timestamp": 1646388548954,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2022-03-04T10:09:50.715Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-04T10:09:50.715Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T10:09:50.715Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646388544183,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-03-04T10:09:50.715Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-04T10:09:50.715Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T10:09:50.715Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6",
"consumerID": "cds",
"timestamp": 1646388548662,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-04T10:09:50.715Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-04T10:09:50.715Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T10:09:50.715Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6",
"consumerID": "ves-openapi-manager",
"timestamp": 1646388551737,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-03-04T10:09:50.715Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-04T10:09:50.715Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T10:09:50.716Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6",
"consumerID": "aai-ml",
"timestamp": 1646388547755,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-04T10:09:50.716Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-04T10:09:50.716Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T10:09:50.716Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6",
"consumerID": "policy-id",
"timestamp": 1646388547767,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-04T10:09:50.716Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-04T10:09:50.716Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T10:09:50.716Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6",
"consumerID": "dcae-sch",
"timestamp": 1646388537753,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-04T10:09:50.716Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-04T10:09:50.716Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T10:09:50.716Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6",
"consumerID": "clamp",
"timestamp": 1646388548954,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-04T10:09:50.716Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-04T10:09:50.716Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T10:09:50.716Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646388544183,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-04T10:09:50.716Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-04T10:09:50.716Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T10:09:50.716Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6",
"consumerID": "cds",
"timestamp": 1646388548662,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-04T10:09:50.716Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-04T10:09:50.717Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T10:09:50.717Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6",
"consumerID": "ves-openapi-manager",
"timestamp": 1646388551737,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-03-04T10:09:50.717Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-04T10:09:50.717Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T10:09:50.717Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6",
"consumerID": "aai-ml",
"timestamp": 1646388547755,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-03-04T10:09:50.717Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-04T10:09:50.717Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T10:09:50.717Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6",
"consumerID": "policy-id",
"timestamp": 1646388547767,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-03-04T10:09:50.717Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-04T10:09:50.717Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T10:09:50.717Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6",
"consumerID": "dcae-sch",
"timestamp": 1646388537753,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-04T10:09:50.717Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-04T10:09:50.717Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T10:09:50.717Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6",
"consumerID": "clamp",
"timestamp": 1646388548954,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-04T10:09:50.717Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-04T10:09:50.717Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T10:09:50.717Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646388544183,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-03-04T10:09:50.718Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-04T10:09:50.718Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T10:09:50.718Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6",
"consumerID": "cds",
"timestamp": 1646388548662,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-03-04T10:09:50.718Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-04T10:09:50.718Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T10:09:50.718Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6",
"consumerID": "ves-openapi-manager",
"timestamp": 1646388551737,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-04T10:09:50.718Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-04T10:09:50.718Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T10:09:50.718Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6",
"consumerID": "aai-ml",
"timestamp": 1646388547755,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-04T10:09:50.718Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-04T10:09:50.718Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T10:09:50.718Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6",
"consumerID": "policy-id",
"timestamp": 1646388547767,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-04T10:09:50.718Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-04T10:09:50.718Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T10:09:50.718Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6",
"consumerID": "clamp",
"timestamp": 1646388548954,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-03-04T10:09:50.718Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-04T10:09:50.718Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T10:09:50.718Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646388555752,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-04T10:09:50.718Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T10:09:50.718Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T10:09:50.719Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6",
"consumerID": "cds",
"timestamp": 1646388548662,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-04T10:09:50.719Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-04T10:09:50.719Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T10:09:50.719Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6",
"consumerID": "ves-openapi-manager",
"timestamp": 1646388551737,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-04T10:09:50.719Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-04T10:09:50.719Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T10:09:50.719Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6",
"consumerID": "aai-ml",
"timestamp": 1646388547755,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-03-04T10:09:50.719Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-04T10:09:50.719Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T10:09:50.719Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6",
"consumerID": "policy-id",
"timestamp": 1646388547767,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-03-04T10:09:50.719Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-04T10:09:50.719Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T10:09:50.719Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6",
"consumerID": "clamp",
"timestamp": 1646388548954,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-04T10:09:50.719Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-04T10:09:50.719Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T10:09:50.719Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646388556361,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-04T10:09:50.720Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-04T10:09:50.720Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T10:09:50.720Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6",
"consumerID": "cds",
"timestamp": 1646388548662,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-03-04T10:09:50.720Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-04T10:09:50.720Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T10:09:50.720Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6",
"consumerID": "ves-openapi-manager",
"timestamp": 1646388551737,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-04T10:09:50.720Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-04T10:09:50.720Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T10:09:50.720Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6",
"consumerID": "aai-ml",
"timestamp": 1646388557503,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-04T10:09:50.720Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T10:09:50.720Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T10:09:50.720Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6",
"consumerID": "policy-id",
"timestamp": 1646388557509,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-04T10:09:50.720Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T10:09:50.720Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T10:09:50.720Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6",
"consumerID": "clamp",
"timestamp": 1646388548954,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-03-04T10:09:50.720Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-04T10:09:50.721Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T10:09:50.721Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646388557896,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-04T10:09:50.721Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T10:09:50.721Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T10:09:50.721Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646388556361,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
2022-03-04T10:09:50.721Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-04T10:09:50.721Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T10:09:50.721Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6",
"consumerID": "ves-openapi-manager",
"timestamp": 1646388551737,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-03-04T10:09:50.721Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-04T10:09:50.721Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T10:09:50.721Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6",
"consumerID": "cds",
"timestamp": 1646388558479,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-04T10:09:50.721Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T10:09:50.721Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T10:09:50.721Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6",
"consumerID": "policy-id",
"timestamp": 1646388558513,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-04T10:09:50.721Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T10:09:50.721Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T10:09:50.721Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646388558900,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-04T10:09:50.737Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 64fc4799-ae06-4974-aecb-f0c968d187d6
2022-03-04T10:09:50.737Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 64fc4799-ae06-4974-aecb-f0c968d187d6 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 (?, ?, ?, ?, ?)
2022-03-04T10:09:50.746Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T10:09:50.746Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646388556361,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
2022-03-04T10:09:50.746Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-04T10:09:50.746Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T10:09:50.746Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6",
"consumerID": "ves-openapi-manager",
"timestamp": 1646388551737,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-04T10:09:50.746Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-04T10:09:50.747Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T10:09:50.747Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6",
"consumerID": "cds",
"timestamp": 1646388559483,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-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=?
2022-03-04T10:09:50.752Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 64fc4799-ae06-4974-aecb-f0c968d187d6
2022-03-04T10:09:50.752Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 64fc4799-ae06-4974-aecb-f0c968d187d6 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 (?, ?, ?, ?, ?)
2022-03-04T10:09:50.762Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T10:09:50.762Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6",
"consumerID": "policy-id",
"timestamp": 1646388559515,
"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=?
2022-03-04T10:09:50.767Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 64fc4799-ae06-4974-aecb-f0c968d187d6
2022-03-04T10:09:50.768Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 64fc4799-ae06-4974-aecb-f0c968d187d6 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 (?, ?, ?, ?, ?)
2022-03-04T10:09:50.778Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T10:09:50.778Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646388556361,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2022-03-04T10:09:50.778Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-04T10:09:50.779Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T10:09:50.779Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6",
"consumerID": "ves-openapi-manager",
"timestamp": 1646388551737,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-04T10:09:50.779Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-04T10:09:50.779Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T10:09:50.779Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646388556361,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2022-03-04T10:09:50.779Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-04T10:09:50.779Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T10:09:50.779Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646388556361,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-04T10:09:50.779Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-04T10:09:50.779Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T10:09:50.779Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6",
"consumerID": "aai-ml",
"timestamp": 1646388563003,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-04T10:09:50.780Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T10:09:50.780Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T10:09:50.780Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646388556361,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOTIFIED"
}
2022-03-04T10:09:50.780Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-04T10:09:50.780Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T10:09:50.780Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6",
"consumerID": "aai-ml",
"timestamp": 1646388564006,
"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=?
2022-03-04T10:09:50.786Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 64fc4799-ae06-4974-aecb-f0c968d187d6
2022-03-04T10:09:50.786Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 64fc4799-ae06-4974-aecb-f0c968d187d6 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 (?, ?, ?, ?, ?)
2022-03-04T10:09:50.796Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T10:09:50.796Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646388556361,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-04T10:09:50.796Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-04T10:09:50.796Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T10:09:50.796Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646388556361,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-03-04T10:09:50.796Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-04T10:09:50.796Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T10:09:50.797Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646388566083,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-04T10:09:50.797Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T10:09:50.797Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T10:09:50.797Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6",
"consumerID": "clamp",
"timestamp": 1646388566110,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-04T10:09:50.797Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T10:09:50.797Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T10:09:50.797Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646388567138,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-04T10:09:50.797Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T10:09:50.797Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T10:09:50.798Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6",
"consumerID": "clamp",
"timestamp": 1646388568120,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-04T10:09:50.798Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T10:09:50.798Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T10:09:50.798Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646388568187,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "DOWNLOAD_OK"
}
2022-03-04T10:09:50.798Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T10:09:50.798Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T10:09:50.798Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6",
"consumerID": "clamp",
"timestamp": 1646388569123,
"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=?
2022-03-04T10:09:50.804Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T10:09:50.804Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 64fc4799-ae06-4974-aecb-f0c968d187d6
2022-03-04T10:09:50.805Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 64fc4799-ae06-4974-aecb-f0c968d187d6 and ComponentName clamp
2022-03-04T10:09:50.805Z||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.
2022-03-04T10:09:50.805Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ...
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 (?, ?, ?, ?, ?)
2022-03-04T10:09:50.814Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T10:09:50.814Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T10:09:50.814Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646388569252,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "DOWNLOAD_OK"
}
2022-03-04T10:09:50.814Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T10:09:50.814Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T10:09:50.814Z||pool-40-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-03-04T10:09:50.814Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646388570293,
"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=?
2022-03-04T10:09:50.820Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 64fc4799-ae06-4974-aecb-f0c968d187d6
2022-03-04T10:09:50.820Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 64fc4799-ae06-4974-aecb-f0c968d187d6 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=?
2022-03-04T10:09:50.827Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-04T10:09:50.827Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646388571297,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-04T10:09:50.827Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-04T10:09:51.704Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T10:09:51.705Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-04T10:09:51.707Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T10:09:51.707Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646388590075,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
2022-03-04T10:09:51.807Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T10:09:51.808Z||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.
2022-03-04T10:09:51.808Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ...
2022-03-04T10:09:51.816Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T10:09:51.816Z||pool-41-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-03-04T10:09:52.708Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T10:09:52.708Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-04T10:09:52.709Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T10:09:52.709Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646388590075,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
2022-03-04T10:09:52.810Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T10:09:52.811Z||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.
2022-03-04T10:09:52.811Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ...
2022-03-04T10:09:52.818Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T10:09:52.818Z||pool-42-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-03-04T10:09:53.710Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T10:09:53.711Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-04T10:09:53.713Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T10:09:53.713Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646388590075,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2022-03-04T10:09:53.813Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T10:09:53.814Z||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.
2022-03-04T10:09:53.814Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ...
2022-03-04T10:09:53.822Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T10:09:53.822Z||pool-43-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-03-04T10:09:54.713Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T10:09:54.714Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-04T10:09:54.716Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T10:09:54.716Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646388590075,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2022-03-04T10:09:54.816Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T10:09:54.816Z||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.
2022-03-04T10:09:54.817Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ...
2022-03-04T10:09:54.827Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T10:09:54.827Z||pool-44-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-04T10:09:55.716Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T10:09:55.717Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-04T10:09:55.718Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T10:09:55.718Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646388590075,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-04T10:09:55.819Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-04T10:09:55.819Z||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.
2022-03-04T10:09:55.819Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ...
2022-03-04T10:09:55.828Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T10:09:55.828Z||pool-45-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-03-04T10:09:56.719Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T10:09:56.719Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-04T10:09:56.721Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T10:09:56.721Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646388590075,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOTIFIED"
}
2022-03-04T10:09:56.822Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-04T10:09:56.823Z||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.
2022-03-04T10:09:56.823Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ...
2022-03-04T10:09:56.833Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T10:09:56.834Z||pool-46-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-04T10:09:57.722Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T10:09:57.723Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-04T10:09:57.724Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T10:09:57.724Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646388590075,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-04T10:09:57.825Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-04T10:09:57.826Z||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.
2022-03-04T10:09:57.826Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ...
2022-03-04T10:09:57.836Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T10:09:57.837Z||pool-47-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-04T10:09:58.725Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-04T10:09:58.726Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-04T10:09:58.727Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T10:09:58.727Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646388590075,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-03-04T10:09:58.827Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T10:09:58.828Z||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.
2022-03-04T10:09:58.828Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ...
2022-03-04T10:09:58.837Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T10:09:58.838Z||pool-48-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-03-04T10:09:59.729Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6",
"serviceName": "basic_cnf",
"serviceVersion": "1.0",
"serviceUUID": "b6e34d76-8e15-4765-9e3d-1f199132d310",
"serviceDescription": "service",
"serviceInvariantUUID": "409159b7-ade9-4c88-9601-92dae41bab2e",
"resources": [
{
"resourceInstanceName": "basic_cnf 0",
"resourceCustomizationUUID": "0c4cbeca-cc65-4dbf-a644-580c682d0f5d",
"resourceName": "basic_cnf",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "f711a125-9c69-4350-9f1a-9b23cf87cc4f",
"resourceInvariantUUID": "4cd15cd8-4b05-4cd3-ae45-268d6c86c91c",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "nginx_cloudtech_k8s_charts.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "75476a0d-4c8f-4468-aee5-cc71ecec5aed",
"relatedArtifactsInfo": []
},
{
"artifactName": "nginx_cloudtech_k8s_charts.tgz",
"artifactType": "CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"artifactChecksum": "YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "819fe542-0355-4fb1-97b2-7c9bf20f0da6",
"relatedArtifactsInfo": []
},
{
"artifactName": "basic_cnf0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"artifactChecksum": "ZmRkYjM3YTdlZDA5ZDBmZjEyMWM0NGJkNDIzYzEwZGM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "c5dd50d7-2bf2-4771-bf3e-0b46516f3406",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_dummy.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"artifactChecksum": "MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "9fcb857f-31e5-4896-8b6d-7faa2fbd19e0",
"generatedArtifact": {
"artifactName": "base_dummy.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d3f31cf5-d09a-4595-a5b2-c7fd1bff0d6e",
"generatedFromUUID": "9fcb857f-31e5-4896-8b6d-7faa2fbd19e0"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_dummy.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d3f31cf5-d09a-4595-a5b2-c7fd1bff0d6e",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicCnf-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"artifactChecksum": "NWFmMjBhZjhlMTc0NzAwMTI3NTc2ZGY4MTRmYTc5NWU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "28bbe942-ebbb-4d1f-bc8e-2599b673bee8"
}
],
"workloadContext": "Production"
}
2022-03-04T10:09:59.729Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-04T10:09:59.729Z|9d94be83-05ba-4a3c-b8f9-6ea2102b9b67|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 b6e34d76-8e15-4765-9e3d-1f199132d310 ASDC
2022-03-04T10:09:59.730Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:64fc4799-ae06-4974-aecb-f0c968d187d6
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:b6e34d76-8e15-4765-9e3d-1f199132d310
ServiceInvariantUUID:409159b7-ade9-4c88-9601-92dae41bab2e
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicCnf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
ArtifactUUID:28bbe942-ebbb-4d1f-bc8e-2599b673bee8
ArtifactChecksum:NWFmMjBhZjhlMTc0NzAwMTI3NTc2ZGY4MTRmYTc5NWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:0c4cbeca-cc65-4dbf-a644-580c682d0f5d
ResourceInvariantUUID:4cd15cd8-4b05-4cd3-ae45-268d6c86c91c
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:f711a125-9c69-4350-9f1a-9b23cf87cc4f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
ArtifactUUID:75476a0d-4c8f-4468-aee5-cc71ecec5aed
ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.tgz
ArtifactVersion:1
ArtifactType:CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
ArtifactUUID:819fe542-0355-4fb1-97b2-7c9bf20f0da6
ArtifactChecksum:YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:basic_cnf0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
ArtifactUUID:c5dd50d7-2bf2-4771-bf3e-0b46516f3406
ArtifactChecksum:ZmRkYjM3YTdlZDA5ZDBmZjEyMWM0NGJkNDIzYzEwZGM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_dummy.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
ArtifactUUID:9fcb857f-31e5-4896-8b6d-7faa2fbd19e0
ArtifactChecksum:MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:d3f31cf5-d09a-4595-a5b2-c7fd1bff0d6e
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:d3f31cf5-d09a-4595-a5b2-c7fd1bff0d6e
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-04T10:09:59.730Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b6e34d76-8e15-4765-9e3d-1f199132d310 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=?
2022-03-04T10:09:59.766Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-04T10:09:59.766Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-03-04T10:09:59.766Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-03-04T10:09:59.766Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 28bbe942-ebbb-4d1f-bc8e-2599b673bee8 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-03-04T10:09:59.767Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-03-04T10:09:59.767Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-03-04T10:10:00.056Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-03-04T10:10:00.059Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 28bbe942-ebbb-4d1f-bc8e-2599b673bee8 68921
2022-03-04T10:10:00.060Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-03-04T10:10:00.060Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-03-04T10:10:00.060Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-04T10:10:00.060Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-04T10:10:00.062Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-04T10:10:00.062Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "64fc4799-ae06-4974-aecb-f0c968d187d6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646388600060,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-04T10:10:00.162Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-04T10:10:00.163Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-04T10:10:00.163Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zam1qr386phPFzBX) ...
2022-03-04T10:10:00.175Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-04T10:10:00.175Z||pool-49-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-04T10:10:01.063Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-04T10:10:01.064Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-03-04T10:10:01.064Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 28bbe942-ebbb-4d1f-bc8e-2599b673bee8, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-04T10:10:01.065Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-03-04T10:10:01.065Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-04T10:10:01.065Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-04T10:10:01.154Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8003009976491918072/Definitions/service-BasicCnf-template.yml
2022-03-04T10:10:02.163Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-04T10:10:02.163Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-03-04T10:10:02.163Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-04T10:10:02.163Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-03-04T10:10:02.163Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-04T10:10:02.163Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-04T10:10:02.164Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-04T10:10:02.164Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 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-BasicCnf-csar.csar
2022-03-04T10:10:02.164Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-03-04T10:10:02.164Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-04T10:10:02.164Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T10:10:02.164Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-04T10:10:02.164Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-03-04T10:10:02.165Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-04T10:10:02.165Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-04T10:10:02.165Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T10:10:02.165Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-04T10:10:02.165Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-03-04T10:10:02.165Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-04T10:10:02.165Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-04T10:10:02.165Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-04T10:10:02.166Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-04T10:10:02.166Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-03-04T10:10:02.166Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-03-04T10:10:02.166Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||Node template dummy is not matching search criteria
2022-03-04T10:10:02.166Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-04T10:10:02.166Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-04T10:10:02.166Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-04T10:10:02.166Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-04T10:10:02.167Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-04T10:10:02.167Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-04T10:10:02.167Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-04T10:10:02.167Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-04T10:10:02.167Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-04T10:10:02.167Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-04T10:10:02.167Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-04T10:10:02.167Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-04T10:10:02.168Z|64fc4799-ae06-4974-aecb-f0c968d187d6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery