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)

2023-01-04T23:19:12.615Z||main|||||INFO|500||The following profiles are active: basic
2023-01-04T23:19:24.345Z||main|||||INFO|500||Starting service [Tomcat]
2023-01-04T23:19:24.346Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2023-01-04T23:19:24.545Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2023-01-04T23:19:29.158Z||main|||||INFO|500||catdb-pool - Starting...
2023-01-04T23:19:29.616Z||main|||||INFO|500||catdb-pool - Start completed.
2023-01-04T23:19:30.067Z||main|||||INFO|500||reqdb-pool - Starting...
2023-01-04T23:19:30.106Z||main|||||INFO|500||reqdb-pool - Start completed.
2023-01-04T23:19:30.216Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2023-01-04T23:19:30.466Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2023-01-04T23:19:31.069Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2023-01-04T23:19:33.330Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-01-04T23:19:36.081Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-01-04T23:19:36.145Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2023-01-04T23:19:36.771Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-01-04T23:19:37.007Z||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.
2023-01-04T23:19:38.170Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-01-04T23:19:39.228Z||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_
2023-01-04T23:19:39.909Z||main|||||WARN|500||SQL Error: 1146, SQLState: 42S02
2023-01-04T23:19:39.910Z||main|||||ERROR|500||(conn=1075) Table 'catalogdb.activity_spec' doesn't exist
2023-01-04T23:19:39.922Z||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
2023-01-04T23:19:43.018Z||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
2023-01-04T23:19:45.902Z||main|||||WARN|500||---
2023-01-04T23:19:45.903Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2023-01-04T23:19:45.903Z||main|||||WARN|500||---
2023-01-04T23:19:46.340Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2023-01-04T23:19:51.187Z||main|||||INFO|500||Started Application in 41.794 seconds (JVM running for 43.87)
2023-01-04T23:19:51.211Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-01-04T23:19:51.213Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-01-04T23:19:51.232Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-01-04T23:19:51.262Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2023-01-04T23:19:51.309Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6329a55e-3f52-48bd-b455-58a4ef188754 url= /sdc/v1/artifactTypes
2023-01-04T23:19:51.310Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-01-04T23:19:51.474Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-01-04T23:19:51.496Z||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
2023-01-04T23:19:51.517Z||scheduling-1|||||DEBUG|500||create keys
2023-01-04T23:19:51.524Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2023-01-04T23:19:51.647Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-04T23:19:51.669Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= a122cdbd-69cd-4e15-b403-d985a6501ef1 url= /sdc/v1/registerForDistribution
2023-01-04T23:19:51.838Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= a122cdbd-69cd-4e15-b403-d985a6501ef1 url= /sdc/v1/registerForDistribution
2023-01-04T23:19:51.839Z||scheduling-1|||||INFO|500||start DistributionClient
2023-01-04T23:19:51.847Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-04T23:19:51.858Z||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.
2023-01-04T23:19:51.858Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-04T23:19:51.853Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-04T23:19:51.859Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2023-01-04T23:19:51.860Z||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.
2023-01-04T23:19:51.860Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-04T23:20:02.456Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-04T23:20:02.457Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-04T23:20:51.845Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-04T23:20:51.847Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-04T23:20:51.848Z||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.
2023-01-04T23:20:51.850Z||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.
2023-01-04T23:20:51.850Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-04T23:20:51.850Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-04T23:21:01.419Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-04T23:21:01.425Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-04T23:21:51.846Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-04T23:21:51.847Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-04T23:21:51.848Z||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.
2023-01-04T23:21:51.848Z||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.
2023-01-04T23:21:51.848Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-04T23:21:51.848Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-04T23:22:01.416Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-04T23:22:01.420Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-04T23:22:51.844Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-04T23:22:51.846Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-04T23:22:51.846Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T6awn5sWYwnKl7Gg) ...
2023-01-04T23:22:51.847Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-04T23:22:51.848Z||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.
2023-01-04T23:22:51.848Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-04T23:23:01.419Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-04T23:23:01.419Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-04T23:23:51.844Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-04T23:23:51.845Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-04T23:23:51.846Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T6awn5sWYwnKl7Gg) ...
2023-01-04T23:23:51.847Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-04T23:23:51.847Z||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.
2023-01-04T23:23:51.847Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-04T23:24:01.400Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-04T23:24:01.404Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-04T23:24:51.844Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-04T23:24:51.845Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-04T23:24:51.846Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T6awn5sWYwnKl7Gg) ...
2023-01-04T23:24:51.847Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-04T23:24:51.847Z||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.
2023-01-04T23:24:51.847Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-04T23:25:01.412Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-04T23:25:01.420Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-04T23:25:51.844Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-04T23:25:51.845Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-04T23:25:51.846Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T6awn5sWYwnKl7Gg) ...
2023-01-04T23:25:51.847Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-04T23:25:51.847Z||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.
2023-01-04T23:25:51.847Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-04T23:26:01.391Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-04T23:26:01.396Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-04T23:26:51.844Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-04T23:26:51.845Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-04T23:26:51.846Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T6awn5sWYwnKl7Gg) ...
2023-01-04T23:26:51.847Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-04T23:26:51.848Z||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.
2023-01-04T23:26:51.849Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-04T23:27:01.412Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-04T23:27:01.412Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-04T23:27:51.844Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-04T23:27:51.846Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-04T23:27:51.846Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T6awn5sWYwnKl7Gg) ...
2023-01-04T23:27:51.847Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-04T23:27:51.847Z||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.
2023-01-04T23:27:51.847Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-04T23:28:01.405Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-04T23:28:01.406Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-04T23:28:51.844Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-04T23:28:51.846Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-04T23:28:51.846Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T6awn5sWYwnKl7Gg) ...
2023-01-04T23:28:51.847Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-04T23:28:51.847Z||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.
2023-01-04T23:28:51.847Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-04T23:29:01.406Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-04T23:29:01.408Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-04T23:29:14.997Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-01-04T23:29:51.845Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-04T23:29:51.847Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-04T23:29:51.847Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-04T23:29:51.847Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T6awn5sWYwnKl7Gg) ...
2023-01-04T23:29:51.847Z||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.
2023-01-04T23:29:51.848Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-04T23:30:01.442Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-04T23:30:01.442Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-04T23:30:51.844Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-04T23:30:51.845Z||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.
2023-01-04T23:30:51.846Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-04T23:30:51.847Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-04T23:30:51.847Z||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.
2023-01-04T23:30:51.847Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-04T23:31:01.403Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-04T23:31:01.405Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-04T23:31:51.844Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-04T23:31:51.845Z||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.
2023-01-04T23:31:51.846Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-04T23:31:51.847Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-04T23:31:51.847Z||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.
2023-01-04T23:31:51.847Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-04T23:32:01.394Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-04T23:32:01.397Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-04T23:32:51.844Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-04T23:32:51.845Z||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.
2023-01-04T23:32:51.845Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-04T23:32:51.847Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-04T23:32:51.847Z||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.
2023-01-04T23:32:51.847Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-04T23:33:01.415Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-04T23:33:01.416Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-04T23:33:51.844Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-04T23:33:51.845Z||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.
2023-01-04T23:33:51.845Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-04T23:33:51.847Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-04T23:33:51.847Z||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.
2023-01-04T23:33:51.847Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-04T23:34:01.391Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-04T23:34:01.411Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-04T23:34:51.844Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-04T23:34:51.845Z||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.
2023-01-04T23:34:51.846Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-04T23:34:51.847Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-04T23:34:51.847Z||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.
2023-01-04T23:34:51.847Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-04T23:35:01.397Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-04T23:35:01.413Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-04T23:35:51.844Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-04T23:35:51.845Z||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.
2023-01-04T23:35:51.845Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-04T23:35:51.847Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-04T23:35:51.847Z||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.
2023-01-04T23:35:51.847Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-04T23:36:01.405Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-04T23:36:01.405Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-04T23:36:51.844Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-04T23:36:51.845Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-04T23:36:51.845Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T6awn5sWYwnKl7Gg) ...
2023-01-04T23:36:51.847Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-04T23:36:51.847Z||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.
2023-01-04T23:36:51.847Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-04T23:37:01.396Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-04T23:37:01.399Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-04T23:37:51.844Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-04T23:37:51.845Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-04T23:37:51.845Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T6awn5sWYwnKl7Gg) ...
2023-01-04T23:37:51.847Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-04T23:37:51.847Z||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.
2023-01-04T23:37:51.848Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-04T23:38:01.398Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-04T23:38:01.398Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-04T23:38:51.844Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-04T23:38:51.846Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-04T23:38:51.846Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T6awn5sWYwnKl7Gg) ...
2023-01-04T23:38:51.847Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-04T23:38:51.847Z||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.
2023-01-04T23:38:51.848Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-04T23:39:01.404Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-04T23:39:01.411Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-04T23:39:51.845Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-04T23:39:51.847Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-04T23:39:51.847Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-04T23:39:51.847Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T6awn5sWYwnKl7Gg) ...
2023-01-04T23:39:51.847Z||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.
2023-01-04T23:39:51.848Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-04T23:40:01.401Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-04T23:40:01.405Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-04T23:40:51.844Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-04T23:40:51.845Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-04T23:40:51.845Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T6awn5sWYwnKl7Gg) ...
2023-01-04T23:40:51.847Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-04T23:40:51.847Z||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.
2023-01-04T23:40:51.847Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-04T23:41:01.408Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-04T23:41:01.410Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-04T23:41:51.844Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-04T23:41:51.845Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-04T23:41:51.845Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T6awn5sWYwnKl7Gg) ...
2023-01-04T23:41:51.847Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-04T23:41:51.847Z||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.
2023-01-04T23:41:51.847Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-04T23:42:01.402Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-04T23:42:01.404Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-04T23:42:51.844Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-04T23:42:51.846Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-04T23:42:51.846Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T6awn5sWYwnKl7Gg) ...
2023-01-04T23:42:51.847Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-04T23:42:51.847Z||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.
2023-01-04T23:42:51.848Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-04T23:43:01.396Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-04T23:43:01.401Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-04T23:43:51.844Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-04T23:43:51.845Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-04T23:43:51.846Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T6awn5sWYwnKl7Gg) ...
2023-01-04T23:43:51.847Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-04T23:43:51.848Z||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.
2023-01-04T23:43:51.848Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-04T23:44:01.395Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-04T23:44:01.395Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-04T23:44:51.844Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-04T23:44:51.845Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-04T23:44:51.846Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T6awn5sWYwnKl7Gg) ...
2023-01-04T23:44:51.847Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-04T23:44:51.847Z||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.
2023-01-04T23:44:51.847Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-04T23:45:01.395Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-04T23:45:01.402Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-04T23:45:51.844Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-04T23:45:51.846Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-04T23:45:51.846Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T6awn5sWYwnKl7Gg) ...
2023-01-04T23:45:51.847Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-04T23:45:51.847Z||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.
2023-01-04T23:45:51.847Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-04T23:46:01.396Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-04T23:46:01.398Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-04T23:46:51.844Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-04T23:46:51.845Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-04T23:46:51.845Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T6awn5sWYwnKl7Gg) ...
2023-01-04T23:46:51.847Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-04T23:46:51.847Z||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.
2023-01-04T23:46:51.847Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-04T23:47:01.405Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-04T23:47:01.405Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-04T23:47:51.844Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-04T23:47:51.846Z||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.
2023-01-04T23:47:51.846Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-04T23:47:51.847Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-04T23:47:51.847Z||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.
2023-01-04T23:47:51.848Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-04T23:48:01.400Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-04T23:48:01.402Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-04T23:48:51.845Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-04T23:48:51.847Z||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.
2023-01-04T23:48:51.847Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-04T23:48:51.848Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-04T23:48:51.849Z||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.
2023-01-04T23:48:51.849Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-04T23:49:01.399Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-04T23:49:01.399Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-04T23:49:51.844Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-04T23:49:51.845Z||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.
2023-01-04T23:49:51.845Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-04T23:49:51.847Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-04T23:49:51.847Z||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.
2023-01-04T23:49:51.847Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-04T23:50:01.405Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-04T23:50:01.409Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-04T23:50:51.845Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-04T23:50:51.846Z||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.
2023-01-04T23:50:51.846Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-04T23:50:51.847Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-04T23:50:51.848Z||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.
2023-01-04T23:50:51.848Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-04T23:51:01.394Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-04T23:51:01.394Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-04T23:51:51.844Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-04T23:51:51.845Z||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.
2023-01-04T23:51:51.845Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-04T23:51:51.847Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-04T23:51:51.847Z||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.
2023-01-04T23:51:51.848Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-04T23:52:01.394Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-04T23:52:01.395Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-04T23:52:51.845Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-04T23:52:51.847Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-04T23:52:51.847Z||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.
2023-01-04T23:52:51.848Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-04T23:52:51.847Z||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.
2023-01-04T23:52:51.849Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-04T23:53:01.415Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-04T23:53:01.429Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-04T23:53:51.844Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-04T23:53:51.845Z||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.
2023-01-04T23:53:51.846Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-04T23:53:51.847Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-04T23:53:51.847Z||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.
2023-01-04T23:53:51.847Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-04T23:54:01.399Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-04T23:54:01.400Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-04T23:54:51.844Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-04T23:54:51.845Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-04T23:54:51.845Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T6awn5sWYwnKl7Gg) ...
2023-01-04T23:54:51.847Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-04T23:54:51.847Z||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.
2023-01-04T23:54:51.847Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-04T23:55:01.404Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-04T23:55:01.407Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-04T23:55:51.844Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-04T23:55:51.845Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-04T23:55:51.845Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T6awn5sWYwnKl7Gg) ...
2023-01-04T23:55:51.847Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-04T23:55:51.847Z||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.
2023-01-04T23:55:51.847Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-04T23:56:01.398Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-04T23:56:01.398Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-04T23:56:51.844Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-04T23:56:51.845Z||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.
2023-01-04T23:56:51.845Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-04T23:56:51.847Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-04T23:56:51.847Z||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.
2023-01-04T23:56:51.847Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-04T23:57:01.393Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-04T23:57:01.398Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-04T23:57:51.845Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-04T23:57:51.846Z||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.
2023-01-04T23:57:51.846Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-04T23:57:51.847Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-04T23:57:51.848Z||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.
2023-01-04T23:57:51.849Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-04T23:58:01.396Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-04T23:58:01.404Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-04T23:58:51.844Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-04T23:58:51.846Z||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.
2023-01-04T23:58:51.847Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-04T23:58:51.847Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-04T23:58:51.847Z||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.
2023-01-04T23:58:51.847Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-04T23:59:01.394Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-04T23:59:01.405Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-04T23:59:51.845Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-04T23:59:51.847Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-04T23:59:51.848Z||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.
2023-01-04T23:59:51.848Z||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.
2023-01-04T23:59:51.848Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-04T23:59:51.848Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T00:00:01.398Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:00:01.398Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:00:51.844Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T00:00:51.845Z||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.
2023-01-05T00:00:51.846Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T00:00:51.847Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T00:00:51.847Z||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.
2023-01-05T00:00:51.847Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T00:01:01.394Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:01:01.397Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:01:51.844Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T00:01:51.845Z||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.
2023-01-05T00:01:51.845Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T00:01:51.847Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T00:01:51.847Z||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.
2023-01-05T00:01:51.848Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T00:02:01.390Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:02:01.392Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:02:51.844Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T00:02:51.846Z||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.
2023-01-05T00:02:51.846Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T00:02:51.847Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T00:02:51.847Z||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.
2023-01-05T00:02:51.848Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T00:03:01.395Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:03:01.403Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:03:51.844Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T00:03:51.845Z||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.
2023-01-05T00:03:51.845Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T00:03:51.847Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T00:03:51.847Z||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.
2023-01-05T00:03:51.847Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T00:04:01.395Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:04:01.395Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:04:51.844Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T00:04:51.846Z||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.
2023-01-05T00:04:51.846Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T00:04:51.847Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T00:04:51.847Z||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.
2023-01-05T00:04:51.847Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T00:05:01.387Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:05:01.389Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:05:51.844Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T00:05:51.845Z||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.
2023-01-05T00:05:51.846Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T00:05:51.847Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T00:05:51.847Z||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.
2023-01-05T00:05:51.847Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T00:06:01.411Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:06:01.413Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:06:51.844Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T00:06:51.845Z||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.
2023-01-05T00:06:51.845Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T00:06:51.847Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T00:06:51.847Z||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.
2023-01-05T00:06:51.847Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T00:07:01.397Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:07:01.399Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:07:51.844Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T00:07:51.845Z||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.
2023-01-05T00:07:51.846Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T00:07:51.847Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T00:07:51.847Z||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.
2023-01-05T00:07:51.847Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T00:08:01.408Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:08:01.409Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:08:51.844Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T00:08:51.845Z||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.
2023-01-05T00:08:51.845Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T00:08:51.847Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T00:08:51.847Z||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.
2023-01-05T00:08:51.847Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T00:09:01.390Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:09:01.390Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:09:51.844Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T00:09:51.845Z||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.
2023-01-05T00:09:51.845Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T00:09:51.847Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T00:09:51.847Z||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.
2023-01-05T00:09:51.847Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T00:10:01.397Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:10:01.401Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:10:51.844Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T00:10:51.846Z||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.
2023-01-05T00:10:51.846Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T00:10:51.847Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T00:10:51.847Z||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.
2023-01-05T00:10:51.847Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T00:11:01.393Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:11:01.394Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:11:51.844Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T00:11:51.846Z||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.
2023-01-05T00:11:51.846Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T00:11:51.847Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T00:11:51.847Z||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.
2023-01-05T00:11:51.848Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T00:12:01.392Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:12:01.395Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:12:51.844Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T00:12:51.845Z||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.
2023-01-05T00:12:51.845Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T00:12:51.847Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T00:12:51.847Z||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.
2023-01-05T00:12:51.847Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T00:13:01.395Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:13:01.397Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:13:51.844Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T00:13:51.845Z||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.
2023-01-05T00:13:51.846Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T00:13:51.848Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T00:13:51.848Z||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.
2023-01-05T00:13:51.848Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T00:14:01.393Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:14:01.394Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:14:51.844Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T00:14:51.845Z||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.
2023-01-05T00:14:51.846Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T00:14:51.847Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T00:14:51.847Z||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.
2023-01-05T00:14:51.847Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T00:15:01.437Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:15:01.438Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:15:51.844Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T00:15:51.845Z||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.
2023-01-05T00:15:51.845Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T00:15:51.847Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T00:15:51.847Z||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.
2023-01-05T00:15:51.847Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T00:16:01.399Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:16:01.400Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:16:51.844Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T00:16:51.845Z||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.
2023-01-05T00:16:51.845Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T00:16:51.847Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T00:16:51.847Z||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.
2023-01-05T00:16:51.847Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T00:17:01.397Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:17:01.398Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:17:51.844Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T00:17:51.845Z||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.
2023-01-05T00:17:51.845Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T00:17:51.847Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T00:17:51.848Z||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.
2023-01-05T00:17:51.849Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T00:18:01.406Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:18:01.415Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:18:51.844Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T00:18:51.845Z||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.
2023-01-05T00:18:51.845Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T00:18:51.847Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T00:18:51.847Z||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.
2023-01-05T00:18:51.847Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T00:19:01.404Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:19:01.404Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:19:51.844Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T00:19:51.845Z||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.
2023-01-05T00:19:51.845Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T00:19:51.847Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T00:19:51.847Z||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.
2023-01-05T00:19:51.847Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T00:20:01.396Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:20:01.416Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:20:51.844Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T00:20:51.845Z||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.
2023-01-05T00:20:51.845Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T00:20:51.847Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T00:20:51.847Z||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.
2023-01-05T00:20:51.847Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T00:21:01.395Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:21:01.404Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:21:51.844Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T00:21:51.846Z||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.
2023-01-05T00:21:51.846Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T00:21:51.847Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T00:21:51.847Z||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.
2023-01-05T00:21:51.848Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T00:22:01.400Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:22:01.400Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:22:51.844Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T00:22:51.846Z||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.
2023-01-05T00:22:51.846Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T00:22:51.847Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T00:22:51.847Z||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.
2023-01-05T00:22:51.847Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T00:23:01.421Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:23:01.432Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:23:51.844Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T00:23:51.845Z||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.
2023-01-05T00:23:51.846Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T00:23:51.847Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T00:23:51.847Z||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.
2023-01-05T00:23:51.847Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T00:24:01.393Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:24:01.394Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:24:51.845Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T00:24:51.846Z||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.
2023-01-05T00:24:51.846Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T00:24:51.847Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T00:24:51.847Z||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.
2023-01-05T00:24:51.847Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T00:25:01.391Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:25:01.393Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:25:51.844Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T00:25:51.846Z||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.
2023-01-05T00:25:51.846Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T00:25:51.847Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T00:25:51.848Z||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.
2023-01-05T00:25:51.848Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T00:26:01.396Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:26:01.396Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:26:51.844Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T00:26:51.845Z||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.
2023-01-05T00:26:51.846Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T00:26:51.847Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T00:26:51.847Z||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.
2023-01-05T00:26:51.847Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T00:27:01.391Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:27:01.392Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:27:51.844Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T00:27:51.845Z||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.
2023-01-05T00:27:51.845Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T00:27:51.847Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T00:27:51.847Z||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.
2023-01-05T00:27:51.847Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T00:28:01.396Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:28:01.397Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:28:51.844Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T00:28:51.845Z||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.
2023-01-05T00:28:51.845Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T00:28:51.847Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T00:28:51.847Z||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.
2023-01-05T00:28:51.847Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T00:29:01.396Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:29:01.396Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:29:51.844Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T00:29:51.845Z||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.
2023-01-05T00:29:51.845Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T00:29:51.847Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T00:29:51.847Z||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.
2023-01-05T00:29:51.848Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T00:30:01.387Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:30:01.396Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:30:51.844Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T00:30:51.845Z||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.
2023-01-05T00:30:51.845Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T00:30:51.847Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T00:30:51.847Z||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.
2023-01-05T00:30:51.848Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T00:31:01.393Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:31:01.400Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:31:51.844Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T00:31:51.845Z||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.
2023-01-05T00:31:51.845Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T00:31:51.847Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T00:31:51.847Z||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.
2023-01-05T00:31:51.847Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T00:32:01.404Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:32:01.409Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:32:51.844Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T00:32:51.845Z||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.
2023-01-05T00:32:51.846Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T00:32:51.847Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T00:32:51.847Z||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.
2023-01-05T00:32:51.847Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T00:33:01.386Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:33:01.387Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:33:51.844Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T00:33:51.845Z||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.
2023-01-05T00:33:51.845Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T00:33:51.847Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T00:33:51.847Z||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.
2023-01-05T00:33:51.847Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T00:34:01.390Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:34:01.436Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:34:51.845Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T00:34:51.846Z||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.
2023-01-05T00:34:51.846Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T00:34:51.847Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T00:34:51.847Z||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.
2023-01-05T00:34:51.847Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T00:34:59.191Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:34:59.193Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-05T00:34:59.193Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a3a685a-c32c-40c2-a3ed-771b185058ab",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672878895302,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105003351/1.0/resourceInstances/vfwc5a95aedb1930/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T00:34:59.223Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-05T00:34:59.481Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:34:59.483Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-05T00:34:59.483Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"9a3a685a-c32c-40c2-a3ed-771b185058ab","serviceName":"vFW 2023-01-05 00-33-51","serviceVersion":"1.0","serviceUUID":"064de73a-c1d9-44b1-a9eb-a66af2498218","serviceDescription":"catalog service description","serviceInvariantUUID":"4dffc325-3783-46da-9feb-ba672de0f2d0","resources":[{"resourceInstanceName":"vFW c5a95aed-b193 0","resourceName":"vFW c5a95aed-b193","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"48649975-0714-47af-838a-64d1b55a933a","resourceInvariantUUID":"5f37ab28-a93a-4ca9-9598-288cc4dac47b","resourceCustomizationUUID":"51eda800-2540-4544-89b7-42c1b95d8094","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230105003351/1.0/resourceInstances/vfwc5a95aedb1930/artifacts/vf-license-model.xml","artifactChecksum":"OTU5ZmJlYjE4ODkxMDEyZGQ0ZjEzMTA0NGI5MmVjNjI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"94bcd0d2-b5dc-4de7-8616-4149a07a879c","artifactVersion":"1"},{"artifactName":"vfwc5a95aedb1930_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230105003351/1.0/resourceInstances/vfwc5a95aedb1930/artifacts/vfwc5a95aedb1930_modules.json","artifactChecksum":"MjY0NWRjZTJiMTVjNzUxOWNlZjdmNDRmZjc5NTc3Yzg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"acfdea90-4742-413b-9335-292f13890e94","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230105003351/1.0/resourceInstances/vfwc5a95aedb1930/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"1ad830ca-cb94-43ef-abd4-2c09aa21fd68","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230105003351/1.0/resourceInstances/vfwc5a95aedb1930/artifacts/vendor-license-model.xml","artifactChecksum":"OWQ2MjZiZmQ2ODRhYTRkMzg4Yzc0NmJjZjNlMzQxZGI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"82a8d08d-5752-4598-8493-1d01bb1c457b","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230105003351/1.0/resourceInstances/vfwc5a95aedb1930/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a948edf5-a3e6-4ad5-8ee9-9769a53d2fcb","artifactVersion":"2","generatedFromUUID":"1ad830ca-cb94-43ef-abd4-2c09aa21fd68"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230105003351-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230105003351/1.0/artifacts/service-Vfw20230105003351-template.yml","artifactChecksum":"MDZkZTIyMDI5ZDljMTk2NjQyNDdlZWUyN2I2ODg0N2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0c8c8c8d-51e1-43e0-b385-e14ef316ee62","artifactVersion":"1"},{"artifactName":"service-Vfw20230105003351-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230105003351/1.0/artifacts/service-Vfw20230105003351-csar.csar","artifactChecksum":"NTRlZmUzZmI0MzM0ODkxNmU3MDI0YzgyNmI4NWVjZGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"06567094-dcf0-4a4d-a35c-044293e845a6","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-05T00:34:59.494Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-05T00:34:59.502Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-05T00:34:59.513Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T00:34:59.513Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9a3a685a-c32c-40c2-a3ed-771b185058ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672878891844,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105003351/1.0/resourceInstances/vfwc5a95aedb1930/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T00:34:59.613Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2023-01-05T00:34:59.619Z||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.
2023-01-05T00:34:59.619Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T6awn5sWYwnKl7Gg) ...
2023-01-05T00:34:59.646Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:34:59.647Z||pool-3-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":5,"count":1}
2023-01-05T00:35:00.520Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-05T00:35:00.520Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-05T00:35:00.522Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T00:35:00.522Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9a3a685a-c32c-40c2-a3ed-771b185058ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672878891844,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105003351/1.0/resourceInstances/vfwc5a95aedb1930/artifacts/vfwc5a95aedb1930_modules.json",
  "status": "NOTIFIED"
}
2023-01-05T00:35:00.623Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-05T00:35:00.623Z||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.
2023-01-05T00:35:00.624Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T6awn5sWYwnKl7Gg) ...
2023-01-05T00:35:00.653Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:35:00.653Z||pool-4-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2023-01-05T00:35:01.527Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-05T00:35:01.528Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-05T00:35:01.530Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T00:35:01.530Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9a3a685a-c32c-40c2-a3ed-771b185058ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672878891844,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105003351/1.0/resourceInstances/vfwc5a95aedb1930/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-01-05T00:35:01.630Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-05T00:35:01.631Z||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.
2023-01-05T00:35:01.632Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T6awn5sWYwnKl7Gg) ...
2023-01-05T00:35:01.666Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:35:01.667Z||pool-5-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2023-01-05T00:35:02.531Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-05T00:35:02.532Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-05T00:35:02.533Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T00:35:02.533Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9a3a685a-c32c-40c2-a3ed-771b185058ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672878891844,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105003351/1.0/resourceInstances/vfwc5a95aedb1930/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T00:35:02.634Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-01-05T00:35:02.634Z||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.
2023-01-05T00:35:02.635Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T6awn5sWYwnKl7Gg) ...
2023-01-05T00:35:02.647Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:35:02.648Z||pool-6-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-01-05T00:35:03.534Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-05T00:35:03.535Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-05T00:35:03.537Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T00:35:03.537Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9a3a685a-c32c-40c2-a3ed-771b185058ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672878891844,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105003351/1.0/resourceInstances/vfwc5a95aedb1930/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-01-05T00:35:03.637Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-05T00:35:03.638Z||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.
2023-01-05T00:35:03.638Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T6awn5sWYwnKl7Gg) ...
2023-01-05T00:35:03.652Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:35:03.653Z||pool-7-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2023-01-05T00:35:04.537Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-05T00:35:04.538Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-05T00:35:04.540Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T00:35:04.540Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9a3a685a-c32c-40c2-a3ed-771b185058ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672878891844,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105003351/1.0/artifacts/service-Vfw20230105003351-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T00:35:04.640Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-05T00:35:04.642Z||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.
2023-01-05T00:35:04.642Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T6awn5sWYwnKl7Gg) ...
2023-01-05T00:35:04.658Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:35:04.658Z||pool-8-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2023-01-05T00:35:05.541Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-05T00:35:05.542Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-05T00:35:05.545Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T00:35:05.545Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9a3a685a-c32c-40c2-a3ed-771b185058ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672878891844,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105003351/1.0/artifacts/service-Vfw20230105003351-csar.csar",
  "status": "NOTIFIED"
}
2023-01-05T00:35:05.645Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-05T00:35:05.646Z||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.
2023-01-05T00:35:05.646Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T6awn5sWYwnKl7Gg) ...
2023-01-05T00:35:05.663Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:35:05.664Z||pool-9-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2023-01-05T00:35:06.547Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "9a3a685a-c32c-40c2-a3ed-771b185058ab",
  "serviceName": "vFW 2023-01-05 00-33-51",
  "serviceVersion": "1.0",
  "serviceUUID": "064de73a-c1d9-44b1-a9eb-a66af2498218",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "4dffc325-3783-46da-9feb-ba672de0f2d0",
  "resources": [
    {
      "resourceInstanceName": "vFW c5a95aed-b193 0",
      "resourceCustomizationUUID": "51eda800-2540-4544-89b7-42c1b95d8094",
      "resourceName": "vFW c5a95aed-b193",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "48649975-0714-47af-838a-64d1b55a933a",
      "resourceInvariantUUID": "5f37ab28-a93a-4ca9-9598-288cc4dac47b",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwc5a95aedb1930_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230105003351/1.0/resourceInstances/vfwc5a95aedb1930/artifacts/vfwc5a95aedb1930_modules.json",
          "artifactChecksum": "MjY0NWRjZTJiMTVjNzUxOWNlZjdmNDRmZjc5NTc3Yzg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "acfdea90-4742-413b-9335-292f13890e94",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230105003351/1.0/resourceInstances/vfwc5a95aedb1930/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "1ad830ca-cb94-43ef-abd4-2c09aa21fd68",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230105003351/1.0/resourceInstances/vfwc5a95aedb1930/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "a948edf5-a3e6-4ad5-8ee9-9769a53d2fcb",
            "generatedFromUUID": "1ad830ca-cb94-43ef-abd4-2c09aa21fd68"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230105003351/1.0/resourceInstances/vfwc5a95aedb1930/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "a948edf5-a3e6-4ad5-8ee9-9769a53d2fcb",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230105003351-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230105003351/1.0/artifacts/service-Vfw20230105003351-csar.csar",
      "artifactChecksum": "NTRlZmUzZmI0MzM0ODkxNmU3MDI0YzgyNmI4NWVjZGY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "06567094-dcf0-4a4d-a35c-044293e845a6"
    }
  ],
  "workloadContext": "Production"
}
2023-01-05T00:35:06.548Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-05T00:35:06.548Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 064de73a-c1d9-44b1-a9eb-a66af2498218 ASDC
2023-01-05T00:35:06.663Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:9a3a685a-c32c-40c2-a3ed-771b185058ab
ServiceName:vFW 2023-01-05 00-33-51
ServiceVersion:1.0
ServiceUUID:064de73a-c1d9-44b1-a9eb-a66af2498218
ServiceInvariantUUID:4dffc325-3783-46da-9feb-ba672de0f2d0
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230105003351-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230105003351/1.0/artifacts/service-Vfw20230105003351-csar.csar
ArtifactUUID:06567094-dcf0-4a4d-a35c-044293e845a6
ArtifactChecksum:NTRlZmUzZmI0MzM0ODkxNmU3MDI0YzgyNmI4NWVjZGY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW c5a95aed-b193 0
ResourceCustomizationUUID:51eda800-2540-4544-89b7-42c1b95d8094
ResourceInvariantUUID:5f37ab28-a93a-4ca9-9598-288cc4dac47b
ResourceName:vFW c5a95aed-b193
ResourceType:VF
ResourceUUID:48649975-0714-47af-838a-64d1b55a933a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwc5a95aedb1930_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230105003351/1.0/resourceInstances/vfwc5a95aedb1930/artifacts/vfwc5a95aedb1930_modules.json
ArtifactUUID:acfdea90-4742-413b-9335-292f13890e94
ArtifactChecksum:MjY0NWRjZTJiMTVjNzUxOWNlZjdmNDRmZjc5NTc3Yzg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_vfw.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/Vfw20230105003351/1.0/resourceInstances/vfwc5a95aedb1930/artifacts/base_vfw.yaml
ArtifactUUID:1ad830ca-cb94-43ef-abd4-2c09aa21fd68
ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230105003351/1.0/resourceInstances/vfwc5a95aedb1930/artifacts/base_vfw.env
ArtifactUUID:a948edf5-a3e6-4ad5-8ee9-9769a53d2fcb
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230105003351/1.0/resourceInstances/vfwc5a95aedb1930/artifacts/base_vfw.env
ArtifactUUID:a948edf5-a3e6-4ad5-8ee9-9769a53d2fcb
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-01-05T00:35:06.664Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 064de73a-c1d9-44b1-a9eb-a66af2498218 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 (?, ?, ?, ?, ?)
2023-01-05T00:35:06.867Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-05T00:35:06.868Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-01-05T00:35:06.870Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-01-05T00:35:06.870Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 06567094-dcf0-4a4d-a35c-044293e845a6 from URL: /sdc/v1/catalog/services/Vfw20230105003351/1.0/artifacts/service-Vfw20230105003351-csar.csar
2023-01-05T00:35:06.870Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-01-05T00:35:06.871Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230105003351/1.0/artifacts/service-Vfw20230105003351-csar.csar
2023-01-05T00:35:06.956Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-01-05T00:35:06.962Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230105003351/1.0/artifacts/service-Vfw20230105003351-csar.csar 06567094-dcf0-4a4d-a35c-044293e845a6 101555
2023-01-05T00:35:06.964Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230105003351/1.0/artifacts/service-Vfw20230105003351-csar.csar ASDC sendASDCNotification
2023-01-05T00:35:06.964Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230105003351/1.0/artifacts/service-Vfw20230105003351-csar.csar
2023-01-05T00:35:06.964Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-05T00:35:06.965Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-05T00:35:06.967Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T00:35:06.967Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9a3a685a-c32c-40c2-a3ed-771b185058ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672878906962,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105003351/1.0/artifacts/service-Vfw20230105003351-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-05T00:35:07.067Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-05T00:35:07.069Z||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.
2023-01-05T00:35:07.069Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T6awn5sWYwnKl7Gg) ...
2023-01-05T00:35:07.081Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:35:07.082Z||pool-10-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-01-05T00:35:07.968Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-05T00:35:07.969Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-01-05T00:35:07.969Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 06567094-dcf0-4a4d-a35c-044293e845a6, URL: /sdc/v1/catalog/services/Vfw20230105003351/1.0/artifacts/service-Vfw20230105003351-csar.csar to file: /app/ASDC/1/service-Vfw20230105003351-csar.csar
2023-01-05T00:35:07.970Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230105003351-csar.csar
2023-01-05T00:35:08.054Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230105003351-csar.csar
2023-01-05T00:35:08.054Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230105003351-csar.csar
2023-01-05T00:35:08.725Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11648126105655208995/Definitions/service-Vfw20230105003351-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-01-05T00:35:11.599Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-05T00:35:11.604Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-01-05T00:35:11.605Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230105003351-csar.csar
2023-01-05T00:35:11.605Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-01-05T00:35:11.605Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW c5a95aed-b193 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-Vfw20230105003351-csar.csar
2023-01-05T00:35:11.605Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230105003351-csar.csar
2023-01-05T00:35:11.605Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|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-Vfw20230105003351-csar.csar
2023-01-05T00:35:11.605Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230105003351-csar.csar
2023-01-05T00:35:11.605Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|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-Vfw20230105003351-csar.csar
2023-01-05T00:35:11.605Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230105003351-csar.csar
2023-01-05T00:35:11.606Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230105003351-csar.csar
2023-01-05T00:35:11.606Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|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-Vfw20230105003351-csar.csar
2023-01-05T00:35:11.606Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230105003351-csar.csar
2023-01-05T00:35:11.606Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230105003351-csar.csar
2023-01-05T00:35:11.606Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230105003351-csar.csar
2023-01-05T00:35:11.606Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-01-05T00:35:11.613Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T00:35:11.614Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-01-05 00-33-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T00:35:11.619Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Node template vFW c5a95aed-b193 0 is matching search criteria
2023-01-05T00:35:11.619Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-01-05T00:35:11.621Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW c5a95aed-b193 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-05T00:35:11.622Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T00:35:11.623Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-01-05 00-33-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T00:35:11.623Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Node template vFW c5a95aed-b193 0 is matching search criteria
2023-01-05T00:35:11.623Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-01-05T00:35:11.623Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW c5a95aed-b193 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-05T00:35:11.623Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T00:35:11.624Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-01-05 00-33-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T00:35:11.627Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T00:35:11.627Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Node template vFW c5a95aed-b193 0 is not matching search criteria
2023-01-05T00:35:11.627Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-05T00:35:11.628Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-05T00:35:11.628Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-05T00:35:11.628Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-05T00:35:11.628Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-05T00:35:11.628Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-05T00:35:11.629Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-05T00:35:11.629Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-05T00:35:11.629Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-05T00:35:11.629Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-05T00:35:11.629Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-05T00:35:11.629Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-05T00:35:11.630Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-05T00:35:11.630Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-05T00:35:11.630Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-05T00:35:11.630Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-01-05T00:35:11.630Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T00:35:11.630Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-01-05 00-33-51 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-05T00:35:11.632Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T00:35:11.632Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Node template vFW c5a95aed-b193 0 is matching search criteria
2023-01-05T00:35:11.632Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW c5a95aed-b193 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-05T00:35:11.632Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T00:35:11.633Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Node template vFW c5a95aed-b193 0 is matching search criteria
2023-01-05T00:35:11.633Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW c5a95aed-b193 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-05T00:35:11.633Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T00:35:11.633Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Node template vFW c5a95aed-b193 0 is matching search criteria
2023-01-05T00:35:11.633Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW c5a95aed-b193 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-05T00:35:11.633Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T00:35:11.634Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Node template vFW c5a95aed-b193 0 is not matching search criteria
2023-01-05T00:35:11.634Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-05T00:35:11.634Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-05T00:35:11.634Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-01-05T00:35:11.634Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-05T00:35:11.634Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-05T00:35:11.635Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-05T00:35:11.635Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-05T00:35:11.635Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-05T00:35:11.635Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-05T00:35:11.635Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-05T00:35:11.636Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-05T00:35:11.636Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=5a8f52a4-e753-4f52-a740-4c91da67faf0
2023-01-05T00:35:11.636Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T00:35:11.636Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Node template vFW c5a95aed-b193 0 is not matching search criteria
2023-01-05T00:35:11.636Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-05T00:35:11.637Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-05T00:35:11.637Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-05T00:35:11.637Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-05T00:35:11.637Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-05T00:35:11.637Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-05T00:35:11.637Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-05T00:35:11.638Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-01-05T00:35:11.638Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-05T00:35:11.638Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-05T00:35:11.638Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-05T00:35:11.638Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-05T00:35:11.638Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=54659df6-a246-4c88-9225-cea456567398
2023-01-05T00:35:11.639Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T00:35:11.639Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Node template vFW c5a95aed-b193 0 is not matching search criteria
2023-01-05T00:35:11.639Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-05T00:35:11.639Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-05T00:35:11.639Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-05T00:35:11.639Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-05T00:35:11.640Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-05T00:35:11.640Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-05T00:35:11.640Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-05T00:35:11.640Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-05T00:35:11.640Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-05T00:35:11.640Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-05T00:35:11.641Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-05T00:35:11.641Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-01-05T00:35:11.641Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=ad2019d0-adfa-4668-a4e9-41e839992532
2023-01-05T00:35:11.641Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T00:35:11.641Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-01-05 00-33-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T00:35:11.641Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T00:35:11.642Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-01-05 00-33-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T00:35:11.642Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T00:35:11.642Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-01-05 00-33-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T00:35:11.642Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T00:35:11.642Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-01-05 00-33-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T00:35:11.642Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-01-05 00-33-51
Description:catalog service description
Model UUID:064de73a-c1d9-44b1-a9eb-a66af2498218
Model Version:NULL
Model InvariantUuid:4dffc325-3783-46da-9feb-ba672de0f2d0
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW c5a95aed-b193
Model UUID:2bd4c017-5d6d-4d1c-beb3-2bfe7c1cfd1d
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:5f37ab28-a93a-4ca9-9598-288cc4dac47b
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:51eda800-2540-4544-89b7-42c1b95d8094
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:da57fafa-dac9-43fc-b22f-7b8405474d29
ModelName:VfwC5a95aedB193..base_vfw..module-0
ModelUuid:eab9fa03-b54e-45cb-b52c-4655820f6952
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:5a8f52a4-e753-4f52-a740-4c91da67faf0
ModelInvariantUuid:910556e9-b8cb-4cc0-b156-2a4406898c90
ModelName:vFW c5a95aed-b193-nodes.vfwCvfc
ModelUuid:be34f97e-d0ec-4f18-b88a-658a049a7391
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:d6f4f721-6f7a-4cef-9f83-1277272c73f0
ModelInvariantUuid:44f4f431-c1d0-4184-a898-dbc0fef0f159
ModelName:VfwC5a95aedB193.compute.nodes.heat.vfw
ModelUuid:914a4d65-5529-4307-b75b-93e819aafd4b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:54659df6-a246-4c88-9225-cea456567398
ModelInvariantUuid:f7ba2186-f158-4194-b9d3-bac76cf1267b
ModelName:vFW c5a95aed-b193-nodes.vsnCvfc
ModelUuid:5849955c-d22c-4bc1-abc3-9d61a0835d22
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:adafe01e-bae7-49df-8bba-776186025ba2
ModelInvariantUuid:7fdd3f01-7be3-43f6-9de4-8279f9ad2625
ModelName:VfwC5a95aedB193.compute.nodes.heat.vsn
ModelUuid:6ed0f8cc-5d28-4c90-8f29-d95ed7cbed19
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:ad2019d0-adfa-4668-a4e9-41e839992532
ModelInvariantUuid:cf66a150-42d4-4a0e-95da-0ea862b0d008
ModelName:vFW c5a95aed-b193-nodes.vpgCvfc
ModelUuid:7a2d6cde-f363-4771-b203-75535476ff3f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:1e8d851b-e095-4026-b027-f2e7870cdc3f
ModelInvariantUuid:3b264321-34a1-4f96-b724-6db21a1120c0
ModelName:VfwC5a95aedB193.compute.nodes.heat.vpg
ModelUuid:1f5706fe-c947-4e4f-9d5d-d46f227b8fe3
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-01-05T00:35:11.664Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 48649975-0714-47af-838a-64d1b55a933a
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=?
2023-01-05T00:35:11.719Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||INFO|500||vFW c5a95aed-b193 0
2023-01-05T00:35:11.728Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 48649975-0714-47af-838a-64d1b55a933a
2023-01-05T00:35:11.728Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: acfdea90-4742-413b-9335-292f13890e94 from URL: /sdc/v1/catalog/services/Vfw20230105003351/1.0/resourceInstances/vfwc5a95aedb1930/artifacts/vfwc5a95aedb1930_modules.json
2023-01-05T00:35:11.728Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-01-05T00:35:11.729Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230105003351/1.0/resourceInstances/vfwc5a95aedb1930/artifacts/vfwc5a95aedb1930_modules.json
2023-01-05T00:35:11.805Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-01-05T00:35:11.806Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230105003351/1.0/resourceInstances/vfwc5a95aedb1930/artifacts/vfwc5a95aedb1930_modules.json acfdea90-4742-413b-9335-292f13890e94 785
2023-01-05T00:35:11.806Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230105003351/1.0/resourceInstances/vfwc5a95aedb1930/artifacts/vfwc5a95aedb1930_modules.json ASDC sendASDCNotification
2023-01-05T00:35:11.806Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230105003351/1.0/resourceInstances/vfwc5a95aedb1930/artifacts/vfwc5a95aedb1930_modules.json
2023-01-05T00:35:11.806Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-05T00:35:11.807Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-05T00:35:11.809Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T00:35:11.809Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9a3a685a-c32c-40c2-a3ed-771b185058ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672878911806,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105003351/1.0/resourceInstances/vfwc5a95aedb1930/artifacts/vfwc5a95aedb1930_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-05T00:35:11.909Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-05T00:35:11.910Z||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.
2023-01-05T00:35:11.910Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T6awn5sWYwnKl7Gg) ...
2023-01-05T00:35:11.924Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:35:11.924Z||pool-11-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-01-05T00:35:12.810Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwC5a95aedB193..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "da57fafa-dac9-43fc-b22f-7b8405474d29",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "eab9fa03-b54e-45cb-b52c-4655820f6952",
    "vfModuleModelCustomizationUUID": "4857a4ba-7b65-4f97-992a-5909322af357",
    "isBase": true,
    "artifacts": [
      "1ad830ca-cb94-43ef-abd4-2c09aa21fd68",
      "a948edf5-a3e6-4ad5-8ee9-9769a53d2fcb"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-01-05T00:35:12.824Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwC5a95aedB193..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:eab9fa03-b54e-45cb-b52c-4655820f6952
VfModuleModelInvariantUUID:da57fafa-dac9-43fc-b22f-7b8405474d29
VfModuleModelDescription:NULL
Artifacts UUID List:{
1ad830ca-cb94-43ef-abd4-2c09aa21fd68
,
a948edf5-a3e6-4ad5-8ee9-9769a53d2fcb

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_vfw
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2023-01-05T00:35:12.827Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwC5a95aedB193..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "da57fafa-dac9-43fc-b22f-7b8405474d29",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "eab9fa03-b54e-45cb-b52c-4655820f6952",
    "vfModuleModelCustomizationUUID": "4857a4ba-7b65-4f97-992a-5909322af357",
    "isBase": true,
    "artifacts": [
      "1ad830ca-cb94-43ef-abd4-2c09aa21fd68",
      "a948edf5-a3e6-4ad5-8ee9-9769a53d2fcb"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-01-05T00:35:12.827Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwC5a95aedB193..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:eab9fa03-b54e-45cb-b52c-4655820f6952
VfModuleModelInvariantUUID:da57fafa-dac9-43fc-b22f-7b8405474d29
VfModuleModelDescription:NULL
Artifacts UUID List:{
1ad830ca-cb94-43ef-abd4-2c09aa21fd68
,
a948edf5-a3e6-4ad5-8ee9-9769a53d2fcb

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_vfw
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2023-01-05T00:35:12.827Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 1ad830ca-cb94-43ef-abd4-2c09aa21fd68 from URL: /sdc/v1/catalog/services/Vfw20230105003351/1.0/resourceInstances/vfwc5a95aedb1930/artifacts/base_vfw.yaml
2023-01-05T00:35:12.827Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-01-05T00:35:12.828Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230105003351/1.0/resourceInstances/vfwc5a95aedb1930/artifacts/base_vfw.yaml
2023-01-05T00:35:12.884Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-01-05T00:35:12.885Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230105003351/1.0/resourceInstances/vfwc5a95aedb1930/artifacts/base_vfw.yaml 1ad830ca-cb94-43ef-abd4-2c09aa21fd68 20368
2023-01-05T00:35:12.886Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230105003351/1.0/resourceInstances/vfwc5a95aedb1930/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-01-05T00:35:12.886Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230105003351/1.0/resourceInstances/vfwc5a95aedb1930/artifacts/base_vfw.yaml
2023-01-05T00:35:12.886Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-05T00:35:12.886Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-05T00:35:12.890Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T00:35:12.890Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9a3a685a-c32c-40c2-a3ed-771b185058ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672878912886,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105003351/1.0/resourceInstances/vfwc5a95aedb1930/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-05T00:35:12.990Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-05T00:35:12.991Z||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.
2023-01-05T00:35:12.991Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T6awn5sWYwnKl7Gg) ...
2023-01-05T00:35:13.005Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:35:13.005Z||pool-12-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-01-05T00:35:13.891Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: a948edf5-a3e6-4ad5-8ee9-9769a53d2fcb from URL: /sdc/v1/catalog/services/Vfw20230105003351/1.0/resourceInstances/vfwc5a95aedb1930/artifacts/base_vfw.env
2023-01-05T00:35:13.891Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-01-05T00:35:13.892Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230105003351/1.0/resourceInstances/vfwc5a95aedb1930/artifacts/base_vfw.env
2023-01-05T00:35:13.990Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-01-05T00:35:13.990Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230105003351/1.0/resourceInstances/vfwc5a95aedb1930/artifacts/base_vfw.env a948edf5-a3e6-4ad5-8ee9-9769a53d2fcb 2098
2023-01-05T00:35:13.991Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230105003351/1.0/resourceInstances/vfwc5a95aedb1930/artifacts/base_vfw.env ASDC sendASDCNotification
2023-01-05T00:35:13.991Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230105003351/1.0/resourceInstances/vfwc5a95aedb1930/artifacts/base_vfw.env
2023-01-05T00:35:13.991Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-05T00:35:13.991Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-05T00:35:13.994Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T00:35:13.994Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9a3a685a-c32c-40c2-a3ed-771b185058ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672878913991,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105003351/1.0/resourceInstances/vfwc5a95aedb1930/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2023-01-05T00:35:14.094Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-05T00:35:14.095Z||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.
2023-01-05T00:35:14.095Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T6awn5sWYwnKl7Gg) ...
2023-01-05T00:35:14.107Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:35:14.108Z||pool-13-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-01-05T00:35:14.995Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 064de73a-c1d9-44b1-a9eb-a66af2498218
2023-01-05T00:35:14.995Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW c5a95aed-b193 0 48649975-0714-47af-838a-64d1b55a933a ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-05T00:35:15.035Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7f58164e, org.onap.sdc.toscaparser.api.parameters.Input@7c4d5584, org.onap.sdc.toscaparser.api.parameters.Input@5c867800, org.onap.sdc.toscaparser.api.parameters.Input@73c7ab50, org.onap.sdc.toscaparser.api.parameters.Input@4c922900]
2023-01-05T00:35:15.039Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T00:35:15.039Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-01-05 00-33-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T00:35:15.039Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2023-01-05T00:35:15.040Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 51eda800-2540-4544-89b7-42c1b95d8094
2023-01-05T00:35:15.040Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 51eda800-2540-4544-89b7-42c1b95d8094 matches Tosca VF Customization UUID: 51eda800-2540-4544-89b7-42c1b95d8094
2023-01-05T00:35:15.040Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 51eda800-2540-4544-89b7-42c1b95d8094  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2023-01-05T00:35:15.048Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T00:35:15.048Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-01-05 00-33-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T00:35:15.050Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 51eda800-2540-4544-89b7-42c1b95d8094: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-01-05T00:35:15.050Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5ab723cd
2023-01-05T00:35:15.050Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T00:35:15.050Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-01-05 00-33-51 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-05T00:35:15.051Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4857a4ba-7b65-4f97-992a-5909322af357
2023-01-05T00:35:15.052Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4857a4ba-7b65-4f97-992a-5909322af357
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2023-01-05T00:35:15.059Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T00:35:15.060Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Node template vFW c5a95aed-b193 0 is matching search criteria
2023-01-05T00:35:15.060Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW c5a95aed-b193 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-05T00:35:15.061Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T00:35:15.061Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Node template vFW c5a95aed-b193 0 is matching search criteria
2023-01-05T00:35:15.061Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW c5a95aed-b193 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-05T00:35:15.061Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T00:35:15.062Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Node template vFW c5a95aed-b193 0 is not matching search criteria
2023-01-05T00:35:15.062Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-05T00:35:15.062Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-05T00:35:15.062Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-01-05T00:35:15.062Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-05T00:35:15.062Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-05T00:35:15.063Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-05T00:35:15.063Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-05T00:35:15.063Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-05T00:35:15.063Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-05T00:35:15.063Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-05T00:35:15.064Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-05T00:35:15.064Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=5a8f52a4-e753-4f52-a740-4c91da67faf0
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-01-05T00:35:15.074Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T00:35:15.075Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Node template vFW c5a95aed-b193 0 is matching search criteria
2023-01-05T00:35:15.075Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW c5a95aed-b193 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-05T00:35:15.075Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T00:35:15.076Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Node template vFW c5a95aed-b193 0 is not matching search criteria
2023-01-05T00:35:15.076Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-05T00:35:15.076Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-05T00:35:15.076Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-05T00:35:15.077Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-05T00:35:15.077Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-05T00:35:15.077Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-05T00:35:15.077Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-05T00:35:15.077Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-01-05T00:35:15.078Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-05T00:35:15.078Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-05T00:35:15.078Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-05T00:35:15.078Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-05T00:35:15.079Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=54659df6-a246-4c88-9225-cea456567398
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-01-05T00:35:15.082Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T00:35:15.082Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Node template vFW c5a95aed-b193 0 is matching search criteria
2023-01-05T00:35:15.082Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW c5a95aed-b193 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-05T00:35:15.085Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T00:35:15.085Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Node template vFW c5a95aed-b193 0 is not matching search criteria
2023-01-05T00:35:15.086Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-05T00:35:15.086Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-05T00:35:15.086Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-05T00:35:15.086Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-05T00:35:15.086Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-05T00:35:15.086Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-05T00:35:15.087Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-05T00:35:15.087Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-05T00:35:15.087Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-05T00:35:15.087Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-05T00:35:15.087Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-05T00:35:15.088Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-01-05T00:35:15.088Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=ad2019d0-adfa-4668-a4e9-41e839992532
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-01-05T00:35:15.090Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T00:35:15.091Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Node template vFW c5a95aed-b193 0 is matching search criteria
2023-01-05T00:35:15.091Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW c5a95aed-b193 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-05T00:35:15.091Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T00:35:15.091Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Node template vFW c5a95aed-b193 0 is matching search criteria
2023-01-05T00:35:15.091Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW c5a95aed-b193 0] matching following query criteria: sdcType=VF, customizationUUID=51eda800-2540-4544-89b7-42c1b95d8094
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=?
2023-01-05T00:35:15.094Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T00:35:15.094Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-01-05 00-33-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T00:35:15.095Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 064de73a-c1d9-44b1-a9eb-a66af2498218: vFW c5a95aed-b193
2023-01-05T00:35:15.095Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T00:35:15.095Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-01-05 00-33-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T00:35:15.095Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T00:35:15.095Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-01-05 00-33-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T00:35:15.096Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T00:35:15.096Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-01-05 00-33-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T00:35:15.096Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T00:35:15.096Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-01-05 00-33-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T00:35:15.096Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T00:35:15.096Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-01-05 00-33-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T00:35:15.097Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||INFO|500||Saving Service: vFW 2023-01-05 00-33-51 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-05T00:35:15.450Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW c5a95aed-b193 48649975-0714-47af-838a-64d1b55a933a 1 ASDC deployResourceStructure
2023-01-05T00:35:15.451Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230105003351/1.0/resourceInstances/vfwc5a95aedb1930/artifacts/vfwc5a95aedb1930_modules.json ASDC sendASDCNotification
2023-01-05T00:35:15.451Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230105003351/1.0/resourceInstances/vfwc5a95aedb1930/artifacts/vfwc5a95aedb1930_modules.json
2023-01-05T00:35:15.451Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-05T00:35:15.451Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-05T00:35:15.453Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T00:35:15.453Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9a3a685a-c32c-40c2-a3ed-771b185058ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672878915451,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105003351/1.0/resourceInstances/vfwc5a95aedb1930/artifacts/vfwc5a95aedb1930_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-05T00:35:15.553Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-05T00:35:15.554Z||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.
2023-01-05T00:35:15.555Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T6awn5sWYwnKl7Gg) ...
2023-01-05T00:35:15.569Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:35:15.570Z||pool-14-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2023-01-05T00:35:16.454Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230105003351/1.0/resourceInstances/vfwc5a95aedb1930/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-01-05T00:35:16.454Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230105003351/1.0/resourceInstances/vfwc5a95aedb1930/artifacts/base_vfw.yaml
2023-01-05T00:35:16.455Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-05T00:35:16.455Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-05T00:35:16.458Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T00:35:16.458Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9a3a685a-c32c-40c2-a3ed-771b185058ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672878916454,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105003351/1.0/resourceInstances/vfwc5a95aedb1930/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2023-01-05T00:35:16.558Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-05T00:35:16.559Z||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.
2023-01-05T00:35:16.559Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T6awn5sWYwnKl7Gg) ...
2023-01-05T00:35:16.575Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:35:16.575Z||pool-15-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2023-01-05T00:35:17.459Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230105003351/1.0/resourceInstances/vfwc5a95aedb1930/artifacts/base_vfw.env ASDC sendASDCNotification
2023-01-05T00:35:17.459Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230105003351/1.0/resourceInstances/vfwc5a95aedb1930/artifacts/base_vfw.env
2023-01-05T00:35:17.459Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-05T00:35:17.459Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-05T00:35:17.461Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T00:35:17.461Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9a3a685a-c32c-40c2-a3ed-771b185058ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672878917458,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105003351/1.0/resourceInstances/vfwc5a95aedb1930/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2023-01-05T00:35:17.561Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-05T00:35:17.562Z||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.
2023-01-05T00:35:17.562Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T6awn5sWYwnKl7Gg) ...
2023-01-05T00:35:17.576Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:35:17.576Z||pool-16-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2023-01-05T00:35:18.462Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230105003351/1.0/artifacts/service-Vfw20230105003351-csar.csar ASDC sendASDCNotification
2023-01-05T00:35:18.462Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230105003351/1.0/artifacts/service-Vfw20230105003351-csar.csar
2023-01-05T00:35:18.463Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-05T00:35:18.463Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-05T00:35:18.465Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T00:35:18.465Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9a3a685a-c32c-40c2-a3ed-771b185058ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672878918462,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105003351/1.0/artifacts/service-Vfw20230105003351-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-05T00:35:18.565Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-05T00:35:18.566Z||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.
2023-01-05T00:35:18.566Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T6awn5sWYwnKl7Gg) ...
2023-01-05T00:35:18.586Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:35:18.586Z||pool-17-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2023-01-05T00:35:19.466Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9a3a685a-c32c-40c2-a3ed-771b185058ab
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=?
2023-01-05T00:35:19.497Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9a3a685a-c32c-40c2-a3ed-771b185058ab
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=?
2023-01-05T00:35:19.501Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-05T00:35:19.501Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-05T00:35:19.502Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-05T00:35:49.502Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9a3a685a-c32c-40c2-a3ed-771b185058ab
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=?
2023-01-05T00:35:49.523Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9a3a685a-c32c-40c2-a3ed-771b185058ab
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=?
2023-01-05T00:35:49.526Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-05T00:35:49.526Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-05T00:35:49.527Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-05T00:35:51.847Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T00:35:51.847Z||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.
2023-01-05T00:35:51.848Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T00:35:51.873Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:35:51.874Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-05T00:35:51.874Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a3a685a-c32c-40c2-a3ed-771b185058ab",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672878849459,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105003351/1.0/resourceInstances/vfwc5a95aedb1930/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T00:35:51.874Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-05T00:36:19.527Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9a3a685a-c32c-40c2-a3ed-771b185058ab
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=?
2023-01-05T00:36:19.542Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9a3a685a-c32c-40c2-a3ed-771b185058ab
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=?
2023-01-05T00:36:19.544Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-05T00:36:19.545Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-05T00:36:19.545Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-05T00:36:49.546Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9a3a685a-c32c-40c2-a3ed-771b185058ab
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=?
2023-01-05T00:36:49.563Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9a3a685a-c32c-40c2-a3ed-771b185058ab
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=?
2023-01-05T00:36:49.565Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-05T00:36:49.565Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-05T00:36:49.565Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-05T00:36:51.847Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T00:36:51.849Z||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.
2023-01-05T00:36:51.849Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T00:36:51.874Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:36:51.875Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-05T00:36:51.875Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a3a685a-c32c-40c2-a3ed-771b185058ab",
  "consumerID": "policy-id",
  "timestamp": 1672878892076,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105003351/1.0/resourceInstances/vfwc5a95aedb1930/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T00:36:51.876Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-05T00:36:51.876Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-05T00:36:51.876Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a3a685a-c32c-40c2-a3ed-771b185058ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672878891844,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105003351/1.0/resourceInstances/vfwc5a95aedb1930/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T00:36:51.877Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-05T00:37:19.566Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9a3a685a-c32c-40c2-a3ed-771b185058ab
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=?
2023-01-05T00:37:19.580Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9a3a685a-c32c-40c2-a3ed-771b185058ab
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=?
2023-01-05T00:37:19.582Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-05T00:37:19.583Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-05T00:37:19.583Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-05T00:37:49.583Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9a3a685a-c32c-40c2-a3ed-771b185058ab
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=?
2023-01-05T00:37:49.597Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9a3a685a-c32c-40c2-a3ed-771b185058ab
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=?
2023-01-05T00:37:49.600Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-05T00:37:49.600Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-05T00:37:49.600Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-05T00:37:51.847Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T00:37:51.847Z||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.
2023-01-05T00:37:51.848Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T00:37:52.377Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:37:52.380Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-05T00:37:52.380Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a3a685a-c32c-40c2-a3ed-771b185058ab",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672878895302,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105003351/1.0/resourceInstances/vfwc5a95aedb1930/artifacts/vfwc5a95aedb1930_modules.json",
  "status": "NOTIFIED"
}
2023-01-05T00:37:52.381Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-05T00:37:52.382Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-05T00:37:52.382Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a3a685a-c32c-40c2-a3ed-771b185058ab",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672878849459,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105003351/1.0/resourceInstances/vfwc5a95aedb1930/artifacts/vfwc5a95aedb1930_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-05T00:37:52.382Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-05T00:37:52.382Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-05T00:37:52.382Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a3a685a-c32c-40c2-a3ed-771b185058ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672878891844,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105003351/1.0/resourceInstances/vfwc5a95aedb1930/artifacts/vfwc5a95aedb1930_modules.json",
  "status": "NOTIFIED"
}
2023-01-05T00:37:52.382Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-05T00:37:52.383Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-05T00:37:52.383Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a3a685a-c32c-40c2-a3ed-771b185058ab",
  "consumerID": "policy-id",
  "timestamp": 1672878892076,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105003351/1.0/resourceInstances/vfwc5a95aedb1930/artifacts/vfwc5a95aedb1930_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-05T00:37:52.383Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-05T00:37:52.383Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-05T00:37:52.383Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a3a685a-c32c-40c2-a3ed-771b185058ab",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672878895302,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105003351/1.0/resourceInstances/vfwc5a95aedb1930/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-01-05T00:37:52.383Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-05T00:37:52.383Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-05T00:37:52.384Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a3a685a-c32c-40c2-a3ed-771b185058ab",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672878849459,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105003351/1.0/resourceInstances/vfwc5a95aedb1930/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T00:37:52.384Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-05T00:37:52.384Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-05T00:37:52.384Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a3a685a-c32c-40c2-a3ed-771b185058ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672878891844,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105003351/1.0/resourceInstances/vfwc5a95aedb1930/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-01-05T00:37:52.384Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-05T00:37:52.384Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-05T00:37:52.385Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a3a685a-c32c-40c2-a3ed-771b185058ab",
  "consumerID": "policy-id",
  "timestamp": 1672878892076,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105003351/1.0/resourceInstances/vfwc5a95aedb1930/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-01-05T00:37:52.385Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-05T00:37:52.385Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-05T00:37:52.385Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a3a685a-c32c-40c2-a3ed-771b185058ab",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672878895302,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105003351/1.0/resourceInstances/vfwc5a95aedb1930/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T00:37:52.385Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-05T00:37:52.386Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-05T00:37:52.386Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a3a685a-c32c-40c2-a3ed-771b185058ab",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672878849459,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105003351/1.0/resourceInstances/vfwc5a95aedb1930/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T00:37:52.386Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-05T00:37:52.386Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-05T00:37:52.386Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a3a685a-c32c-40c2-a3ed-771b185058ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672878891844,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105003351/1.0/resourceInstances/vfwc5a95aedb1930/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T00:37:52.386Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-05T00:37:52.387Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-05T00:37:52.387Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a3a685a-c32c-40c2-a3ed-771b185058ab",
  "consumerID": "policy-id",
  "timestamp": 1672878892076,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105003351/1.0/resourceInstances/vfwc5a95aedb1930/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T00:37:52.387Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-05T00:37:52.387Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-05T00:37:52.388Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a3a685a-c32c-40c2-a3ed-771b185058ab",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672878895302,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105003351/1.0/resourceInstances/vfwc5a95aedb1930/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-01-05T00:37:52.388Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-05T00:37:52.388Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-05T00:37:52.388Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a3a685a-c32c-40c2-a3ed-771b185058ab",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672878849459,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105003351/1.0/resourceInstances/vfwc5a95aedb1930/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-01-05T00:37:52.388Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-05T00:37:52.388Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-05T00:37:52.388Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a3a685a-c32c-40c2-a3ed-771b185058ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672878891844,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105003351/1.0/resourceInstances/vfwc5a95aedb1930/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-01-05T00:37:52.388Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-05T00:37:52.389Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-05T00:37:52.389Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a3a685a-c32c-40c2-a3ed-771b185058ab",
  "consumerID": "policy-id",
  "timestamp": 1672878892076,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105003351/1.0/resourceInstances/vfwc5a95aedb1930/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-01-05T00:37:52.389Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-05T00:37:52.389Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-05T00:37:52.389Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a3a685a-c32c-40c2-a3ed-771b185058ab",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672878895302,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105003351/1.0/artifacts/service-Vfw20230105003351-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T00:37:52.389Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-05T00:37:52.389Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-05T00:37:52.389Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a3a685a-c32c-40c2-a3ed-771b185058ab",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672878849459,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105003351/1.0/artifacts/service-Vfw20230105003351-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T00:37:52.390Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-05T00:37:52.390Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-05T00:37:52.390Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a3a685a-c32c-40c2-a3ed-771b185058ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672878891844,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105003351/1.0/artifacts/service-Vfw20230105003351-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T00:37:52.390Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-05T00:37:52.390Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-05T00:37:52.390Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a3a685a-c32c-40c2-a3ed-771b185058ab",
  "consumerID": "policy-id",
  "timestamp": 1672878892076,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105003351/1.0/artifacts/service-Vfw20230105003351-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T00:37:52.391Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-05T00:37:52.391Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-05T00:37:52.391Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a3a685a-c32c-40c2-a3ed-771b185058ab",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672878895302,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105003351/1.0/artifacts/service-Vfw20230105003351-csar.csar",
  "status": "NOTIFIED"
}
2023-01-05T00:37:52.391Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-05T00:37:52.391Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-05T00:37:52.391Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a3a685a-c32c-40c2-a3ed-771b185058ab",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672878849459,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105003351/1.0/artifacts/service-Vfw20230105003351-csar.csar",
  "status": "NOTIFIED"
}
2023-01-05T00:37:52.392Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-05T00:37:52.392Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-05T00:37:52.392Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a3a685a-c32c-40c2-a3ed-771b185058ab",
  "consumerID": "aai-model-loader",
  "timestamp": 1672878904573,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105003351/1.0/resourceInstances/vfwc5a95aedb1930/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T00:37:52.392Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-05T00:37:52.392Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-05T00:37:52.393Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a3a685a-c32c-40c2-a3ed-771b185058ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672878891844,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105003351/1.0/artifacts/service-Vfw20230105003351-csar.csar",
  "status": "NOTIFIED"
}
2023-01-05T00:37:52.395Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-05T00:37:52.395Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-05T00:37:52.395Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a3a685a-c32c-40c2-a3ed-771b185058ab",
  "consumerID": "policy-id",
  "timestamp": 1672878892076,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105003351/1.0/artifacts/service-Vfw20230105003351-csar.csar",
  "status": "NOTIFIED"
}
2023-01-05T00:37:52.395Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-05T00:37:52.395Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-05T00:37:52.395Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a3a685a-c32c-40c2-a3ed-771b185058ab",
  "consumerID": "aai-model-loader",
  "timestamp": 1672878904573,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105003351/1.0/resourceInstances/vfwc5a95aedb1930/artifacts/vfwc5a95aedb1930_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-05T00:37:52.395Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-05T00:37:52.396Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-05T00:37:52.396Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a3a685a-c32c-40c2-a3ed-771b185058ab",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672878906404,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105003351/1.0/resourceInstances/vfwc5a95aedb1930/artifacts/vfwc5a95aedb1930_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-05T00:37:52.396Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T00:37:52.396Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-05T00:37:52.396Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a3a685a-c32c-40c2-a3ed-771b185058ab",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672878905764,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105003351/1.0/artifacts/service-Vfw20230105003351-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-05T00:37:52.397Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T00:37:52.397Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-05T00:37:52.397Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a3a685a-c32c-40c2-a3ed-771b185058ab",
  "consumerID": "policy-id",
  "timestamp": 1672878906138,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105003351/1.0/artifacts/service-Vfw20230105003351-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-05T00:37:52.397Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T00:37:52.397Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-05T00:37:52.397Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a3a685a-c32c-40c2-a3ed-771b185058ab",
  "consumerID": "aai-model-loader",
  "timestamp": 1672878904573,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105003351/1.0/resourceInstances/vfwc5a95aedb1930/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T00:37:52.398Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-05T00:37:52.398Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-05T00:37:52.398Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a3a685a-c32c-40c2-a3ed-771b185058ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672878906962,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105003351/1.0/artifacts/service-Vfw20230105003351-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-05T00:37:52.398Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T00:37:52.398Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-05T00:37:52.398Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a3a685a-c32c-40c2-a3ed-771b185058ab",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672878907552,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105003351/1.0/resourceInstances/vfwc5a95aedb1930/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-05T00:37:52.399Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T00:37:52.399Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-05T00:37:52.399Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a3a685a-c32c-40c2-a3ed-771b185058ab",
  "consumerID": "policy-id",
  "timestamp": 1672878907156,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105003351/1.0/artifacts/service-Vfw20230105003351-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-05T00:37:52.399Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T00:37:52.400Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-05T00:37:52.400Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a3a685a-c32c-40c2-a3ed-771b185058ab",
  "consumerID": "aai-model-loader",
  "timestamp": 1672878904573,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105003351/1.0/resourceInstances/vfwc5a95aedb1930/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T00:37:52.400Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-05T00:37:52.400Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-05T00:37:52.400Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a3a685a-c32c-40c2-a3ed-771b185058ab",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672878908630,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105003351/1.0/resourceInstances/vfwc5a95aedb1930/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2023-01-05T00:37:52.401Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T00:37:52.401Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-05T00:37:52.401Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a3a685a-c32c-40c2-a3ed-771b185058ab",
  "consumerID": "policy-id",
  "timestamp": 1672878908160,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-05T00:37:52.412Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9a3a685a-c32c-40c2-a3ed-771b185058ab
2023-01-05T00:37:52.412Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9a3a685a-c32c-40c2-a3ed-771b185058ab and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-05T00:37:52.423Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-05T00:37:52.424Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a3a685a-c32c-40c2-a3ed-771b185058ab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672878907910,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105003351/1.0/resourceInstances/vfwc5a95aedb1930/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T00:37:52.424Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-05T00:37:52.424Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-05T00:37:52.424Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a3a685a-c32c-40c2-a3ed-771b185058ab",
  "consumerID": "aai-model-loader",
  "timestamp": 1672878904573,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105003351/1.0/resourceInstances/vfwc5a95aedb1930/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-01-05T00:37:52.424Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-05T00:37:52.424Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-05T00:37:52.424Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a3a685a-c32c-40c2-a3ed-771b185058ab",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672878909722,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-05T00:37:52.431Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9a3a685a-c32c-40c2-a3ed-771b185058ab
2023-01-05T00:37:52.431Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9a3a685a-c32c-40c2-a3ed-771b185058ab and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-01-05T00:37:52.442Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-05T00:37:52.442Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a3a685a-c32c-40c2-a3ed-771b185058ab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672878907910,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105003351/1.0/resourceInstances/vfwc5a95aedb1930/artifacts/vfwc5a95aedb1930_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-05T00:37:52.442Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-05T00:37:52.442Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-05T00:37:52.442Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a3a685a-c32c-40c2-a3ed-771b185058ab",
  "consumerID": "aai-model-loader",
  "timestamp": 1672878904573,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105003351/1.0/artifacts/service-Vfw20230105003351-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T00:37:52.442Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-05T00:37:52.442Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-05T00:37:52.442Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a3a685a-c32c-40c2-a3ed-771b185058ab",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672878910725,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105003351/1.0/resourceInstances/vfwc5a95aedb1930/artifacts/vfwc5a95aedb1930_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-05T00:37:52.443Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T00:37:52.443Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-05T00:37:52.443Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a3a685a-c32c-40c2-a3ed-771b185058ab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672878907910,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105003351/1.0/resourceInstances/vfwc5a95aedb1930/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T00:37:52.443Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-05T00:37:52.443Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-05T00:37:52.443Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a3a685a-c32c-40c2-a3ed-771b185058ab",
  "consumerID": "aai-model-loader",
  "timestamp": 1672878904573,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105003351/1.0/artifacts/service-Vfw20230105003351-csar.csar",
  "status": "NOTIFIED"
}
2023-01-05T00:37:52.443Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-05T00:37:52.443Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-05T00:37:52.443Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a3a685a-c32c-40c2-a3ed-771b185058ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672878911806,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105003351/1.0/resourceInstances/vfwc5a95aedb1930/artifacts/vfwc5a95aedb1930_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-05T00:37:52.444Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T00:37:52.444Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-05T00:37:52.444Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a3a685a-c32c-40c2-a3ed-771b185058ab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672878907910,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105003351/1.0/resourceInstances/vfwc5a95aedb1930/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T00:37:52.444Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-05T00:37:52.444Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-05T00:37:52.444Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a3a685a-c32c-40c2-a3ed-771b185058ab",
  "consumerID": "aai-model-loader",
  "timestamp": 1672878911875,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105003351/1.0/artifacts/service-Vfw20230105003351-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-05T00:37:52.444Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T00:37:52.444Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-05T00:37:52.444Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a3a685a-c32c-40c2-a3ed-771b185058ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672878912886,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105003351/1.0/resourceInstances/vfwc5a95aedb1930/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-05T00:37:52.445Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T00:37:52.445Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-05T00:37:52.445Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a3a685a-c32c-40c2-a3ed-771b185058ab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672878907910,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105003351/1.0/resourceInstances/vfwc5a95aedb1930/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-01-05T00:37:52.445Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-05T00:37:52.445Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-05T00:37:52.445Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a3a685a-c32c-40c2-a3ed-771b185058ab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672878907910,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105003351/1.0/artifacts/service-Vfw20230105003351-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T00:37:52.446Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-05T00:37:52.446Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-05T00:37:52.446Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a3a685a-c32c-40c2-a3ed-771b185058ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672878913991,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105003351/1.0/resourceInstances/vfwc5a95aedb1930/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2023-01-05T00:37:52.446Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T00:37:52.446Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-05T00:37:52.446Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a3a685a-c32c-40c2-a3ed-771b185058ab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672878907910,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105003351/1.0/artifacts/service-Vfw20230105003351-csar.csar",
  "status": "NOTIFIED"
}
2023-01-05T00:37:52.447Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-05T00:37:52.447Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-05T00:37:52.447Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a3a685a-c32c-40c2-a3ed-771b185058ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672878915451,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105003351/1.0/resourceInstances/vfwc5a95aedb1930/artifacts/vfwc5a95aedb1930_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-05T00:37:52.447Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T00:37:52.447Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-05T00:37:52.447Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a3a685a-c32c-40c2-a3ed-771b185058ab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672878915710,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105003351/1.0/artifacts/service-Vfw20230105003351-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-05T00:37:52.447Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T00:37:52.448Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-05T00:37:52.448Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a3a685a-c32c-40c2-a3ed-771b185058ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672878916454,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105003351/1.0/resourceInstances/vfwc5a95aedb1930/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2023-01-05T00:37:52.448Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T00:37:52.448Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-05T00:37:52.448Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a3a685a-c32c-40c2-a3ed-771b185058ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672878917458,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105003351/1.0/resourceInstances/vfwc5a95aedb1930/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2023-01-05T00:37:52.448Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T00:37:52.449Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-05T00:37:52.449Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a3a685a-c32c-40c2-a3ed-771b185058ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672878918462,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105003351/1.0/artifacts/service-Vfw20230105003351-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-05T00:37:52.449Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T00:37:52.449Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-05T00:37:52.449Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a3a685a-c32c-40c2-a3ed-771b185058ab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672878922653,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105003351/1.0/artifacts/service-Vfw20230105003351-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-05T00:37:52.449Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T00:37:52.449Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-05T00:37:52.450Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a3a685a-c32c-40c2-a3ed-771b185058ab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672878923659,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-05T00:37:52.457Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9a3a685a-c32c-40c2-a3ed-771b185058ab
2023-01-05T00:37:52.457Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9a3a685a-c32c-40c2-a3ed-771b185058ab and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-05T00:37:52.471Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-05T00:37:52.471Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a3a685a-c32c-40c2-a3ed-771b185058ab",
  "consumerID": "aai-model-loader",
  "timestamp": 1672878926601,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105003351/1.0/artifacts/service-Vfw20230105003351-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-05T00:37:52.471Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T00:37:52.472Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-05T00:37:52.472Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a3a685a-c32c-40c2-a3ed-771b185058ab",
  "consumerID": "aai-model-loader",
  "timestamp": 1672878927605,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-05T00:37:52.481Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9a3a685a-c32c-40c2-a3ed-771b185058ab
2023-01-05T00:37:52.481Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9a3a685a-c32c-40c2-a3ed-771b185058ab 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 (?, ?, ?, ?, ?)
2023-01-05T00:38:19.600Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9a3a685a-c32c-40c2-a3ed-771b185058ab
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=?
2023-01-05T00:38:19.615Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9a3a685a-c32c-40c2-a3ed-771b185058ab
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=?
2023-01-05T00:38:19.619Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-05T00:38:19.619Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-05T00:38:19.620Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-05T00:38:19.620Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-05T00:38:19.620Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-05T00:38:19.621Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-05T00:38:19.621Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-05T00:38:19.621Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-05T00:38:19.622Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-05T00:38:19.630Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-05T00:38:49.631Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9a3a685a-c32c-40c2-a3ed-771b185058ab 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=?
2023-01-05T00:38:49.641Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9a3a685a-c32c-40c2-a3ed-771b185058ab and serviceModelVersionId: 064de73a-c1d9-44b1-a9eb-a66af2498218
2023-01-05T00:38:49.642Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4dffc325-3783-46da-9feb-ba672de0f2d0
2023-01-05T00:38:51.847Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T00:38:51.847Z||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.
2023-01-05T00:38:51.848Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T00:39:01.409Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:39:04.647Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4dffc325-3783-46da-9feb-ba672de0f2d0/model-vers/model-ver/064de73a-c1d9-44b1-a9eb-a66af2498218?depth=0
2023-01-05T00:39:04.754Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-01-05T00:39:05.239Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4dffc325-3783-46da-9feb-ba672de0f2d0/model-vers/model-ver/064de73a-c1d9-44b1-a9eb-a66af2498218?depth=0|INFO|500||Invoke
2023-01-05T00:39:05.245Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4dffc325-3783-46da-9feb-ba672de0f2d0/model-vers/model-ver/064de73a-c1d9-44b1-a9eb-a66af2498218?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4dffc325-3783-46da-9feb-ba672de0f2d0/model-vers/model-ver/064de73a-c1d9-44b1-a9eb-a66af2498218?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9a3a685a-c32c-40c2-a3ed-771b185058ab], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[49d677e5-b101-48d2-acf5-53c52deccd10], X-ECOMP-RequestID=[9a3a685a-c32c-40c2-a3ed-771b185058ab], X-TransactionId=[], X-ONAP-RequestID=[9a3a685a-c32c-40c2-a3ed-771b185058ab], Content-Type=[application/merge-patch+json]}
2023-01-05T00:39:05.272Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4dffc325-3783-46da-9feb-ba672de0f2d0/model-vers/model-ver/064de73a-c1d9-44b1-a9eb-a66af2498218?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-01-05T00:39:05.642Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4dffc325-3783-46da-9feb-ba672de0f2d0/model-vers/model-ver/064de73a-c1d9-44b1-a9eb-a66af2498218?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4dffc325-3783-46da-9feb-ba672de0f2d0/model-vers/model-ver/064de73a-c1d9-44b1-a9eb-a66af2498218?depth=0 has http status code:200 and response headers:{date=[Thu, 05 Jan 2023 00:39:04 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[338], vertex-id=[168080], x-aai-txid=[1-aai-resources-230105-00:39:04:387-20259], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-05T00:39:05.644Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4dffc325-3783-46da-9feb-ba672de0f2d0/model-vers/model-ver/064de73a-c1d9-44b1-a9eb-a66af2498218?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-01-05T00:39:05.644Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4dffc325-3783-46da-9feb-ba672de0f2d0/model-vers/model-ver/064de73a-c1d9-44b1-a9eb-a66af2498218?depth=0|INFO|500||InvokeReturn
2023-01-05T00:39:05.650Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-05T00:39:05.651Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-05T00:39:05.662Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|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)
2023-01-05T00:39:05.664Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9a3a685a-c32c-40c2-a3ed-771b185058ab and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-05T00:39:05.665Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-05T00:39:05.665Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-05T00:39:05.667Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T00:39:05.667Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9a3a685a-c32c-40c2-a3ed-771b185058ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672879145664,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-05T00:39:05.767Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-05T00:39:05.769Z||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.
2023-01-05T00:39:05.769Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T6awn5sWYwnKl7Gg) ...
2023-01-05T00:39:05.785Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:39:05.785Z||pool-18-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-01-05T00:39:06.684Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T00:39:06.685Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|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.
2023-01-05T00:39:06.685Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|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 T6awn5sWYwnKl7Gg) ...
2023-01-05T00:39:17.048Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:39:17.048Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T00:39:17.049Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|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.
2023-01-05T00:39:17.049Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|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 T6awn5sWYwnKl7Gg) ...
2023-01-05T00:39:26.592Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:39:26.592Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T00:39:26.593Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|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.
2023-01-05T00:39:26.593Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|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 T6awn5sWYwnKl7Gg) ...
2023-01-05T00:39:36.154Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:39:36.155Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T00:39:36.155Z||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.
2023-01-05T00:39:36.156Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T00:39:45.707Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:39:51.844Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T00:39:51.845Z||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.
2023-01-05T00:39:51.845Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T00:39:51.847Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T00:39:51.847Z||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.
2023-01-05T00:39:51.847Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T00:39:52.481Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:39:52.482Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-05T00:39:52.482Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a3a685a-c32c-40c2-a3ed-771b185058ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672879145664,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-05T00:39:52.483Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T00:40:01.387Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:40:51.844Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T00:40:51.845Z||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.
2023-01-05T00:40:51.846Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T00:40:51.847Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T00:40:51.847Z||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.
2023-01-05T00:40:51.847Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T00:41:01.419Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:41:01.420Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:41:51.844Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T00:41:51.846Z||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.
2023-01-05T00:41:51.846Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T00:41:51.847Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T00:41:51.847Z||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.
2023-01-05T00:41:51.847Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T00:42:01.390Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:42:01.395Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:42:51.844Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T00:42:51.847Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T00:42:51.846Z||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.
2023-01-05T00:42:51.847Z||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.
2023-01-05T00:42:51.847Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T00:42:51.847Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T00:43:01.399Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:43:01.409Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:43:51.844Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T00:43:51.845Z||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.
2023-01-05T00:43:51.845Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T00:43:51.847Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T00:43:51.847Z||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.
2023-01-05T00:43:51.847Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T00:44:01.388Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:44:01.390Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:44:51.844Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T00:44:51.845Z||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.
2023-01-05T00:44:51.846Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T00:44:51.847Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T00:44:51.847Z||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.
2023-01-05T00:44:51.847Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T00:45:01.390Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:45:01.390Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:45:51.844Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T00:45:51.846Z||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.
2023-01-05T00:45:51.846Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T00:45:51.847Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T00:45:51.847Z||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.
2023-01-05T00:45:51.847Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T00:46:01.396Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:46:01.396Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:46:51.845Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T00:46:51.847Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T00:46:51.848Z||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.
2023-01-05T00:46:51.848Z||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.
2023-01-05T00:46:51.848Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T00:46:51.848Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T00:47:01.403Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:47:01.403Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:47:51.844Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T00:47:51.845Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-05T00:47:51.845Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T6awn5sWYwnKl7Gg) ...
2023-01-05T00:47:51.847Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T00:47:51.847Z||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.
2023-01-05T00:47:51.847Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T00:48:01.392Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:48:01.392Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:48:51.845Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T00:48:51.846Z||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.
2023-01-05T00:48:51.846Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T00:48:51.847Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T00:48:51.847Z||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.
2023-01-05T00:48:51.847Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T00:49:01.400Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:49:01.401Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:49:51.844Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T00:49:51.845Z||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.
2023-01-05T00:49:51.845Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T00:49:51.847Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T00:49:51.847Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|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.
2023-01-05T00:49:51.847Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|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 T6awn5sWYwnKl7Gg) ...
2023-01-05T00:50:01.389Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:50:01.390Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:50:51.844Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T00:50:51.845Z||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.
2023-01-05T00:50:51.845Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T00:50:51.847Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T00:50:51.847Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|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.
2023-01-05T00:50:51.847Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|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 T6awn5sWYwnKl7Gg) ...
2023-01-05T00:51:01.400Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:51:01.403Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:51:51.844Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T00:51:51.845Z||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.
2023-01-05T00:51:51.846Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T00:51:51.847Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T00:51:51.847Z||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.
2023-01-05T00:51:51.848Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T00:52:01.388Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:52:01.397Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:52:51.844Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T00:52:51.845Z||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.
2023-01-05T00:52:51.845Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T00:52:51.847Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T00:52:51.847Z||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.
2023-01-05T00:52:51.847Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T00:53:01.397Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:53:01.397Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:53:51.844Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T00:53:51.845Z||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.
2023-01-05T00:53:51.845Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T00:53:51.847Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T00:53:51.847Z||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.
2023-01-05T00:53:51.847Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T00:54:01.401Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:54:01.402Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:54:51.844Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T00:54:51.845Z||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.
2023-01-05T00:54:51.845Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T00:54:51.847Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T00:54:51.847Z||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.
2023-01-05T00:54:51.847Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T00:55:01.392Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:55:01.392Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:55:51.844Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T00:55:51.845Z||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.
2023-01-05T00:55:51.845Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T00:55:51.847Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T00:55:51.847Z||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.
2023-01-05T00:55:51.847Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T00:56:01.391Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:56:01.391Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:56:51.844Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T00:56:51.846Z||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.
2023-01-05T00:56:51.846Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T00:56:51.847Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T00:56:51.847Z||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.
2023-01-05T00:56:51.847Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T00:57:01.394Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:57:01.396Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:57:51.845Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T00:57:51.847Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T00:57:51.848Z||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.
2023-01-05T00:57:51.848Z||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.
2023-01-05T00:57:51.849Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T00:57:51.848Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T00:57:52.486Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:57:52.487Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:57:52.487Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-05T00:57:52.487Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"9d7237c7-0aec-4cc2-8dbb-11f54c3fd541","serviceName":"Demo_pNF_q2HuDoqCrwM7EvJT2iYC","serviceVersion":"1.0","serviceUUID":"281dd976-0c64-4761-9f4f-ceedee6b3733","serviceDescription":"catalog service description","serviceInvariantUUID":"24a6f005-3f62-4633-890e-d653d194c318","resources":[{"resourceInstanceName":"pNF 51b6e4f7-9ac0 0","resourceName":"pNF 51b6e4f7-9ac0","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"afd748d2-5af8-4062-9d0d-3b84cb469a0a","resourceInvariantUUID":"b70a3bb5-35c0-4029-a03f-cb92b7bda24a","resourceCustomizationUUID":"3b1c38d4-dc1f-4cf5-9a3f-141acf7ecafc","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQ2hudoqcrwm7evjt2iyc/1.0/resourceInstances/pnf51b6e4f79ac00/artifacts/vf-license-model.xml","artifactChecksum":"MWU1MTI2OGYyZDY0NjhiOTViMGNkNDgzZGRlODEzZjU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9a4e86cd-36ff-4bd0-b98f-00f2982ad63e","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQ2hudoqcrwm7evjt2iyc/1.0/resourceInstances/pnf51b6e4f79ac00/artifacts/pNF.csar","artifactChecksum":"NDU1YmM4MGMwZjMzNjBkOGNkYjNiYWI3MTljNDNjOGU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7735069e-dfa8-41f5-8783-76a43731bc3f","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQ2hudoqcrwm7evjt2iyc/1.0/resourceInstances/pnf51b6e4f79ac00/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a7da3ca7-9833-4a70-b6e5-fd9975a87cce","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQ2hudoqcrwm7evjt2iyc/1.0/resourceInstances/pnf51b6e4f79ac00/artifacts/vendor-license-model.xml","artifactChecksum":"OWNkZTRmNjNlNDRjNmI3NTVlMTg2MzU3YTYxNDYzNTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"98eb9f85-769d-436b-8225-f61bd7dff93b","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfQ2hudoqcrwm7evjt2iyc/1.0/resourceInstances/pnf51b6e4f79ac00/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6a7cbc16-097c-4b6d-b157-0d312f965b9b","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfQ2hudoqcrwm7evjt2iyc/1.0/resourceInstances/pnf51b6e4f79ac00/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7de0ef55-13ce-47d0-bd6b-96bf3fd3e755","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfQ2hudoqcrwm7evjt2iyc-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQ2hudoqcrwm7evjt2iyc/1.0/artifacts/service-DemoPnfQ2hudoqcrwm7evjt2iyc-template.yml","artifactChecksum":"NGFiMGM1Zjc3Y2I1ZmU1YTk2ZDMxZWU0YmQ4MmFiN2M\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ba425d39-f781-4dd5-89cf-7fc6f027637b","artifactVersion":"1"},{"artifactName":"service-DemoPnfQ2hudoqcrwm7evjt2iyc-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfQ2hudoqcrwm7evjt2iyc/1.0/artifacts/service-DemoPnfQ2hudoqcrwm7evjt2iyc-csar.csar","artifactChecksum":"OWY4NDFkNTBmOGVhOGI0OGQwZTMxN2U5OGExOTRjYmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ee078715-aad5-4f25-904a-fc4881df56cb","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-05T00:57:52.488Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-05T00:57:52.489Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d7237c7-0aec-4cc2-8dbb-11f54c3fd541",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672880231781,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ2hudoqcrwm7evjt2iyc/1.0/resourceInstances/pnf51b6e4f79ac00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T00:57:52.490Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-05T00:57:52.490Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-05T00:57:52.490Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d7237c7-0aec-4cc2-8dbb-11f54c3fd541",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672880226819,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ2hudoqcrwm7evjt2iyc/1.0/resourceInstances/pnf51b6e4f79ac00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T00:57:52.490Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-05T00:57:52.490Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-05T00:57:52.490Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d7237c7-0aec-4cc2-8dbb-11f54c3fd541",
  "consumerID": "aai-model-loader",
  "timestamp": 1672880224573,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ2hudoqcrwm7evjt2iyc/1.0/resourceInstances/pnf51b6e4f79ac00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T00:57:52.491Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-05T00:57:52.491Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-05T00:57:52.491Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d7237c7-0aec-4cc2-8dbb-11f54c3fd541",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672880227910,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ2hudoqcrwm7evjt2iyc/1.0/resourceInstances/pnf51b6e4f79ac00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T00:57:52.491Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-05T00:57:52.491Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-05T00:57:52.491Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d7237c7-0aec-4cc2-8dbb-11f54c3fd541",
  "consumerID": "policy-id",
  "timestamp": 1672880232076,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ2hudoqcrwm7evjt2iyc/1.0/resourceInstances/pnf51b6e4f79ac00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T00:57:52.491Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-05T00:57:52.491Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-05T00:57:52.492Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d7237c7-0aec-4cc2-8dbb-11f54c3fd541",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672880231781,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ2hudoqcrwm7evjt2iyc/1.0/resourceInstances/pnf51b6e4f79ac00/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-05T00:57:52.492Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-05T00:57:52.492Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-05T00:57:52.492Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d7237c7-0aec-4cc2-8dbb-11f54c3fd541",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672880226819,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ2hudoqcrwm7evjt2iyc/1.0/resourceInstances/pnf51b6e4f79ac00/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-05T00:57:52.492Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-05T00:57:52.492Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-05T00:57:52.492Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d7237c7-0aec-4cc2-8dbb-11f54c3fd541",
  "consumerID": "aai-model-loader",
  "timestamp": 1672880224573,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ2hudoqcrwm7evjt2iyc/1.0/resourceInstances/pnf51b6e4f79ac00/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-05T00:57:52.493Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-05T00:57:52.493Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-05T00:57:52.493Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d7237c7-0aec-4cc2-8dbb-11f54c3fd541",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672880227910,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ2hudoqcrwm7evjt2iyc/1.0/resourceInstances/pnf51b6e4f79ac00/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-05T00:57:52.493Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-05T00:57:52.493Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-05T00:57:52.493Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d7237c7-0aec-4cc2-8dbb-11f54c3fd541",
  "consumerID": "policy-id",
  "timestamp": 1672880232076,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ2hudoqcrwm7evjt2iyc/1.0/resourceInstances/pnf51b6e4f79ac00/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-05T00:57:52.493Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-05T00:57:52.493Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-05T00:57:52.494Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d7237c7-0aec-4cc2-8dbb-11f54c3fd541",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672880231781,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ2hudoqcrwm7evjt2iyc/1.0/resourceInstances/pnf51b6e4f79ac00/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-05T00:57:52.494Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-05T00:57:52.494Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-05T00:57:52.494Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d7237c7-0aec-4cc2-8dbb-11f54c3fd541",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672880226819,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ2hudoqcrwm7evjt2iyc/1.0/resourceInstances/pnf51b6e4f79ac00/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-05T00:57:52.494Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-05T00:57:52.494Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-05T00:57:52.494Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d7237c7-0aec-4cc2-8dbb-11f54c3fd541",
  "consumerID": "aai-model-loader",
  "timestamp": 1672880224573,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ2hudoqcrwm7evjt2iyc/1.0/resourceInstances/pnf51b6e4f79ac00/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-05T00:57:52.494Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-05T00:57:52.494Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-05T00:57:52.495Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d7237c7-0aec-4cc2-8dbb-11f54c3fd541",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672880227910,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ2hudoqcrwm7evjt2iyc/1.0/resourceInstances/pnf51b6e4f79ac00/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-05T00:57:52.495Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-05T00:57:52.495Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-05T00:57:52.495Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-05T00:57:52.495Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d7237c7-0aec-4cc2-8dbb-11f54c3fd541",
  "consumerID": "policy-id",
  "timestamp": 1672880232076,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ2hudoqcrwm7evjt2iyc/1.0/resourceInstances/pnf51b6e4f79ac00/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-05T00:57:52.495Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-05T00:57:52.495Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-05T00:57:52.495Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d7237c7-0aec-4cc2-8dbb-11f54c3fd541",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672880231781,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ2hudoqcrwm7evjt2iyc/1.0/resourceInstances/pnf51b6e4f79ac00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T00:57:52.495Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-05T00:57:52.495Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-05T00:57:52.496Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-05T00:57:52.496Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d7237c7-0aec-4cc2-8dbb-11f54c3fd541",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672880226819,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ2hudoqcrwm7evjt2iyc/1.0/resourceInstances/pnf51b6e4f79ac00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T00:57:52.496Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-05T00:57:52.496Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-05T00:57:52.496Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d7237c7-0aec-4cc2-8dbb-11f54c3fd541",
  "consumerID": "aai-model-loader",
  "timestamp": 1672880224573,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ2hudoqcrwm7evjt2iyc/1.0/resourceInstances/pnf51b6e4f79ac00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T00:57:52.496Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-05T00:57:52.497Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-05T00:57:52.497Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d7237c7-0aec-4cc2-8dbb-11f54c3fd541",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672880227910,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ2hudoqcrwm7evjt2iyc/1.0/resourceInstances/pnf51b6e4f79ac00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T00:57:52.497Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-05T00:57:52.497Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-05T00:57:52.497Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d7237c7-0aec-4cc2-8dbb-11f54c3fd541",
  "consumerID": "policy-id",
  "timestamp": 1672880232076,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ2hudoqcrwm7evjt2iyc/1.0/resourceInstances/pnf51b6e4f79ac00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T00:57:52.497Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-05T00:57:52.497Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-05T00:57:52.497Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d7237c7-0aec-4cc2-8dbb-11f54c3fd541",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672880231781,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ2hudoqcrwm7evjt2iyc/1.0/resourceInstances/pnf51b6e4f79ac00/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T00:57:52.498Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-05T00:57:52.498Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-05T00:57:52.498Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d7237c7-0aec-4cc2-8dbb-11f54c3fd541",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672880226819,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ2hudoqcrwm7evjt2iyc/1.0/resourceInstances/pnf51b6e4f79ac00/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T00:57:52.498Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-05T00:57:52.498Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-05T00:57:52.498Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d7237c7-0aec-4cc2-8dbb-11f54c3fd541",
  "consumerID": "aai-model-loader",
  "timestamp": 1672880224573,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ2hudoqcrwm7evjt2iyc/1.0/resourceInstances/pnf51b6e4f79ac00/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T00:57:52.498Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-05T00:57:52.498Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-05T00:57:52.499Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d7237c7-0aec-4cc2-8dbb-11f54c3fd541",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672880227910,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ2hudoqcrwm7evjt2iyc/1.0/resourceInstances/pnf51b6e4f79ac00/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T00:57:52.499Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-05T00:57:52.499Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-05T00:57:52.499Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d7237c7-0aec-4cc2-8dbb-11f54c3fd541",
  "consumerID": "policy-id",
  "timestamp": 1672880232076,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ2hudoqcrwm7evjt2iyc/1.0/resourceInstances/pnf51b6e4f79ac00/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T00:57:52.499Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-05T00:57:52.499Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-05T00:57:52.499Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d7237c7-0aec-4cc2-8dbb-11f54c3fd541",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672880231781,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ2hudoqcrwm7evjt2iyc/1.0/resourceInstances/pnf51b6e4f79ac00/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T00:57:52.499Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-05T00:57:52.499Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-05T00:57:52.500Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d7237c7-0aec-4cc2-8dbb-11f54c3fd541",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672880226819,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ2hudoqcrwm7evjt2iyc/1.0/resourceInstances/pnf51b6e4f79ac00/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T00:57:52.500Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T00:57:52.500Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9d7237c7-0aec-4cc2-8dbb-11f54c3fd541",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672880271844,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ2hudoqcrwm7evjt2iyc/1.0/resourceInstances/pnf51b6e4f79ac00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T00:57:52.500Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-05T00:57:52.500Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-05T00:57:52.500Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d7237c7-0aec-4cc2-8dbb-11f54c3fd541",
  "consumerID": "aai-model-loader",
  "timestamp": 1672880224573,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ2hudoqcrwm7evjt2iyc/1.0/resourceInstances/pnf51b6e4f79ac00/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T00:57:52.500Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-05T00:57:52.500Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-05T00:57:52.500Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d7237c7-0aec-4cc2-8dbb-11f54c3fd541",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672880227910,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ2hudoqcrwm7evjt2iyc/1.0/resourceInstances/pnf51b6e4f79ac00/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T00:57:52.501Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-05T00:57:52.501Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-05T00:57:52.501Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d7237c7-0aec-4cc2-8dbb-11f54c3fd541",
  "consumerID": "policy-id",
  "timestamp": 1672880232076,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ2hudoqcrwm7evjt2iyc/1.0/resourceInstances/pnf51b6e4f79ac00/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T00:57:52.501Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-05T00:57:52.501Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-05T00:57:52.502Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d7237c7-0aec-4cc2-8dbb-11f54c3fd541",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672880231781,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ2hudoqcrwm7evjt2iyc/1.0/artifacts/service-DemoPnfQ2hudoqcrwm7evjt2iyc-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T00:57:52.502Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-05T00:57:52.502Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-05T00:57:52.502Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d7237c7-0aec-4cc2-8dbb-11f54c3fd541",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672880226819,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ2hudoqcrwm7evjt2iyc/1.0/artifacts/service-DemoPnfQ2hudoqcrwm7evjt2iyc-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T00:57:52.502Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-05T00:57:52.502Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-05T00:57:52.502Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d7237c7-0aec-4cc2-8dbb-11f54c3fd541",
  "consumerID": "aai-model-loader",
  "timestamp": 1672880224573,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ2hudoqcrwm7evjt2iyc/1.0/artifacts/service-DemoPnfQ2hudoqcrwm7evjt2iyc-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T00:57:52.502Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-05T00:57:52.503Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-05T00:57:52.503Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d7237c7-0aec-4cc2-8dbb-11f54c3fd541",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672880227910,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ2hudoqcrwm7evjt2iyc/1.0/artifacts/service-DemoPnfQ2hudoqcrwm7evjt2iyc-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T00:57:52.503Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-05T00:57:52.503Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-05T00:57:52.503Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d7237c7-0aec-4cc2-8dbb-11f54c3fd541",
  "consumerID": "policy-id",
  "timestamp": 1672880232076,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ2hudoqcrwm7evjt2iyc/1.0/artifacts/service-DemoPnfQ2hudoqcrwm7evjt2iyc-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T00:57:52.503Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-05T00:57:52.503Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-05T00:57:52.503Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d7237c7-0aec-4cc2-8dbb-11f54c3fd541",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672880231781,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ2hudoqcrwm7evjt2iyc/1.0/artifacts/service-DemoPnfQ2hudoqcrwm7evjt2iyc-csar.csar",
  "status": "NOTIFIED"
}
2023-01-05T00:57:52.504Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-05T00:57:52.504Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-05T00:57:52.504Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d7237c7-0aec-4cc2-8dbb-11f54c3fd541",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672880226819,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ2hudoqcrwm7evjt2iyc/1.0/artifacts/service-DemoPnfQ2hudoqcrwm7evjt2iyc-csar.csar",
  "status": "NOTIFIED"
}
2023-01-05T00:57:52.504Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-05T00:57:52.504Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-05T00:57:52.504Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d7237c7-0aec-4cc2-8dbb-11f54c3fd541",
  "consumerID": "aai-model-loader",
  "timestamp": 1672880224573,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ2hudoqcrwm7evjt2iyc/1.0/artifacts/service-DemoPnfQ2hudoqcrwm7evjt2iyc-csar.csar",
  "status": "NOTIFIED"
}
2023-01-05T00:57:52.504Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-05T00:57:52.504Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-05T00:57:52.504Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d7237c7-0aec-4cc2-8dbb-11f54c3fd541",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672880227910,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ2hudoqcrwm7evjt2iyc/1.0/artifacts/service-DemoPnfQ2hudoqcrwm7evjt2iyc-csar.csar",
  "status": "NOTIFIED"
}
2023-01-05T00:57:52.505Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-05T00:57:52.505Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-05T00:57:52.505Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d7237c7-0aec-4cc2-8dbb-11f54c3fd541",
  "consumerID": "policy-id",
  "timestamp": 1672880232076,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ2hudoqcrwm7evjt2iyc/1.0/artifacts/service-DemoPnfQ2hudoqcrwm7evjt2iyc-csar.csar",
  "status": "NOTIFIED"
}
2023-01-05T00:57:52.505Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2023-01-05T00:57:52.505Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-05T00:57:52.505Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d7237c7-0aec-4cc2-8dbb-11f54c3fd541",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672880240383,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ2hudoqcrwm7evjt2iyc/1.0/artifacts/service-DemoPnfQ2hudoqcrwm7evjt2iyc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-05T00:57:52.505Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T00:57:52.505Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-05T00:57:52.505Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d7237c7-0aec-4cc2-8dbb-11f54c3fd541",
  "consumerID": "aai-model-loader",
  "timestamp": 1672880240397,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ2hudoqcrwm7evjt2iyc/1.0/artifacts/service-DemoPnfQ2hudoqcrwm7evjt2iyc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-05T00:57:52.506Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T00:57:52.506Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-05T00:57:52.506Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d7237c7-0aec-4cc2-8dbb-11f54c3fd541",
  "consumerID": "policy-id",
  "timestamp": 1672880240842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ2hudoqcrwm7evjt2iyc/1.0/artifacts/service-DemoPnfQ2hudoqcrwm7evjt2iyc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-05T00:57:52.506Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T00:57:52.506Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-05T00:57:52.506Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d7237c7-0aec-4cc2-8dbb-11f54c3fd541",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672880241031,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ2hudoqcrwm7evjt2iyc/1.0/artifacts/service-DemoPnfQ2hudoqcrwm7evjt2iyc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-05T00:57:52.506Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T00:57:52.506Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-05T00:57:52.506Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d7237c7-0aec-4cc2-8dbb-11f54c3fd541",
  "consumerID": "policy-id",
  "timestamp": 1672880241847,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ2hudoqcrwm7evjt2iyc/1.0/artifacts/service-DemoPnfQ2hudoqcrwm7evjt2iyc-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-05T00:57:52.507Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T00:57:52.507Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-05T00:57:52.507Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d7237c7-0aec-4cc2-8dbb-11f54c3fd541",
  "consumerID": "policy-id",
  "timestamp": 1672880242851,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-05T00:57:52.534Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9d7237c7-0aec-4cc2-8dbb-11f54c3fd541
2023-01-05T00:57:52.535Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9d7237c7-0aec-4cc2-8dbb-11f54c3fd541 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-05T00:57:52.546Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-05T00:57:52.546Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d7237c7-0aec-4cc2-8dbb-11f54c3fd541",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672880243339,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ2hudoqcrwm7evjt2iyc/1.0/artifacts/service-DemoPnfQ2hudoqcrwm7evjt2iyc-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-05T00:57:52.546Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T00:57:52.546Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-05T00:57:52.546Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d7237c7-0aec-4cc2-8dbb-11f54c3fd541",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672880244346,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-05T00:57:52.559Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9d7237c7-0aec-4cc2-8dbb-11f54c3fd541
2023-01-05T00:57:52.559Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9d7237c7-0aec-4cc2-8dbb-11f54c3fd541 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-05T00:57:52.574Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-05T00:57:52.574Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d7237c7-0aec-4cc2-8dbb-11f54c3fd541",
  "consumerID": "aai-model-loader",
  "timestamp": 1672880245626,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ2hudoqcrwm7evjt2iyc/1.0/artifacts/service-DemoPnfQ2hudoqcrwm7evjt2iyc-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-05T00:57:52.574Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T00:57:52.574Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-05T00:57:52.574Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d7237c7-0aec-4cc2-8dbb-11f54c3fd541",
  "consumerID": "aai-model-loader",
  "timestamp": 1672880246628,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-05T00:57:52.582Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9d7237c7-0aec-4cc2-8dbb-11f54c3fd541
2023-01-05T00:57:52.582Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9d7237c7-0aec-4cc2-8dbb-11f54c3fd541 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 (?, ?, ?, ?, ?)
2023-01-05T00:57:52.600Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-05T00:57:52.601Z||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.
2023-01-05T00:57:52.601Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T6awn5sWYwnKl7Gg) ...
2023-01-05T00:57:52.620Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:57:52.621Z||pool-19-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2023-01-05T00:57:53.500Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-05T00:57:53.502Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-05T00:57:53.503Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T00:57:53.503Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9d7237c7-0aec-4cc2-8dbb-11f54c3fd541",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672880271844,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ2hudoqcrwm7evjt2iyc/1.0/resourceInstances/pnf51b6e4f79ac00/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-05T00:57:53.604Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-05T00:57:53.604Z||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.
2023-01-05T00:57:53.605Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T6awn5sWYwnKl7Gg) ...
2023-01-05T00:57:53.619Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:57:53.620Z||pool-20-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2023-01-05T00:57:54.505Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-05T00:57:54.506Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-05T00:57:54.508Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T00:57:54.508Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9d7237c7-0aec-4cc2-8dbb-11f54c3fd541",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672880271844,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ2hudoqcrwm7evjt2iyc/1.0/resourceInstances/pnf51b6e4f79ac00/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-05T00:57:54.608Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-05T00:57:54.609Z||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.
2023-01-05T00:57:54.609Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T6awn5sWYwnKl7Gg) ...
2023-01-05T00:57:54.623Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:57:54.623Z||pool-21-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-01-05T00:57:55.512Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-05T00:57:55.513Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-05T00:57:55.515Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T00:57:55.515Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9d7237c7-0aec-4cc2-8dbb-11f54c3fd541",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672880271844,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ2hudoqcrwm7evjt2iyc/1.0/resourceInstances/pnf51b6e4f79ac00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T00:57:55.615Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-05T00:57:55.616Z||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.
2023-01-05T00:57:55.616Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T6awn5sWYwnKl7Gg) ...
2023-01-05T00:57:55.629Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:57:55.630Z||pool-22-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2023-01-05T00:57:56.516Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-05T00:57:56.516Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-05T00:57:56.519Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T00:57:56.519Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9d7237c7-0aec-4cc2-8dbb-11f54c3fd541",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672880271844,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ2hudoqcrwm7evjt2iyc/1.0/resourceInstances/pnf51b6e4f79ac00/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T00:57:56.620Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-05T00:57:56.621Z||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.
2023-01-05T00:57:56.621Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T6awn5sWYwnKl7Gg) ...
2023-01-05T00:57:56.634Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:57:56.635Z||pool-23-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-01-05T00:57:57.521Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-05T00:57:57.522Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-05T00:57:57.525Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T00:57:57.525Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9d7237c7-0aec-4cc2-8dbb-11f54c3fd541",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672880271844,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ2hudoqcrwm7evjt2iyc/1.0/resourceInstances/pnf51b6e4f79ac00/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T00:57:57.625Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-05T00:57:57.626Z||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.
2023-01-05T00:57:57.626Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T6awn5sWYwnKl7Gg) ...
2023-01-05T00:57:57.639Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:57:57.640Z||pool-24-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-01-05T00:57:58.526Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-05T00:57:58.527Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-05T00:57:58.529Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T00:57:58.530Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9d7237c7-0aec-4cc2-8dbb-11f54c3fd541",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672880271844,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ2hudoqcrwm7evjt2iyc/1.0/artifacts/service-DemoPnfQ2hudoqcrwm7evjt2iyc-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T00:57:58.630Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-05T00:57:58.630Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-05T00:57:58.630Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T6awn5sWYwnKl7Gg) ...
2023-01-05T00:57:58.649Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:57:58.649Z||pool-25-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2023-01-05T00:57:59.530Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-05T00:57:59.531Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-05T00:57:59.534Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T00:57:59.534Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9d7237c7-0aec-4cc2-8dbb-11f54c3fd541",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672880271844,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ2hudoqcrwm7evjt2iyc/1.0/artifacts/service-DemoPnfQ2hudoqcrwm7evjt2iyc-csar.csar",
  "status": "NOTIFIED"
}
2023-01-05T00:57:59.634Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-05T00:57:59.635Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-05T00:57:59.635Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T6awn5sWYwnKl7Gg) ...
2023-01-05T00:57:59.650Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:57:59.651Z||pool-26-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2023-01-05T00:58:00.535Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "9d7237c7-0aec-4cc2-8dbb-11f54c3fd541",
  "serviceName": "Demo_pNF_q2HuDoqCrwM7EvJT2iYC",
  "serviceVersion": "1.0",
  "serviceUUID": "281dd976-0c64-4761-9f4f-ceedee6b3733",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "24a6f005-3f62-4633-890e-d653d194c318",
  "resources": [
    {
      "resourceInstanceName": "pNF 51b6e4f7-9ac0 0",
      "resourceCustomizationUUID": "3b1c38d4-dc1f-4cf5-9a3f-141acf7ecafc",
      "resourceName": "pNF 51b6e4f7-9ac0",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "afd748d2-5af8-4062-9d0d-3b84cb469a0a",
      "resourceInvariantUUID": "b70a3bb5-35c0-4029-a03f-cb92b7bda24a",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfQ2hudoqcrwm7evjt2iyc-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ2hudoqcrwm7evjt2iyc/1.0/artifacts/service-DemoPnfQ2hudoqcrwm7evjt2iyc-csar.csar",
      "artifactChecksum": "OWY4NDFkNTBmOGVhOGI0OGQwZTMxN2U5OGExOTRjYmI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ee078715-aad5-4f25-904a-fc4881df56cb"
    }
  ],
  "workloadContext": "Production"
}
2023-01-05T00:58:00.536Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-05T00:58:00.536Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 281dd976-0c64-4761-9f4f-ceedee6b3733 ASDC
2023-01-05T00:58:00.537Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:9d7237c7-0aec-4cc2-8dbb-11f54c3fd541
ServiceName:Demo_pNF_q2HuDoqCrwM7EvJT2iYC
ServiceVersion:1.0
ServiceUUID:281dd976-0c64-4761-9f4f-ceedee6b3733
ServiceInvariantUUID:24a6f005-3f62-4633-890e-d653d194c318
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfQ2hudoqcrwm7evjt2iyc-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfQ2hudoqcrwm7evjt2iyc/1.0/artifacts/service-DemoPnfQ2hudoqcrwm7evjt2iyc-csar.csar
ArtifactUUID:ee078715-aad5-4f25-904a-fc4881df56cb
ArtifactChecksum:OWY4NDFkNTBmOGVhOGI0OGQwZTMxN2U5OGExOTRjYmI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 51b6e4f7-9ac0 0
ResourceCustomizationUUID:3b1c38d4-dc1f-4cf5-9a3f-141acf7ecafc
ResourceInvariantUUID:b70a3bb5-35c0-4029-a03f-cb92b7bda24a
ResourceName:pNF 51b6e4f7-9ac0
ResourceType:PNF
ResourceUUID:afd748d2-5af8-4062-9d0d-3b84cb469a0a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-01-05T00:58:00.538Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 281dd976-0c64-4761-9f4f-ceedee6b3733 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-01-05T00:58:00.586Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-05T00:58:00.587Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-01-05T00:58:00.587Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-01-05T00:58:00.587Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: ee078715-aad5-4f25-904a-fc4881df56cb from URL: /sdc/v1/catalog/services/DemoPnfQ2hudoqcrwm7evjt2iyc/1.0/artifacts/service-DemoPnfQ2hudoqcrwm7evjt2iyc-csar.csar
2023-01-05T00:58:00.587Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-01-05T00:58:00.587Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfQ2hudoqcrwm7evjt2iyc/1.0/artifacts/service-DemoPnfQ2hudoqcrwm7evjt2iyc-csar.csar
2023-01-05T00:58:00.658Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-01-05T00:58:00.660Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfQ2hudoqcrwm7evjt2iyc/1.0/artifacts/service-DemoPnfQ2hudoqcrwm7evjt2iyc-csar.csar ee078715-aad5-4f25-904a-fc4881df56cb 88023
2023-01-05T00:58:00.660Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfQ2hudoqcrwm7evjt2iyc/1.0/artifacts/service-DemoPnfQ2hudoqcrwm7evjt2iyc-csar.csar ASDC sendASDCNotification
2023-01-05T00:58:00.660Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQ2hudoqcrwm7evjt2iyc/1.0/artifacts/service-DemoPnfQ2hudoqcrwm7evjt2iyc-csar.csar
2023-01-05T00:58:00.661Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-05T00:58:00.661Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-05T00:58:00.665Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T00:58:00.665Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9d7237c7-0aec-4cc2-8dbb-11f54c3fd541",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672880280660,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ2hudoqcrwm7evjt2iyc/1.0/artifacts/service-DemoPnfQ2hudoqcrwm7evjt2iyc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-05T00:58:00.765Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-05T00:58:00.766Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-05T00:58:00.766Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T6awn5sWYwnKl7Gg) ...
2023-01-05T00:58:00.778Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:58:00.778Z||pool-27-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-01-05T00:58:01.665Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-05T00:58:01.666Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-01-05T00:58:01.667Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: ee078715-aad5-4f25-904a-fc4881df56cb, URL: /sdc/v1/catalog/services/DemoPnfQ2hudoqcrwm7evjt2iyc/1.0/artifacts/service-DemoPnfQ2hudoqcrwm7evjt2iyc-csar.csar to file: /app/ASDC/1/service-DemoPnfQ2hudoqcrwm7evjt2iyc-csar.csar
2023-01-05T00:58:01.667Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfQ2hudoqcrwm7evjt2iyc-csar.csar
2023-01-05T00:58:01.668Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfQ2hudoqcrwm7evjt2iyc-csar.csar
2023-01-05T00:58:01.668Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfQ2hudoqcrwm7evjt2iyc-csar.csar
2023-01-05T00:58:01.847Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7281256011879988102/Definitions/service-DemoPnfQ2hudoqcrwm7evjt2iyc-template.yml
2023-01-05T00:58:02.789Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-05T00:58:02.789Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-01-05T00:58:02.789Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfQ2hudoqcrwm7evjt2iyc-csar.csar
2023-01-05T00:58:02.790Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-01-05T00:58:02.790Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|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-DemoPnfQ2hudoqcrwm7evjt2iyc-csar.csar
2023-01-05T00:58:02.790Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 51b6e4f7-9ac0 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-DemoPnfQ2hudoqcrwm7evjt2iyc-csar.csar
2023-01-05T00:58:02.790Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|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-DemoPnfQ2hudoqcrwm7evjt2iyc-csar.csar
2023-01-05T00:58:02.790Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|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-DemoPnfQ2hudoqcrwm7evjt2iyc-csar.csar
2023-01-05T00:58:02.790Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|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-DemoPnfQ2hudoqcrwm7evjt2iyc-csar.csar
2023-01-05T00:58:02.790Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|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-DemoPnfQ2hudoqcrwm7evjt2iyc-csar.csar
2023-01-05T00:58:02.790Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|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-DemoPnfQ2hudoqcrwm7evjt2iyc-csar.csar
2023-01-05T00:58:02.790Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-01-05T00:58:02.791Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T00:58:02.791Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_q2HuDoqCrwM7EvJT2iYC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T00:58:02.792Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|pool-2-thread-4|||||DEBUG|500||Node template pNF 51b6e4f7-9ac0 0 is matching search criteria
2023-01-05T00:58:02.792Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-01-05T00:58:02.792Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 51b6e4f7-9ac0 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-05T00:58:02.792Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T00:58:02.793Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_q2HuDoqCrwM7EvJT2iYC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T00:58:02.793Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|pool-2-thread-4|||||DEBUG|500||Node template pNF 51b6e4f7-9ac0 0 is matching search criteria
2023-01-05T00:58:02.793Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-01-05T00:58:02.793Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 51b6e4f7-9ac0 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-05T00:58:02.794Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T00:58:02.794Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_q2HuDoqCrwM7EvJT2iYC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T00:58:02.794Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T00:58:02.794Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_q2HuDoqCrwM7EvJT2iYC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T00:58:02.795Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T00:58:02.795Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_q2HuDoqCrwM7EvJT2iYC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T00:58:02.795Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T00:58:02.795Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_q2HuDoqCrwM7EvJT2iYC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T00:58:02.796Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T00:58:02.796Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_q2HuDoqCrwM7EvJT2iYC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T00:58:02.796Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_q2HuDoqCrwM7EvJT2iYC
Description:catalog service description
Model UUID:281dd976-0c64-4761-9f4f-ceedee6b3733
Model Version:NULL
Model InvariantUuid:24a6f005-3f62-4633-890e-d653d194c318
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=?
2023-01-05T00:58:02.810Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: afd748d2-5af8-4062-9d0d-3b84cb469a0a
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=?
2023-01-05T00:58:02.818Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|pool-2-thread-4|||||INFO|500||pNF 51b6e4f7-9ac0 0
2023-01-05T00:58:02.818Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: afd748d2-5af8-4062-9d0d-3b84cb469a0a
2023-01-05T00:58:02.819Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|pool-2-thread-4|||||DEBUG|500||No resources found for Service: 281dd976-0c64-4761-9f4f-ceedee6b3733
2023-01-05T00:58:02.819Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 281dd976-0c64-4761-9f4f-ceedee6b3733
2023-01-05T00:58:02.819Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 51b6e4f7-9ac0 0 afd748d2-5af8-4062-9d0d-3b84cb469a0a 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=?
2023-01-05T00:58:02.826Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4d5f8064, org.onap.sdc.toscaparser.api.parameters.Input@10c94bb4, org.onap.sdc.toscaparser.api.parameters.Input@4130562a, org.onap.sdc.toscaparser.api.parameters.Input@4034bc63, org.onap.sdc.toscaparser.api.parameters.Input@715958a1]
2023-01-05T00:58:02.827Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T00:58:02.827Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_q2HuDoqCrwM7EvJT2iYC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T00:58:02.828Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 281dd976-0c64-4761-9f4f-ceedee6b3733: pNF 51b6e4f7-9ac0
2023-01-05T00:58:02.828Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|pool-2-thread-4|||||INFO|500||Processing PNF resource: afd748d2-5af8-4062-9d0d-3b84cb469a0a
2023-01-05T00:58:02.828Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T00:58:02.828Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_q2HuDoqCrwM7EvJT2iYC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T00:58:02.829Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|pool-2-thread-4|||||INFO|500||Resource customization UUID: 3b1c38d4-dc1f-4cf5-9a3f-141acf7ecafc is the same as notified resource customizationUUID: 3b1c38d4-dc1f-4cf5-9a3f-141acf7ecafc
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 (?, ?)
2023-01-05T00:58:02.915Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 51b6e4f7-9ac0 afd748d2-5af8-4062-9d0d-3b84cb469a0a 0 ASDC deployResourceStructure
2023-01-05T00:58:02.915Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfQ2hudoqcrwm7evjt2iyc/1.0/artifacts/service-DemoPnfQ2hudoqcrwm7evjt2iyc-csar.csar ASDC sendASDCNotification
2023-01-05T00:58:02.916Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQ2hudoqcrwm7evjt2iyc/1.0/artifacts/service-DemoPnfQ2hudoqcrwm7evjt2iyc-csar.csar
2023-01-05T00:58:02.916Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-05T00:58:02.916Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-05T00:58:02.918Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T00:58:02.918Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9d7237c7-0aec-4cc2-8dbb-11f54c3fd541",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672880282915,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ2hudoqcrwm7evjt2iyc/1.0/artifacts/service-DemoPnfQ2hudoqcrwm7evjt2iyc-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-05T00:58:03.018Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-05T00:58:03.019Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-05T00:58:03.019Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T6awn5sWYwnKl7Gg) ...
2023-01-05T00:58:03.039Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:58:03.039Z||pool-28-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2023-01-05T00:58:03.919Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9d7237c7-0aec-4cc2-8dbb-11f54c3fd541
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=?
2023-01-05T00:58:03.933Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9d7237c7-0aec-4cc2-8dbb-11f54c3fd541
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=?
2023-01-05T00:58:03.937Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-05T00:58:03.937Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-05T00:58:03.938Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-05T00:58:03.938Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-05T00:58:03.938Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-05T00:58:03.938Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-05T00:58:03.938Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-05T00:58:03.938Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-05T00:58:03.938Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-05T00:58:03.945Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-05T00:58:33.946Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9d7237c7-0aec-4cc2-8dbb-11f54c3fd541 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=?
2023-01-05T00:58:33.953Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9d7237c7-0aec-4cc2-8dbb-11f54c3fd541 and serviceModelVersionId: 281dd976-0c64-4761-9f4f-ceedee6b3733
2023-01-05T00:58:33.953Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 24a6f005-3f62-4633-890e-d653d194c318
2023-01-05T00:58:33.955Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/24a6f005-3f62-4633-890e-d653d194c318/model-vers/model-ver/281dd976-0c64-4761-9f4f-ceedee6b3733?depth=0
2023-01-05T00:58:33.961Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2023-01-05T00:58:34.021Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/24a6f005-3f62-4633-890e-d653d194c318/model-vers/model-ver/281dd976-0c64-4761-9f4f-ceedee6b3733?depth=0|INFO|500||Invoke
2023-01-05T00:58:34.022Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/24a6f005-3f62-4633-890e-d653d194c318/model-vers/model-ver/281dd976-0c64-4761-9f4f-ceedee6b3733?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/24a6f005-3f62-4633-890e-d653d194c318/model-vers/model-ver/281dd976-0c64-4761-9f4f-ceedee6b3733?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9d7237c7-0aec-4cc2-8dbb-11f54c3fd541], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d6d975f1-ceaa-476e-ba13-83d7b4d1c962], X-ECOMP-RequestID=[9d7237c7-0aec-4cc2-8dbb-11f54c3fd541], X-TransactionId=[], X-ONAP-RequestID=[9d7237c7-0aec-4cc2-8dbb-11f54c3fd541], Content-Type=[application/merge-patch+json]}
2023-01-05T00:58:34.028Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/24a6f005-3f62-4633-890e-d653d194c318/model-vers/model-ver/281dd976-0c64-4761-9f4f-ceedee6b3733?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-01-05T00:58:34.229Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/24a6f005-3f62-4633-890e-d653d194c318/model-vers/model-ver/281dd976-0c64-4761-9f4f-ceedee6b3733?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/24a6f005-3f62-4633-890e-d653d194c318/model-vers/model-ver/281dd976-0c64-4761-9f4f-ceedee6b3733?depth=0 has http status code:200 and response headers:{date=[Thu, 05 Jan 2023 00:58:33 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[197], vertex-id=[180464], x-aai-txid=[2-aai-resources-230105-00:58:33:171-15463], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-05T00:58:34.229Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/24a6f005-3f62-4633-890e-d653d194c318/model-vers/model-ver/281dd976-0c64-4761-9f4f-ceedee6b3733?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-01-05T00:58:34.230Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/24a6f005-3f62-4633-890e-d653d194c318/model-vers/model-ver/281dd976-0c64-4761-9f4f-ceedee6b3733?depth=0|INFO|500||InvokeReturn
2023-01-05T00:58:34.231Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-05T00:58:34.231Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-05T00:58:34.237Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|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)
2023-01-05T00:58:34.237Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9d7237c7-0aec-4cc2-8dbb-11f54c3fd541 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-05T00:58:34.237Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-05T00:58:34.238Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-05T00:58:34.240Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T00:58:34.240Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9d7237c7-0aec-4cc2-8dbb-11f54c3fd541",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672880314237,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-05T00:58:34.340Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-05T00:58:34.341Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-05T00:58:34.341Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T6awn5sWYwnKl7Gg) ...
2023-01-05T00:58:34.358Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:58:34.358Z||pool-29-thread-1|||||INFO|500||cambria reply ok (18 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=?
2023-01-05T00:58:51.844Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T00:58:51.845Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|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.
2023-01-05T00:58:51.846Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|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 T6awn5sWYwnKl7Gg) ...
2023-01-05T00:58:51.847Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T00:58:51.848Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|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.
2023-01-05T00:58:51.848Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|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 T6awn5sWYwnKl7Gg) ...
2023-01-05T00:58:51.979Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:58:51.979Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-05T00:58:51.980Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d7237c7-0aec-4cc2-8dbb-11f54c3fd541",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672880271844,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ2hudoqcrwm7evjt2iyc/1.0/resourceInstances/pnf51b6e4f79ac00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T00:58:51.981Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2023-01-05T00:59:01.400Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:59:51.844Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T00:59:51.845Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|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.
2023-01-05T00:59:51.845Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|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 T6awn5sWYwnKl7Gg) ...
2023-01-05T00:59:51.847Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T00:59:51.847Z||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.
2023-01-05T00:59:51.847Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T00:59:52.373Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T00:59:52.374Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-05T00:59:52.374Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d7237c7-0aec-4cc2-8dbb-11f54c3fd541",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672880271844,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ2hudoqcrwm7evjt2iyc/1.0/resourceInstances/pnf51b6e4f79ac00/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-05T00:59:52.375Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-05T00:59:52.375Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-05T00:59:52.375Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d7237c7-0aec-4cc2-8dbb-11f54c3fd541",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672880271844,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ2hudoqcrwm7evjt2iyc/1.0/resourceInstances/pnf51b6e4f79ac00/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-05T00:59:52.376Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-05T00:59:52.376Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-05T00:59:52.376Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d7237c7-0aec-4cc2-8dbb-11f54c3fd541",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672880271844,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ2hudoqcrwm7evjt2iyc/1.0/resourceInstances/pnf51b6e4f79ac00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T00:59:52.376Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-05T00:59:52.376Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-05T00:59:52.376Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d7237c7-0aec-4cc2-8dbb-11f54c3fd541",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672880271844,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ2hudoqcrwm7evjt2iyc/1.0/resourceInstances/pnf51b6e4f79ac00/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T00:59:52.376Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-05T00:59:52.377Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-05T00:59:52.377Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d7237c7-0aec-4cc2-8dbb-11f54c3fd541",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672880271844,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ2hudoqcrwm7evjt2iyc/1.0/resourceInstances/pnf51b6e4f79ac00/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T00:59:52.377Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-05T00:59:52.377Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-05T00:59:52.377Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d7237c7-0aec-4cc2-8dbb-11f54c3fd541",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672880271844,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ2hudoqcrwm7evjt2iyc/1.0/artifacts/service-DemoPnfQ2hudoqcrwm7evjt2iyc-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T00:59:52.377Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-05T00:59:52.377Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-05T00:59:52.378Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d7237c7-0aec-4cc2-8dbb-11f54c3fd541",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672880271844,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ2hudoqcrwm7evjt2iyc/1.0/artifacts/service-DemoPnfQ2hudoqcrwm7evjt2iyc-csar.csar",
  "status": "NOTIFIED"
}
2023-01-05T00:59:52.378Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2023-01-05T00:59:52.378Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-05T00:59:52.378Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d7237c7-0aec-4cc2-8dbb-11f54c3fd541",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672880280660,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ2hudoqcrwm7evjt2iyc/1.0/artifacts/service-DemoPnfQ2hudoqcrwm7evjt2iyc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-05T00:59:52.379Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T00:59:52.379Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-05T00:59:52.379Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d7237c7-0aec-4cc2-8dbb-11f54c3fd541",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672880282915,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ2hudoqcrwm7evjt2iyc/1.0/artifacts/service-DemoPnfQ2hudoqcrwm7evjt2iyc-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-05T00:59:52.379Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T00:59:52.379Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-05T00:59:52.379Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d7237c7-0aec-4cc2-8dbb-11f54c3fd541",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672880314237,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-05T00:59:52.380Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T01:00:01.400Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T01:00:51.844Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T01:00:51.845Z||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.
2023-01-05T01:00:51.845Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T01:00:51.847Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T01:00:51.847Z||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.
2023-01-05T01:00:51.847Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T01:01:01.398Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T01:01:01.398Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T01:01:51.844Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T01:01:51.846Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-05T01:01:51.846Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T6awn5sWYwnKl7Gg) ...
2023-01-05T01:01:51.847Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T01:01:51.847Z||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.
2023-01-05T01:01:51.847Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T01:02:01.395Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T01:02:01.397Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T01:02:51.844Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T01:02:51.845Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-05T01:02:51.845Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T6awn5sWYwnKl7Gg) ...
2023-01-05T01:02:51.847Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T01:02:51.847Z||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.
2023-01-05T01:02:51.847Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T01:03:01.397Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T01:03:01.402Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T01:03:51.844Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T01:03:51.845Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-05T01:03:51.846Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T6awn5sWYwnKl7Gg) ...
2023-01-05T01:03:51.847Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T01:03:51.847Z||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.
2023-01-05T01:03:51.847Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T01:04:01.399Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T01:04:01.399Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T01:04:51.844Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T01:04:51.845Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-05T01:04:51.845Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T6awn5sWYwnKl7Gg) ...
2023-01-05T01:04:51.847Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T01:04:51.847Z||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.
2023-01-05T01:04:51.847Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T01:05:01.405Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T01:05:01.406Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T01:05:51.844Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T01:05:51.845Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-05T01:05:51.845Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T6awn5sWYwnKl7Gg) ...
2023-01-05T01:05:51.847Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T01:05:51.847Z||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.
2023-01-05T01:05:51.847Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T01:06:01.387Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T01:06:01.409Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T01:06:51.844Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T01:06:51.845Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-05T01:06:51.845Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T6awn5sWYwnKl7Gg) ...
2023-01-05T01:06:51.847Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T01:06:51.847Z||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.
2023-01-05T01:06:51.847Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T01:07:01.391Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T01:07:01.397Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T01:07:51.844Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T01:07:51.845Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-05T01:07:51.846Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T6awn5sWYwnKl7Gg) ...
2023-01-05T01:07:51.847Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T01:07:51.847Z||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.
2023-01-05T01:07:51.847Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T01:08:01.389Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T01:08:01.390Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T01:08:51.845Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T01:08:51.847Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T01:08:51.848Z||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.
2023-01-05T01:08:51.848Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-05T01:08:51.849Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T6awn5sWYwnKl7Gg) ...
2023-01-05T01:08:51.848Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T01:09:01.400Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T01:09:01.401Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T01:09:51.844Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T01:09:51.846Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-05T01:09:51.846Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T6awn5sWYwnKl7Gg) ...
2023-01-05T01:09:51.847Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T01:09:51.847Z||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.
2023-01-05T01:09:51.847Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T01:10:01.391Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T01:10:01.397Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T01:10:51.844Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T01:10:51.845Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-05T01:10:51.845Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T6awn5sWYwnKl7Gg) ...
2023-01-05T01:10:51.847Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T01:10:51.847Z||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.
2023-01-05T01:10:51.848Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T01:11:01.389Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T01:11:01.393Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T01:11:51.844Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T01:11:51.845Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-05T01:11:51.846Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T6awn5sWYwnKl7Gg) ...
2023-01-05T01:11:51.847Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T01:11:51.847Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|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.
2023-01-05T01:11:51.848Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|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 T6awn5sWYwnKl7Gg) ...
2023-01-05T01:12:01.398Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T01:12:01.405Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T01:12:51.844Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T01:12:51.845Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-05T01:12:51.845Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T6awn5sWYwnKl7Gg) ...
2023-01-05T01:12:51.847Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T01:12:51.847Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|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.
2023-01-05T01:12:51.847Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|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 T6awn5sWYwnKl7Gg) ...
2023-01-05T01:13:01.390Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T01:13:01.392Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T01:13:51.844Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T01:13:51.845Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-05T01:13:51.845Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T6awn5sWYwnKl7Gg) ...
2023-01-05T01:13:51.847Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T01:13:51.847Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|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.
2023-01-05T01:13:51.852Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|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 T6awn5sWYwnKl7Gg) ...
2023-01-05T01:14:01.390Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T01:14:01.396Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T01:14:51.844Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T01:14:51.845Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-05T01:14:51.845Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T6awn5sWYwnKl7Gg) ...
2023-01-05T01:14:51.848Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T01:14:51.849Z||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.
2023-01-05T01:14:51.852Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T01:15:01.431Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T01:15:01.442Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T01:15:51.844Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T01:15:51.845Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-05T01:15:51.845Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T6awn5sWYwnKl7Gg) ...
2023-01-05T01:15:51.847Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T01:15:51.847Z||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.
2023-01-05T01:15:51.847Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T01:16:01.392Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T01:16:01.407Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T01:16:51.846Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T01:16:51.846Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-05T01:16:51.847Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T01:16:51.847Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T6awn5sWYwnKl7Gg) ...
2023-01-05T01:16:51.847Z||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.
2023-01-05T01:16:51.847Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T01:17:01.403Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T01:17:01.418Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T01:17:51.844Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T01:17:51.845Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-05T01:17:51.845Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T6awn5sWYwnKl7Gg) ...
2023-01-05T01:17:51.847Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T01:17:51.847Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|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.
2023-01-05T01:17:51.847Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|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 T6awn5sWYwnKl7Gg) ...
2023-01-05T01:18:01.388Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T01:18:01.391Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T01:18:51.844Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T01:18:51.845Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-05T01:18:51.845Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T6awn5sWYwnKl7Gg) ...
2023-01-05T01:18:51.847Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T01:18:51.847Z||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.
2023-01-05T01:18:51.847Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T01:19:01.394Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T01:19:01.394Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T01:19:51.844Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T01:19:51.845Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-05T01:19:51.846Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T6awn5sWYwnKl7Gg) ...
2023-01-05T01:19:51.847Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T01:19:51.847Z||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.
2023-01-05T01:19:51.847Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T01:20:01.388Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T01:20:01.391Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T01:20:51.844Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T01:20:51.847Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T01:20:51.848Z||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.
2023-01-05T01:20:51.848Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T01:20:51.849Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-05T01:20:51.850Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T6awn5sWYwnKl7Gg) ...
2023-01-05T01:21:01.435Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T01:21:01.446Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T01:21:51.845Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T01:21:51.846Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-05T01:21:51.846Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T6awn5sWYwnKl7Gg) ...
2023-01-05T01:21:51.847Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T01:21:51.847Z||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.
2023-01-05T01:21:51.847Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T01:22:01.433Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T01:22:01.434Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T01:22:51.845Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T01:22:51.847Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T01:22:51.847Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-05T01:22:51.847Z||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.
2023-01-05T01:22:51.847Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T6awn5sWYwnKl7Gg) ...
2023-01-05T01:22:51.847Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T01:23:01.400Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T01:23:01.416Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T01:23:51.844Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T01:23:51.845Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-05T01:23:51.846Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T6awn5sWYwnKl7Gg) ...
2023-01-05T01:23:51.847Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T01:23:51.847Z||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.
2023-01-05T01:23:51.847Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T01:24:01.394Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T01:24:01.399Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T01:24:51.844Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T01:24:51.845Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-05T01:24:51.845Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T6awn5sWYwnKl7Gg) ...
2023-01-05T01:24:51.847Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T01:24:51.847Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|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.
2023-01-05T01:24:51.847Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|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 T6awn5sWYwnKl7Gg) ...
2023-01-05T01:25:01.388Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T01:25:01.393Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T01:25:51.844Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T01:25:51.845Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-05T01:25:51.846Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T6awn5sWYwnKl7Gg) ...
2023-01-05T01:25:51.847Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T01:25:51.847Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|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.
2023-01-05T01:25:51.847Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|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 T6awn5sWYwnKl7Gg) ...
2023-01-05T01:26:01.389Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T01:26:01.390Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T01:26:51.844Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T01:26:51.845Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-05T01:26:51.845Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T6awn5sWYwnKl7Gg) ...
2023-01-05T01:26:51.847Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T01:26:51.847Z||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.
2023-01-05T01:26:51.847Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T01:27:01.391Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T01:27:01.391Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T01:27:51.844Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T01:27:51.845Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-05T01:27:51.845Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T6awn5sWYwnKl7Gg) ...
2023-01-05T01:27:51.847Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T01:27:51.847Z||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.
2023-01-05T01:27:51.847Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T01:28:01.394Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T01:28:01.397Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T01:28:51.844Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T01:28:51.845Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-05T01:28:51.845Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T6awn5sWYwnKl7Gg) ...
2023-01-05T01:28:51.847Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T01:28:51.847Z||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.
2023-01-05T01:28:51.847Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T01:29:01.394Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T01:29:01.435Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T01:29:51.844Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T01:29:51.845Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-05T01:29:51.845Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T6awn5sWYwnKl7Gg) ...
2023-01-05T01:29:51.847Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T01:29:51.847Z||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.
2023-01-05T01:29:51.847Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T01:30:01.392Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T01:30:01.393Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T01:30:51.844Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T01:30:51.845Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-05T01:30:51.845Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T6awn5sWYwnKl7Gg) ...
2023-01-05T01:30:51.847Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T01:30:51.847Z||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.
2023-01-05T01:30:51.847Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T01:31:01.395Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T01:31:01.398Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T01:31:51.844Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T01:31:51.845Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-05T01:31:51.845Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T6awn5sWYwnKl7Gg) ...
2023-01-05T01:31:51.847Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T01:31:51.847Z||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.
2023-01-05T01:31:51.848Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T01:32:01.390Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T01:32:01.406Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T01:32:51.844Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T01:32:51.845Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-05T01:32:51.845Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T6awn5sWYwnKl7Gg) ...
2023-01-05T01:32:51.847Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T01:32:51.847Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|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.
2023-01-05T01:32:51.847Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|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 T6awn5sWYwnKl7Gg) ...
2023-01-05T01:33:01.401Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T01:33:01.411Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T01:33:51.845Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T01:33:51.847Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-05T01:33:51.847Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T01:33:51.847Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T6awn5sWYwnKl7Gg) ...
2023-01-05T01:33:51.847Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|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.
2023-01-05T01:33:51.847Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|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 T6awn5sWYwnKl7Gg) ...
2023-01-05T01:34:01.391Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T01:34:01.394Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T01:34:51.845Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T01:34:51.846Z||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.
2023-01-05T01:34:51.846Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T01:34:51.847Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T01:34:51.847Z||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.
2023-01-05T01:34:51.847Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T01:35:01.402Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T01:35:01.407Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T01:35:51.844Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T01:35:51.845Z||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.
2023-01-05T01:35:51.845Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T01:35:51.847Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T01:35:51.848Z||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.
2023-01-05T01:35:51.848Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T01:36:01.397Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T01:36:01.404Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T01:36:51.844Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T01:36:51.845Z||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.
2023-01-05T01:36:51.845Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T01:36:51.847Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T01:36:51.847Z||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.
2023-01-05T01:36:51.847Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T01:37:01.394Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T01:37:01.394Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T01:37:51.844Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T01:37:51.845Z||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.
2023-01-05T01:37:51.845Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T01:37:51.847Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T01:37:51.847Z||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.
2023-01-05T01:37:51.847Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T01:38:01.388Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T01:38:01.388Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T01:38:51.844Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T01:38:51.845Z||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.
2023-01-05T01:38:51.845Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T01:38:51.847Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T01:38:51.847Z||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.
2023-01-05T01:38:51.847Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T01:39:01.389Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T01:39:01.397Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T01:39:51.844Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T01:39:51.845Z||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.
2023-01-05T01:39:51.845Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T01:39:51.847Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T01:39:51.847Z||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.
2023-01-05T01:39:51.847Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T01:40:01.416Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T01:40:01.428Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T01:40:51.844Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T01:40:51.845Z||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.
2023-01-05T01:40:51.845Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T01:40:51.847Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T01:40:51.847Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|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.
2023-01-05T01:40:51.847Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|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 T6awn5sWYwnKl7Gg) ...
2023-01-05T01:41:01.404Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T01:41:01.405Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T01:41:51.844Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T01:41:51.845Z||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.
2023-01-05T01:41:51.845Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T01:41:51.847Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T01:41:51.847Z||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.
2023-01-05T01:41:51.847Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T01:42:01.396Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T01:42:01.396Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T01:42:51.844Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T01:42:51.845Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-05T01:42:51.845Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T6awn5sWYwnKl7Gg) ...
2023-01-05T01:42:51.847Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T01:42:51.847Z||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.
2023-01-05T01:42:51.847Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T01:43:01.388Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T01:43:01.426Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T01:43:51.844Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T01:43:51.845Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-05T01:43:51.845Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T6awn5sWYwnKl7Gg) ...
2023-01-05T01:43:51.847Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T01:43:51.847Z||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.
2023-01-05T01:43:51.847Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T01:44:01.416Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T01:44:01.433Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T01:44:51.844Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T01:44:51.846Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-05T01:44:51.846Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T6awn5sWYwnKl7Gg) ...
2023-01-05T01:44:51.847Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T01:44:51.848Z||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.
2023-01-05T01:44:51.848Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T01:45:01.397Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T01:45:01.424Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T01:45:51.844Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T01:45:51.846Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-05T01:45:51.846Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T6awn5sWYwnKl7Gg) ...
2023-01-05T01:45:51.847Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T01:45:51.847Z||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.
2023-01-05T01:45:51.847Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T01:46:01.420Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T01:46:01.442Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T01:46:51.844Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T01:46:51.845Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-05T01:46:51.845Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T6awn5sWYwnKl7Gg) ...
2023-01-05T01:46:51.847Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T01:46:51.847Z||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.
2023-01-05T01:46:51.847Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T01:47:01.390Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T01:47:01.402Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T01:47:51.844Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T01:47:51.845Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-05T01:47:51.845Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T6awn5sWYwnKl7Gg) ...
2023-01-05T01:47:51.847Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T01:47:51.847Z||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.
2023-01-05T01:47:51.847Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T01:48:01.396Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T01:48:01.425Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T01:48:51.844Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T01:48:51.845Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-05T01:48:51.845Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T6awn5sWYwnKl7Gg) ...
2023-01-05T01:48:51.847Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T01:48:51.847Z||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.
2023-01-05T01:48:51.847Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T01:49:01.391Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T01:49:01.394Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T01:49:51.844Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T01:49:51.845Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-05T01:49:51.845Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T6awn5sWYwnKl7Gg) ...
2023-01-05T01:49:51.847Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T01:49:51.847Z||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.
2023-01-05T01:49:51.847Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T01:50:01.388Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T01:50:01.411Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T01:50:51.844Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T01:50:51.845Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-05T01:50:51.845Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T6awn5sWYwnKl7Gg) ...
2023-01-05T01:50:51.847Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T01:50:51.847Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|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.
2023-01-05T01:50:51.847Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|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 T6awn5sWYwnKl7Gg) ...
2023-01-05T01:51:01.390Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T01:51:01.392Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T01:51:51.844Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T01:51:51.845Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-05T01:51:51.845Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T6awn5sWYwnKl7Gg) ...
2023-01-05T01:51:51.847Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T01:51:51.847Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|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.
2023-01-05T01:51:51.847Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|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 T6awn5sWYwnKl7Gg) ...
2023-01-05T01:52:01.394Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T01:52:01.438Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T01:52:51.844Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T01:52:51.845Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-05T01:52:51.845Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T6awn5sWYwnKl7Gg) ...
2023-01-05T01:52:51.847Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T01:52:51.848Z||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.
2023-01-05T01:52:51.848Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T01:53:01.390Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T01:53:01.393Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T01:53:51.844Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T01:53:51.845Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-05T01:53:51.845Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T6awn5sWYwnKl7Gg) ...
2023-01-05T01:53:51.847Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T01:53:51.847Z||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.
2023-01-05T01:53:51.847Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T01:54:01.391Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T01:54:01.395Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T01:54:51.844Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T01:54:51.845Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-05T01:54:51.845Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T6awn5sWYwnKl7Gg) ...
2023-01-05T01:54:51.847Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T01:54:51.847Z||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.
2023-01-05T01:54:51.847Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T01:55:01.384Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T01:55:01.393Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T01:55:51.844Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T01:55:51.845Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-05T01:55:51.846Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T6awn5sWYwnKl7Gg) ...
2023-01-05T01:55:51.847Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T01:55:51.848Z||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.
2023-01-05T01:55:51.848Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T01:56:01.399Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T01:56:01.442Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T01:56:51.844Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T01:56:51.846Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-05T01:56:51.846Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T6awn5sWYwnKl7Gg) ...
2023-01-05T01:56:51.847Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T01:56:51.847Z||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.
2023-01-05T01:56:51.847Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T01:57:01.426Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T01:57:01.426Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T01:57:51.844Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T01:57:51.847Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T01:57:51.847Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-05T01:57:51.847Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T6awn5sWYwnKl7Gg) ...
2023-01-05T01:57:51.847Z||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.
2023-01-05T01:57:51.847Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T01:58:01.397Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T01:58:01.397Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T01:58:51.844Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T01:58:51.845Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-05T01:58:51.845Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T6awn5sWYwnKl7Gg) ...
2023-01-05T01:58:51.847Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T01:58:51.847Z||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.
2023-01-05T01:58:51.847Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T01:59:01.397Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T01:59:01.419Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T01:59:51.844Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T01:59:51.845Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-05T01:59:51.845Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T6awn5sWYwnKl7Gg) ...
2023-01-05T01:59:51.847Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T01:59:51.847Z||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.
2023-01-05T01:59:51.847Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T02:00:01.391Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T02:00:01.391Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T02:00:51.844Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T02:00:51.845Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-05T02:00:51.845Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T6awn5sWYwnKl7Gg) ...
2023-01-05T02:00:51.847Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T02:00:51.847Z||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.
2023-01-05T02:00:51.847Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T02:01:01.427Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T02:01:01.428Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T02:01:51.844Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T02:01:51.845Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-05T02:01:51.845Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T6awn5sWYwnKl7Gg) ...
2023-01-05T02:01:51.847Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T02:01:51.847Z||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.
2023-01-05T02:01:51.847Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T02:02:01.396Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T02:02:01.420Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T02:02:51.844Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T02:02:51.845Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-05T02:02:51.845Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T6awn5sWYwnKl7Gg) ...
2023-01-05T02:02:51.847Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T02:02:51.847Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|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.
2023-01-05T02:02:51.847Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|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 T6awn5sWYwnKl7Gg) ...
2023-01-05T02:03:01.393Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T02:03:01.394Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T02:03:51.844Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T02:03:51.845Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-05T02:03:51.845Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T6awn5sWYwnKl7Gg) ...
2023-01-05T02:03:51.847Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T02:03:51.847Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|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.
2023-01-05T02:03:51.847Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|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 T6awn5sWYwnKl7Gg) ...
2023-01-05T02:04:01.414Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T02:04:01.420Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T02:04:51.844Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T02:04:51.845Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-05T02:04:51.845Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T6awn5sWYwnKl7Gg) ...
2023-01-05T02:04:51.847Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T02:04:51.847Z||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.
2023-01-05T02:04:51.847Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T02:05:01.411Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T02:05:01.411Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T02:05:51.844Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T02:05:51.845Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-05T02:05:51.846Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T6awn5sWYwnKl7Gg) ...
2023-01-05T02:05:51.847Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T02:05:51.847Z||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.
2023-01-05T02:05:51.847Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T02:06:01.397Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T02:06:01.399Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T02:06:51.844Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T02:06:51.845Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-05T02:06:51.845Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T6awn5sWYwnKl7Gg) ...
2023-01-05T02:06:51.847Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T02:06:51.847Z||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.
2023-01-05T02:06:51.847Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T02:07:01.425Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T02:07:01.429Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T02:07:51.844Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T02:07:51.845Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-05T02:07:51.845Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T6awn5sWYwnKl7Gg) ...
2023-01-05T02:07:51.847Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T02:07:51.847Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|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.
2023-01-05T02:07:51.847Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|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 T6awn5sWYwnKl7Gg) ...
2023-01-05T02:08:01.391Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T02:08:01.392Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T02:08:51.845Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T02:08:51.847Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T02:08:51.848Z||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.
2023-01-05T02:08:51.848Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-05T02:08:51.848Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T6awn5sWYwnKl7Gg) ...
2023-01-05T02:08:51.848Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T02:09:01.417Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T02:09:01.417Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T02:09:51.844Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T02:09:51.845Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-05T02:09:51.845Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T6awn5sWYwnKl7Gg) ...
2023-01-05T02:09:51.847Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T02:09:51.847Z||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.
2023-01-05T02:09:51.847Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T02:10:01.388Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T02:10:01.443Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T02:10:51.844Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T02:10:51.845Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-05T02:10:51.845Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T6awn5sWYwnKl7Gg) ...
2023-01-05T02:10:51.847Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T02:10:51.847Z||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.
2023-01-05T02:10:51.847Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T02:11:01.423Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T02:11:01.425Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T02:11:51.844Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T02:11:51.845Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-05T02:11:51.845Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T6awn5sWYwnKl7Gg) ...
2023-01-05T02:11:51.847Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T02:11:51.847Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|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.
2023-01-05T02:11:51.847Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|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 T6awn5sWYwnKl7Gg) ...
2023-01-05T02:12:01.422Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T02:12:01.433Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T02:12:51.844Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T02:12:51.845Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-05T02:12:51.845Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T6awn5sWYwnKl7Gg) ...
2023-01-05T02:12:51.847Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T02:12:51.847Z||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.
2023-01-05T02:12:51.847Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T02:13:01.395Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T02:13:01.397Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T02:13:51.844Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T02:13:51.845Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-05T02:13:51.845Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T6awn5sWYwnKl7Gg) ...
2023-01-05T02:13:51.847Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T02:13:51.847Z||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.
2023-01-05T02:13:51.847Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T02:14:01.388Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T02:14:01.394Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T02:14:51.844Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T02:14:51.845Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-05T02:14:51.845Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T6awn5sWYwnKl7Gg) ...
2023-01-05T02:14:51.847Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T02:14:51.847Z||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.
2023-01-05T02:14:51.848Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T02:15:01.428Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T02:15:01.429Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T02:15:51.844Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T02:15:51.845Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-05T02:15:51.845Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T6awn5sWYwnKl7Gg) ...
2023-01-05T02:15:51.847Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T02:15:51.847Z||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.
2023-01-05T02:15:51.847Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T02:16:01.388Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T02:16:01.393Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T02:16:51.844Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T02:16:51.845Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-05T02:16:51.845Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T6awn5sWYwnKl7Gg) ...
2023-01-05T02:16:51.847Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T02:16:51.847Z||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.
2023-01-05T02:16:51.847Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T02:17:01.394Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T02:17:01.421Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T02:17:51.844Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T02:17:51.845Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-05T02:17:51.845Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T6awn5sWYwnKl7Gg) ...
2023-01-05T02:17:51.847Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T02:17:51.847Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|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.
2023-01-05T02:17:51.847Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|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 T6awn5sWYwnKl7Gg) ...
2023-01-05T02:18:01.413Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T02:18:01.413Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T02:18:51.844Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T02:18:51.845Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-05T02:18:51.845Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T6awn5sWYwnKl7Gg) ...
2023-01-05T02:18:51.847Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T02:18:51.847Z||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.
2023-01-05T02:18:51.847Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T02:19:01.413Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T02:19:01.420Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T02:19:51.844Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T02:19:51.846Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-05T02:19:51.846Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T6awn5sWYwnKl7Gg) ...
2023-01-05T02:19:51.847Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T02:19:51.847Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|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.
2023-01-05T02:19:51.847Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|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 T6awn5sWYwnKl7Gg) ...
2023-01-05T02:20:01.394Z|9d7237c7-0aec-4cc2-8dbb-11f54c3fd541|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T02:20:01.425Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T02:20:51.845Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T02:20:51.846Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-05T02:20:51.846Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T6awn5sWYwnKl7Gg) ...
2023-01-05T02:20:51.847Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T02:20:51.847Z||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.
2023-01-05T02:20:51.847Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T02:21:01.389Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T02:21:01.400Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T02:21:51.844Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T02:21:51.845Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-05T02:21:51.845Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T6awn5sWYwnKl7Gg) ...
2023-01-05T02:21:51.847Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T02:21:51.847Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|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.
2023-01-05T02:21:51.847Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|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 T6awn5sWYwnKl7Gg) ...
2023-01-05T02:22:01.392Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T02:22:01.407Z|9a3a685a-c32c-40c2-a3ed-771b185058ab|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T02:22:51.844Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T02:22:51.845Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-05T02:22:51.845Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T6awn5sWYwnKl7Gg) ...
2023-01-05T02:22:51.847Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T02:22:51.847Z||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.
2023-01-05T02:22:51.847Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T02:23:01.418Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T02:23:01.420Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T02:23:51.844Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T02:23:51.845Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-05T02:23:51.845Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T6awn5sWYwnKl7Gg) ...
2023-01-05T02:23:51.847Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T02:23:51.847Z||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.
2023-01-05T02:23:51.847Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T02:24:01.429Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T02:24:01.438Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T02:24:51.844Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T02:24:51.845Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-05T02:24:51.845Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T6awn5sWYwnKl7Gg) ...
2023-01-05T02:24:51.847Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T02:24:51.847Z||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.
2023-01-05T02:24:51.847Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T02:25:01.437Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T02:25:01.445Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T02:25:51.844Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T02:25:51.845Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-05T02:25:51.846Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T6awn5sWYwnKl7Gg) ...
2023-01-05T02:25:51.847Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T02:25:51.847Z||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.
2023-01-05T02:25:51.847Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T02:26:01.385Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T02:26:01.389Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T02:26:51.844Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T02:26:51.845Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-05T02:26:51.845Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T6awn5sWYwnKl7Gg) ...
2023-01-05T02:26:51.847Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T02:26:51.847Z||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.
2023-01-05T02:26:51.847Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T02:27:01.421Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T02:27:01.422Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T02:27:51.844Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T02:27:51.845Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-05T02:27:51.845Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T6awn5sWYwnKl7Gg) ...
2023-01-05T02:27:51.847Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T02:27:51.847Z||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.
2023-01-05T02:27:51.847Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T02:28:01.415Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T02:28:01.420Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T02:28:51.844Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T02:28:51.845Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-05T02:28:51.845Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T6awn5sWYwnKl7Gg) ...
2023-01-05T02:28:51.847Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T02:28:51.847Z||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.
2023-01-05T02:28:51.847Z||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 T6awn5sWYwnKl7Gg) ...
2023-01-05T02:29:01.388Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T02:29:01.390Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK