Results

By type

          JVM Arguments:  -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml  -Dspring.config.additional-location=/app/config/override.yaml  

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::        (v2.3.7.RELEASE)

2022-07-26T00:30:20.360Z||main|||||INFO|500||The following profiles are active: basic
2022-07-26T00:30:33.638Z||main|||||INFO|500||Starting service [Tomcat]
2022-07-26T00:30:33.639Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-07-26T00:30:33.752Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-07-26T00:30:37.812Z||main|||||INFO|500||catdb-pool - Starting...
2022-07-26T00:30:38.232Z||main|||||INFO|500||catdb-pool - Start completed.
2022-07-26T00:30:38.719Z||main|||||INFO|500||reqdb-pool - Starting...
2022-07-26T00:30:38.730Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-07-26T00:30:38.871Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-07-26T00:30:39.104Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-07-26T00:30:39.889Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-07-26T00:30:41.693Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-07-26T00:30:44.745Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-07-26T00:30:44.833Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-07-26T00:30:45.664Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-07-26T00:30:46.077Z||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-07-26T00:30:48.041Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-07-26T00:30:49.213Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
Hibernate: select activitysp0_.ID as id1_0_, activitysp0_.CREATION_TIMESTAMP as creation2_0_, activitysp0_.DESCRIPTION as descript3_0_, activitysp0_.NAME as name4_0_, activitysp0_.VERSION as version5_0_ from activity_spec activitysp0_
2022-07-26T00:30:49.585Z||main|||||WARN|500||SQL Error: 1146, SQLState: 42S02
2022-07-26T00:30:49.586Z||main|||||ERROR|500||(conn=2284) Table 'catalogdb.activity_spec' doesn't exist
2022-07-26T00:30:49.604Z||main|||||WARN|500||Exception on deploying activitySpecs:  could not extract ResultSet; SQL [n/a]; nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet
2022-07-26T00:30:52.961Z||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-07-26T00:30:55.875Z||main|||||WARN|500||---
2022-07-26T00:30:55.875Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-07-26T00:30:55.876Z||main|||||WARN|500||---
2022-07-26T00:30:56.339Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-07-26T00:31:01.040Z||main|||||INFO|500||Started Application in 44.566 seconds (JVM running for 47.276)
2022-07-26T00:31:01.055Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-26T00:31:01.057Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-26T00:31:01.071Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-26T00:31:01.096Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-26T00:31:01.143Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e7c81003-5ce9-461f-9ce5-831aae898421 url= /sdc/v1/artifactTypes
2022-07-26T00:31:01.144Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-07-26T00:31:01.560Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-07-26T00:31:01.585Z||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-07-26T00:31:01.608Z||scheduling-1|||||DEBUG|500||create keys
2022-07-26T00:31:01.615Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-07-26T00:31:01.767Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T00:31:01.790Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= f930c32d-a3a6-4a10-b5e8-5153926071e5 url= /sdc/v1/registerForDistribution
2022-07-26T00:31:02.420Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@17bb224b
2022-07-26T00:31:02.420Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2022-07-26T00:31:02.421Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
  "requestError": {
    "policyException": {
      "messageId": "POL5000",
      "text": "Error: Internal Server Error. Please try again later.",
      "variables": []
    }
  }
}
2022-07-26T00:31:02.428Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/VXOmBFGVsoOIIdyR will send credentials over a clear channel.
2022-07-26T00:31:02.428Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/VXOmBFGVsoOIIdyR (as VXOmBFGVsoOIIdyR) ...
2022-07-26T00:31:02.597Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T00:31:02.599Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-07-26T00:31:02.605Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$32f08582.periodicControllerTask()
	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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	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)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 33 common frames omitted
2022-07-26T00:31:51.033Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-26T00:31:51.036Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-26T00:31:51.036Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-26T00:31:51.041Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-26T00:31:51.048Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1883eb1d-38db-4478-ad94-88df8120ee63 url= /sdc/v1/artifactTypes
2022-07-26T00:31:51.049Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-07-26T00:31:51.191Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-07-26T00:31:51.193Z||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-07-26T00:31:51.193Z||scheduling-1|||||DEBUG|500||create keys
2022-07-26T00:31:51.194Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2022-07-26T00:31:51.195Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as VXOmBFGVsoOIIdyR) ...
2022-07-26T00:31:51.437Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T00:31:51.439Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 9c910481-864d-44ee-b5e6-39c45c1f7f9b url= /sdc/v1/registerForDistribution
2022-07-26T00:31:52.106Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 9c910481-864d-44ee-b5e6-39c45c1f7f9b url= /sdc/v1/registerForDistribution
2022-07-26T00:31:52.107Z||scheduling-1|||||INFO|500||start DistributionClient
2022-07-26T00:31:52.116Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T00:31:52.120Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T00:31:52.120Z||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-07-26T00:31:52.121Z||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-07-26T00:31:52.121Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T00:31:52.121Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T00:31:52.126Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-07-26T00:32:09.954Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T00:32:09.984Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T00:32:42.230Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-07-26T00:32:52.115Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T00:32:52.116Z||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-07-26T00:32:52.117Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T00:32:52.119Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T00:32:52.119Z||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-07-26T00:32:52.120Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T00:33:09.468Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T00:33:09.553Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T00:33:52.115Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T00:33:52.116Z||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-07-26T00:33:52.117Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T00:33:52.119Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T00:33:52.120Z||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-07-26T00:33:52.120Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T00:34:09.331Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T00:34:09.341Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T00:34:52.115Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T00:34:52.116Z||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-07-26T00:34:52.116Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T00:34:52.119Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T00:34:52.119Z||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-07-26T00:34:52.119Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T00:35:09.319Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T00:35:09.323Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T00:35:52.115Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T00:35:52.117Z||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-07-26T00:35:52.117Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T00:35:52.119Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T00:35:52.119Z||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-07-26T00:35:52.120Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T00:36:09.338Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T00:36:09.364Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T00:36:52.115Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T00:36:52.117Z||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-07-26T00:36:52.117Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T00:36:52.119Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T00:36:52.120Z||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-07-26T00:36:52.120Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T00:37:09.517Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T00:37:09.556Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T00:37:52.115Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T00:37:52.116Z||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-07-26T00:37:52.116Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T00:37:52.120Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T00:37:52.121Z||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-07-26T00:37:52.122Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T00:38:09.258Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T00:38:09.338Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T00:38:52.115Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T00:38:52.117Z||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-07-26T00:38:52.117Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T00:38:52.119Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T00:38:52.121Z||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-07-26T00:38:52.121Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T00:39:09.284Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T00:39:09.335Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T00:39:52.115Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T00:39:52.117Z||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-07-26T00:39:52.117Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T00:39:52.119Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T00:39:52.119Z||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-07-26T00:39:52.119Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T00:40:02.300Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T00:40:02.924Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T00:40:52.115Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T00:40:52.117Z||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-07-26T00:40:52.117Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T00:40:52.119Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T00:40:52.120Z||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-07-26T00:40:52.120Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T00:41:01.753Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T00:41:01.878Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T00:41:52.115Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T00:41:52.117Z||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-07-26T00:41:52.118Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T00:41:52.119Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T00:41:52.119Z||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-07-26T00:41:52.120Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T00:42:02.033Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T00:42:02.142Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T00:42:52.115Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T00:42:52.116Z||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-07-26T00:42:52.117Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T00:42:52.119Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T00:42:52.120Z||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-07-26T00:42:52.120Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T00:43:01.905Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T00:43:01.947Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T00:43:52.116Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T00:43:52.116Z||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-07-26T00:43:52.117Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T00:43:52.119Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T00:43:52.120Z||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-07-26T00:43:52.121Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T00:44:52.180Z||pool-2-thread-7|||||WARN|500||Error executing HTTP request. Read timed out; blacklisting for 2 minutes
2022-07-26T00:44:52.190Z||pool-2-thread-5|||||WARN|500||Error executing HTTP request. Read timed out; blacklisting for 2 minutes
2022-07-26T00:44:52.191Z||pool-2-thread-5|||||ERROR|500||Error exception occured when fetching with Cambria Client:Read timed out
2022-07-26T00:44:52.191Z||pool-2-thread-7|||||ERROR|500||Error exception occured when fetching with Cambria Client:Read timed out
2022-07-26T00:44:52.192Z||pool-2-thread-5|||||DEBUG|500||Error exception occured when fetching with Cambria Client:Read timed out
java.net.SocketTimeoutException: Read timed out
	at java.base/java.net.SocketInputStream.socketRead0(Native Method)
	at java.base/java.net.SocketInputStream.socketRead(Unknown Source)
	at java.base/java.net.SocketInputStream.read(Unknown Source)
	at java.base/java.net.SocketInputStream.read(Unknown Source)
	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:139)
	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:155)
	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:284)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261)
	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:165)
	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:157)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:622)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:380)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:364)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.sdc.impl.StatusConsumer.run(StatusConsumer.java:49)
	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-07-26T00:44:52.192Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T00:44:52.193Z||pool-2-thread-5|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2022-07-26T00:44:52.193Z||pool-2-thread-7|||||DEBUG|500||Error exception occured when fetching with Cambria Client:Read timed out
java.net.SocketTimeoutException: Read timed out
	at java.base/java.net.SocketInputStream.socketRead0(Native Method)
	at java.base/java.net.SocketInputStream.socketRead(Unknown Source)
	at java.base/java.net.SocketInputStream.read(Unknown Source)
	at java.base/java.net.SocketInputStream.read(Unknown Source)
	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:139)
	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:155)
	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:284)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261)
	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:165)
	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:157)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:622)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:380)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:364)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:62)
	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-07-26T00:44:52.193Z||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-07-26T00:44:52.193Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T00:44:52.193Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T00:44:52.194Z||pool-2-thread-7|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2022-07-26T00:44:52.195Z||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-07-26T00:44:52.195Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T00:45:01.938Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T00:45:02.011Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T00:45:52.115Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T00:45:52.117Z||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-07-26T00:45:52.117Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T00:45:52.119Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T00:45:52.119Z||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-07-26T00:45:52.120Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T00:46:09.835Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T00:46:09.835Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T00:46:52.115Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T00:46:52.117Z||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-07-26T00:46:52.117Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T00:46:52.119Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T00:46:52.120Z||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-07-26T00:46:52.120Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T00:47:09.241Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T00:47:09.241Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T00:47:52.115Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T00:47:52.117Z||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-07-26T00:47:52.117Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T00:47:52.119Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T00:47:52.119Z||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-07-26T00:47:52.120Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T00:48:09.214Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T00:48:09.214Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T00:48:52.116Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T00:48:52.117Z||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-07-26T00:48:52.117Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T00:48:52.119Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T00:48:52.120Z||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-07-26T00:48:52.120Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T00:49:09.226Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T00:49:09.226Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T00:49:52.115Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T00:49:52.117Z||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-07-26T00:49:52.117Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T00:49:52.119Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T00:49:52.119Z||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-07-26T00:49:52.120Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T00:50:09.336Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T00:50:09.336Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T00:50:52.115Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T00:50:52.116Z||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-07-26T00:50:52.116Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T00:50:52.119Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T00:50:52.120Z||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-07-26T00:50:52.120Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T00:51:09.235Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T00:51:09.245Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T00:51:52.116Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T00:51:52.117Z||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-07-26T00:51:52.118Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T00:51:52.119Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T00:51:52.120Z||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-07-26T00:51:52.120Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T00:52:09.289Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T00:52:09.291Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T00:52:52.115Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T00:52:52.116Z||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-07-26T00:52:52.117Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T00:52:52.119Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T00:52:52.119Z||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-07-26T00:52:52.119Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T00:53:09.222Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T00:53:09.221Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T00:53:52.116Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T00:53:52.118Z||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-07-26T00:53:52.119Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T00:53:52.119Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T00:53:52.120Z||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-07-26T00:53:52.120Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T00:54:09.248Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T00:54:09.251Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T00:54:52.115Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T00:54:52.117Z||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-07-26T00:54:52.117Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T00:54:52.119Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T00:54:52.119Z||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-07-26T00:54:52.120Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T00:55:09.425Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T00:55:09.449Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T00:55:52.115Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T00:55:52.116Z||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-07-26T00:55:52.117Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T00:55:52.119Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T00:55:52.120Z||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-07-26T00:55:52.120Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T00:56:09.274Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T00:56:09.274Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T00:56:52.116Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T00:56:52.117Z||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-07-26T00:56:52.117Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T00:56:52.119Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T00:56:52.119Z||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-07-26T00:56:52.119Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T00:57:09.206Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T00:57:09.207Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T00:57:52.115Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T00:57:52.117Z||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-07-26T00:57:52.117Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T00:57:52.119Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T00:57:52.121Z||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-07-26T00:57:52.122Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T00:58:09.371Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T00:58:09.373Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T00:58:52.115Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T00:58:52.116Z||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-07-26T00:58:52.116Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T00:58:52.119Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T00:58:52.120Z||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-07-26T00:58:52.120Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T00:59:09.258Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T00:59:09.296Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T00:59:52.116Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T00:59:52.117Z||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-07-26T00:59:52.117Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T00:59:52.119Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T00:59:52.120Z||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-07-26T00:59:52.120Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T01:00:09.279Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T01:00:09.280Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T01:00:52.115Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T01:00:52.117Z||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-07-26T01:00:52.117Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T01:00:52.119Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T01:00:52.119Z||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-07-26T01:00:52.119Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T01:01:09.248Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T01:01:09.249Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T01:01:52.115Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T01:01:52.117Z||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-07-26T01:01:52.117Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T01:01:52.119Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T01:01:52.120Z||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-07-26T01:01:52.120Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T01:02:09.376Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T01:02:09.379Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T01:02:52.115Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T01:02:52.117Z||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-07-26T01:02:52.117Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T01:02:52.119Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T01:02:52.119Z||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-07-26T01:02:52.119Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T01:03:09.241Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T01:03:09.242Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T01:03:52.115Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T01:03:52.118Z||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-07-26T01:03:52.118Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T01:03:52.119Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T01:03:52.120Z||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-07-26T01:03:52.120Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T01:04:09.232Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T01:04:09.288Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T01:04:52.116Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T01:04:52.117Z||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-07-26T01:04:52.117Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T01:04:52.119Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T01:04:52.119Z||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-07-26T01:04:52.120Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T01:05:09.209Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T01:05:09.223Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T01:05:52.115Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T01:05:52.116Z||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-07-26T01:05:52.117Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T01:05:52.119Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T01:05:52.119Z||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-07-26T01:05:52.119Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T01:06:09.232Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T01:06:09.265Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T01:06:52.115Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T01:06:52.116Z||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-07-26T01:06:52.116Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T01:06:52.119Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T01:06:52.119Z||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-07-26T01:06:52.120Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T01:07:09.225Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T01:07:09.225Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T01:07:52.115Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T01:07:52.116Z||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-07-26T01:07:52.117Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T01:07:52.119Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T01:07:52.119Z||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-07-26T01:07:52.119Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T01:08:09.210Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T01:08:09.210Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T01:08:52.115Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T01:08:52.116Z||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-07-26T01:08:52.117Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T01:08:52.119Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T01:08:52.120Z||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-07-26T01:08:52.120Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T01:09:09.267Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T01:09:09.267Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T01:09:52.115Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T01:09:52.116Z||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-07-26T01:09:52.116Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T01:09:52.119Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T01:09:52.120Z||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-07-26T01:09:52.120Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T01:10:09.402Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T01:10:09.403Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T01:10:52.115Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T01:10:52.116Z||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-07-26T01:10:52.117Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T01:10:52.119Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T01:10:52.119Z||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-07-26T01:10:52.119Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T01:11:09.271Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T01:11:09.272Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T01:11:52.115Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T01:11:52.116Z||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-07-26T01:11:52.117Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T01:11:52.119Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T01:11:52.119Z||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-07-26T01:11:52.119Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T01:12:09.232Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T01:12:09.232Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T01:12:52.115Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T01:12:52.117Z||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-07-26T01:12:52.117Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T01:12:52.119Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T01:12:52.120Z||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-07-26T01:12:52.120Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T01:13:09.227Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T01:13:09.228Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T01:13:52.115Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T01:13:52.116Z||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-07-26T01:13:52.116Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T01:13:52.119Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T01:13:52.120Z||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-07-26T01:13:52.120Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T01:14:09.218Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T01:14:09.237Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T01:14:52.116Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T01:14:52.118Z||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-07-26T01:14:52.118Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T01:14:52.119Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T01:14:52.119Z||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-07-26T01:14:52.119Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T01:15:09.244Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T01:15:09.244Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T01:15:52.115Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T01:15:52.117Z||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-07-26T01:15:52.117Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T01:15:52.119Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T01:15:52.120Z||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-07-26T01:15:52.120Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T01:16:09.235Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T01:16:09.236Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T01:16:52.115Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T01:16:52.117Z||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-07-26T01:16:52.117Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T01:16:52.119Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T01:16:52.120Z||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-07-26T01:16:52.120Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T01:17:09.235Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T01:17:09.235Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T01:17:52.115Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T01:17:52.117Z||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-07-26T01:17:52.117Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T01:17:52.119Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T01:17:52.119Z||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-07-26T01:17:52.120Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T01:18:09.207Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T01:18:09.207Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T01:18:52.115Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T01:18:52.116Z||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-07-26T01:18:52.117Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T01:18:52.119Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T01:18:52.122Z||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-07-26T01:18:52.122Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T01:19:09.204Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T01:19:09.204Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T01:19:52.115Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T01:19:52.116Z||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-07-26T01:19:52.116Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T01:19:52.119Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T01:19:52.119Z||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-07-26T01:19:52.119Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T01:20:09.279Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T01:20:09.285Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T01:20:52.115Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T01:20:52.116Z||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-07-26T01:20:52.116Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T01:20:52.120Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T01:20:52.120Z||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-07-26T01:20:52.120Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T01:21:09.196Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T01:21:09.197Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T01:21:52.115Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T01:21:52.117Z||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-07-26T01:21:52.117Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T01:21:52.119Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T01:21:52.120Z||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-07-26T01:21:52.120Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T01:22:09.205Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T01:22:09.205Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T01:22:52.115Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T01:22:52.116Z||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-07-26T01:22:52.116Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T01:22:52.119Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T01:22:52.119Z||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-07-26T01:22:52.119Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T01:23:09.354Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T01:23:09.354Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T01:23:52.116Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T01:23:52.117Z||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-07-26T01:23:52.117Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T01:23:52.120Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T01:23:52.120Z||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-07-26T01:23:52.120Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T01:24:09.245Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T01:24:09.255Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T01:24:52.115Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T01:24:52.117Z||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-07-26T01:24:52.117Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T01:24:52.119Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T01:24:52.119Z||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-07-26T01:24:52.119Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T01:25:09.199Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T01:25:09.199Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T01:25:52.115Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T01:25:52.118Z||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-07-26T01:25:52.118Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T01:25:52.119Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T01:25:52.119Z||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-07-26T01:25:52.120Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T01:26:09.249Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T01:26:09.250Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T01:26:52.115Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T01:26:52.116Z||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-07-26T01:26:52.116Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T01:26:52.119Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T01:26:52.119Z||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-07-26T01:26:52.120Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T01:27:09.220Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T01:27:09.220Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T01:27:52.115Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T01:27:52.117Z||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-07-26T01:27:52.117Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T01:27:52.119Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T01:27:52.120Z||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-07-26T01:27:52.120Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T01:28:09.195Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T01:28:09.199Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T01:28:52.115Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T01:28:52.117Z||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-07-26T01:28:52.117Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T01:28:52.119Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T01:28:52.119Z||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-07-26T01:28:52.119Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T01:29:09.243Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T01:29:09.249Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T01:29:52.115Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T01:29:52.116Z||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-07-26T01:29:52.116Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T01:29:52.119Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T01:29:52.120Z||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-07-26T01:29:52.120Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T01:30:09.211Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T01:30:09.212Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T01:30:52.115Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T01:30:52.116Z||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-07-26T01:30:52.116Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T01:30:52.119Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T01:30:52.120Z||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-07-26T01:30:52.120Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T01:31:09.361Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T01:31:09.362Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T01:31:52.115Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T01:31:52.116Z||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-07-26T01:31:52.117Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T01:31:52.119Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T01:31:52.120Z||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-07-26T01:31:52.120Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T01:32:09.342Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T01:32:09.344Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T01:32:52.115Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T01:32:52.116Z||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-07-26T01:32:52.116Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T01:32:52.119Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T01:32:52.119Z||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-07-26T01:32:52.119Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T01:33:09.417Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T01:33:09.418Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T01:33:52.115Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T01:33:52.117Z||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-07-26T01:33:52.117Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T01:33:52.119Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T01:33:52.119Z||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-07-26T01:33:52.119Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T01:34:09.274Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T01:34:09.332Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T01:34:52.115Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T01:34:52.116Z||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-07-26T01:34:52.117Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T01:34:52.119Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T01:34:52.120Z||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-07-26T01:34:52.120Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T01:35:09.213Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T01:35:09.214Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T01:35:52.115Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T01:35:52.117Z||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-07-26T01:35:52.117Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T01:35:52.119Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T01:35:52.119Z||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-07-26T01:35:52.119Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T01:36:09.246Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T01:36:09.246Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T01:36:52.115Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T01:36:52.117Z||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-07-26T01:36:52.117Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T01:36:52.119Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T01:36:52.119Z||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-07-26T01:36:52.119Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T01:37:09.270Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T01:37:09.270Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T01:37:52.115Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T01:37:52.117Z||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-07-26T01:37:52.117Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T01:37:52.119Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T01:37:52.120Z||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-07-26T01:37:52.120Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T01:38:09.241Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T01:38:09.242Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T01:38:52.115Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T01:38:52.116Z||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-07-26T01:38:52.117Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T01:38:52.119Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T01:38:52.120Z||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-07-26T01:38:52.120Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T01:38:53.744Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T01:38:53.747Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-26T01:38:53.747Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"194b71b3-cc8f-496f-8e84-fea6f4f24e5f","serviceName":"Demo_pNF_5u2u3aHfbFLQHDHlnuBI","serviceVersion":"1.0","serviceUUID":"3d7d8b95-e95a-4f9e-be59-533354bc5d2c","serviceDescription":"catalog service description","serviceInvariantUUID":"ecec630e-26a3-4ce1-b6bd-243c834b1fcd","resources":[{"resourceInstanceName":"pNF 4e8dec33-2d4d 0","resourceName":"pNF 4e8dec33-2d4d","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"032d3a65-6d03-4876-8fbc-00cb207633cb","resourceInvariantUUID":"9fbf3b08-bc2a-4ae4-9c3d-fb3d95452d55","resourceCustomizationUUID":"cb506227-4f28-4be7-8d2b-81f7d6029166","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf5u2u3ahfbflqhdhlnubi/1.0/resourceInstances/pnf4e8dec332d4d0/artifacts/vf-license-model.xml","artifactChecksum":"MjRlM2YxZGM1ZDg4MWJlMGJlY2QzYjRkZGY1ZDYxODY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fa48c128-2409-495a-a1e9-9ea8030f0335","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf5u2u3ahfbflqhdhlnubi/1.0/resourceInstances/pnf4e8dec332d4d0/artifacts/pNF.csar","artifactChecksum":"ZGEzODAxNTFkNmFlMTFlYmE2ZjlkM2UxMjk0OTAzZjM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"acb73e93-2e34-404c-b681-64de9b5dfca8","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf5u2u3ahfbflqhdhlnubi/1.0/resourceInstances/pnf4e8dec332d4d0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"172ccece-9e06-4c22-b360-eceb5b3a9ca8","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf5u2u3ahfbflqhdhlnubi/1.0/resourceInstances/pnf4e8dec332d4d0/artifacts/vendor-license-model.xml","artifactChecksum":"N2I1YjY2Yzk2NmY1NzE4YzRlOTczZTU2NjZjNTFjODY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"87f9155b-e463-45fe-9f8e-8836322e4287","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf5u2u3ahfbflqhdhlnubi/1.0/resourceInstances/pnf4e8dec332d4d0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"07569616-0eaa-464b-9d36-4344b13c2ef2","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf5u2u3ahfbflqhdhlnubi/1.0/resourceInstances/pnf4e8dec332d4d0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e1165843-cd29-44af-bf71-fe6138c0eb09","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf5u2u3ahfbflqhdhlnubi-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf5u2u3ahfbflqhdhlnubi/1.0/artifacts/service-DemoPnf5u2u3ahfbflqhdhlnubi-template.yml","artifactChecksum":"MGNjZTAxOWYyNjMzYjQwNWUzZjQzMjY5OTA4ODNlYWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6e12783a-58be-4082-84b1-e125574ce7c4","artifactVersion":"1"},{"artifactName":"service-DemoPnf5u2u3ahfbflqhdhlnubi-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf5u2u3ahfbflqhdhlnubi/1.0/artifacts/service-DemoPnf5u2u3ahfbflqhdhlnubi-csar.csar","artifactChecksum":"NWU0ZGVjZWMwMzkxYTEzMjVjNzhjYmU5ZTg5MTg0ZWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"09a0efc3-d25d-40ef-9419-9590ec0fbcf7","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-26T01:38:53.767Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-26T01:38:53.778Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-26T01:38:53.794Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-26T01:38:53.795Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "194b71b3-cc8f-496f-8e84-fea6f4f24e5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658799532115,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u2u3ahfbflqhdhlnubi/1.0/resourceInstances/pnf4e8dec332d4d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T01:38:53.895Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-07-26T01:38:53.902Z||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-07-26T01:38:53.902Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUXN8pTzWgJlcQ5g) ...
2022-07-26T01:38:53.953Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T01:38:53.955Z||pool-3-thread-1|||||INFO|500||cambria reply ok (55 ms):{"serverTimeMs":1,"count":1}
2022-07-26T01:38:54.800Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-26T01:38:54.801Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-26T01:38:54.804Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-26T01:38:54.804Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "194b71b3-cc8f-496f-8e84-fea6f4f24e5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658799532115,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u2u3ahfbflqhdhlnubi/1.0/resourceInstances/pnf4e8dec332d4d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-26T01:38:54.904Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-26T01:38:54.905Z||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-07-26T01:38:54.905Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUXN8pTzWgJlcQ5g) ...
2022-07-26T01:38:54.938Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T01:38:54.939Z||pool-4-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":1,"count":1}
2022-07-26T01:38:55.805Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-26T01:38:55.806Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-26T01:38:55.808Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-26T01:38:55.808Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "194b71b3-cc8f-496f-8e84-fea6f4f24e5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658799532115,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u2u3ahfbflqhdhlnubi/1.0/resourceInstances/pnf4e8dec332d4d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-26T01:38:55.908Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-26T01:38:55.910Z||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-07-26T01:38:55.910Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUXN8pTzWgJlcQ5g) ...
2022-07-26T01:38:55.935Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T01:38:55.935Z||pool-5-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-07-26T01:38:56.809Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-26T01:38:56.809Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-26T01:38:56.812Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-26T01:38:56.812Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "194b71b3-cc8f-496f-8e84-fea6f4f24e5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658799532115,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u2u3ahfbflqhdhlnubi/1.0/resourceInstances/pnf4e8dec332d4d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T01:38:56.912Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-26T01:38:56.913Z||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-07-26T01:38:56.913Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUXN8pTzWgJlcQ5g) ...
2022-07-26T01:38:56.936Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T01:38:56.937Z||pool-6-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-07-26T01:38:57.812Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-26T01:38:57.813Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-26T01:38:57.815Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-26T01:38:57.816Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "194b71b3-cc8f-496f-8e84-fea6f4f24e5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658799532115,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u2u3ahfbflqhdhlnubi/1.0/resourceInstances/pnf4e8dec332d4d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T01:38:57.916Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-26T01:38:57.917Z||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-07-26T01:38:57.917Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUXN8pTzWgJlcQ5g) ...
2022-07-26T01:38:57.939Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T01:38:57.940Z||pool-7-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-07-26T01:38:58.816Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-26T01:38:58.817Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-26T01:38:58.820Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-26T01:38:58.820Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "194b71b3-cc8f-496f-8e84-fea6f4f24e5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658799532115,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u2u3ahfbflqhdhlnubi/1.0/resourceInstances/pnf4e8dec332d4d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T01:38:58.921Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-26T01:38:58.922Z||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-07-26T01:38:58.922Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUXN8pTzWgJlcQ5g) ...
2022-07-26T01:38:58.951Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T01:38:58.952Z||pool-8-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-07-26T01:38:59.821Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-26T01:38:59.822Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-26T01:38:59.824Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-26T01:38:59.824Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "194b71b3-cc8f-496f-8e84-fea6f4f24e5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658799532115,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u2u3ahfbflqhdhlnubi/1.0/artifacts/service-DemoPnf5u2u3ahfbflqhdhlnubi-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T01:38:59.924Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-26T01:38:59.925Z||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-07-26T01:38:59.925Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUXN8pTzWgJlcQ5g) ...
2022-07-26T01:38:59.949Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T01:38:59.949Z||pool-9-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-07-26T01:39:00.827Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-26T01:39:00.828Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-26T01:39:00.830Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-26T01:39:00.830Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "194b71b3-cc8f-496f-8e84-fea6f4f24e5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658799532115,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u2u3ahfbflqhdhlnubi/1.0/artifacts/service-DemoPnf5u2u3ahfbflqhdhlnubi-csar.csar",
  "status": "NOTIFIED"
}
2022-07-26T01:39:00.930Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-26T01:39:00.931Z||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-07-26T01:39:00.931Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUXN8pTzWgJlcQ5g) ...
2022-07-26T01:39:00.958Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T01:39:00.959Z||pool-10-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-07-26T01:39:01.831Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "194b71b3-cc8f-496f-8e84-fea6f4f24e5f",
  "serviceName": "Demo_pNF_5u2u3aHfbFLQHDHlnuBI",
  "serviceVersion": "1.0",
  "serviceUUID": "3d7d8b95-e95a-4f9e-be59-533354bc5d2c",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "ecec630e-26a3-4ce1-b6bd-243c834b1fcd",
  "resources": [
    {
      "resourceInstanceName": "pNF 4e8dec33-2d4d 0",
      "resourceCustomizationUUID": "cb506227-4f28-4be7-8d2b-81f7d6029166",
      "resourceName": "pNF 4e8dec33-2d4d",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "032d3a65-6d03-4876-8fbc-00cb207633cb",
      "resourceInvariantUUID": "9fbf3b08-bc2a-4ae4-9c3d-fb3d95452d55",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf5u2u3ahfbflqhdhlnubi-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u2u3ahfbflqhdhlnubi/1.0/artifacts/service-DemoPnf5u2u3ahfbflqhdhlnubi-csar.csar",
      "artifactChecksum": "NWU0ZGVjZWMwMzkxYTEzMjVjNzhjYmU5ZTg5MTg0ZWQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "09a0efc3-d25d-40ef-9419-9590ec0fbcf7"
    }
  ],
  "workloadContext": "Production"
}
2022-07-26T01:39:01.836Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-26T01:39:01.836Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 3d7d8b95-e95a-4f9e-be59-533354bc5d2c ASDC
2022-07-26T01:39:01.963Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:194b71b3-cc8f-496f-8e84-fea6f4f24e5f
ServiceName:Demo_pNF_5u2u3aHfbFLQHDHlnuBI
ServiceVersion:1.0
ServiceUUID:3d7d8b95-e95a-4f9e-be59-533354bc5d2c
ServiceInvariantUUID:ecec630e-26a3-4ce1-b6bd-243c834b1fcd
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf5u2u3ahfbflqhdhlnubi-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf5u2u3ahfbflqhdhlnubi/1.0/artifacts/service-DemoPnf5u2u3ahfbflqhdhlnubi-csar.csar
ArtifactUUID:09a0efc3-d25d-40ef-9419-9590ec0fbcf7
ArtifactChecksum:NWU0ZGVjZWMwMzkxYTEzMjVjNzhjYmU5ZTg5MTg0ZWQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 4e8dec33-2d4d 0
ResourceCustomizationUUID:cb506227-4f28-4be7-8d2b-81f7d6029166
ResourceInvariantUUID:9fbf3b08-bc2a-4ae4-9c3d-fb3d95452d55
ResourceName:pNF 4e8dec33-2d4d
ResourceType:PNF
ResourceUUID:032d3a65-6d03-4876-8fbc-00cb207633cb
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-07-26T01:39:01.964Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3d7d8b95-e95a-4f9e-be59-533354bc5d2c 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-07-26T01:39:02.172Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-26T01:39:02.174Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-07-26T01:39:02.175Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-07-26T01:39:02.175Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 09a0efc3-d25d-40ef-9419-9590ec0fbcf7 from URL: /sdc/v1/catalog/services/DemoPnf5u2u3ahfbflqhdhlnubi/1.0/artifacts/service-DemoPnf5u2u3ahfbflqhdhlnubi-csar.csar
2022-07-26T01:39:02.176Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-07-26T01:39:02.177Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnf5u2u3ahfbflqhdhlnubi/1.0/artifacts/service-DemoPnf5u2u3ahfbflqhdhlnubi-csar.csar
2022-07-26T01:39:02.828Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-07-26T01:39:02.836Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf5u2u3ahfbflqhdhlnubi/1.0/artifacts/service-DemoPnf5u2u3ahfbflqhdhlnubi-csar.csar 09a0efc3-d25d-40ef-9419-9590ec0fbcf7 86681
2022-07-26T01:39:02.851Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf5u2u3ahfbflqhdhlnubi/1.0/artifacts/service-DemoPnf5u2u3ahfbflqhdhlnubi-csar.csar ASDC sendASDCNotification
2022-07-26T01:39:02.852Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf5u2u3ahfbflqhdhlnubi/1.0/artifacts/service-DemoPnf5u2u3ahfbflqhdhlnubi-csar.csar
2022-07-26T01:39:02.852Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-26T01:39:02.853Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-26T01:39:02.856Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-26T01:39:02.856Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "194b71b3-cc8f-496f-8e84-fea6f4f24e5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658799542836,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u2u3ahfbflqhdhlnubi/1.0/artifacts/service-DemoPnf5u2u3ahfbflqhdhlnubi-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-26T01:39:02.956Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-26T01:39:02.957Z||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-07-26T01:39:02.957Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUXN8pTzWgJlcQ5g) ...
2022-07-26T01:39:02.977Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T01:39:02.977Z||pool-11-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-07-26T01:39:03.856Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-26T01:39:03.857Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-07-26T01:39:03.858Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 09a0efc3-d25d-40ef-9419-9590ec0fbcf7, URL: /sdc/v1/catalog/services/DemoPnf5u2u3ahfbflqhdhlnubi/1.0/artifacts/service-DemoPnf5u2u3ahfbflqhdhlnubi-csar.csar to file: /app/ASDC/1/service-DemoPnf5u2u3ahfbflqhdhlnubi-csar.csar
2022-07-26T01:39:03.858Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf5u2u3ahfbflqhdhlnubi-csar.csar
2022-07-26T01:39:03.953Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf5u2u3ahfbflqhdhlnubi-csar.csar
2022-07-26T01:39:03.954Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf5u2u3ahfbflqhdhlnubi-csar.csar
2022-07-26T01:39:04.523Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8540906636954627823/Definitions/service-DemoPnf5u2u3ahfbflqhdhlnubi-template.yml
2022-07-26T01:39:06.167Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-26T01:39:06.172Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-07-26T01:39:06.172Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf5u2u3ahfbflqhdhlnubi-csar.csar
2022-07-26T01:39:06.172Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-07-26T01:39:06.172Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnf5u2u3ahfbflqhdhlnubi-csar.csar
2022-07-26T01:39:06.172Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf5u2u3ahfbflqhdhlnubi-csar.csar
2022-07-26T01:39:06.172Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf5u2u3ahfbflqhdhlnubi-csar.csar
2022-07-26T01:39:06.172Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf5u2u3ahfbflqhdhlnubi-csar.csar
2022-07-26T01:39:06.173Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf5u2u3ahfbflqhdhlnubi-csar.csar
2022-07-26T01:39:06.173Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 4e8dec33-2d4d 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-DemoPnf5u2u3ahfbflqhdhlnubi-csar.csar
2022-07-26T01:39:06.173Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|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-DemoPnf5u2u3ahfbflqhdhlnubi-csar.csar
2022-07-26T01:39:06.173Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-07-26T01:39:06.179Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T01:39:06.181Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_5u2u3aHfbFLQHDHlnuBI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-26T01:39:06.184Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||DEBUG|500||Node template pNF 4e8dec33-2d4d 0 is matching search criteria
2022-07-26T01:39:06.185Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-07-26T01:39:06.186Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 4e8dec33-2d4d 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-26T01:39:06.187Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T01:39:06.188Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_5u2u3aHfbFLQHDHlnuBI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-26T01:39:06.188Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||DEBUG|500||Node template pNF 4e8dec33-2d4d 0 is matching search criteria
2022-07-26T01:39:06.188Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-07-26T01:39:06.188Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 4e8dec33-2d4d 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-26T01:39:06.188Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T01:39:06.188Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_5u2u3aHfbFLQHDHlnuBI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-26T01:39:06.189Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T01:39:06.189Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_5u2u3aHfbFLQHDHlnuBI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-26T01:39:06.189Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T01:39:06.189Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_5u2u3aHfbFLQHDHlnuBI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-26T01:39:06.189Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T01:39:06.190Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_5u2u3aHfbFLQHDHlnuBI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-26T01:39:06.190Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T01:39:06.190Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_5u2u3aHfbFLQHDHlnuBI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-26T01:39:06.193Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_5u2u3aHfbFLQHDHlnuBI
Description:catalog service description
Model UUID:3d7d8b95-e95a-4f9e-be59-533354bc5d2c
Model Version:NULL
Model InvariantUuid:ecec630e-26a3-4ce1-b6bd-243c834b1fcd
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-07-26T01:39:06.215Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: 032d3a65-6d03-4876-8fbc-00cb207633cb
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-07-26T01:39:06.277Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||INFO|500||pNF 4e8dec33-2d4d 0
2022-07-26T01:39:06.284Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 032d3a65-6d03-4876-8fbc-00cb207633cb
2022-07-26T01:39:06.284Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 3d7d8b95-e95a-4f9e-be59-533354bc5d2c
2022-07-26T01:39:06.284Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 3d7d8b95-e95a-4f9e-be59-533354bc5d2c
2022-07-26T01:39:06.284Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 4e8dec33-2d4d 0 032d3a65-6d03-4876-8fbc-00cb207633cb ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-26T01:39:06.294Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6ff3248b, org.onap.sdc.toscaparser.api.parameters.Input@4a9553d0, org.onap.sdc.toscaparser.api.parameters.Input@1fe8aac2, org.onap.sdc.toscaparser.api.parameters.Input@5b71d3dc, org.onap.sdc.toscaparser.api.parameters.Input@2d507345]
2022-07-26T01:39:06.296Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T01:39:06.296Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_5u2u3aHfbFLQHDHlnuBI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-26T01:39:06.296Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 3d7d8b95-e95a-4f9e-be59-533354bc5d2c: pNF 4e8dec33-2d4d
2022-07-26T01:39:06.297Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||INFO|500||Processing PNF resource: 032d3a65-6d03-4876-8fbc-00cb207633cb
2022-07-26T01:39:06.297Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T01:39:06.297Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_5u2u3aHfbFLQHDHlnuBI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-26T01:39:06.297Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||INFO|500||Resource customization UUID: cb506227-4f28-4be7-8d2b-81f7d6029166 is the same as notified resource customizationUUID: cb506227-4f28-4be7-8d2b-81f7d6029166
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
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 pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-07-26T01:39:06.417Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 4e8dec33-2d4d 032d3a65-6d03-4876-8fbc-00cb207633cb 0 ASDC deployResourceStructure
2022-07-26T01:39:06.417Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf5u2u3ahfbflqhdhlnubi/1.0/artifacts/service-DemoPnf5u2u3ahfbflqhdhlnubi-csar.csar ASDC sendASDCNotification
2022-07-26T01:39:06.418Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf5u2u3ahfbflqhdhlnubi/1.0/artifacts/service-DemoPnf5u2u3ahfbflqhdhlnubi-csar.csar
2022-07-26T01:39:06.418Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-26T01:39:06.418Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-26T01:39:06.421Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-26T01:39:06.421Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "194b71b3-cc8f-496f-8e84-fea6f4f24e5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658799546417,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u2u3ahfbflqhdhlnubi/1.0/artifacts/service-DemoPnf5u2u3ahfbflqhdhlnubi-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-26T01:39:06.521Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-26T01:39:06.522Z||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-07-26T01:39:06.523Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUXN8pTzWgJlcQ5g) ...
2022-07-26T01:39:06.544Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T01:39:06.544Z||pool-12-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-07-26T01:39:07.422Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 194b71b3-cc8f-496f-8e84-fea6f4f24e5f
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-07-26T01:39:07.457Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 194b71b3-cc8f-496f-8e84-fea6f4f24e5f
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-07-26T01:39:07.460Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-26T01:39:07.461Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-26T01:39:07.461Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-26T01:39:09.249Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T01:39:37.461Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 194b71b3-cc8f-496f-8e84-fea6f4f24e5f
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-07-26T01:39:37.475Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 194b71b3-cc8f-496f-8e84-fea6f4f24e5f
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-07-26T01:39:37.478Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-26T01:39:37.478Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-26T01:39:37.478Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-26T01:39:52.119Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T01:39:52.120Z||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-07-26T01:39:52.120Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T01:40:07.478Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 194b71b3-cc8f-496f-8e84-fea6f4f24e5f
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-07-26T01:40:07.493Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 194b71b3-cc8f-496f-8e84-fea6f4f24e5f
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-07-26T01:40:07.498Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-26T01:40:07.498Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-26T01:40:07.499Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-26T01:40:09.195Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T01:40:37.499Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 194b71b3-cc8f-496f-8e84-fea6f4f24e5f
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-07-26T01:40:37.518Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 194b71b3-cc8f-496f-8e84-fea6f4f24e5f
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-07-26T01:40:37.521Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-26T01:40:37.522Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-26T01:40:37.522Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-26T01:40:52.119Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T01:40:52.120Z||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-07-26T01:40:52.120Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T01:41:03.074Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T01:41:07.522Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 194b71b3-cc8f-496f-8e84-fea6f4f24e5f
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-07-26T01:41:07.543Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 194b71b3-cc8f-496f-8e84-fea6f4f24e5f
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-07-26T01:41:07.546Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-26T01:41:07.546Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-26T01:41:07.546Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-26T01:41:37.546Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 194b71b3-cc8f-496f-8e84-fea6f4f24e5f
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-07-26T01:41:37.560Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 194b71b3-cc8f-496f-8e84-fea6f4f24e5f
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-07-26T01:41:37.563Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-26T01:41:37.563Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-26T01:41:37.563Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-26T01:41:52.119Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T01:41:52.120Z||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-07-26T01:41:52.120Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T01:41:52.794Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T01:41:52.796Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-26T01:41:52.796Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "194b71b3-cc8f-496f-8e84-fea6f4f24e5f",
  "consumerID": "cds",
  "timestamp": 1658799507321,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u2u3ahfbflqhdhlnubi/1.0/resourceInstances/pnf4e8dec332d4d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T01:41:52.800Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-26T01:41:52.800Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-26T01:41:52.800Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "194b71b3-cc8f-496f-8e84-fea6f4f24e5f",
  "consumerID": "cds",
  "timestamp": 1658799507321,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u2u3ahfbflqhdhlnubi/1.0/resourceInstances/pnf4e8dec332d4d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-26T01:41:52.800Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-26T01:41:52.801Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-26T01:41:52.801Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "194b71b3-cc8f-496f-8e84-fea6f4f24e5f",
  "consumerID": "cds",
  "timestamp": 1658799507321,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u2u3ahfbflqhdhlnubi/1.0/resourceInstances/pnf4e8dec332d4d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-26T01:41:52.801Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-26T01:41:52.801Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-26T01:41:52.801Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "194b71b3-cc8f-496f-8e84-fea6f4f24e5f",
  "consumerID": "cds",
  "timestamp": 1658799507321,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u2u3ahfbflqhdhlnubi/1.0/resourceInstances/pnf4e8dec332d4d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T01:41:52.801Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-26T01:41:52.801Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-26T01:41:52.801Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "194b71b3-cc8f-496f-8e84-fea6f4f24e5f",
  "consumerID": "cds",
  "timestamp": 1658799507321,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u2u3ahfbflqhdhlnubi/1.0/resourceInstances/pnf4e8dec332d4d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T01:41:52.802Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-26T01:41:52.802Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-26T01:41:52.802Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "194b71b3-cc8f-496f-8e84-fea6f4f24e5f",
  "consumerID": "cds",
  "timestamp": 1658799507321,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u2u3ahfbflqhdhlnubi/1.0/resourceInstances/pnf4e8dec332d4d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T01:41:52.802Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-26T01:41:52.802Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-26T01:41:52.802Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "194b71b3-cc8f-496f-8e84-fea6f4f24e5f",
  "consumerID": "cds",
  "timestamp": 1658799507321,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u2u3ahfbflqhdhlnubi/1.0/artifacts/service-DemoPnf5u2u3ahfbflqhdhlnubi-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T01:41:52.803Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-26T01:41:52.803Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-26T01:41:52.803Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "194b71b3-cc8f-496f-8e84-fea6f4f24e5f",
  "consumerID": "cds",
  "timestamp": 1658799507321,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u2u3ahfbflqhdhlnubi/1.0/artifacts/service-DemoPnf5u2u3ahfbflqhdhlnubi-csar.csar",
  "status": "NOTIFIED"
}
2022-07-26T01:41:52.803Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-26T01:41:52.803Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-26T01:41:52.803Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "194b71b3-cc8f-496f-8e84-fea6f4f24e5f",
  "consumerID": "cds",
  "timestamp": 1658799522255,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u2u3ahfbflqhdhlnubi/1.0/artifacts/service-DemoPnf5u2u3ahfbflqhdhlnubi-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-26T01:41:52.803Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T01:41:52.804Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-26T01:41:52.804Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "194b71b3-cc8f-496f-8e84-fea6f4f24e5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658799532115,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u2u3ahfbflqhdhlnubi/1.0/resourceInstances/pnf4e8dec332d4d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T01:41:52.804Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-26T01:41:52.804Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-26T01:41:52.804Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "194b71b3-cc8f-496f-8e84-fea6f4f24e5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658799532115,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u2u3ahfbflqhdhlnubi/1.0/resourceInstances/pnf4e8dec332d4d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-26T01:41:52.804Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-26T01:41:52.804Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-26T01:41:52.805Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "194b71b3-cc8f-496f-8e84-fea6f4f24e5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658799532115,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u2u3ahfbflqhdhlnubi/1.0/resourceInstances/pnf4e8dec332d4d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-26T01:41:52.805Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-26T01:41:52.805Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-26T01:41:52.805Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "194b71b3-cc8f-496f-8e84-fea6f4f24e5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658799532115,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u2u3ahfbflqhdhlnubi/1.0/resourceInstances/pnf4e8dec332d4d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T01:41:52.805Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-26T01:41:52.805Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-26T01:41:52.805Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "194b71b3-cc8f-496f-8e84-fea6f4f24e5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658799532115,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u2u3ahfbflqhdhlnubi/1.0/resourceInstances/pnf4e8dec332d4d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T01:41:52.806Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-26T01:41:52.806Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-26T01:41:52.806Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "194b71b3-cc8f-496f-8e84-fea6f4f24e5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658799532115,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u2u3ahfbflqhdhlnubi/1.0/resourceInstances/pnf4e8dec332d4d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T01:41:52.806Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-26T01:41:52.806Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-26T01:41:52.806Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "194b71b3-cc8f-496f-8e84-fea6f4f24e5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658799532115,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u2u3ahfbflqhdhlnubi/1.0/artifacts/service-DemoPnf5u2u3ahfbflqhdhlnubi-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T01:41:52.807Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-26T01:41:52.807Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-26T01:41:52.807Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "194b71b3-cc8f-496f-8e84-fea6f4f24e5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658799532115,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u2u3ahfbflqhdhlnubi/1.0/artifacts/service-DemoPnf5u2u3ahfbflqhdhlnubi-csar.csar",
  "status": "NOTIFIED"
}
2022-07-26T01:41:52.808Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-26T01:41:52.808Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-26T01:41:52.808Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "194b71b3-cc8f-496f-8e84-fea6f4f24e5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658799542836,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u2u3ahfbflqhdhlnubi/1.0/artifacts/service-DemoPnf5u2u3ahfbflqhdhlnubi-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-26T01:41:52.808Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T01:41:52.808Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-26T01:41:52.808Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "194b71b3-cc8f-496f-8e84-fea6f4f24e5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658799546417,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u2u3ahfbflqhdhlnubi/1.0/artifacts/service-DemoPnf5u2u3ahfbflqhdhlnubi-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-26T01:41:52.809Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T01:41:52.809Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-26T01:41:52.809Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "194b71b3-cc8f-496f-8e84-fea6f4f24e5f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658799554453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u2u3ahfbflqhdhlnubi/1.0/resourceInstances/pnf4e8dec332d4d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T01:41:52.809Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-26T01:41:52.809Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-26T01:41:52.809Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "194b71b3-cc8f-496f-8e84-fea6f4f24e5f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658799554453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u2u3ahfbflqhdhlnubi/1.0/resourceInstances/pnf4e8dec332d4d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-26T01:41:52.809Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-26T01:41:52.809Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-26T01:41:52.810Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "194b71b3-cc8f-496f-8e84-fea6f4f24e5f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658799554453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u2u3ahfbflqhdhlnubi/1.0/resourceInstances/pnf4e8dec332d4d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-26T01:41:52.810Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-26T01:41:52.810Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-26T01:41:52.810Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "194b71b3-cc8f-496f-8e84-fea6f4f24e5f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658799554453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u2u3ahfbflqhdhlnubi/1.0/resourceInstances/pnf4e8dec332d4d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T01:41:52.810Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-26T01:41:52.810Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-26T01:41:52.810Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "194b71b3-cc8f-496f-8e84-fea6f4f24e5f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658799554453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u2u3ahfbflqhdhlnubi/1.0/resourceInstances/pnf4e8dec332d4d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T01:41:52.811Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-26T01:41:52.811Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-26T01:41:52.811Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "194b71b3-cc8f-496f-8e84-fea6f4f24e5f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658799554453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u2u3ahfbflqhdhlnubi/1.0/resourceInstances/pnf4e8dec332d4d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T01:41:52.811Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-26T01:41:52.811Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-26T01:41:52.811Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "194b71b3-cc8f-496f-8e84-fea6f4f24e5f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658799554453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u2u3ahfbflqhdhlnubi/1.0/artifacts/service-DemoPnf5u2u3ahfbflqhdhlnubi-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T01:41:52.811Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-26T01:41:52.812Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-26T01:41:52.812Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "194b71b3-cc8f-496f-8e84-fea6f4f24e5f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658799554453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u2u3ahfbflqhdhlnubi/1.0/artifacts/service-DemoPnf5u2u3ahfbflqhdhlnubi-csar.csar",
  "status": "NOTIFIED"
}
2022-07-26T01:41:52.812Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-26T01:41:52.812Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-26T01:41:52.812Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "194b71b3-cc8f-496f-8e84-fea6f4f24e5f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658799564376,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u2u3ahfbflqhdhlnubi/1.0/artifacts/service-DemoPnf5u2u3ahfbflqhdhlnubi-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-26T01:41:52.812Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T01:41:52.812Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-26T01:41:52.812Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "194b71b3-cc8f-496f-8e84-fea6f4f24e5f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658799567983,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u2u3ahfbflqhdhlnubi/1.0/artifacts/service-DemoPnf5u2u3ahfbflqhdhlnubi-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-07-26T01:41:52.813Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T01:42:07.564Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 194b71b3-cc8f-496f-8e84-fea6f4f24e5f
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-07-26T01:42:07.578Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 194b71b3-cc8f-496f-8e84-fea6f4f24e5f
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-07-26T01:42:07.581Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-26T01:42:07.582Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-26T01:42:07.582Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-26T01:42:37.582Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 194b71b3-cc8f-496f-8e84-fea6f4f24e5f
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-07-26T01:42:37.596Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 194b71b3-cc8f-496f-8e84-fea6f4f24e5f
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-07-26T01:42:37.600Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-26T01:42:37.601Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-26T01:42:37.601Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-26T01:42:52.119Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T01:42:52.120Z||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-07-26T01:42:52.120Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T01:43:01.855Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T01:43:07.601Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 194b71b3-cc8f-496f-8e84-fea6f4f24e5f
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-07-26T01:43:07.619Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 194b71b3-cc8f-496f-8e84-fea6f4f24e5f
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-07-26T01:43:07.622Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-26T01:43:07.622Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-26T01:43:07.622Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-26T01:43:37.623Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 194b71b3-cc8f-496f-8e84-fea6f4f24e5f
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-07-26T01:43:37.639Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 194b71b3-cc8f-496f-8e84-fea6f4f24e5f
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-07-26T01:43:37.643Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-26T01:43:37.643Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-26T01:43:37.644Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-26T01:43:52.119Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T01:43:52.120Z||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-07-26T01:43:52.120Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T01:44:01.723Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T01:44:07.644Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2022-07-26T01:44:07.644Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 194b71b3-cc8f-496f-8e84-fea6f4f24e5f 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-07-26T01:44:07.657Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 194b71b3-cc8f-496f-8e84-fea6f4f24e5f and serviceModelVersionId: 3d7d8b95-e95a-4f9e-be59-533354bc5d2c
2022-07-26T01:44:07.657Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ecec630e-26a3-4ce1-b6bd-243c834b1fcd
2022-07-26T01:44:22.323Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ecec630e-26a3-4ce1-b6bd-243c834b1fcd/model-vers/model-ver/3d7d8b95-e95a-4f9e-be59-533354bc5d2c?depth=0
2022-07-26T01:44:22.439Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-07-26T01:44:22.930Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/ecec630e-26a3-4ce1-b6bd-243c834b1fcd/model-vers/model-ver/3d7d8b95-e95a-4f9e-be59-533354bc5d2c?depth=0|INFO|500||Invoke
2022-07-26T01:44:22.938Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/ecec630e-26a3-4ce1-b6bd-243c834b1fcd/model-vers/model-ver/3d7d8b95-e95a-4f9e-be59-533354bc5d2c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/ecec630e-26a3-4ce1-b6bd-243c834b1fcd/model-vers/model-ver/3d7d8b95-e95a-4f9e-be59-533354bc5d2c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[194b71b3-cc8f-496f-8e84-fea6f4f24e5f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[241c0ab6-d78d-425a-8182-258f738bd2cb], X-ECOMP-RequestID=[194b71b3-cc8f-496f-8e84-fea6f4f24e5f], X-TransactionId=[], X-ONAP-RequestID=[194b71b3-cc8f-496f-8e84-fea6f4f24e5f], Content-Type=[application/merge-patch+json]}
2022-07-26T01:44:22.962Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/ecec630e-26a3-4ce1-b6bd-243c834b1fcd/model-vers/model-ver/3d7d8b95-e95a-4f9e-be59-533354bc5d2c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-07-26T01:44:22.994Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/ecec630e-26a3-4ce1-b6bd-243c834b1fcd/model-vers/model-ver/3d7d8b95-e95a-4f9e-be59-533354bc5d2c?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/ecec630e-26a3-4ce1-b6bd-243c834b1fcd/model-vers/model-ver/3d7d8b95-e95a-4f9e-be59-533354bc5d2c?depth=0 has http status code:503 and response headers:{date=[Tue, 26 Jul 2022 01:44:22 GMT], server=[envoy], content-length=[145], content-type=[text/plain]}
2022-07-26T01:44:22.997Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/ecec630e-26a3-4ce1-b6bd-243c834b1fcd/model-vers/model-ver/3d7d8b95-e95a-4f9e-be59-533354bc5d2c?depth=0|DEBUG|500||upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111

2022-07-26T01:44:22.998Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/ecec630e-26a3-4ce1-b6bd-243c834b1fcd/model-vers/model-ver/3d7d8b95-e95a-4f9e-be59-533354bc5d2c?depth=0|INFO|503|Service Unavailable|InvokeReturn
2022-07-26T01:44:23.013Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=194b71b3-cc8f-496f-8e84-fea6f4f24e5f upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
2022-07-26T01:44:23.013Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||ERROR|500||Exception occurred
javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=194b71b3-cc8f-496f-8e84-fea6f4f24e5f upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:92)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	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-07-26T01:44:23.013Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=194b71b3-cc8f-496f-8e84-fea6f4f24e5f upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
2022-07-26T01:44:23.014Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=194b71b3-cc8f-496f-8e84-fea6f4f24e5f upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
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-07-26T01:44:23.022Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|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-07-26T01:44:23.023Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 194b71b3-cc8f-496f-8e84-fea6f4f24e5f and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=194b71b3-cc8f-496f-8e84-fea6f4f24e5f upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
2022-07-26T01:44:23.024Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-07-26T01:44:23.024Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-26T01:44:23.026Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-26T01:44:23.026Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "194b71b3-cc8f-496f-8e84-fea6f4f24e5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658799863023,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003d194b71b3-cc8f-496f-8e84-fea6f4f24e5f upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111"
}
2022-07-26T01:44:23.126Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-26T01:44:23.128Z||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-07-26T01:44:23.128Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUXN8pTzWgJlcQ5g) ...
2022-07-26T01:44:23.150Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T01:44:23.151Z||pool-13-thread-1|||||INFO|500||cambria reply ok (24 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-07-26T01:44:24.045Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T01:44:24.046Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|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-07-26T01:44:24.046Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T01:44:34.686Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T01:44:34.687Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T01:44:34.687Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|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-07-26T01:44:34.687Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T01:44:44.339Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T01:44:44.340Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T01:44:44.341Z||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-07-26T01:44:44.341Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T01:44:52.119Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T01:44:52.120Z||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-07-26T01:44:52.120Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T01:44:52.792Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T01:44:52.793Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-26T01:44:52.793Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "194b71b3-cc8f-496f-8e84-fea6f4f24e5f",
  "consumerID": "aai-ml",
  "timestamp": 1658799840266,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u2u3ahfbflqhdhlnubi/1.0/resourceInstances/pnf4e8dec332d4d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T01:44:52.794Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-26T01:44:52.794Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-26T01:44:52.794Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "194b71b3-cc8f-496f-8e84-fea6f4f24e5f",
  "consumerID": "aai-ml",
  "timestamp": 1658799840266,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u2u3ahfbflqhdhlnubi/1.0/resourceInstances/pnf4e8dec332d4d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-26T01:44:52.794Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-26T01:44:52.795Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-26T01:44:52.795Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "194b71b3-cc8f-496f-8e84-fea6f4f24e5f",
  "consumerID": "aai-ml",
  "timestamp": 1658799840266,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u2u3ahfbflqhdhlnubi/1.0/resourceInstances/pnf4e8dec332d4d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-26T01:44:52.795Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-26T01:44:52.795Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-26T01:44:52.795Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "194b71b3-cc8f-496f-8e84-fea6f4f24e5f",
  "consumerID": "aai-ml",
  "timestamp": 1658799840266,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u2u3ahfbflqhdhlnubi/1.0/resourceInstances/pnf4e8dec332d4d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T01:44:52.795Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-26T01:44:52.795Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-26T01:44:52.795Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "194b71b3-cc8f-496f-8e84-fea6f4f24e5f",
  "consumerID": "aai-ml",
  "timestamp": 1658799840266,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u2u3ahfbflqhdhlnubi/1.0/resourceInstances/pnf4e8dec332d4d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T01:44:52.796Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-26T01:44:52.796Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-26T01:44:52.796Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "194b71b3-cc8f-496f-8e84-fea6f4f24e5f",
  "consumerID": "aai-ml",
  "timestamp": 1658799840266,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u2u3ahfbflqhdhlnubi/1.0/resourceInstances/pnf4e8dec332d4d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T01:44:52.796Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-26T01:44:52.796Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-26T01:44:52.796Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "194b71b3-cc8f-496f-8e84-fea6f4f24e5f",
  "consumerID": "aai-ml",
  "timestamp": 1658799840266,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u2u3ahfbflqhdhlnubi/1.0/artifacts/service-DemoPnf5u2u3ahfbflqhdhlnubi-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T01:44:52.796Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-26T01:44:52.796Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-26T01:44:52.797Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "194b71b3-cc8f-496f-8e84-fea6f4f24e5f",
  "consumerID": "aai-ml",
  "timestamp": 1658799840266,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u2u3ahfbflqhdhlnubi/1.0/artifacts/service-DemoPnf5u2u3ahfbflqhdhlnubi-csar.csar",
  "status": "NOTIFIED"
}
2022-07-26T01:44:52.797Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-26T01:44:52.797Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-26T01:44:52.797Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "194b71b3-cc8f-496f-8e84-fea6f4f24e5f",
  "consumerID": "aai-ml",
  "timestamp": 1658799853657,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u2u3ahfbflqhdhlnubi/1.0/artifacts/service-DemoPnf5u2u3ahfbflqhdhlnubi-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-26T01:44:52.797Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T01:44:52.797Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-26T01:44:52.797Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "194b71b3-cc8f-496f-8e84-fea6f4f24e5f",
  "consumerID": "aai-ml",
  "timestamp": 1658799854690,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u2u3ahfbflqhdhlnubi/1.0/artifacts/service-DemoPnf5u2u3ahfbflqhdhlnubi-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-07-26T01:44:52.798Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T01:44:52.798Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-26T01:44:52.798Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "194b71b3-cc8f-496f-8e84-fea6f4f24e5f",
  "consumerID": "aai-ml",
  "timestamp": 1658799855707,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u2u3ahfbflqhdhlnubi/1.0/artifacts/service-DemoPnf5u2u3ahfbflqhdhlnubi-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-07-26T01:44:52.798Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T01:44:52.798Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-26T01:44:52.798Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "194b71b3-cc8f-496f-8e84-fea6f4f24e5f",
  "consumerID": "aai-ml",
  "timestamp": 1658799856713,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "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-07-26T01:44:52.817Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 194b71b3-cc8f-496f-8e84-fea6f4f24e5f
2022-07-26T01:44:52.818Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 194b71b3-cc8f-496f-8e84-fea6f4f24e5f 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-07-26T01:44:52.833Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-26T01:44:52.833Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "194b71b3-cc8f-496f-8e84-fea6f4f24e5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658799863023,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003d194b71b3-cc8f-496f-8e84-fea6f4f24e5f upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111"
}
2022-07-26T01:44:52.833Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T01:44:54.035Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T01:44:54.036Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T01:44:54.037Z||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-07-26T01:44:54.037Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T01:45:03.659Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T01:45:03.660Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T01:45:03.661Z||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-07-26T01:45:03.661Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T01:45:13.319Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T01:45:13.320Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T01:45:13.320Z||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-07-26T01:45:13.321Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T01:45:23.063Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T01:45:52.115Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T01:45:52.116Z||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-07-26T01:45:52.116Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T01:45:52.119Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T01:45:52.120Z||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-07-26T01:45:52.120Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T01:46:01.700Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T01:46:01.965Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T01:46:52.116Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T01:46:52.117Z||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-07-26T01:46:52.117Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T01:46:52.119Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T01:46:52.119Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|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-07-26T01:46:52.120Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T01:47:01.730Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T01:47:01.932Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T01:47:52.115Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T01:47:52.117Z||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-07-26T01:47:52.117Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T01:47:52.119Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T01:47:52.119Z||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-07-26T01:47:52.119Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T01:48:01.697Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T01:48:01.760Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T01:48:52.115Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T01:48:52.117Z||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-07-26T01:48:52.118Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T01:48:52.119Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T01:48:52.119Z||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-07-26T01:48:52.119Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T01:49:01.723Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T01:49:01.802Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T01:49:52.115Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T01:49:52.117Z||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-07-26T01:49:52.117Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T01:49:52.119Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T01:49:52.119Z||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-07-26T01:49:52.119Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T01:50:01.699Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T01:50:01.785Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T01:50:52.115Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T01:50:52.117Z||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-07-26T01:50:52.119Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T01:50:52.117Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T01:50:52.119Z||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-07-26T01:50:52.119Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T01:51:01.748Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T01:51:01.781Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T01:51:52.116Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T01:51:52.118Z||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-07-26T01:51:52.118Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T01:51:52.119Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T01:51:52.119Z||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-07-26T01:51:52.120Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T01:52:01.688Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T01:52:01.727Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T01:52:52.115Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T01:52:52.116Z||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-07-26T01:52:52.116Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T01:52:52.119Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T01:52:52.120Z||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-07-26T01:52:52.120Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T01:53:01.714Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T01:53:02.000Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T01:53:52.115Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T01:53:52.117Z||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-07-26T01:53:52.117Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T01:53:52.119Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T01:53:52.120Z||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-07-26T01:53:52.120Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T01:53:52.890Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T01:53:52.892Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-26T01:53:52.892Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "408235d1-93f3-46fc-864d-77987354b5c2",
  "consumerID": "cds",
  "timestamp": 1658800422858,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIdw4nnfesly4diadatd7/1.0/resourceInstances/pnf31889fbbbabc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T01:53:52.895Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-26T01:53:52.895Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-26T01:53:52.895Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "408235d1-93f3-46fc-864d-77987354b5c2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658800424452,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIdw4nnfesly4diadatd7/1.0/resourceInstances/pnf31889fbbbabc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T01:53:52.895Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-26T01:53:52.896Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-26T01:53:52.896Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "408235d1-93f3-46fc-864d-77987354b5c2",
  "consumerID": "cds",
  "timestamp": 1658800422858,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIdw4nnfesly4diadatd7/1.0/resourceInstances/pnf31889fbbbabc0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-26T01:53:52.896Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-26T01:53:52.896Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-26T01:53:52.896Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "408235d1-93f3-46fc-864d-77987354b5c2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658800424452,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIdw4nnfesly4diadatd7/1.0/resourceInstances/pnf31889fbbbabc0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-26T01:53:52.897Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-26T01:53:52.897Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-26T01:53:52.897Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "408235d1-93f3-46fc-864d-77987354b5c2",
  "consumerID": "cds",
  "timestamp": 1658800422858,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIdw4nnfesly4diadatd7/1.0/resourceInstances/pnf31889fbbbabc0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-26T01:53:52.897Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-26T01:53:52.897Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-26T01:53:52.898Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "408235d1-93f3-46fc-864d-77987354b5c2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658800424452,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIdw4nnfesly4diadatd7/1.0/resourceInstances/pnf31889fbbbabc0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-26T01:53:52.898Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-26T01:53:52.898Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-26T01:53:52.898Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "408235d1-93f3-46fc-864d-77987354b5c2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658800424452,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIdw4nnfesly4diadatd7/1.0/resourceInstances/pnf31889fbbbabc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T01:53:52.899Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-26T01:53:52.899Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-26T01:53:52.899Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "408235d1-93f3-46fc-864d-77987354b5c2",
  "consumerID": "cds",
  "timestamp": 1658800422858,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIdw4nnfesly4diadatd7/1.0/resourceInstances/pnf31889fbbbabc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T01:53:52.899Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-26T01:53:52.899Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-26T01:53:52.900Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "408235d1-93f3-46fc-864d-77987354b5c2",
  "consumerID": "cds",
  "timestamp": 1658800422858,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIdw4nnfesly4diadatd7/1.0/resourceInstances/pnf31889fbbbabc0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T01:53:52.900Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-26T01:53:52.900Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-26T01:53:52.900Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "408235d1-93f3-46fc-864d-77987354b5c2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658800424452,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIdw4nnfesly4diadatd7/1.0/resourceInstances/pnf31889fbbbabc0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T01:53:52.900Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-26T01:53:52.901Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-26T01:53:52.901Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "408235d1-93f3-46fc-864d-77987354b5c2",
  "consumerID": "cds",
  "timestamp": 1658800422858,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIdw4nnfesly4diadatd7/1.0/resourceInstances/pnf31889fbbbabc0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T01:53:52.901Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-26T01:53:52.901Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-26T01:53:52.901Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "408235d1-93f3-46fc-864d-77987354b5c2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658800424452,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIdw4nnfesly4diadatd7/1.0/resourceInstances/pnf31889fbbbabc0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T01:53:52.902Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-26T01:53:52.902Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-26T01:53:52.902Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "408235d1-93f3-46fc-864d-77987354b5c2",
  "consumerID": "cds",
  "timestamp": 1658800422858,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIdw4nnfesly4diadatd7/1.0/artifacts/service-DemoPnfIdw4nnfesly4diadatd7-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T01:53:52.902Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-26T01:53:52.902Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-26T01:53:52.903Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "408235d1-93f3-46fc-864d-77987354b5c2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658800424452,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIdw4nnfesly4diadatd7/1.0/artifacts/service-DemoPnfIdw4nnfesly4diadatd7-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T01:53:52.903Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-26T01:53:52.950Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T01:53:52.951Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-26T01:53:52.951Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"408235d1-93f3-46fc-864d-77987354b5c2","serviceName":"Demo_pNF_IDw4NNFEslY4dIaDATD7","serviceVersion":"1.0","serviceUUID":"62fa24d2-e59b-4427-99a2-dfd21564a6dc","serviceDescription":"catalog service description","serviceInvariantUUID":"44de163a-fa65-4f56-9244-b17ca676f8a0","resources":[{"resourceInstanceName":"pNF 31889fbb-babc 0","resourceName":"pNF 31889fbb-babc","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"63314cd4-acbd-497e-baba-0513e2c545de","resourceInvariantUUID":"f8f3e0fd-ff0a-4e67-807c-a3d0203ff8d3","resourceCustomizationUUID":"f229d35f-2efb-423e-99c4-2d333dcdfe7d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIdw4nnfesly4diadatd7/1.0/resourceInstances/pnf31889fbbbabc0/artifacts/vf-license-model.xml","artifactChecksum":"MGUzMTE3NGNiY2E0ZmM1ODE2YjJhYzc4MzQ3N2FlODU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"dad53a76-17cd-4c52-b4fc-8943311b8707","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIdw4nnfesly4diadatd7/1.0/resourceInstances/pnf31889fbbbabc0/artifacts/pNF.csar","artifactChecksum":"ZGEzODAxNTFkNmFlMTFlYmE2ZjlkM2UxMjk0OTAzZjM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e04f4d22-d6e3-4780-b60f-c19526976473","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIdw4nnfesly4diadatd7/1.0/resourceInstances/pnf31889fbbbabc0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2e4a3d0c-e7dc-4e95-bf01-e45aaef67f53","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIdw4nnfesly4diadatd7/1.0/resourceInstances/pnf31889fbbbabc0/artifacts/vendor-license-model.xml","artifactChecksum":"YTk3ZDI4YzQ3MTY4ZDUwOWE0NzI3MWVlMTQ2MGVmNTQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5adf34b4-b961-4270-9dad-45ec113d3fe3","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfIdw4nnfesly4diadatd7/1.0/resourceInstances/pnf31889fbbbabc0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2266a1c9-c3f9-42da-b6ed-ee10852a60a5","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfIdw4nnfesly4diadatd7/1.0/resourceInstances/pnf31889fbbbabc0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"edb14425-8276-4c66-af11-81f68d8219f8","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfIdw4nnfesly4diadatd7-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIdw4nnfesly4diadatd7/1.0/artifacts/service-DemoPnfIdw4nnfesly4diadatd7-template.yml","artifactChecksum":"N2Q0NTdjNTNjYjBhY2ZjNTg3NzZmMWQyNmJlYmE1MWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"aa6b8cbc-0148-4b66-8001-972a946cac78","artifactVersion":"1"},{"artifactName":"service-DemoPnfIdw4nnfesly4diadatd7-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfIdw4nnfesly4diadatd7/1.0/artifacts/service-DemoPnfIdw4nnfesly4diadatd7-csar.csar","artifactChecksum":"NmIwMmI2MTIzZTlhYzIzZGVmNWI1OTUyNWE1YTY5M2I\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0929a9d5-3ec1-498b-a0f0-1ced1c0d1134","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-26T01:53:52.958Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-26T01:53:52.959Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-07-26T01:53:52.964Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-26T01:53:52.964Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "408235d1-93f3-46fc-864d-77987354b5c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658800432115,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIdw4nnfesly4diadatd7/1.0/resourceInstances/pnf31889fbbbabc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T01:53:53.064Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-26T01:53:53.065Z||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-07-26T01:53:53.065Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUXN8pTzWgJlcQ5g) ...
2022-07-26T01:53:53.120Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T01:53:53.121Z||pool-14-thread-1|||||INFO|500||cambria reply ok (56 ms):{"serverTimeMs":0,"count":1}
2022-07-26T01:53:53.964Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-26T01:53:53.965Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-07-26T01:53:53.967Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-26T01:53:53.967Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "408235d1-93f3-46fc-864d-77987354b5c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658800432115,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIdw4nnfesly4diadatd7/1.0/resourceInstances/pnf31889fbbbabc0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-26T01:53:54.067Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-26T01:53:54.068Z||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-07-26T01:53:54.069Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUXN8pTzWgJlcQ5g) ...
2022-07-26T01:53:54.088Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T01:53:54.089Z||pool-15-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-07-26T01:53:54.968Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-26T01:53:54.969Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-07-26T01:53:54.971Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-26T01:53:54.971Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "408235d1-93f3-46fc-864d-77987354b5c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658800432115,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIdw4nnfesly4diadatd7/1.0/resourceInstances/pnf31889fbbbabc0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-26T01:53:55.071Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-26T01:53:55.072Z||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-07-26T01:53:55.072Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUXN8pTzWgJlcQ5g) ...
2022-07-26T01:53:55.114Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T01:53:55.114Z||pool-16-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2022-07-26T01:53:55.971Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-26T01:53:55.972Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-07-26T01:53:55.976Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-26T01:53:55.976Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "408235d1-93f3-46fc-864d-77987354b5c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658800432115,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIdw4nnfesly4diadatd7/1.0/resourceInstances/pnf31889fbbbabc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T01:53:56.076Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-26T01:53:56.077Z||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-07-26T01:53:56.077Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUXN8pTzWgJlcQ5g) ...
2022-07-26T01:53:56.104Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T01:53:56.105Z||pool-17-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-07-26T01:53:56.976Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-26T01:53:56.977Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-07-26T01:53:56.980Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-26T01:53:56.980Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "408235d1-93f3-46fc-864d-77987354b5c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658800432115,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIdw4nnfesly4diadatd7/1.0/resourceInstances/pnf31889fbbbabc0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T01:53:57.080Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-26T01:53:57.082Z||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-07-26T01:53:57.082Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUXN8pTzWgJlcQ5g) ...
2022-07-26T01:53:57.102Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T01:53:57.103Z||pool-18-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-07-26T01:53:57.981Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-26T01:53:57.981Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-07-26T01:53:57.983Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-26T01:53:57.983Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "408235d1-93f3-46fc-864d-77987354b5c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658800432115,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIdw4nnfesly4diadatd7/1.0/resourceInstances/pnf31889fbbbabc0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T01:53:58.084Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-26T01:53:58.085Z||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-07-26T01:53:58.085Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUXN8pTzWgJlcQ5g) ...
2022-07-26T01:53:58.111Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T01:53:58.111Z||pool-19-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-07-26T01:53:58.984Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-26T01:53:58.985Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-07-26T01:53:58.988Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-26T01:53:58.989Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "408235d1-93f3-46fc-864d-77987354b5c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658800432115,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIdw4nnfesly4diadatd7/1.0/artifacts/service-DemoPnfIdw4nnfesly4diadatd7-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T01:53:59.088Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-26T01:53:59.089Z||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-07-26T01:53:59.090Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUXN8pTzWgJlcQ5g) ...
2022-07-26T01:53:59.130Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T01:53:59.131Z||pool-20-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2022-07-26T01:53:59.989Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-26T01:53:59.990Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-07-26T01:53:59.992Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-26T01:53:59.992Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "408235d1-93f3-46fc-864d-77987354b5c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658800432115,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIdw4nnfesly4diadatd7/1.0/artifacts/service-DemoPnfIdw4nnfesly4diadatd7-csar.csar",
  "status": "NOTIFIED"
}
2022-07-26T01:54:00.092Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-26T01:54:00.094Z||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-07-26T01:54:00.094Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUXN8pTzWgJlcQ5g) ...
2022-07-26T01:54:00.116Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T01:54:00.117Z||pool-21-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-07-26T01:54:00.994Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "408235d1-93f3-46fc-864d-77987354b5c2",
  "serviceName": "Demo_pNF_IDw4NNFEslY4dIaDATD7",
  "serviceVersion": "1.0",
  "serviceUUID": "62fa24d2-e59b-4427-99a2-dfd21564a6dc",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "44de163a-fa65-4f56-9244-b17ca676f8a0",
  "resources": [
    {
      "resourceInstanceName": "pNF 31889fbb-babc 0",
      "resourceCustomizationUUID": "f229d35f-2efb-423e-99c4-2d333dcdfe7d",
      "resourceName": "pNF 31889fbb-babc",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "63314cd4-acbd-497e-baba-0513e2c545de",
      "resourceInvariantUUID": "f8f3e0fd-ff0a-4e67-807c-a3d0203ff8d3",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfIdw4nnfesly4diadatd7-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfIdw4nnfesly4diadatd7/1.0/artifacts/service-DemoPnfIdw4nnfesly4diadatd7-csar.csar",
      "artifactChecksum": "NmIwMmI2MTIzZTlhYzIzZGVmNWI1OTUyNWE1YTY5M2I\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0929a9d5-3ec1-498b-a0f0-1ced1c0d1134"
    }
  ],
  "workloadContext": "Production"
}
2022-07-26T01:54:00.994Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-26T01:54:00.994Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 62fa24d2-e59b-4427-99a2-dfd21564a6dc ASDC
2022-07-26T01:54:00.995Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:408235d1-93f3-46fc-864d-77987354b5c2
ServiceName:Demo_pNF_IDw4NNFEslY4dIaDATD7
ServiceVersion:1.0
ServiceUUID:62fa24d2-e59b-4427-99a2-dfd21564a6dc
ServiceInvariantUUID:44de163a-fa65-4f56-9244-b17ca676f8a0
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfIdw4nnfesly4diadatd7-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfIdw4nnfesly4diadatd7/1.0/artifacts/service-DemoPnfIdw4nnfesly4diadatd7-csar.csar
ArtifactUUID:0929a9d5-3ec1-498b-a0f0-1ced1c0d1134
ArtifactChecksum:NmIwMmI2MTIzZTlhYzIzZGVmNWI1OTUyNWE1YTY5M2I=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 31889fbb-babc 0
ResourceCustomizationUUID:f229d35f-2efb-423e-99c4-2d333dcdfe7d
ResourceInvariantUUID:f8f3e0fd-ff0a-4e67-807c-a3d0203ff8d3
ResourceName:pNF 31889fbb-babc
ResourceType:PNF
ResourceUUID:63314cd4-acbd-497e-baba-0513e2c545de
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-07-26T01:54:00.995Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 62fa24d2-e59b-4427-99a2-dfd21564a6dc 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-07-26T01:54:01.042Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-26T01:54:01.044Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-07-26T01:54:01.044Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-07-26T01:54:01.045Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 0929a9d5-3ec1-498b-a0f0-1ced1c0d1134 from URL: /sdc/v1/catalog/services/DemoPnfIdw4nnfesly4diadatd7/1.0/artifacts/service-DemoPnfIdw4nnfesly4diadatd7-csar.csar
2022-07-26T01:54:01.045Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-07-26T01:54:01.045Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfIdw4nnfesly4diadatd7/1.0/artifacts/service-DemoPnfIdw4nnfesly4diadatd7-csar.csar
2022-07-26T01:54:01.607Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-07-26T01:54:01.612Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfIdw4nnfesly4diadatd7/1.0/artifacts/service-DemoPnfIdw4nnfesly4diadatd7-csar.csar 0929a9d5-3ec1-498b-a0f0-1ced1c0d1134 86686
2022-07-26T01:54:01.612Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfIdw4nnfesly4diadatd7/1.0/artifacts/service-DemoPnfIdw4nnfesly4diadatd7-csar.csar ASDC sendASDCNotification
2022-07-26T01:54:01.613Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfIdw4nnfesly4diadatd7/1.0/artifacts/service-DemoPnfIdw4nnfesly4diadatd7-csar.csar
2022-07-26T01:54:01.613Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-26T01:54:01.613Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-07-26T01:54:01.616Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-26T01:54:01.616Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "408235d1-93f3-46fc-864d-77987354b5c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658800441612,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIdw4nnfesly4diadatd7/1.0/artifacts/service-DemoPnfIdw4nnfesly4diadatd7-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-26T01:54:01.717Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-26T01:54:01.718Z||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-07-26T01:54:01.718Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUXN8pTzWgJlcQ5g) ...
2022-07-26T01:54:01.739Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T01:54:01.740Z||pool-22-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-07-26T01:54:02.617Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-26T01:54:02.618Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-07-26T01:54:02.620Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 0929a9d5-3ec1-498b-a0f0-1ced1c0d1134, URL: /sdc/v1/catalog/services/DemoPnfIdw4nnfesly4diadatd7/1.0/artifacts/service-DemoPnfIdw4nnfesly4diadatd7-csar.csar to file: /app/ASDC/1/service-DemoPnfIdw4nnfesly4diadatd7-csar.csar
2022-07-26T01:54:02.620Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfIdw4nnfesly4diadatd7-csar.csar
2022-07-26T01:54:02.621Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfIdw4nnfesly4diadatd7-csar.csar
2022-07-26T01:54:02.621Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfIdw4nnfesly4diadatd7-csar.csar
2022-07-26T01:54:02.919Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP816124513226733519/Definitions/service-DemoPnfIdw4nnfesly4diadatd7-template.yml
2022-07-26T01:54:03.923Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-26T01:54:03.923Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-07-26T01:54:03.924Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfIdw4nnfesly4diadatd7-csar.csar
2022-07-26T01:54:03.924Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-07-26T01:54:03.924Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 31889fbb-babc 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-DemoPnfIdw4nnfesly4diadatd7-csar.csar
2022-07-26T01:54:03.924Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfIdw4nnfesly4diadatd7-csar.csar
2022-07-26T01:54:03.924Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfIdw4nnfesly4diadatd7-csar.csar
2022-07-26T01:54:03.925Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfIdw4nnfesly4diadatd7-csar.csar
2022-07-26T01:54:03.925Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||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-DemoPnfIdw4nnfesly4diadatd7-csar.csar
2022-07-26T01:54:03.925Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||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-DemoPnfIdw4nnfesly4diadatd7-csar.csar
2022-07-26T01:54:03.925Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||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-DemoPnfIdw4nnfesly4diadatd7-csar.csar
2022-07-26T01:54:03.925Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-07-26T01:54:03.926Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T01:54:03.926Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_IDw4NNFEslY4dIaDATD7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-26T01:54:03.926Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||DEBUG|500||Node template pNF 31889fbb-babc 0 is matching search criteria
2022-07-26T01:54:03.927Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-07-26T01:54:03.927Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 31889fbb-babc 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-26T01:54:03.927Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T01:54:03.927Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_IDw4NNFEslY4dIaDATD7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-26T01:54:03.927Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||DEBUG|500||Node template pNF 31889fbb-babc 0 is matching search criteria
2022-07-26T01:54:03.928Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-07-26T01:54:03.928Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 31889fbb-babc 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-26T01:54:03.928Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T01:54:03.928Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_IDw4NNFEslY4dIaDATD7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-26T01:54:03.929Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T01:54:03.929Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_IDw4NNFEslY4dIaDATD7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-26T01:54:03.930Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T01:54:03.930Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_IDw4NNFEslY4dIaDATD7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-26T01:54:03.930Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T01:54:03.931Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_IDw4NNFEslY4dIaDATD7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-26T01:54:03.931Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T01:54:03.931Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_IDw4NNFEslY4dIaDATD7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-26T01:54:03.932Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_IDw4NNFEslY4dIaDATD7
Description:catalog service description
Model UUID:62fa24d2-e59b-4427-99a2-dfd21564a6dc
Model Version:NULL
Model InvariantUuid:44de163a-fa65-4f56-9244-b17ca676f8a0
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-07-26T01:54:03.952Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: 63314cd4-acbd-497e-baba-0513e2c545de
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-07-26T01:54:03.958Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||INFO|500||pNF 31889fbb-babc 0
2022-07-26T01:54:03.958Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 63314cd4-acbd-497e-baba-0513e2c545de
2022-07-26T01:54:03.958Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||DEBUG|500||No resources found for Service: 62fa24d2-e59b-4427-99a2-dfd21564a6dc
2022-07-26T01:54:03.959Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 62fa24d2-e59b-4427-99a2-dfd21564a6dc
2022-07-26T01:54:03.959Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 31889fbb-babc 0 63314cd4-acbd-497e-baba-0513e2c545de ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-26T01:54:03.965Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@67c3a1f8, org.onap.sdc.toscaparser.api.parameters.Input@1e9a2674, org.onap.sdc.toscaparser.api.parameters.Input@63c9c6ef, org.onap.sdc.toscaparser.api.parameters.Input@7d20e70f, org.onap.sdc.toscaparser.api.parameters.Input@7965532]
2022-07-26T01:54:03.966Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T01:54:03.966Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_IDw4NNFEslY4dIaDATD7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-26T01:54:03.966Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 62fa24d2-e59b-4427-99a2-dfd21564a6dc: pNF 31889fbb-babc
2022-07-26T01:54:03.967Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||INFO|500||Processing PNF resource: 63314cd4-acbd-497e-baba-0513e2c545de
2022-07-26T01:54:03.967Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-26T01:54:03.967Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_IDw4NNFEslY4dIaDATD7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-26T01:54:03.967Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||INFO|500||Resource customization UUID: f229d35f-2efb-423e-99c4-2d333dcdfe7d is the same as notified resource customizationUUID: f229d35f-2efb-423e-99c4-2d333dcdfe7d
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
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 pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-07-26T01:54:04.014Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 31889fbb-babc 63314cd4-acbd-497e-baba-0513e2c545de 0 ASDC deployResourceStructure
2022-07-26T01:54:04.015Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfIdw4nnfesly4diadatd7/1.0/artifacts/service-DemoPnfIdw4nnfesly4diadatd7-csar.csar ASDC sendASDCNotification
2022-07-26T01:54:04.015Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfIdw4nnfesly4diadatd7/1.0/artifacts/service-DemoPnfIdw4nnfesly4diadatd7-csar.csar
2022-07-26T01:54:04.015Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-26T01:54:04.015Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-07-26T01:54:04.017Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-26T01:54:04.017Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "408235d1-93f3-46fc-864d-77987354b5c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658800444015,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIdw4nnfesly4diadatd7/1.0/artifacts/service-DemoPnfIdw4nnfesly4diadatd7-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-26T01:54:04.117Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-26T01:54:04.119Z||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-07-26T01:54:04.119Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUXN8pTzWgJlcQ5g) ...
2022-07-26T01:54:04.139Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T01:54:04.140Z||pool-23-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-07-26T01:54:05.020Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 408235d1-93f3-46fc-864d-77987354b5c2
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-07-26T01:54:05.035Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 408235d1-93f3-46fc-864d-77987354b5c2
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-07-26T01:54:05.041Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-26T01:54:05.042Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-26T01:54:05.042Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-26T01:54:35.042Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 408235d1-93f3-46fc-864d-77987354b5c2
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-07-26T01:54:35.055Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 408235d1-93f3-46fc-864d-77987354b5c2
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-07-26T01:54:35.058Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-26T01:54:35.058Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-26T01:54:35.059Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-26T01:54:52.119Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T01:54:52.120Z||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-07-26T01:54:52.120Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T01:54:52.263Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T01:54:52.264Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-26T01:54:52.264Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "408235d1-93f3-46fc-864d-77987354b5c2",
  "consumerID": "cds",
  "timestamp": 1658800422858,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIdw4nnfesly4diadatd7/1.0/artifacts/service-DemoPnfIdw4nnfesly4diadatd7-csar.csar",
  "status": "NOTIFIED"
}
2022-07-26T01:54:52.265Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-26T01:55:05.059Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 408235d1-93f3-46fc-864d-77987354b5c2
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-07-26T01:55:05.075Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 408235d1-93f3-46fc-864d-77987354b5c2
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-07-26T01:55:05.078Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-26T01:55:05.078Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-26T01:55:05.078Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-26T01:55:35.079Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 408235d1-93f3-46fc-864d-77987354b5c2
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-07-26T01:55:35.095Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 408235d1-93f3-46fc-864d-77987354b5c2
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-07-26T01:55:35.098Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-26T01:55:35.098Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-26T01:55:35.098Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-26T01:55:52.119Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T01:55:52.120Z||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-07-26T01:55:52.120Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T01:55:52.699Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T01:55:52.701Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-26T01:55:52.702Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "408235d1-93f3-46fc-864d-77987354b5c2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658800424452,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIdw4nnfesly4diadatd7/1.0/artifacts/service-DemoPnfIdw4nnfesly4diadatd7-csar.csar",
  "status": "NOTIFIED"
}
2022-07-26T01:55:52.702Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-26T01:55:52.703Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-26T01:55:52.703Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "408235d1-93f3-46fc-864d-77987354b5c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658800432115,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIdw4nnfesly4diadatd7/1.0/resourceInstances/pnf31889fbbbabc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T01:55:52.703Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-26T01:55:52.703Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-26T01:55:52.705Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "408235d1-93f3-46fc-864d-77987354b5c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658800432115,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIdw4nnfesly4diadatd7/1.0/resourceInstances/pnf31889fbbbabc0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-26T01:55:52.705Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-26T01:55:52.705Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-26T01:55:52.705Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "408235d1-93f3-46fc-864d-77987354b5c2",
  "consumerID": "cds",
  "timestamp": 1658800435014,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIdw4nnfesly4diadatd7/1.0/artifacts/service-DemoPnfIdw4nnfesly4diadatd7-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-26T01:55:52.705Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T01:55:52.705Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-26T01:55:52.706Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "408235d1-93f3-46fc-864d-77987354b5c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658800432115,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIdw4nnfesly4diadatd7/1.0/resourceInstances/pnf31889fbbbabc0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-26T01:55:52.706Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-26T01:55:52.706Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-26T01:55:52.706Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "408235d1-93f3-46fc-864d-77987354b5c2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658800434975,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIdw4nnfesly4diadatd7/1.0/artifacts/service-DemoPnfIdw4nnfesly4diadatd7-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-26T01:55:52.706Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T01:55:52.706Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-26T01:55:52.707Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "408235d1-93f3-46fc-864d-77987354b5c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658800432115,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIdw4nnfesly4diadatd7/1.0/resourceInstances/pnf31889fbbbabc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T01:55:52.707Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-26T01:55:52.707Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-26T01:55:52.707Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "408235d1-93f3-46fc-864d-77987354b5c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658800432115,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIdw4nnfesly4diadatd7/1.0/resourceInstances/pnf31889fbbbabc0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T01:55:52.707Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-26T01:55:52.708Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-26T01:55:52.708Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "408235d1-93f3-46fc-864d-77987354b5c2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1658800437042,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIdw4nnfesly4diadatd7/1.0/artifacts/service-DemoPnfIdw4nnfesly4diadatd7-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-07-26T01:55:52.708Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T01:55:52.708Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-26T01:55:52.708Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "408235d1-93f3-46fc-864d-77987354b5c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658800432115,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIdw4nnfesly4diadatd7/1.0/resourceInstances/pnf31889fbbbabc0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T01:55:52.708Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-26T01:55:52.709Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-26T01:55:52.709Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "408235d1-93f3-46fc-864d-77987354b5c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658800432115,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIdw4nnfesly4diadatd7/1.0/artifacts/service-DemoPnfIdw4nnfesly4diadatd7-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T01:55:52.709Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-26T01:55:52.709Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-26T01:55:52.710Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "408235d1-93f3-46fc-864d-77987354b5c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658800432115,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIdw4nnfesly4diadatd7/1.0/artifacts/service-DemoPnfIdw4nnfesly4diadatd7-csar.csar",
  "status": "NOTIFIED"
}
2022-07-26T01:55:52.710Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-26T01:55:52.710Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-26T01:55:52.710Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "408235d1-93f3-46fc-864d-77987354b5c2",
  "consumerID": "aai-ml",
  "timestamp": 1658800440266,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIdw4nnfesly4diadatd7/1.0/resourceInstances/pnf31889fbbbabc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T01:55:52.710Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-26T01:55:52.711Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-26T01:55:52.714Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "408235d1-93f3-46fc-864d-77987354b5c2",
  "consumerID": "aai-ml",
  "timestamp": 1658800440266,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIdw4nnfesly4diadatd7/1.0/resourceInstances/pnf31889fbbbabc0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-26T01:55:52.714Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-26T01:55:52.714Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-26T01:55:52.715Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "408235d1-93f3-46fc-864d-77987354b5c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658800441612,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIdw4nnfesly4diadatd7/1.0/artifacts/service-DemoPnfIdw4nnfesly4diadatd7-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-26T01:55:52.715Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T01:55:52.715Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-26T01:55:52.715Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "408235d1-93f3-46fc-864d-77987354b5c2",
  "consumerID": "aai-ml",
  "timestamp": 1658800440266,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIdw4nnfesly4diadatd7/1.0/resourceInstances/pnf31889fbbbabc0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-26T01:55:52.715Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-26T01:55:52.715Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-26T01:55:52.716Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "408235d1-93f3-46fc-864d-77987354b5c2",
  "consumerID": "aai-ml",
  "timestamp": 1658800440266,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIdw4nnfesly4diadatd7/1.0/resourceInstances/pnf31889fbbbabc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T01:55:52.716Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-26T01:55:52.716Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-26T01:55:52.716Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "408235d1-93f3-46fc-864d-77987354b5c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658800444015,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIdw4nnfesly4diadatd7/1.0/artifacts/service-DemoPnfIdw4nnfesly4diadatd7-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-26T01:55:52.716Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T01:55:52.717Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-26T01:55:52.717Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "408235d1-93f3-46fc-864d-77987354b5c2",
  "consumerID": "aai-ml",
  "timestamp": 1658800440266,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIdw4nnfesly4diadatd7/1.0/resourceInstances/pnf31889fbbbabc0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T01:55:52.717Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-26T01:55:52.717Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-26T01:55:52.717Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "408235d1-93f3-46fc-864d-77987354b5c2",
  "consumerID": "aai-ml",
  "timestamp": 1658800440266,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIdw4nnfesly4diadatd7/1.0/resourceInstances/pnf31889fbbbabc0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T01:55:52.718Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-26T01:55:52.718Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-26T01:55:52.718Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "408235d1-93f3-46fc-864d-77987354b5c2",
  "consumerID": "aai-ml",
  "timestamp": 1658800440266,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIdw4nnfesly4diadatd7/1.0/artifacts/service-DemoPnfIdw4nnfesly4diadatd7-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-26T01:55:52.718Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-26T01:55:52.718Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-26T01:55:52.718Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "408235d1-93f3-46fc-864d-77987354b5c2",
  "consumerID": "aai-ml",
  "timestamp": 1658800440266,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIdw4nnfesly4diadatd7/1.0/artifacts/service-DemoPnfIdw4nnfesly4diadatd7-csar.csar",
  "status": "NOTIFIED"
}
2022-07-26T01:55:52.719Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-26T01:55:52.722Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-26T01:55:52.722Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "408235d1-93f3-46fc-864d-77987354b5c2",
  "consumerID": "aai-ml",
  "timestamp": 1658800450000,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIdw4nnfesly4diadatd7/1.0/artifacts/service-DemoPnfIdw4nnfesly4diadatd7-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-26T01:55:52.722Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T01:55:52.722Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-26T01:55:52.722Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "408235d1-93f3-46fc-864d-77987354b5c2",
  "consumerID": "aai-ml",
  "timestamp": 1658800451008,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIdw4nnfesly4diadatd7/1.0/artifacts/service-DemoPnfIdw4nnfesly4diadatd7-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-07-26T01:55:52.723Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T01:55:52.723Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-26T01:55:52.723Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "408235d1-93f3-46fc-864d-77987354b5c2",
  "consumerID": "aai-ml",
  "timestamp": 1658800452013,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIdw4nnfesly4diadatd7/1.0/artifacts/service-DemoPnfIdw4nnfesly4diadatd7-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-07-26T01:55:52.723Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T01:55:52.723Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-26T01:55:52.724Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "408235d1-93f3-46fc-864d-77987354b5c2",
  "consumerID": "aai-ml",
  "timestamp": 1658800453018,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "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-07-26T01:55:52.735Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 408235d1-93f3-46fc-864d-77987354b5c2
2022-07-26T01:55:52.735Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 408235d1-93f3-46fc-864d-77987354b5c2 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-07-26T01:56:05.098Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 408235d1-93f3-46fc-864d-77987354b5c2
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-07-26T01:56:05.116Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 408235d1-93f3-46fc-864d-77987354b5c2
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-07-26T01:56:05.120Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-26T01:56:05.120Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-26T01:56:05.120Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-26T01:56:05.120Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-26T01:56:35.121Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 408235d1-93f3-46fc-864d-77987354b5c2
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-07-26T01:56:35.136Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 408235d1-93f3-46fc-864d-77987354b5c2
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-07-26T01:56:35.139Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-26T01:56:35.139Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-26T01:56:35.139Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-26T01:56:35.139Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-26T01:56:52.119Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T01:56:52.120Z||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-07-26T01:56:52.120Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T01:57:01.694Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T01:57:05.140Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 408235d1-93f3-46fc-864d-77987354b5c2
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-07-26T01:57:05.154Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 408235d1-93f3-46fc-864d-77987354b5c2
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-07-26T01:57:05.157Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-26T01:57:05.157Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-26T01:57:05.157Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-26T01:57:05.157Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-26T01:57:35.158Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 408235d1-93f3-46fc-864d-77987354b5c2
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-07-26T01:57:35.176Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 408235d1-93f3-46fc-864d-77987354b5c2
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-07-26T01:57:35.179Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-26T01:57:35.179Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-26T01:57:35.180Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-26T01:57:35.180Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-26T01:57:52.119Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T01:57:52.120Z||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-07-26T01:57:52.121Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T01:58:01.698Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T01:58:05.180Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 408235d1-93f3-46fc-864d-77987354b5c2
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-07-26T01:58:05.195Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 408235d1-93f3-46fc-864d-77987354b5c2
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-07-26T01:58:05.198Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-26T01:58:05.198Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-26T01:58:05.198Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-26T01:58:05.199Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-26T01:58:35.199Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 408235d1-93f3-46fc-864d-77987354b5c2
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-07-26T01:58:35.213Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 408235d1-93f3-46fc-864d-77987354b5c2
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-07-26T01:58:35.215Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-26T01:58:35.216Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-26T01:58:35.216Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-26T01:58:35.216Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-26T01:58:52.119Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T01:58:52.120Z||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-07-26T01:58:52.121Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T01:59:01.753Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T01:59:05.216Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2022-07-26T01:59:05.217Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 408235d1-93f3-46fc-864d-77987354b5c2 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-07-26T01:59:05.226Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 408235d1-93f3-46fc-864d-77987354b5c2 and serviceModelVersionId: 62fa24d2-e59b-4427-99a2-dfd21564a6dc
2022-07-26T01:59:05.226Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 44de163a-fa65-4f56-9244-b17ca676f8a0
2022-07-26T01:59:05.228Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/44de163a-fa65-4f56-9244-b17ca676f8a0/model-vers/model-ver/62fa24d2-e59b-4427-99a2-dfd21564a6dc?depth=0
2022-07-26T01:59:05.234Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-07-26T01:59:05.290Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/44de163a-fa65-4f56-9244-b17ca676f8a0/model-vers/model-ver/62fa24d2-e59b-4427-99a2-dfd21564a6dc?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-07-26T01:59:05.292Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/44de163a-fa65-4f56-9244-b17ca676f8a0/model-vers/model-ver/62fa24d2-e59b-4427-99a2-dfd21564a6dc?depth=0|INFO|500||Invoke
2022-07-26T01:59:05.297Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/44de163a-fa65-4f56-9244-b17ca676f8a0/model-vers/model-ver/62fa24d2-e59b-4427-99a2-dfd21564a6dc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-07-26T01:59:05.303Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/44de163a-fa65-4f56-9244-b17ca676f8a0/model-vers/model-ver/62fa24d2-e59b-4427-99a2-dfd21564a6dc?depth=0|INFO|503|Service Unavailable|InvokeReturn
2022-07-26T01:59:05.304Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/44de163a-fa65-4f56-9244-b17ca676f8a0/model-vers/model-ver/62fa24d2-e59b-4427-99a2-dfd21564a6dc?depth=0 has http status code:503 and response headers:{date=[Tue, 26 Jul 2022 01:59:05 GMT], server=[envoy], content-length=[145], content-type=[text/plain]}
2022-07-26T01:59:05.305Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||DEBUG|500||upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111

2022-07-26T01:59:05.306Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=408235d1-93f3-46fc-864d-77987354b5c2 upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
2022-07-26T01:59:05.307Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||ERROR|500||Exception occurred
javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=408235d1-93f3-46fc-864d-77987354b5c2 upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:92)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	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-07-26T01:59:05.307Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=408235d1-93f3-46fc-864d-77987354b5c2 upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
2022-07-26T01:59:05.307Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=408235d1-93f3-46fc-864d-77987354b5c2 upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
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-07-26T01:59:05.312Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||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-07-26T01:59:05.312Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 408235d1-93f3-46fc-864d-77987354b5c2 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=408235d1-93f3-46fc-864d-77987354b5c2 upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
2022-07-26T01:59:05.313Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-07-26T01:59:05.313Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-07-26T01:59:05.315Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-26T01:59:05.315Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "408235d1-93f3-46fc-864d-77987354b5c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658800745313,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003d408235d1-93f3-46fc-864d-77987354b5c2 upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111"
}
2022-07-26T01:59:05.415Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-26T01:59:05.416Z||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-07-26T01:59:05.417Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUXN8pTzWgJlcQ5g) ...
2022-07-26T01:59:05.442Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T01:59:05.442Z||pool-24-thread-1|||||INFO|500||cambria reply ok (26 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-07-26T01:59:06.333Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T01:59:06.334Z||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-07-26T01:59:06.334Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T01:59:16.693Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T01:59:16.693Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T01:59:16.694Z||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-07-26T01:59:16.694Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T01:59:26.403Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T01:59:26.404Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T01:59:26.405Z||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-07-26T01:59:26.405Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T01:59:36.477Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T01:59:36.478Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T01:59:36.480Z||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-07-26T01:59:36.480Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T01:59:46.133Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T01:59:46.134Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T01:59:46.135Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-26T01:59:46.135Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUXN8pTzWgJlcQ5g) ...
2022-07-26T01:59:52.119Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T01:59:52.120Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|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-07-26T01:59:52.120Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T01:59:52.806Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T01:59:52.807Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-26T01:59:52.807Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "408235d1-93f3-46fc-864d-77987354b5c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1658800745313,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003d408235d1-93f3-46fc-864d-77987354b5c2 upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111"
}
2022-07-26T01:59:52.809Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-26T01:59:55.882Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T01:59:55.883Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T01:59:55.884Z||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-07-26T01:59:55.884Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T02:00:05.564Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T02:00:52.115Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T02:00:52.117Z||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-07-26T02:00:52.117Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T02:00:52.119Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T02:00:52.119Z||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-07-26T02:00:52.119Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T02:01:01.714Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T02:01:01.814Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T02:01:52.115Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T02:01:52.117Z||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-07-26T02:01:52.117Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T02:01:52.119Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T02:01:52.120Z||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-07-26T02:01:52.120Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T02:02:01.735Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T02:02:01.864Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T02:02:52.116Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T02:02:52.117Z||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-07-26T02:02:52.117Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T02:02:52.119Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T02:02:52.119Z||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-07-26T02:02:52.120Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T02:03:01.694Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T02:03:01.778Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T02:03:52.115Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T02:03:52.116Z||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-07-26T02:03:52.116Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T02:03:52.119Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T02:03:52.119Z||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-07-26T02:03:52.119Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T02:04:01.683Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T02:04:01.727Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T02:04:52.115Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T02:04:52.117Z||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-07-26T02:04:52.117Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T02:04:52.119Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T02:04:52.119Z||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-07-26T02:04:52.120Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T02:05:01.681Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T02:05:01.800Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T02:05:52.115Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T02:05:52.117Z||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-07-26T02:05:52.117Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T02:05:52.119Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T02:05:52.119Z||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-07-26T02:05:52.120Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T02:06:01.695Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T02:06:01.767Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T02:06:52.115Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T02:06:52.116Z||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-07-26T02:06:52.116Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T02:06:52.119Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T02:06:52.119Z||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-07-26T02:06:52.119Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T02:07:01.688Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T02:07:01.731Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T02:07:52.115Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T02:07:52.116Z||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-07-26T02:07:52.116Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T02:07:52.119Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T02:07:52.119Z||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-07-26T02:07:52.120Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T02:08:01.906Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T02:08:01.986Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T02:08:52.115Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T02:08:52.117Z||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-07-26T02:08:52.117Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T02:08:52.119Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T02:08:52.119Z||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-07-26T02:08:52.120Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T02:09:01.694Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T02:09:01.753Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T02:09:52.115Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T02:09:52.117Z||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-07-26T02:09:52.117Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T02:09:52.119Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T02:09:52.120Z||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-07-26T02:09:52.120Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T02:10:01.758Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T02:10:01.806Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T02:10:52.115Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T02:10:52.117Z||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-07-26T02:10:52.117Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T02:10:52.119Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T02:10:52.119Z||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-07-26T02:10:52.119Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T02:11:01.700Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T02:11:01.869Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T02:11:52.116Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T02:11:52.118Z||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-07-26T02:11:52.118Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T02:11:52.119Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T02:11:52.119Z||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-07-26T02:11:52.119Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T02:12:01.692Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T02:12:01.873Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T02:12:52.116Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T02:12:52.119Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T02:12:52.119Z||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-07-26T02:12:52.119Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T02:12:52.119Z|408235d1-93f3-46fc-864d-77987354b5c2|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-07-26T02:12:52.120Z|408235d1-93f3-46fc-864d-77987354b5c2|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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T02:13:01.722Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T02:13:01.829Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T02:13:52.115Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T02:13:52.117Z||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-07-26T02:13:52.117Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T02:13:52.119Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T02:13:52.119Z|408235d1-93f3-46fc-864d-77987354b5c2|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-07-26T02:13:52.121Z|408235d1-93f3-46fc-864d-77987354b5c2|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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T02:14:01.699Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T02:14:01.771Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T02:14:52.115Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T02:14:52.117Z||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-07-26T02:14:52.117Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T02:14:52.119Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T02:14:52.119Z||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-07-26T02:14:52.119Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T02:15:01.817Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T02:15:01.818Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T02:15:52.115Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T02:15:52.116Z||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-07-26T02:15:52.116Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T02:15:52.119Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T02:15:52.119Z||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-07-26T02:15:52.119Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T02:16:01.696Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T02:16:01.838Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T02:16:52.115Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T02:16:52.117Z||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-07-26T02:16:52.117Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T02:16:52.119Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T02:16:52.119Z||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-07-26T02:16:52.119Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T02:17:01.684Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T02:17:01.712Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T02:17:52.115Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T02:17:52.116Z||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-07-26T02:17:52.116Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T02:17:52.119Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T02:17:52.119Z||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-07-26T02:17:52.119Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T02:18:01.682Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T02:18:01.772Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T02:18:52.115Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T02:18:52.116Z||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-07-26T02:18:52.117Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T02:18:52.119Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T02:18:52.119Z||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-07-26T02:18:52.119Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T02:19:01.692Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T02:19:01.785Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T02:19:52.115Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T02:19:52.117Z||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-07-26T02:19:52.117Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T02:19:52.119Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T02:19:52.120Z||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-07-26T02:19:52.120Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T02:20:01.712Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T02:20:01.790Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T02:20:52.115Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T02:20:52.116Z||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-07-26T02:20:52.116Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T02:20:52.119Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T02:20:52.120Z||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-07-26T02:20:52.120Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T02:21:01.697Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T02:21:01.750Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T02:21:52.115Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T02:21:52.116Z||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-07-26T02:21:52.117Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T02:21:52.119Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T02:21:52.119Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|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-07-26T02:21:52.120Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T02:22:01.703Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T02:22:01.778Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T02:22:52.116Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T02:22:52.117Z||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-07-26T02:22:52.117Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T02:22:52.119Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T02:22:52.119Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|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-07-26T02:22:52.119Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T02:23:01.713Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T02:23:01.781Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T02:23:52.116Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T02:23:52.117Z||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-07-26T02:23:52.117Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T02:23:52.119Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T02:23:52.119Z||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-07-26T02:23:52.119Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T02:24:01.692Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T02:24:01.803Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T02:24:52.116Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T02:24:52.118Z||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-07-26T02:24:52.118Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T02:24:52.119Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T02:24:52.119Z||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-07-26T02:24:52.119Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T02:25:01.695Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T02:25:01.825Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T02:25:52.115Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T02:25:52.117Z||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-07-26T02:25:52.117Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T02:25:52.119Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T02:25:52.120Z||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-07-26T02:25:52.120Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T02:26:01.703Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T02:26:01.720Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T02:26:52.115Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T02:26:52.117Z||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-07-26T02:26:52.117Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T02:26:52.119Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T02:26:52.119Z||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-07-26T02:26:52.120Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T02:27:01.716Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T02:27:01.766Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T02:27:52.115Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T02:27:52.117Z||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-07-26T02:27:52.117Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T02:27:52.119Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T02:27:52.120Z||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-07-26T02:27:52.120Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T02:28:01.709Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T02:28:01.744Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T02:28:52.115Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T02:28:52.116Z||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-07-26T02:28:52.116Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T02:28:52.119Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T02:28:52.121Z||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-07-26T02:28:52.122Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T02:29:01.683Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T02:29:01.685Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T02:29:52.115Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T02:29:52.117Z||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-07-26T02:29:52.117Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T02:29:52.119Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T02:29:52.119Z||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-07-26T02:29:52.119Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T02:30:01.676Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T02:30:01.695Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T02:30:52.116Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T02:30:52.117Z||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-07-26T02:30:52.117Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T02:30:52.119Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T02:30:52.120Z|408235d1-93f3-46fc-864d-77987354b5c2|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-07-26T02:30:52.120Z|408235d1-93f3-46fc-864d-77987354b5c2|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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T02:31:01.782Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T02:31:02.436Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T02:31:52.115Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T02:31:52.116Z||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-07-26T02:31:52.116Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T02:31:52.119Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T02:31:52.119Z|408235d1-93f3-46fc-864d-77987354b5c2|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-07-26T02:31:52.119Z|408235d1-93f3-46fc-864d-77987354b5c2|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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T02:32:01.750Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T02:32:01.957Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T02:32:52.115Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T02:32:52.116Z||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-07-26T02:32:52.116Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T02:32:52.119Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T02:32:52.119Z|408235d1-93f3-46fc-864d-77987354b5c2|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-07-26T02:32:52.119Z|408235d1-93f3-46fc-864d-77987354b5c2|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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T02:33:01.743Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T02:33:01.940Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T02:33:52.115Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T02:33:52.116Z||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-07-26T02:33:52.116Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T02:33:52.119Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T02:33:52.120Z|408235d1-93f3-46fc-864d-77987354b5c2|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-07-26T02:33:52.120Z|408235d1-93f3-46fc-864d-77987354b5c2|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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T02:34:01.678Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T02:34:01.687Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T02:34:52.115Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T02:34:52.117Z||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-07-26T02:34:52.117Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T02:34:52.119Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T02:34:52.120Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|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-07-26T02:34:52.120Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T02:35:01.682Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T02:35:01.732Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T02:35:52.115Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T02:35:52.117Z||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-07-26T02:35:52.118Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T02:35:52.119Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T02:35:52.119Z||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-07-26T02:35:52.119Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T02:36:01.687Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T02:36:01.728Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T02:36:52.116Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T02:36:52.117Z||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-07-26T02:36:52.117Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T02:36:52.119Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T02:36:52.119Z||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-07-26T02:36:52.119Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T02:37:01.686Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T02:37:01.687Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T02:37:52.115Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T02:37:52.116Z||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-07-26T02:37:52.117Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T02:37:52.119Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T02:37:52.120Z||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-07-26T02:37:52.120Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T02:38:01.707Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T02:38:01.819Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T02:38:52.115Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T02:38:52.116Z||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-07-26T02:38:52.116Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T02:38:52.119Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T02:38:52.119Z||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-07-26T02:38:52.119Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T02:39:01.764Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T02:39:01.900Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T02:39:52.115Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T02:39:52.116Z||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-07-26T02:39:52.117Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T02:39:52.119Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T02:39:52.119Z||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-07-26T02:39:52.119Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T02:40:01.718Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T02:40:01.858Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T02:40:52.115Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T02:40:52.116Z||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-07-26T02:40:52.116Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T02:40:52.119Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T02:40:52.120Z||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-07-26T02:40:52.120Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T02:41:01.689Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T02:41:01.788Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T02:41:52.115Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T02:41:52.116Z||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-07-26T02:41:52.116Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T02:41:52.119Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T02:41:52.119Z||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-07-26T02:41:52.119Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T02:42:01.686Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T02:42:01.700Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T02:42:52.115Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T02:42:52.116Z||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-07-26T02:42:52.116Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T02:42:52.119Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T02:42:52.119Z||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-07-26T02:42:52.119Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T02:43:01.784Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T02:43:01.944Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T02:43:52.115Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T02:43:52.116Z||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-07-26T02:43:52.116Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T02:43:52.119Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T02:43:52.119Z||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-07-26T02:43:52.119Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T02:44:01.686Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T02:44:01.723Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T02:44:52.115Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T02:44:52.116Z||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-07-26T02:44:52.116Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T02:44:52.119Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T02:44:52.120Z||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-07-26T02:44:52.120Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T02:45:01.736Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T02:45:01.852Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T02:45:52.115Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T02:45:52.116Z||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-07-26T02:45:52.117Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T02:45:52.119Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T02:45:52.119Z||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-07-26T02:45:52.119Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T02:46:01.698Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T02:46:01.791Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T02:46:52.115Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T02:46:52.116Z||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-07-26T02:46:52.116Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T02:46:52.119Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T02:46:52.119Z||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-07-26T02:46:52.119Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T02:47:01.705Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T02:47:01.879Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T02:47:52.115Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T02:47:52.116Z||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-07-26T02:47:52.116Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T02:47:52.119Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T02:47:52.119Z||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-07-26T02:47:52.119Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T02:48:01.735Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T02:48:01.839Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T02:48:52.116Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T02:48:52.118Z||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-07-26T02:48:52.118Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T02:48:52.119Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T02:48:52.120Z||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-07-26T02:48:52.120Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T02:49:01.710Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T02:49:01.749Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T02:49:52.115Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T02:49:52.116Z||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-07-26T02:49:52.116Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T02:49:52.119Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T02:49:52.119Z||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-07-26T02:49:52.120Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T02:50:01.737Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T02:50:01.813Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T02:50:52.115Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T02:50:52.116Z||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-07-26T02:50:52.116Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T02:50:52.119Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T02:50:52.119Z||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-07-26T02:50:52.119Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T02:51:01.671Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T02:51:01.777Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T02:51:52.115Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T02:51:52.117Z||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-07-26T02:51:52.117Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T02:51:52.119Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T02:51:52.119Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|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-07-26T02:51:52.120Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T02:52:01.714Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T02:52:01.782Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T02:52:52.115Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T02:52:52.116Z||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-07-26T02:52:52.116Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T02:52:52.119Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T02:52:52.119Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|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-07-26T02:52:52.119Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T02:53:01.718Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T02:53:01.845Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T02:53:52.116Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T02:53:52.116Z||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-07-26T02:53:52.117Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T02:53:52.119Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T02:53:52.119Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|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-07-26T02:53:52.119Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T02:54:01.694Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T02:54:01.782Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T02:54:52.116Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T02:54:52.117Z||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-07-26T02:54:52.117Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T02:54:52.119Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T02:54:52.119Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|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-07-26T02:54:52.120Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T02:55:01.675Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T02:55:01.685Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T02:55:52.116Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T02:55:52.117Z||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-07-26T02:55:52.117Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T02:55:52.119Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T02:55:52.120Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|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-07-26T02:55:52.120Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T02:56:01.691Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T02:56:01.808Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T02:56:52.115Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T02:56:52.116Z||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-07-26T02:56:52.116Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T02:56:52.119Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T02:56:52.119Z||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-07-26T02:56:52.120Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T02:57:01.723Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T02:57:01.775Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T02:57:52.115Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T02:57:52.116Z||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-07-26T02:57:52.116Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T02:57:52.119Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T02:57:52.119Z||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-07-26T02:57:52.119Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T02:58:01.719Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T02:58:01.832Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T02:58:52.115Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T02:58:52.116Z||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-07-26T02:58:52.116Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T02:58:52.119Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T02:58:52.119Z|408235d1-93f3-46fc-864d-77987354b5c2|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-07-26T02:58:52.119Z|408235d1-93f3-46fc-864d-77987354b5c2|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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T02:59:01.716Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T02:59:01.745Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T02:59:52.115Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T02:59:52.116Z||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-07-26T02:59:52.116Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T02:59:52.119Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T02:59:52.120Z||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-07-26T02:59:52.120Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T03:00:01.704Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T03:00:01.787Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T03:00:52.115Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T03:00:52.116Z||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-07-26T03:00:52.116Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T03:00:52.119Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T03:00:52.119Z||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-07-26T03:00:52.119Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T03:01:01.676Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T03:01:01.678Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T03:01:52.115Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T03:01:52.117Z||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-07-26T03:01:52.117Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T03:01:52.119Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T03:01:52.119Z||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-07-26T03:01:52.119Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T03:02:01.729Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T03:02:01.839Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T03:02:52.115Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T03:02:52.117Z||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-07-26T03:02:52.117Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T03:02:52.119Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T03:02:52.119Z||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-07-26T03:02:52.119Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T03:03:01.727Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T03:03:01.827Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T03:03:52.115Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T03:03:52.116Z||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-07-26T03:03:52.116Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T03:03:52.119Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T03:03:52.119Z||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-07-26T03:03:52.120Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T03:04:01.708Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T03:04:01.757Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T03:04:52.115Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T03:04:52.116Z||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-07-26T03:04:52.116Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T03:04:52.119Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T03:04:52.119Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|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-07-26T03:04:52.119Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T03:05:01.724Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T03:05:01.764Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T03:05:52.115Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T03:05:52.117Z||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-07-26T03:05:52.117Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T03:05:52.119Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T03:05:52.119Z||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-07-26T03:05:52.119Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T03:06:01.703Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T03:06:01.768Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T03:06:52.115Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T03:06:52.116Z||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-07-26T03:06:52.116Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T03:06:52.119Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T03:06:52.119Z||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-07-26T03:06:52.119Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T03:07:01.690Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T03:07:01.870Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T03:07:52.115Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T03:07:52.116Z||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-07-26T03:07:52.116Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T03:07:52.119Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T03:07:52.119Z||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-07-26T03:07:52.120Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T03:08:01.757Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T03:08:01.968Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T03:08:52.116Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T03:08:52.117Z||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-07-26T03:08:52.117Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T03:08:52.119Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T03:08:52.120Z||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-07-26T03:08:52.120Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T03:09:01.714Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T03:09:01.802Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T03:09:52.115Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T03:09:52.117Z||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-07-26T03:09:52.117Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T03:09:52.119Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T03:09:52.119Z||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-07-26T03:09:52.119Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T03:10:01.678Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T03:10:01.680Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T03:10:52.115Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T03:10:52.116Z||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-07-26T03:10:52.117Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T03:10:52.119Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T03:10:52.120Z||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-07-26T03:10:52.120Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T03:11:01.690Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T03:11:01.714Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T03:11:52.115Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T03:11:52.116Z||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-07-26T03:11:52.116Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T03:11:52.119Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T03:11:52.119Z||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-07-26T03:11:52.119Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T03:12:01.672Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T03:12:01.684Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T03:12:52.115Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T03:12:52.117Z||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-07-26T03:12:52.117Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T03:12:52.119Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T03:12:52.119Z||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-07-26T03:12:52.119Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T03:13:01.698Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T03:13:01.768Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T03:13:52.115Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T03:13:52.117Z||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-07-26T03:13:52.117Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T03:13:52.119Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T03:13:52.120Z||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-07-26T03:13:52.120Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T03:14:01.677Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T03:14:01.690Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T03:14:52.116Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T03:14:52.119Z||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-07-26T03:14:52.119Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T03:14:52.119Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T03:14:52.120Z||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-07-26T03:14:52.120Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T03:15:01.709Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T03:15:01.789Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T03:15:52.116Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T03:15:52.119Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T03:15:52.120Z||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-07-26T03:15:52.120Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T03:15:52.121Z||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-07-26T03:15:52.121Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T03:16:01.688Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T03:16:01.715Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T03:16:52.115Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T03:16:52.116Z||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-07-26T03:16:52.117Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T03:16:52.119Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T03:16:52.120Z||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-07-26T03:16:52.120Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T03:17:01.686Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T03:17:01.741Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T03:17:52.115Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T03:17:52.116Z||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-07-26T03:17:52.116Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T03:17:52.119Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T03:17:52.119Z||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-07-26T03:17:52.119Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T03:18:01.692Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T03:18:01.737Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T03:18:52.115Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T03:18:52.116Z||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-07-26T03:18:52.117Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T03:18:52.119Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T03:18:52.119Z||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-07-26T03:18:52.119Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T03:19:01.708Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T03:19:01.709Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T03:19:52.115Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T03:19:52.116Z||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-07-26T03:19:52.116Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T03:19:52.119Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T03:19:52.120Z||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-07-26T03:19:52.120Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T03:20:01.690Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T03:20:01.693Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T03:20:52.115Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T03:20:52.117Z||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-07-26T03:20:52.117Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T03:20:52.119Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T03:20:52.119Z||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-07-26T03:20:52.120Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T03:21:01.687Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T03:21:01.758Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T03:21:52.115Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T03:21:52.116Z||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-07-26T03:21:52.116Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T03:21:52.119Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T03:21:52.119Z||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-07-26T03:21:52.119Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T03:22:01.680Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T03:22:01.739Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T03:22:52.115Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T03:22:52.116Z||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-07-26T03:22:52.116Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T03:22:52.119Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T03:22:52.119Z||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-07-26T03:22:52.120Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T03:23:01.753Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T03:23:01.854Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T03:23:52.115Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T03:23:52.116Z||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-07-26T03:23:52.116Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T03:23:52.119Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T03:23:52.120Z||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-07-26T03:23:52.120Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T03:24:01.780Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T03:24:01.790Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T03:24:52.115Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T03:24:52.116Z||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-07-26T03:24:52.116Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T03:24:52.119Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T03:24:52.119Z||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-07-26T03:24:52.119Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T03:25:01.678Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T03:25:01.709Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T03:25:52.115Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T03:25:52.116Z||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-07-26T03:25:52.116Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T03:25:52.120Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T03:25:52.120Z||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-07-26T03:25:52.121Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T03:26:01.751Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T03:26:01.779Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T03:26:52.115Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T03:26:52.116Z||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-07-26T03:26:52.117Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T03:26:52.119Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T03:26:52.120Z|408235d1-93f3-46fc-864d-77987354b5c2|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-07-26T03:26:52.121Z|408235d1-93f3-46fc-864d-77987354b5c2|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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T03:27:01.695Z|408235d1-93f3-46fc-864d-77987354b5c2|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T03:27:01.852Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T03:27:52.115Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T03:27:52.116Z||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-07-26T03:27:52.117Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T03:27:52.119Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T03:27:52.119Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|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-07-26T03:27:52.119Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T03:28:01.696Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T03:28:01.776Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T03:28:52.116Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T03:28:52.119Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T03:28:52.120Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|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-07-26T03:28:52.120Z||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-07-26T03:28:52.120Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T03:28:52.120Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T03:29:01.734Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T03:29:01.762Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T03:29:52.115Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T03:29:52.116Z||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-07-26T03:29:52.117Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T03:29:52.119Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T03:29:52.119Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|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-07-26T03:29:52.119Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T03:30:01.683Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T03:30:01.697Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T03:30:52.115Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T03:30:52.116Z||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-07-26T03:30:52.116Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T03:30:52.119Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T03:30:52.119Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|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-07-26T03:30:52.120Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T03:31:01.729Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T03:31:01.889Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T03:31:52.115Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T03:31:52.116Z||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-07-26T03:31:52.116Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T03:31:52.119Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T03:31:52.119Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|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-07-26T03:31:52.119Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T03:32:01.678Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T03:32:01.776Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T03:32:52.115Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T03:32:52.116Z||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-07-26T03:32:52.116Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T03:32:52.119Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T03:32:52.119Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|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-07-26T03:32:52.119Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T03:33:01.728Z|194b71b3-cc8f-496f-8e84-fea6f4f24e5f|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T03:33:01.740Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T03:33:52.115Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T03:33:52.116Z||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-07-26T03:33:52.117Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T03:33:52.119Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T03:33:52.120Z||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-07-26T03:33:52.120Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T03:34:01.683Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T03:34:01.690Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T03:34:52.115Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T03:34:52.116Z||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-07-26T03:34:52.117Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T03:34:52.119Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-26T03:34:52.119Z||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-07-26T03:34:52.119Z||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 nUXN8pTzWgJlcQ5g) ...
2022-07-26T03:35:01.765Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-26T03:35:01.851Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK